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.

RS123

Members
  • Joined

  • Last visited

  1. RS123 replied to RS123's topic in Scripting Help
    Hmm... code didn't work. It will not open the grand exchange bank and deposit
  2. RS123 replied to RS123's topic in Scripting Help
    I'm kinda new so I don't understand the antiban sleep thing...
  3. RS123 replied to RS123's topic in Scripting Help
    if (Banks.GRAND_EXCHANGE.contains(myPlayer())) { if (bank.isOpen()) { bank.depositAll(); new ConditionalSleep(1900, 5100) { @Override public boolean condition() throws InterruptedException { return true; } }; } else { try { bank.open(); } catch (Exception e) { } } } else { walking.webWalk(Banks.GRAND_EXCHANGE); } fixed some errors But it's not working
  4. RS123 replied to RS123's topic in Scripting Help
    @Butters No errors. It's just not executing.
  5. RS123 posted a topic in Scripting Help
    This code does not open or deposit items into the GE bank. Please help! Thank you. if (!bank.isOpen()) { NPC banker = npcs.closest("Banker"); if (banker != null) { if (banker.isOnScreen()) { banker.interact("Bank"); sleep(random(450,1000)); if (!getBank().isOpen()) { getBank().open(); } } else { camera.toEntity(banker); } } else { bank.depositAll(); sleep(random(250,450)); } }

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.