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. Clarify this please.
  2. Naw I am calling everyone braindead Yeah my b, was early in the development, was some bugs that got it stuck a lot
  3. You can full braindead anything what you on about
  4. 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(); } }
  5. What you mean you have the VIP rank
  6. 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
  7. This is possible if you run a massive farm yeah. Not gonna happen with 1-2 accounts though.
  8. 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.
  9. 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.
  10. Gunman replied to gang6000's topic in General Help
    Correct. 100+ post counts to sell account at OSBot. Go to that url, right click image, open image in new tab, then copy and paste that link.
  11. Try right clicking the download button and open link in new tab. No idea why this sometimes happens
  12. Gunman replied to FrostBug's topic in Minigames
    I believe he is looking for someone to take it over. With the current state of mirror I don't think this is possible as Frost has already looked into it several times. Think his issue always was not being able to prayer reliably when the Jade is off screen and which caused deaths. But who knows what view another scripter will have if someone takes it over.
  13. After 3 years I believe they will accept macro perm appeals yeah. I've appealed a dozen accounts that were banned 3-4 years ago and all got accepted with the apology option
  14. I mean, if you implement socket connection into the script that those clients are running then yeah I guess it's technically possible. Depending how much control you want it may be a massive amount of work. Why would you need to do that though?
  15. Try rebooting the machine. Reinstalling java. Clearing OSBot cache and redownloading the jar. All I got atm
  16. Gunman replied to vezou21's topic in Resolved
    https://johann.loefflmann.net/en/software/jarfix/index.html
  17. Top of the page there's a bar, button called store click it https://osbot.org/forum/store/
  18. Gunman replied to Thison's topic in Others
    That's intended. It's meant to instant sell everything so it puts it all in for 1 so it should always sell instantly.
  19. Besides manually setting the game world I don't think so
  20. Already fixed in the next client release. (This is NOT 2.6.48, that is the current release.)
  21. Mirror is external https://i.gyazo.com/c0f06c22236416d37eaf256ed7c86be2.mp4 And we've already had this discussion I believe somewhere on the forum, probably just another bluff. Even if it's not their client detection will probably be something stupid like checking the client title.
  22. I didn't use a VPN though

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.