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.

BananaTown

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by BananaTown

  1. may i test bb, ive wanted the dungeon feature since the last walker
  2. as I suspected, it was the paint causing the lag. specifically the box i drew, of where the next fire would be on the ground. I removed this especially as it wasn't accurate before the first fire. Changes to code have been pushed. Will be live within next 24 hours.
  3. thanks for pointing out. I dont know how I didnt notice the lag but ill fix that this weekend. I also noticed you must start the script w a tinderbox in your inventory, will also be fixing that. Also for the record (other users reading this), the script still works with the lag, allbeit low fps and with more resource utilization than required. Again, will fix that this weekend.
  4. when u start script with rune kiteshield, it will loop equipping anti drag shield
  5. update pushed to fix the recent wc update for this boo boo script
  6. pretty sure varrock east oaks are broken cus custom location works. maybe just my VM being weird. lmk if u can recreate.
  7. Only when using the script queue feature, The script will freeze when picking a new name. This freezes the entire client tab. The only thing logged, appears after closing clients and says [INFO][Bot #1][07/03 02:20:03 PM]: Loaded 5 built-in random solvers! [INFO][Bot #1][07/03 02:20:06 PM]: Started random solver : Auto Login Logging in... [INFO][Bot #1][07/03 02:20:15 PM]: Successfully logged in, waiting for welcome screen. [INFO][Bot #1][07/03 02:20:27 PM]: Login completed. [INFO][Bot #1][07/03 02:20:27 PM]: Random solver exited : Auto Login [INFO][Bot #1][07/03 02:20:27 PM]: Scheduling script background executors [WARN][Bot #1][07/03 02:20:28 PM]: The current script is overriding the Bank Pin handler! [WARN][Bot #1][07/03 02:20:28 PM]: OSBot is not responsible for any issues that occurred due to this. [INFO][Bot #1][07/03 02:20:28 PM]: Loaded Acc Mode: Regular [INFO][Bot #1][07/03 02:20:28 PM]: Loaded Walk location: Lumbridge Spawn [INFO][Bot #1][07/03 02:20:29 PM]: BreakManager: We will bot for 41 minute(s) and break for 47 minute(s) [INFO][Bot #1][07/03 02:22:28 PM]: Terminating script Khal Tutorial Island... java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.osbot.rs07.script.MethodProvider.sleep(sn:96) at org.khal.y.Prn.j(i:230) at org.khal.tutorialisland.khalTutorialIsland.onLoop(n:8) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(do:6) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][07/03 02:22:30 PM]: Shutting down script background executors [INFO][Bot #1][07/03 02:22:30 PM]: Script Khal Tutorial Island has exited! Important note, This doesn't happen everytime. I have no idea what conditions this happens under. I just know its annoying lol. EDIT: while reporting this, it got stuck trying to enter a name longer than the max name. This is something ive never encountered, so idk if this is a bug, or what, but figured id update the post to include it.
  8. ChatGPT no longer wants to help us script lol LOL edit: u can still make it write u scripts u just gotta give bro a nudge
  9. I assume you're reading the widget in the account tab? this is a way to do it . RS2Widget playtime = getWidgets().get(712, 2, 100); RS2Widget yes = getWidgets().get(219, 1, 1); if (playtime == null) { new ConditionalSleep(5000) { @Override public boolean condition() { return playtime.isVisible(); } }.sleep(); } else { playtime.interact("Reveal"); } if (dialogues.inDialogue()){ yes.interact("Continue"); }
  10. script works perfectly. Just noticed some errors with -debug enabled and figured id send them ur way in case it helps you in the future. [INFO][Bot #1][06/26 02:15:02 PM]: WebWalkingEvent; Terminated because script executor paused. java.lang.NullPointerException at perfect.scripting.y.n.aUX.l(if:205) [INFO][Bot #1][06/26 02:15:02 PM]: WebWalkingEvent; No route found! Destinations = [[x=3285, y=3368, z=0]]; [INFO][Bot #1][06/26 02:15:02 PM]: WebWalkingEvent; No route found! Destinations = [[x=3285, y=3369, z=0]]; at perfect.scripting.y.n.Con.g(xf:740) [INFO][Bot #1][06/26 02:15:02 PM]: WebWalkingEvent; No route found! Destinations = [[x=3286, y=3369, z=0]]; at y.COM1.f(qk:1288) at y.Aux.m(qk:617) [INFO][Bot #1][06/26 02:15:02 PM]: java.lang.NullPointerException at y.COM1.onLoop(qk:1026) at perfect.scripting.y.n.aUX.l(if:205) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(fj:191) at java.lang.Thread.run(Unknown Source) at perfect.scripting.y.n.Con.g(xf:740) at y.COM1.f(qk:1288) at y.Aux.m(qk:617) at y.COM1.onLoop(qk:1026) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(fj:191) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][06/26 02:15:02 PM]: Started random solver : BreakManager
  11. lol same cheat engine was able to add gems I used to spam kahoots with bots when I was in regular school lol.
  12. Do u guys cheat in other games? If so, what games? are you a closet cheater? Are you a blatant cheater? I ask because this is a botting forum and I'm curious what the community here does mainly. I used to blatant cheat in csgo hvh when I was younger, but have since quit cs for the most part. Now I don't cheat in any other games because imo it ruins the fun.
  13. This is my second release on the SDN. If you encounter bugs please post here. Script worked for me but was not tested extensively. Burns logs in varrock square near Varrock west bank. WIll do logs - yews Bot will need 61 Logs 0-15 183 Oak logs 15-30 535 Willow logs 35-40 1572 Maple log 45-60 63016 Yew log 60-99
  14. will buy once i start my job looks lovely
  15. does this bot support osbots script queuing system? I notice when i put this script, then perfect fighter in, it will log out after Tutisland is done, and just exit entirely instead of starting perfect fighter. I don't know if this is me using the queuing system wrong, or if the script doesn't support it.
  16. script id is 758 in case u wanna add it to thread lol
  17. my bad then i must've just looked at the bot at unfortunate times lol.
  18. can u mkae it so when crafting with leather it doesnt deposit the needle and thread cus rn it banks all and IMO its kinda bot like
  19. as someone who uses email domains for account organization this would make my life a lot easier (ik there are easier ways)
  20. yessir exactly what i mean. If there was a CLI argument to enable that on launch, it would be stellar.
  21. best cooking script i have used. excellent work
  22. Ive been 2dayed for agility and quests. pretty much everything else has been perm. Id guess its because they don't really generate gold, but marks of grace do so?
  23. can we get a cli argument to enable mouse position on launch
  24. bumping this thread, anyone do anything neat yet? btw i got access to bings ai (idk if its still early access even lol) so if any1 got any ideas for that one lmk
  25. very nice script. always bug free 10/10 recommend to any1 curious abt buying.

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.