Jump to content

Czar

Global Moderator
  • Posts

    22969
  • Joined

  • Last visited

  • Days Won

    2095
  • Feedback

    100%

Everything posted by Czar

  1. 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!
  2. There are already 2 nmz scripts I need to think of a new script xD
  3. Done gl guys enjoy
  4. 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!
  5. Czar

    Perfect Agility AIO

    Hey bro welcome done enjoy, if you'd like any advice or help I'm always here for you
  6. Yep mine is released
  7. Yea sure done enjoy
  8. Done enjoy
  9. Awesome gl my friend, lemme know if you'd like any other changes!
  10. 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;
  11. 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!
  12. Amazing! Can't wait for release
  13. Done enjoy
  14. Done gl brotha
  15. Czar

    Perfect Hunter AIO

    Beast mode Big shoutout to wrogue for helping me improve the antipk, I will be adding more updates asap. Awesome gl my friend enjoy! Latest update just went live for banking quicker
  16. Done enjoy
×
×
  • Create New...