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

Everything posted by Lordsthan

  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
  15. PM me your discord and yes, you can only use position.
  16. You could use an InteractionEvent with a position.
  17. It really depends on what you are doing. If it's an InteractionEvent, then you can also disable on it.
  18. WebWalkEvent.setMoveCameraDuringWalking(boolean)
  19. I created a VM with Ubuntu 16.04 and I've had no problems with Auto-login. https://gfycat.com/AlarmedNauticalGoa You may wanna try install your OS again.
  20. Which version of Ubuntu are you using?
  21. I'm not sure how OSBot's typing methods can be impacted by your keyboard settings but have you tried to change your keyboard layout?
  22. I would also consider to: Complete Horror from the Deep to enable Dagannoths if you can use cannon. Not complete Priest in Peril (or not talk to Drezel after completion so Canifis isn't enabled?) to block any Slayer Tower monster. (This used to work back in the day when you couldn't kill these monsters outside of Slayer Tower) About farming points, have you compared Wilderness Slayer to the old method of doing 9/1 tasks on Turael/Nieve respectively? Also, are you using Aberrant Spectres to lower your Slayer level? If not, share your wisdom. Thanks for posting this.
  23. Try checking "Override high DPI scaling behavior. Scaling performed by" box then test OSBot's behavior with all three options and report back to this thread to help more users. As @Master Roshi stated previously on this thread, you can fix it by checking "Override high DPI scaling behavior. Scaling performed by" box, selecting System then restarting OSBot.

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.