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.

Lordsthan

Members
  • Joined

  • Last visited

  1. Try disabling adblock if you have one.
  2. 25M per account or 200M for 10 accounts (20% discount), you pay for Bond Can start now, pm me or add me on Discord: lordsthan#1824
  3. Can start now, pm me or lordsthan#1824
  4. Can I get an auth, please?
  5. Lordsthan replied to ddsyou's topic in Scripting Help
    OSBot's client is a jar file indeed and if you are having trouble to open it, check this:
  6. System.exit(0) on onExit() to close process after stopping the script?
  7. @Nor3g CachedWidget.java Sleep.java WidgetActionFilter.java Credits to @Explv for all three classes above. Usage: int getPvPWorld() { Predicate<World> worldFilter = w -> w.getActivity().equals("PvP World - Free"); if(openWorldSwitcher()) { List<World> worlds = getWorlds().getAvailableWorlds(true).stream().filter(worldFilter).collect(Collectors.toList()); if(!worlds.isEmpty()) { return currentWorld = worlds.get(0).getId(); } } return -1; } boolean openWorldSwitcher() { Event openWorldSwitcher = new OpenWorldSwitcherEvent(); execute(openWorldSwitcher); return openWorldSwitcher.hasFinished(); }
  8. There's no parameter for that. However, you can set it to start in a P2P world using the -world flag.
  9. Lordsthan replied to Token's topic in Others
    Should help: https://oldschool.runescape.wiki/w/Elemental_staves
  10. Beginner Clue's data except from Hot/Cold. Anagram Clues Cryptic Clues Emote Clues Map Clues
  11. getMap().getDestination()?
  12. Try this: https://stackoverflow.com/a/26610279
  13. Yes, you can't. Instead, you need to interact with the first element.
  14. Both methods containingActions and containingSprite return a List<RS2Widget>. Read more at https://osbot.org/api/org/osbot/rs07/api/Widgets.html

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.