Everything posted by grammatoncleric
-
Stealth NMZ
Looking for a way to switch attack styles future feature [attack, shared, strength, defense] - train evenly - keep within level range - train X levels before switching attack style Looking for auto upgrade equipment future feature [pre banked, ge would not be required]
-
Perfect Thiever AIO
failing at the north house, has difficulties with the door feel free to dm me on discord at nubonix#3648 for more information
-
๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
ive gotten multiple sets [multiple accounts] using khal's pest control, was 2019-2020 though when i did so
-
๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-Script name: Khal Thieving -trial length: 1-24 hours - reason for trial: testing against czars, as czars is failing me, just trying to see if theres an up to date thieving script available on osbot atm - am i going to give feedback: probably
-
[GUIDE] How To Run Multiple Mirror Mode Clients With Seperate Proxies (Bypass Unable to Create Advertising Error)
purpose: prevent chain-banning goal: isolate osrs bots from each other running on the same machine - this significantly reduces the hardware requirements - im writing my own bot manager or thinking about it, as i have alot more time than money I',m aware that sandboxie is a software that is designed for isolation and I have a few questions about sandboxie, as well as isolation: - any idea on how NotABot is generating the .dat files? All i see in my random.dat file is a german letter "y" with oomlouts - how can this be verified that these files are being changed, and possibly `tracked`? - when I deleted these files, i did not see any change when the files were re-created. perhaps, data is sent to jagex when these files are deleted, but this is above my knowledge level [being able to confirm this]. - what needs to be done in order to isolate each osrs vanilla client instance as a virtual machine or "real" computer would do?
-
Perfect Fighter AIO
Script is not terminating correctly. Steps to reproduce: [only use on an account you are willing to lose] Step 1: start the script Step 2: stop the script Step 3: repeat steps 1-2 a few times [until] The script is stopped, but the gui overlay is still being displayed
-
Fruity Barrows (Frost Barrows)
nvm..
-
Khal AIO Herblore
looking for a free 24hr trial, thanks! ~nubonix
-
Stealth Builder
Topic: Bug Report OSBot Logger: INFO][Bot #1][05/17]: failed to find stage [INFO][Bot #1][05/17]: position: [x=1311, y=10205, z=0]; next: The Ascent Of Arceuus; queue: 2; member: true; mirror: true; input: false, resized: false [INFO][Bot #1][05/17]: running quest: The Ascent Of Arceuus; current stage: 12 repeats this till i stop the bot
-
PPOSB - AIO Hunter
Bug report: - keeps trying to place a bird snare in the grand exchange...
-
School project:BotPanel
Looks dope
-
Stealth Builder
at 33, fails to build kitchen (stands at bank) https://imgur.com/a/93O8TG3
- Stealth Builder
-
Stealth Builder
Needs to withdraw a saw & hammer before trying to build things for the servant (the banking right before building a bell)
-
A Simple Login Handler
I've added/implemented (and got this to work) the script above to my main.java in the onLoop method, however, this only works for the first login, and I cant figure out how to make the account re-log back in to get another login code, suchas when I am banned and forcibly logged out. I get the error code 5, and I have my script setup so it tries and log back in, using the same method as onStart does (and I know this works because the bot wont login if i comment this out). How I am logging in via onStart is with loginToAccount(email, pass) SUMMARY: if forcibly logged out, how do I get an error code, because the error code that is given when logged out is always a five, which means the account is already logged in, and this isnt a real error code that is associated with the account, usually it is either locked (18) or banned (dono the code). Thank you in advance! Feel free to dm me on discord nubonix#3648
-
[Dev Build] OSBot 2.5.61
What do you mean? I know proxies are bugged as all hell right now
-
Explv's Tutorial Island [Free] [Random Characters]
Adventurer John Currently, does not complete the task right after tutorial island, while this task isn't technically on tutorial island, it still blocks the account, or at least it does for me, as dialogue is required for completion. Think this also might block the config for ` isTutorialIslandCompleted() `
-
A Simple Login Handler
Update request: - Handle for pvp worlds (id prefer not to login to these worlds myself)
-
Explv's OSBot Manager
YES, this is working Thank you!
-
[F2P] Woad Leaf Buyer (20k per hour) (Muling Support)
@Muling, will not trade. Script runs fine otherwise
-
Explv's OSBot Manager
java -jar explv_osbot_manager-v2.0.7.jar Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:411) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:57) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:50) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:66) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:26) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177) ... 1 more Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 29 more Exception running application main.ExplvOSBotManager
-
Khal AIO Crafter
CLI?
-
iChaosAltar
Also, why not add insta hopping upon player detection?
-
iChaosAltar
Might wanna add f2p world detection ๐ couldn't figure out what I was doing wrong as I knew there were amulets in my bank, but the script kept stopping saying there weren't.
- iChaosAltar