Jump to content

Czar

Global Moderator
  • Posts

    21828
  • Joined

  • Last visited

  • Days Won

    1925
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    Perfect Agility AIO

    Hey bro welcome done enjoy, if you'd like any advice or help I'm always here for you
  2. Yep mine is released
  3. Yea sure done enjoy
  4. Awesome gl my friend, lemme know if you'd like any other changes!
  5. 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;
  6. 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!
  7. Amazing! Can't wait for release
  8. 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
  9. I will be releasing another update I found something that needs patching!
  10. Awesome I am thinking of replacing that option with [How many loads of pay-dirt to do] and have a slider from 1-5 or something instead of counting the ore manually
  11. Yes sure I'll update the loot table right now
  12. Done added trials enjoy
×
×
  • Create New...