Jump to content

Czar

Global Moderator
  • Posts

    23125
  • Joined

  • Last visited

  • Days Won

    2119
  • Feedback

    100%

Everything posted by Czar

  1. Done enjoy
  2. Yep in settings -> Force lower mine this will make it go there For combo runes I will give it a try ^^
  3. Thanks! I can also automate this too I am happy to release more updates
  4. Done added all trials gl guys
  5. Logs look good no errors in there, is there any chance the PC ran out of memory while botting? I will release a new update for performance ASAP Thanks!
  6. There are already 2 nmz scripts I need to think of a new script xD
  7. Done gl guys enjoy
  8. Done added trials enjoy @bluelighty hey bro looks like alching is working good? I just tried it here: Are you using any type of different resolution? Best one is the traditional classic - fixed, hope this helps!
  9. Czar

    Perfect Agility AIO

    Hey bro welcome done enjoy, if you'd like any advice or help I'm always here for you
  10. Yep mine is released
  11. Yea sure done enjoy
  12. Done enjoy
  13. Awesome gl my friend, lemme know if you'd like any other changes!
  14. Use this: public boolean sleeped(String text, int timeout, BooleanSupplier condition) { return new ConditionalSleep(timeout) { @Override public boolean condition() throws InterruptedException { return condition.getAsBoolean(); } }.sleep(); } and in your script: if (getBank().isOpen()) { log("Bank is currently open"); return random(800, 1400); } log("Attempting to open bank..."); if (!getBank().open()) { log("...didn't open bank, try again..."); return random(800, 1400); } boolean didSucceed = sleeped("Wait up to 10s for bank to open", 10000, () -> getBank().isOpen(); if (!didSucceed) { log("Waited the whole 10 seconds and bank didn't open..."); return 600; } log("Bank successfully opened"); return 600;
  15. Czar

    Perfect Thiever AIO

    Sure I will add a new update for this, I remember adding a lot of settings for this maybe I could potentially remove some unnecessary options too, new version coming up ty!
  16. Amazing! Can't wait for release
×
×
  • Create New...