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.

HastyLife

Trade With Caution
  • Joined

  • Last visited

Everything posted by HastyLife

  1. Would wait a time or try with some soft-botting/ legit playin
  2. Depends on the situation, I pref mouse and keyboard recorder cuz diff paths etc + on the ofc client, I didn't use mouse and keyboard recorder for rs for couple years now no ban tho and got couple 99s of it.
  3. Jarfix for fix
  4. Always bot at your own risk.
  5. Finally!
  6. He always getting banned on mondays thats why i suicide bots on friday evening till monday morning
  7. Buying 2 acc´s pref f2p mage 60 nothing else req Pm me Paying rsgp
  8. HastyLife replied to RoomScape's topic in Spam/Off Topic
    ^
  9. I would do but dont have the req I guess :P But best of luck for finding somebody ~Life~
  10. Thanks gonna try it out.
  11. How I can write that the bot should choose between one of this items? if inventory"Jug of water", "Bucket of Water" bank"Jug of water""Bucket of Water", 9; sleeprandom110, 320; Thanks for any help! Not sure if i put it into the right section.
  12. Of course not sir I even got scammed myself and learned from it. But if there are no Personal documents etc people are willing to scamm
  13. Can only agree thats the world I guess
  14. HastyLife replied to Mister Slyther's topic in Gallery
    Looking good to be honest.
  15. Working fine great job ~Life~
  16. All .jar files doesnt work anymore does anyone have any sollution for this? : https://gyazo.com/36f619dd485d58b1556a12ceae7ae14b Thanks
  17. What should I do any advice?
  18. Hmm okay thanks for that! Well im beginning :P
  19. HastyLife posted a topic in Archive
    import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Umut", info = "Testing", name = "Mining Test", logo = "", version = 0) public class main extends Script { @@Override public void onStart() { log("Test"); } private enum State { MINE, DROP, WAIT }; private State getState() throws InterruptedException { Entity stall = objects.closest("Rocks"); inventory.dropAllExcept(1265); sleep(random(1000, 1500)); if (stall != null) return State.MINE; return State.WAIT; } @@Override public int onLoop() throws InterruptedException { switch (getState()) { case MINE: Entity stall = objects.closest("Rocks"); if (stall != null && !myPlayer().isAnimating()) { stall.interact("Mine"); } break; case DROP: inventory.dropAll(); break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); } { } } What could I improve on this script maybe like walking but I don´t know how to implement it any other suggestion or any help how to "bank walk" or walk to any specify area of rocks. Thanks anways

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.