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.

Rays

Members
  • Joined

  • Last visited

Everything posted by Rays

  1. Personally for me, the methods provided with the API already does a good job on this. It's more of a hassle when other people are reading your script though. Didn't notice your use of the sleep - my bad. Look good.
  2. Rays replied to JS3's topic in Scripting Help
    Basically, OSBot will spas out if you forget to check for null.
  3. You should definitely look into Conditional Sleeps some more. Also this: private boolean atBank() { return Banks.FALADOR_EAST.contains(myPlayer()); } private boolean atCowField() { return cowField.contains(myPlayer()); } private boolean atGate() { return gateArea.contains(myPlayer()); } private void walkToBank() { getWalking().walk(Banks.FALADOR_EAST); } private void walkToCows() { getWalking().walk(cowField); } private void walkToGate() { getWalking().walk(gateArea); } private RS2Object fieldGate() { return getObjects().closest("Gate"); } private boolean gateClosed() { return fieldGate().hasAction("Open"); }  private boolean gateExists() { return fieldGate() != null; } These functions are essentially waste of space since all they do is return a value of another function.
  4. I'd probably not bot it again if you care about the account.
  5. Jokes on you guys; he's obviously trolling. Right?
  6. Welcome to OSBot!

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.