Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

grammatoncleric

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by grammatoncleric

  1. grammatoncleric replied to Token's topic in Minigames
    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]
  2. failing at the north house, has difficulties with the door feel free to dm me on discord at nubonix#3648 for more information
  3. -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
  4. 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?
  5. 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
  6. looking for a free 24hr trial, thanks! ~nubonix
  7. 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
  8. Bug report: - keeps trying to place a bird snare in the grand exchange...
  9. at 33, fails to build kitchen (stands at bank) https://imgur.com/a/93O8TG3
  10. Needs to withdraw a saw & hammer before trying to build things for the servant (the banking right before building a bell)
  11. 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
  12. What do you mean? I know proxies are bugged as all hell right now
  13. 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() `
  14. Update request: - Handle for pvp worlds (id prefer not to login to these worlds myself)
  15. YES, this is working Thank you!
  16. @Muling, will not trade. Script runs fine otherwise
  17. 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
  18. Also, why not add insta hopping upon player detection?
  19. 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.
  20. Trial?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.