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.

ThatGamerBlue

Members
  • Joined

  • Last visited

Everything posted by ThatGamerBlue

  1. and it's done, very fast and cheap
  2. my mans doing 1-40 ranged for 1m f2p
  3. Can pay paypal or osrs gp, no idea what this is worth so throw me a price HP must be 25 or higher.
  4. How do you add CLI support to your script?
  5. Can you not quote the whole OP?
  6. every now and then it gets stuck here https://i.imgur.com/ORCIzBs.png as said in these replies good script though
  7. When you level up you stop skilling, how can I detect this and restart? Right now I'm using message detection using onMessage but It doesn't seem to work. boolean doBreak = false; @Override public void onMessage(Message m){ if(m.getType() == MessageType.GAME && m.getMessage().contains("You are now level") && !doBreak){ doBreak = true; } } @Override public int onLoop() throws InterruptedException { // code to start making pizza while(getInventory().contains("Anchovies") && getInventory().contains("Plain pizza")){ sleep(random(250, 500)); if(doBreak){ doBreak = false; sleep(random(100, 200)); break; } } } Full code: https://hastebin.com/defifurane.java
  8. can you make it when fishing lobsters at musa point/karamja it can sell to the general store?

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.