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.

Naked

Suspended
  • Joined

  • Last visited

Everything posted by Naked

  1. At least I have feedback
  2. It sure would be a shame if your account was hardcoded to not sell 7day accounts.
  3. Hey uhh, your GE code is sad and you should feel bad about it.
  4. Bruh like 95% of the accounts are prolly banned by now lmao
  5. That's a Jagex login screen update. Gotta fix that yourself
  6. Naked replied to Space's topic in Botting & Bans
    Matching osbot onsies?
  7. Right so enter the position and this code should work for you. This uses this sleep class: Position shop = new Position(###,###,###); if (myPlayer().getPosition().distance(shop) > 10) { WebWalkEvent event = new WebWalkEvent(shop); execute(event); } NPC ShopKeeper = npcs.closest("Shop keeper"); if (ShopKeeper.exists()) { if (ShopKeeper.isVisible()) { if (!store.isOpen()) { ShopKeeper.interact("Trade"); Sleep.sleepUntil(() -> store.isOpen(), 5000); } } } if (store.isOpen()) { if (!inventory.contains("Spade")) { Sleep.sleepUntil(() -> store.buy("Spade", 5), 5000); } }
  8. You can ignore those in your case. I just copy and pasted some code. The s is short for script, a variable in my Task class. The class this was from extended the Task class. TL;DR ignore it
  9. Position shop = new Position(###,###,###); if (s.myPlayer().getPosition().distance(shop) > 10) { WebWalkEvent event = new WebWalkEvent(shop); s.execute(event); } NPC ShopKeeper = s.npcs.closest("Shop keeper"); if (ShopKeeper.exists()) { if (ShopKeeper.isVisible()) { if (!s.store.isOpen()) { ShopKeeper.interact("Trade"); Sleep.sleepUntil(() -> s.store.isOpen(), 5000); } } } if (s.store.isOpen()) { if (!s.inventory.contains("Spade")) { Sleep.sleepUntil(() -> s.store.buy("Spade", 5), 5000); } }
  10. 💖
  11. Yes Yes Yes
  12. Bye Felicia.
  13. My racist aunt talks about you a lot
  14. Bad idea blah blah blah I have a 6 year old laptop that can run 20. Any modern 4c laptop should be fine.
  15. I can only read picture books
  16. .58 NakedPotato#5350
  17. I know a guy who sells tuts with an unlocking tool in the site.
  18. Let's just say that sometimes I let my girl get something that isn't on the dollar menu 😎
  19. Sometimes ya gotta settle...
  20. Congrats dudeski
  21. https://www.mod-rs.net
  22. How much you want to ban @Slicer?
  23. Don't bot an account you don't want to lose - and it sounds like you don't want to lose that. I'm not sure there's a "best" reaction time. Generally speaking, the less clicks the better, and I imagine the higher the reaction time the more realistic it looks (less perfect, looks like you're watching netflix while ya play or some shit)

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.