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.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. Yes they are
  2. Isolate replied to Isolate's topic in Accounts
    yours if you want it still
  3. Isolate posted a topic in Accounts
    1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) range gear + 4k arrows 4. Pictures of the quests completed none 5. The price you will be starting bids at 2m 6. The A/W (Auto-win) for your account 5m 7. The methods of payment you are accepting 07 gold 8. Your trading conditions You're going first, if you want a MM you can pay for one i choose. 9. Account status 10. Original/previous owners AND Original Email Address Me, Myself And i, has no email so yolo
  4. people pk splashers by offering them a bond (stops the combat). so if you're there you can just accept it and take the bond
  5. Isolate posted a topic in Spam/Off Topic
    <---- Test Edit: why is SDN Dev second priority to Member...
  6. uses the same dialogue every time, i get a few a week, just report and block them
  7. Isolate replied to asherhanif's topic in Archive
    What bout THIS
  8. Java doesn't work like this... You need to configure the project properly elsewhere and then when you compile an artifact/module/jar set its output to the script file.
  9. Idk how the picture of you dropping it has been working... Unless you did it manually...?
  10. private final String[] SEAMAN_OPTIONS = new String[]{"Can I journey on this ship?", "Search away, I have nothing to hide." }; void handleSeaman() throws InterruptedException { if(dialogues.inDialogue()){ if(dialogues.isPendingContinuation()){ if(dialogues.clickContinue()){ sleep(random(200, 600)); } }else if(dialogues.isPendingOption()){ if(dialogues.selectOption(SEAMAN_OPTIONS)){ sleep(random(200, 600)); } } }else{ NPC seaman = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().contains("Seaman"); } }); if(seaman != null){ if(seaman.isVisible()){ if(seaman.interact("Pay-fare")){ sleep(random(750, 900)); } }else{ camera.toEntity(seaman); } } } } } Even though i'm pretty sure that's the dialog for the customs officer...
  11. I feel you don't fully understand else statements. String[] options = new String[]{"Can I journey on this ship?", "Search away, I have nothing to hide.", "Ok." }; if(dialogues.isPendingContinuation()){ dialogues.clickContinue(); }else if (dialogues.isPendingOption()){ if(dialogues.selectOption(options)){ sleep(random(200, 600)); } }
  12. Right Click>Open With>Find Java>Use Java or in CMD Just Do java -jar osbotx.x.x.jar in the same directory as it
  13. The code would've worked if you'd had the import, the only reason typing it slowly fixed it is selecting the option automatically gives the import.
  14. Not worth the ban, gotta find somone who'd do it for free :P
  15. so just pump out like 20 accounts every weekend gathering for 48 hour madness
  16. Isolate replied to Isolate's topic in Tutorials
    Of Course! Sorry I had to rush off and do something. Did you want to add my skype 'isolatepb' or message me on the forums?
  17. Isolate replied to Mysteryy's topic in Spam/Off Topic
    You're asking for it m9
  18. Isolate replied to Woody's topic in Scripting Help
    Someone clarify this: Apparently you can't release a premium script if there's a free script of it, gl guise
  19. Isolate replied to hellokitty44's topic in Archive
    why not just use a browser based proxy or get a plugin for it... wouldn't that do the same thing
  20. Yes, aslong as you have a script on the SDN that works and is being maintained. you do. gg 2 weeks of your life for 1 script though
  21. Yea, if you did write it, feel free to port it.
  22. Clues: 1. What drops barrows gear. 2. Look at his signature.
  23. 3:30AM... Count me out :P
  24. Edit: was thinking of wrong thread

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.