Jump to content

Khaleesi

Script Officer
  • Posts

    27641
  • Joined

  • Last visited

  • Days Won

    225
  • Feedback

    100%

Everything posted by Khaleesi

  1. Enjoy!
  2. All you need is this mate You need to make use of your onLoop, No need to do multiple actions in 1 onLoop cycle ^^ if (getInventory().contains("Logs")) { getInventory().drop("Logs"); } else { if (!myPlayer().isAnimating()) { RS2Object tree = getObjects().closest("Tree"); if (tree != null) { if (tree.interact("Chop down")) { new ConditionalSleep(random(4000, 5000)) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } else { //No Valid Tree Found } } else { //Do nothing, We are Chopping, Just wait ... } }
  3. Will take a look
  4. Have fun!
  5. If you are having issues starting the script please be patient. New script version is pending! Sorry for the inconvenience! Khaleesi
  6. Which new minigame?
  7. The fact you say it has a pattern is actually good. You want to have a pattern, if you won't have one you are not a human... Humans are not random, humans have a pattern... Everyone wants to have random stuff and random behaviour and random movements... Well if you wanna get banend quicker, use that It's just about blending in and avoiding their detection... I use this in all my scripts and so far bann rates are a lot lower than competitors I compared with
  8. Fixed screen mode and zoomed out? Haven't seen any issues and my friends runs a ton of accounts through all courses every week
  9. Khal Fishing Trawler updated to V1.03: - Added Full CLI support (Automated farming) Will be live in a few hours Enjoy!
  10. Enjoy!
  11. Don't need construction
  12. Never left Wb
  13. No sorry, only fletching
  14. Sure enjoy!
  15. Dynamic sigs are not 100% lately, host has been down a lot..
  16. Enjoy!
  17. It won't get stuck, somtimes it can take some seconds due to humanlike idles ...
  18. Enjoy!
  19. Enjoy your trial!
  20. Enjoy!
×
×
  • Create New...