Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27114
  • Joined

  • Last visited

  • Days Won

    215
  • Feedback

    100%

Everything posted by Khaleesi

  1. You already have an expired trial
  2. The question should be, does mirror support the script. and yes all scripts should work on mirror No point using mirror lately Very odd, will check!
  3. Khal Wintertodt updated to V2.29: - Updated interactions slightly - Smoother gameplay overall Live soon! Enjoy
  4. Stun alching is the fastest way
  5. Very odd, the scriptzooms out to what's required on start. Did you zoom in manually?
  6. Fairly low atm, just make sure to take some breaks once in a while
  7. There are solutions for that https://osbot.org/forum/topic/166460-guide-how-to-run-multiple-mirror-mode-clients-with-seperate-proxies-bypass-unable-to-create-advertising-error/
  8. Khal Thieving (All in One) updated to V1.33: - Now opens pouches based on completed ardy diary Live soon! Enjoy
  9. The problem with proxies is that they most likely get you banned instead of keeping you safe Make sure you have proper ones, residentials if possible
  10. OnStart: DisableRandomSolverDeathsOffice randomSolverDeathsOffice = new DisableRandomSolverDeathsOffice(RandomEvent.DEATHS_OFFICE); randomSolverDeathsOffice.exchangeContext(getBot()); getBot().getRandomExecutor().overrideOSBotRandom(randomSolverDeathsOffice); You can implement your handler in this class if you'd like ^^ public class DisableRandomSolverDeathsOffice extends RandomSolver { public DisableRandomSolverDeathsOffice(RandomEvent IiIiIiiiiIIi) { super(IiIiIiiiiIIi); } @Override public boolean shouldActivate() { return false; } @Override public int onLoop() { return 50; } }
×
×
  • Create New...