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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. Token replied to Token's topic in Construction
    Alright thanks I'll check them out These aren't really trials because the script is in beta phase (not stable) and I'm only looking for bug reports right now
  2. Token replied to Token's topic in Others
    Authed It's lifetime
  3. Token replied to Token's topic in Others
    It was never able to detect 3rd party clients
  4. Token replied to Token's topic in Construction
    Try again, I believe the server was offline
  5. Token replied to Token's topic in Others
    No mirror mode doesn't help at all, it's also broken so complex scripts won't work on it
  6. Token replied to Token's topic in Construction
    Authed
  7. Token replied to Token's topic in Others
    Are you using mirror mode?
  8. Token replied to Token's topic in Others
    Authed
  9. Token replied to Token's topic in Others
    Yes but there is no ETA
  10. Token replied to Token's topic in Others
    You had one before
  11. Token replied to Token's topic in Others
    Authed
  12. I'm not exactly sure what "this" refers to in your first snippet so I can't help you with that but when you call interact() on anything, an InteractionEvent instance is created with a default threshold of 5 attempts so it may execute the same action up to 5 times and it's equivalent to InteractionEvent e = new InteractionEvent(someEntity, someAction); e.setCameraDistance(14); e.setHover(false); e.setMaximumAttempts(5); e.setOperateCamera(true); script.execute(e); In java we use the equals() method to compare 2 non-primitives like String instances so your condition should be @Override public boolean condition() throws InterruptedException { return script.inventory.getItemInSlot(27).getName().equals("Jug of water"); } But you should take into consideration this will throw a NullPointerException if there is no item in that slot, eg when you don't have 28 jugs left and you only go to fountain with 20, so maybe this may work better @Override public boolean condition() { return !script.inventory.contains("Jug"); } Also void using any animations as they are not continuous and therefore not reliable (there is a short transition time between animations when the method returns false)
  13. Token replied to Token's topic in Others
    I don't deal with sales so I can't do anything about that. Yes it's lifetime. The script was designed to generate lots of accounts with quests completed, not only 1 account, so if you are only planning to run it on 1 account it's most likely easier to hire someone. Try without those 2 flags and let me know if it's still not working, I believe there may be some hook errors in the client on some CLI modes
  14. Token replied to Token's topic in Others
    1 auth per person Are you by any chance using norender flag or any other flags? Authed
  15. Token replied to Token's topic in Others
    Authed
  16. Token replied to Token's topic in Others
    Authed
  17. Token replied to Token's topic in Others
    Fill in a bug report template 1 auth per person. Yes.
  18. Token replied to Token's topic in Others
    Authed
  19. Token replied to Token's topic in Others
    By they will be posted when they are ready I mean they are not public until release
  20. Token replied to Token's topic in Others
    They will be posted when they are ready
  21. Token replied to Token's topic in Others
    They will be published in the update log when they are ready
  22. Java allocates a lot of memory on unix systems, so easiest fix is switching to windows if the .118 client didn't fix your memory issues
  23. Token replied to Token's topic in Others
    Authed
  24. Token replied to Token's topic in Others
    Yes there is no ETA
  25. Token replied to Token's topic in Others
    I've uploaded something which should fix this but if the issue persists, send me the actual logger contents so that I can see what the problem is

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.