Jump 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.

Gunman

Super Moderator
  • Joined

  • Last visited

Everything posted by Gunman

  1. If you still can't figure out send gif/pic of the menu options
  2. Moved from Mirror bugs as it isn't a Mirror specific bug. 1. 2.6.51 2. When the right click menu goes off screen with the menu target off screen bot will now sit idle until log out due to inactivity. 3. No. 4. Yes. https://i.gyazo.com/3eb66d4a116fa1dc80f6f841af6ec247.mp4 final Player p = getPlayers().closest("PLAYER NAME"); if (p != null) { log(p.interact("Follow") ? "Interacted" : "Failed to interact"); } 5. Was added in release 2.6.51/2.6.50 and I believe was this change specifically. - Reworked the InteractionEvent to improve accuracy and succesrate and allow to interact with the menu if the target is in the opened menu. Before this change when this would happen the bot would move the mouse to close the menu then try again. Only thing you can really do when using the mouse.
  3. That does exist/did exist, called Frost Caves and even did the Jade fight. Normally it just comes down to getting the accounts to write the script, demand for such scripts, and whether or not they think their time investing into such a script would be worth it. And you if you ever get scripter rank there's a thread with a list of script suggestions like Calisto etc.
  4. Try jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  5. Pretty sure there isn't. Just make a method and pass Entity to it or the walk position/area and have that method set it for you so you're not repeating the same code everywhere
  6. That's public no. Closest one I can think of is Excellent Vorkath
  7. Explv* Apa's guide uses Eclipse. Also the official guide Token released for setting up scripting environment also using Intellij
  8. If you're continuing the same subscription then yes. Other wise if you bought let's say VIP 3 times in the store those wouldn't stack, would need to get in contact with an Admin to get it fixed.
  9. Reading this will be more than enough https://www.programiz.com/java-programming
  10. What OG Botter said. Pretty sure the client dev said he was gonna try to add that if he ever got the chance to rework the client tabs which should allow you to set proxies for each tab.
  11. Sadly not. If Pat ever gets around to reworking the bot tabs like he wants to it make be possible then, but currently no.
  12. Uses your actual mouse cursor
  13. Finally, I am getting recognition for doing nothing
  14. 4. Did it mention anything about recovery? 5. If he did then the password would have changed. Check if you can login to the account still or not.
  15. Use hardware mouse if you're just running 1 account, it will help with bans on injection. And as far as I am aware no one in the major botting platform has reported any kind of 3rd party client ban like OpenOSRS had.
  16. Clarify this please.
  17. Naw I am calling everyone braindead Yeah my b, was early in the development, was some bugs that got it stuck a lot
  18. You can full braindead anything what you on about
  19. Works for me @Override public int onLoop() throws InterruptedException { Sleep.sleepUntil(()-> getInventory().contains("Bones"), 5_000); Sleep.sleepUntil(()-> getInventory().contains("Bones"), 5_000, 600); return 600; } import org.osbot.rs07.utility.ConditionalSleep; import java.util.function.BooleanSupplier; public final class Sleep extends ConditionalSleep { private final BooleanSupplier condition; public Sleep(final BooleanSupplier condition, final int timeout) { super(timeout); this.condition = condition; } public Sleep(final BooleanSupplier condition, final int timeout, final int interval) { super(timeout, interval); this.condition = condition; } @Override public final boolean condition() throws InterruptedException { return condition.getAsBoolean(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout) { return new Sleep(condition, timeout).sleep(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout, final int interval) { return new Sleep(condition, timeout, interval).sleep(); } }
  20. What you mean you have the VIP rank
  21. Because it was removed from the store, it will still show in the client though. And yes it is also gone. Script was removed from store as the author has left due to IRL reasons. His discord server was also deleted
  22. This is possible if you run a massive farm yeah. Not gonna happen with 1-2 accounts though.
  23. If the client has support for the Jagex Launcher login menu then maybe. If I recall correctly you don't get that message on the Jagex Launcher version. You can try running it if you want, but depends if the login handler has support for the Play Now button or not, unless you use a custom login handler.
  24. They're normally around 2-3M each. Some are as low as 1-2M range. The only thing that really takes time is the 20 hours in game.

Account

Navigation

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.