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.

Khaleesi

Script Officer
  • Joined

  • Last visited

Everything posted by Khaleesi

  1. You already have an expired trial on this script "/
  2. You already have an expired trial on this script
  3. Enjoy!
  4. You can put multiple messages in there if you wanna do it like that, if (dialogues.selectOption("Take to sawmill: 26 x Mahogany logs", "Take to sawmill: 26 x Teak logs")) {} and you can just improve this piece of code like this: (widget ids can change once in a while if new things get added or UI changes) RS2Widget toSawmillWidget = getWidgets().getWidgetContainingText(219, "Take to sawmill:"); if (toSawmillWidget != null && toSawmillWidget.isVisible()) { // Either interact if(toSawmillWidget.interact()){ } //OR do a keyboard press, usually it's alway on 1 I assume? if(getKeyboard().typeKey('1')){ } }else{ useLogsOnButler(logName); }
  5. Enjoy!
  6. Enjoy!
  7. Khal FIsher (All in One) updated to V3.02: - Drift net fishing - Drift net depositing nets amount check added to prevent storing nets if already at max amount. - Drift net fishing - Dropping vials properly now Live soon! Enjoy!
  8. 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(); }
  9. Enjoy!
  10. There is an option for it which you can select ๐Ÿ˜‰
  11. Enjoy!
  12. 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 ๐Ÿ˜‰
  13. Enjoy!
  14. Khaleesi replied to Khaleesi's topic in Hunter
    No sorry
  15. Enjoy!
  16. Done! You already have an expired trial on this script
  17. Enjoy!
  18. For sure!
  19. Enjoy!
  20. Enjoy!
  21. Enjoy!
  22. Khal fighter updated to V1.18: - Added Menu invokes support - Added Special attack weapon Live soon! Enjoy!
  23. Khaleesi replied to Khaleesi's topic in Hunter
    Enjoy!

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.