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.

mushbam

Members
  • Joined

  • Last visited

Everything posted by mushbam

  1. EDIT: Thanks for everyones help, fixed.
  2. thanks for your help, ill try and fix those things you've mentioned.
  3. I'be been trying to make a very basic power miner, it works alright so far the only problem being that the script clicks on multiple rocks even with one interaction code line? i think it has something to so with how the interact method works but it looks very in-human clicking on different rocks running all over the place when i just want it to click on one rock in the MINE enum. private State getState() { RS2Object tinRocks = objects.closest(7485); if(!myPlayer().isAnimating() && !myPlayer().isMoving()) if (tinRocks != null) if (inventory.isFull()) { return State.DROP; } else { tinRocks.interact("Mine"); return State.MINE; } return State.WAIT; } @[member=Override] public int onLoop() throws InterruptedException { switch (getState()) { case MINE: log("(1) Selecting Rock"); RS2Object currentRock = objects.closest("Rocks"); sleepB(250); log("(1) Finshed Selecting Rock"); log(currentRock.getGridX() +" " +currentRock.getGridY()); log("(2) Mining.."); currentRock.interact("Mine"); sleepB(1500); log("(2) Done Mining."); sleepB(2000); break; case DROP: inventory.dropAll(); break; case WAIT: break; } return random(200, 300); } Can anyone help? thanks.

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.