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.

Leaderboard

Popular Content

Showing content with the highest reputation on 04/21/24 in all areas

  1. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  2. 1 point
    May I test this?
  3. Could always write something yourself with widgets? RS2widget myOption = script.getWidgets().getWidgetContainingText(219, "My text"); if(myOptyion !+ null && myOption.isVisible()){ myOption.interact(); } or even write that method yourself using equals instead of contains RS2Widget myOption = script.getWidgets().getAll().stream() .filter(w -> w.getRootId() == 219) .filter(w -> w.getMessage().equals("My Text")) .findFirst().orElse(null); if(myOption !+ null && myOption.isVisible()){ myOption.interact(); }
  4. There is an option for it which you can select ๐Ÿ˜‰
  5. Charges like that are usually never stored in configs, you will have to "Check" on it at start to cache it if it's so important And use messages to keep track of charges. or just bring a few and equip a new one if the old one breaks ๐Ÿ˜‰
  6. Can I get a trial? thank you.
  7. highly recommend 3 accs 99 smithing !
  8. 1 point
    Alright i just watched some guide and they have suggested to wait til 60 to do red salamander so you can put 4 traps instead of 3. But maybe it should be a option so they user can choose by him self
  9. Just incase anyone missed it, it is now possible to run an entire queue via CLI. " - Added support to start a scriptqueue via cli via the following argument: -scriptqueue {queuename} or -scriptqueue {filepath} -- Examples: -scriptqueue testqueue, -scriptqueue C:\Users\{name}\OSBot\Data\testqueue.txt "

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.