Jump to content

Apaec

Scripter III
  • Posts

    11134
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Yes they would It was either you or botre
  2. Still my fav https://youtu.be/cgNDedDKC9w https://www.youtube.com/watch?v=cgNDedDKC9w&feature=youtu.be
  3. This is a separate jar file which is not a script for osbot. It has no association with osbot, so I cannot utilise the API to make it do so. So sorry mate, but no it's timed. Apa
  4. No you cant block exp but you shouldn't say no to extra str exp, it always helps
  5. THIS IS NOT A SCRIPT FOR OSBOT! IT IS A SEPARATE RUNNABLE .JAR FILE WHICH IS NOT ASSOCIATED WITH THE CLIENT! APA RS Assistant - a useful tool with lots of uses FEATURES: AutotyperVariable type speed to suit your style Randomised delays between each typed letter (20% deviation) Customisable delay between messages Randomisation of delay (20% deviation) Countdown to allow you to switch tabs before typer starts Can type strings in order listed or randomly AutoclickerVariable time between clicks Additional randomised delay between clicks (20% deviation) Countdown to allow you to switch tabs before clicker starts USES: Staking spamming NMZ Hosting spamming Buy/sell spamming Skype spamming Alching Pray flicking SCREENSHOTS: DOWNLOAD LINK: http://www.filedropper.com/autotyperbyapaecpublic_2 (excuse the poor code, most of it was generated by my gui designer so it's bound to be untidy). Enjoy Apaec
  6. Have enabled a 24h trial. Enjoy! ))
  7. Yes. I will make it not deposit items with the world 'rune' in it, or something like that Apa UPDATE!! Version 3.24 Added a check which makes sure you can reach ammo before trying to collect it. This will stop you trying to collect ammo which you cannot reach. Stopped script depositing any runes which you have in your inventory, so the script now fully supports magic. Happy botting! The update should be available within the next 24hours when the script manager gets round to pushing it live. Apaec
  8. 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
  9. 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
  10. Have given you a 24h trial. Enjoy! Apa
  11. 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
  12. 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.
  13. 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
  14. why say this now everyone is curious why you were castrated
  15. shame, that should have been @Laz's
  16. Apaec

    @Anne.

    that guy from the incredibles gave me nightmares when i was a kid because his face is so small legit no joke
  17. Gameboy advance SP > PC > rest
  18. Sorry, looks like the file expired! Have re-uploaded: http://www.filedropper.com/pathrecorder Apaec
  19. 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
  20. 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
  21. 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/
  22. Are you running latest versionez? 3.23
  23. I guess that's not surprising. Maybe just disable the worldhopper while you're a lower level? Apa
×
×
  • Create New...