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.

Butters

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Butters

  1. ^ this basically. Good job
  2. Thank you all. Any best practices to combat obstacles universally if walkPath would misclick or something (eg. enter a building whichs' doors get closed) ? Use DoorHandler or something similar?
  3. try doing this: chmod +x /home/customer/desktop/bot.jar If that doesn't work post what you get after trying to launch osbot here
  4. Hey, was wondering if any of you could provide details and key differences on webwlalking, walkpath and walk. Main concerns are: * Does walkPath handle obstacles * Does walkPath use less cpu and ram than webwalk
  5. Still happening to me in 1.4.138. I think it has something to do with osbot threads. Seems like loginEvent doesn't always fire when it's logged out. Pausing and resuming the script helps.
  6. Same for all, wait it out. Something wrong with OSBot servers
  7. All fine and dandy, though sucks that mules can't launch
  8. Did exactly that. Failed. Will try to mess around again later, thanks
  9. Thanks, I do know what they are, but I failed to get that POST request to inspect. As I mentioned - a noob
  10. I'm a noob at this, might want to share the POST params/screenshot? Failed to catch that pesky POST
  11. To be honest I'm liking this not for the script, but for the "opportunity" to see how to code properly in general. Beautiful work
  12. Need to pm Jagex with something like "Hello I'm a botter and I've found a bug in the client while making mass tutorial accounts"
  13. This really gives me a headache. OSBot likes to eat quite a few resources during launch. Depending on the CPU power you have, I can launch about 18-20 bots with 60+ second sleeps without a problem. As the CPU usage spikes later bots tend to fail producing the error mentioned. So I started monitoring cpu usage and extending the sleep time if needed.
  14. Widgets ID's didn't change (still 269). Seems like the customization screen is active for a shorter time and auto closes after like 5-10 seconds.
  15. Lol thanks, dunno if this is a joke or not, but wanted an automated solution So as I see there's no "straightforward" way doing this, will try the methods you guys mentioned, thanks.
  16. Anyone else have a problem that it not always logs back in after being logged out due inactivity or just before bans? Happens like 30% of the time. Pseudo usage: int onLoop() { if (client.isLoggedIn()) { doStuff(); else { execute(loginEvent); } } Just stays logged out. Pausing and resuming the script helps
  17. I didn't find any method regarding this. Would like to do this without trying to hop to a p2p world. Maybe there's a config for it?
  18. Pass in your main class to the method as a prameter where you want to use System.out then. Then do ParamName.log();
  19. Use log() instead of System.out.
  20. Actually a good question, I was using Status.PENDING_BUY or Status.PENDING_SALE after aborting a sale/buy. But works kinda funky.
  21. nah it was running, you just didn't see the output, cause you didn't add the -debug flag.
  22. Once again I might be wrong, but through my trial and error I think OSBot launches a new process after it's login screen. This means you can say bye bye to all the output afterwards. Use java -jar osbot.jar -debug 5011 Or any other port. This will pipe the output. Also, if you're new to this install a Graphical environment and VNC to just play around.
  23. Use this. Might need some tweaking to suite your personal needs but works well. I seriously doubt you'll have problems with "color detection" when running a VPS without a graphical interface. Correct me if I'm wrong

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.