Jump to content

Isolate

Lifetime Sponsor
  • Posts

    2136
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Isolate

  1. Hopefully exactly what you were doing whilst botting? Unless you're so lazy you sit there and watch your bot run because it takes too much effort to move your hands. If you "Babysit" or bot whilst you're sitting there doing nothing, you don't need to bot.
  2. A "Helper" would be easy? Or do i not understand what this requires
  3. Could always just make something that highlights which prayer to activate, but I think it already exists
  4. Haven't seen one of these in a while. Good to know people still panic on an off day
  5. this is that arrogant 12 year old looking guy hacking people?
  6. yours if you want it still
  7. 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
  8. 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
  9. Isolate

    Test

    <---- Test Edit: why is SDN Dev second priority to Member...
  10. uses the same dialogue every time, i get a few a week, just report and block them
  11. Idk how the picture of you dropping it has been working... Unless you did it manually...?
  12. 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...
  13. 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)); } }
  14. 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
  15. 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.
  16. so just pump out like 20 accounts every weekend gathering for 48 hour madness
  17. Isolate

    Sample Code

    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?
  18. Isolate

    :doge:

    You're asking for it m9
  19. Isolate

    Question

    Someone clarify this: Apparently you can't release a premium script if there's a free script of it, gl guise
  20. why not just use a browser based proxy or get a plugin for it... wouldn't that do the same thing
  21. 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
  22. Yea, if you did write it, feel free to port it.
  23. Clues: 1. What drops barrows gear. 2. Look at his signature.
  24. 3:30AM... Count me out :P
×
×
  • Create New...