Jump to content

Apaec

Scripter III
  • Posts

    11152
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. the words 'flawless' and 'slayer script' are not normally associated with eachother nonetheless, i believe @Czar might have one in store or might have made one already, unsure. Apa
  2. I burnt my desk from running the mirror client but then again my laptop is old and it cant handle the normal bot for very long anyway
  3. Have given you a 24h trial. Enjoy! Apa
  4. The reason this happens is sometimes when the client lags it can make misclicks. I will push a fix for this in the next update Apaec
  5. ew! Don't use while loops here: I rewrote it a bit: public void deposit() throws InterruptedException { Entity bank1 = objects.closest("Bank booth"); if (bank1 != null && bank1.exists()) { if(!this.bank.isOpen()) { bank1.interact("Bank"); sleep(random(1000, 2200)); } else { this.bank.depositAllExcept(995); //USE NAMES! MUCH EASIER TO READ sleep(random(50, 160)); this.bank.withdrawAll(xxxx); //you have xxxx here, not sure if you intended for this sleep(random(50, 160)); } } } That should work successfully.
  6. easier to define it as Position[] pathToBank = new Position[]{new Position(0,0,0), new Position(0,0,0), new Position(0,0,0)}; etc. Also, in terms of the walking, try and space the points 2-3 tiles away from eachother to ensure they dont get stuck. I've converted a tool which records paths for you (found here: http://osbot.org/forum/topic/61609-path-generator-zwalker-portre-release/ ) Apa
  7. why say this now everyone is curious why you were castrated
  8. shame, that should have been @Laz's
  9. Apaec

    @Anne.

    that guy from the incredibles gave me nightmares when i was a kid because his face is so small legit no joke
  10. Gameboy advance SP > PC > rest
  11. Sorry, looks like the file expired! Have re-uploaded: http://www.filedropper.com/pathrecorder Apaec
  12. You beat me to it ! XD On a more serious note tho, If you do end up quitting and don't get banned, i'm always accepting donations x) Apa
  13. Ofcourse! which bolts would you like to see? Please could you list the EXACT ingame names of the bolts and i'll add support for them Apaec
  14. No If you find a good moneymaking method, you keep it secret besides, it's against the rules to release a karambwan script and it has been for the past 1.5 years http://osbot.org/forum/forum-181/announcement-25-scriptscripter-rules/
  15. Are you running latest versionez? 3.23
  16. I guess that's not surprising. Maybe just disable the worldhopper while you're a lower level? Apa
  17. UPDATE! Version 3.23 Script now utilises latest worldhopping API introduced in version 2.3.58 Script now draws ALL paths (which it is using) while walking in the paint. Happy botting! Apaec
  18. Now I see why you deleted my post. Thank you!
  19. You should both have a 24h trial on your accounts. Enjoy"! Apa
  20. I fixed it stopping the script before logging in, thats version 3.22. As for the bug where it tries to click the same world, that sounds likea client issue but i'll look into it. Apaec
  21. What part of it is broken?
  22. Have given you a 24h trial. Enjoy!
×
×
  • Create New...