Jump to content

Czar

Global Moderator
  • Posts

    22175
  • Joined

  • Last visited

  • Days Won

    1976
  • Feedback

    100%

Everything posted by Czar

  1. 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;
  2. 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!
  3. Amazing! Can't wait for release
  4. 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
  5. I will be releasing another update I found something that needs patching!
  6. 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
  7. Yes sure I'll update the loot table right now
  8. Done added trials enjoy
  9. Seems to be related to AFK option, for some reason the bot ignores resetting aggro if afking, should I remove this?
  10. legend hope you get 99 con easy! EDIT: New Update (v10.0) - Added Crystal saw support -- Now patches the scenario during servant dialogue and phials too, works a lot better Update will automatically go live within a few hours enjoy Next update will most likely be bell pull + preparation mode to setup a room for the butler and to purchase a butler, and progressive butler upgrading so we can get demon butler without stopping the bot. I have a big list of new features coming to this bot
  11. It depends if you got pickaxe in invy and hammer in invy, I use 6 less ore, try these settings they work super well Can swap 81 for 104 if you like
  12. I dont believe they read them but they may autodetect some words so I have a copypasta just in case actually a jmod confirmed they dont get read. i just say my account got hacked please fix. one guy wrote SMD and got accepted unban so yeah xD
  13. Beast, added to main thread ty fren EDIT: New Update (v9.0) - Added Gnome benches - Added fix for phials un-noting bagged plants - Patched overlay not showing for some users - Added feature to get mythical cape from bank if doing myth cape racks Update will automatically go live within few hours, enjoy
  14. not certain but for me i get around 3/4 accs unbanned this way up to a certain point. it helps if you made the acc member on home ip (broscience) i dont have any evidence for this
×
×
  • Create New...