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.

Wizard

Members
  • Joined

  • Last visited

Everything posted by Wizard

  1. Lmao many iOS users.. Android all the way! I have Galaxy s3 rooted
  2. Wizard replied to n3ss3s's topic in Archive
    Lmao this is really going to be fun to watch, first of all Cory is right you should have sold it for few $ at least, secondly, the RS eco will soon crash because of this.
  3. I like EoC more than Oldschool, Oldschool is limited old gameplay which i dont like, however, Eoc, has many new content every week so yes. And for RS3 I dont really care about it, i think its fine because most of it is just an upgrade of the existing version.
  4. Wizard replied to Z1ls's topic in Gallery
    Sorry but i dont like it
  5. I confirm that ^. If anyone has an account with the following requirements above and want to contribute, please pm me the account information. Credits will be given.
  6. Wizard replied to Degos's topic in Archive
  7. Guy : Idk, Justin Timberlake? Girl : Selena Gomez and Emma Watson <333
  8. Fishing guild, no need to pay anyone. Got phat set from there EDIT : proof
  9. You cant do that, at least for now. Script class doesnt have KeyListener implementation.
  10. "anti-bans".. lol just make your script behave like you do normally and you wont need any anti ban at all.
  11. Wizard replied to Klaidas's topic in Archive
    Got them in like 4 mins all of them
  12. Wizard replied to Zach's topic in Releases
    I dont know how your anti virus managed to scan a jar file...
  13. Wizard posted a topic in Snippets
    So, yesterday I was bored and I decided to make some utilities for my script to use, so here the things I have so far -Console with commands to control script(stop, hide paint, debug...) -A monitor that shows the game screen in smaller size(you can resize it Thats all so far, may add paint info of the script later.
  14. Wizard replied to Tom1's topic in Archive
    Also Kati..
  15. public void onStart() { if (client.getInventory().contains(ectophial) &&!myPlayer().isInArea(EctoArea)) { client.getInventory().interactWithId(ectophial, "Empty"); if (myPlayer().getAnimation()== 714) { while (myPlayer().getAnimation()== 714) { try { sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } } } state = State.WALKTOECTOHERB; } }
  16. What the error? when you hover over the red line what does it say? EDIT: nvm remove the throw thing, the onStart method in the Scrip class doesnt throw InterruptedException, I think you have to add the try and catch blocks again And what is try and catch basically is a code that try to preform the code between the try {} and if something unexcepted happened it catches the errors.
  17. The script start after the moment you select an account or press none, even if you at the login screen, but as you know there a RandomSolver and one of them is the login which interrup and pause the script and execute it self.
  18. Dont catch the exception, you should throw it, so in the method signature throw InterruptedException so it would be like public void onStart() throws InterruptedException { and remove the try and catch block.
  19. #removenewcontentbutton2013
  20. Nice release man, I like the Tray feature
  21. Not very original, I thought it was a GUI based on built in graphics and not SWING. Still cool tho.
  22. wow these look so good, amazing!

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.