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.

Gunman

Super Moderator
  • Joined

  • Last visited

Everything posted by Gunman

  1. Subtracting approximate supplies left and servicing completed on the account, @Darren owes a compensation of USD 36.91 or GP equivalent to @Dobrik if he wishes to return. Sorry for the loss. Dispute closed.
  2. @Darren Has failed to reply and has been banned. @Dobrik Did Darren leave supplies on the account or no? If so how much in GP of supplies was is there?
  3. I will attempt to contact the user on discord. They will have up to 48 hours to respond here. @Dobrik Please confirm the work done on the account, starting level to the current level.
  4. Try a different browser
  5. Yeah, use a lamba to filter it to your position https://www.programiz.com/java-programming/lambda-expression
  6. Does this fix the Candice issue?
  7. If injection got some love it wouldn't be a problem
  8. I don't see how this will change anything if you have a private script made on OSBot
  9. There's one in the store under other, it's free. Unless you need to to do all the activities
  10. They changed this like a month ago to only have it go through the account status page
  11. Like Khal said wouldn't recommend doing that in the onMessage. But an alternative to walk a tile that short of a distance you can also just directly interact with the tile new Position(0, 0, 0).interact(getBot(), "Walk here");
  12. Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S can be declared obsolete at a moderators discretion.
  13. Handled.
  14. Broke with a dependency update. Old theme will return when it's fixed
  15. Mhmm you could try this, maybe it will work? java -Duser.home="C:\Users\Testing" -jar "osbot 2.6.53.jar" Replace "Testing" with your desired window user. And if you have one drive installed could also try uninstalling it, I know that has caused issues in the past.
  16. You're allowed
  17. @Chuckle You mean this one
  18. I don't understand what you're trying to ask
  19. Run jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  20. Some shit like this I guess private void mineRocks() { final RS2Object mineRock = getRock(null); final RS2Object hoverRock = getRock(mineRock); } private RS2Object getRock(final RS2Object ignoreRock) { //Just add this condition to your filter to get the next rock basically // r != ignoreRock return getObjects().closest(r -> r.getId() == 0 && r != ignoreRock); }
  21. Same way you get the rock to mine, just pass the rock you're already mining and add to the filter to ignore that one.
  22. @sexyrussian Probs some shit like this private GraphicsObject getGraphicsObjectOnPosition(final Position position) { final List<GraphicsObject> graphicsObjectList = getGraphicObjects().getAll(); if (position == null || graphicsObjectList == null || graphicsObjectList.isEmpty()) { return null; } return graphicsObjectList.stream().filter(g -> g != null && g.getPosition() == position) .findFirst().orElse(null); }
  23. Coolio
  24. Normal theme will be back when all the functionality of it is fixed after a recently update broke it.

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.