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.

TheBrohman

Members
  • Joined

  • Last visited

  1. Thanks m8! Gonna figure that out if I get unbanned, or get my brother to do it for me.
  2. Hello! So I am stuck while making my own fletching script. I need help on how I would make it make the item I have defined. (In this ocasion I want it to make arrowshafts. This is my code so far. if (bank.isOpen()) { sleep(random(700, 800)); if (!inventory.contains("Knife")) { bank.withdraw("Knife", 1); bank.withdrawAll(1511); } bank.depositAllExcept("Knife"); sleep(random(800, 1000)); bank.withdrawAll(1511); sleep(random(600, 900)); bank.close(); } else { objects.closest(BANK_BOOTH_ID).interact("Bank"); } if (inventory.contains("Knife") && inventory.contains(1511)) { inventory.interact("Knife", 1511); } And on here ^^ Idk how to make it respond to the actions coming up.

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.