Jump to content

Czar

Global Moderator
  • Posts

    22189
  • Joined

  • Last visited

  • Days Won

    1977
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    Perfect Thiever AIO

    Yes done gl on trial enjoy For custom tile it’s F3, I believe custom tile mode only activates if doing stalls but I can add it to other modes too
  2. Czar

    Perfect Wintertodt

    Of course done gl sir
  3. Thanks, my behaviour system sacrifices some xp to prolong your accounts I’ll make it optional so everybody wins
  4. Czar

    Perfect Agility AIO

    Get mirror mode use short breaks and short run times I can’t reveal my setup publicly but I am willing to guide you yeah easily can get 99 this way
  5. Welcome, also strong introduction noice
  6. It seems nobody has released one yet, will ask Token about what options are available
  7. Czar

    Perfect Wintertodt

    Of course done gl sir
  8. Czar

    invoice

    Any luck was this resolved?
  9. Not sure if allowed but would be good idea, marketplace is just full of bumps too which is annoying
  10. Czar

    Perfect Wintertodt

    Of course done gl sir
  11. Czar

    Perfect Thiever AIO

    Sad. I am sure there was a good proggy in progress too rip. I will take a look and see if the hooks are updated @Klumzy 1. start the thiever bot 2. select option (sticky npc mode) 3. Select elves 4. run the bot 5. wait couple second for script to load 6. Click F2 on keyboard 7. Using mouse click on elf nearby 8. The bot now will target that npc 9. Success Keep in mind you must start the bot near the npc. This is the only way a thiever can handle elves because they all have a different name, and different ID too. It takes a couple seconds so it’s np ^^ If still no luck lmk I’ll record a gif/video or even help via teamviewer or something
  12. Atm it will use the best available house on the house advertisements thingy, I can add a way to enter your own home too, no problem I was thinking 99% of ppl don’t have a good poh Jewellery boxes explain please, I am open to adding anything
  13. Am seeing couple script threads being manually bumped too, thought this wasn't allowed? edit: bumped as in typing "bump" every 3 hours without anyone talking
  14. Without spoonfeeding too much, here are a couple snippets that you'll have to assemble yourself // currently selected minigame, do getMessage() on this Optional<RS2Widget> firstAttempt = getWidgets().getAll().stream().filter(a -> a.getRootId() == 76 && a.getMessage() != null && a.getMessage().length() > 0 && a.getTextColor() == 16750623 && a.getHeight() < 20).findFirst(); // teleport button (after a minigame is selected) Optional<RS2Widget> teleportButton = getWidgets().getAll().stream().filter(a -> a.getMessage().length() > 0 && a.getMessage().equalsIgnoreCase("Teleport")).findFirst(); // is minigame teleport panel shown boolean isTab = getConfigs().get(1054) >= 3000; // open grouping tab getWidgets().interact(548, 39, "Grouping"); // click on correct minigame Optional<RS2Widget> targetMinigameOption = getWidgets().getAll().stream() .filter(a -> a.getRootId() == 76 && a.getMessage().length() > 0 && a.getMessage().equalsIgnoreCase("MINIGAME NAME HERE")) .findFirst();
  15. Ty I’ll take a look now, something may have changed recently
  16. Czar

    Czar Kudo Solver

    Did 10-47 no problems
  17. Legend Glad you like the bot lmk if you want any new features added. Btw last update was a bug fix for webwalking in certain areas, my mm1 account is also doing well will be posting more updates on those beta plugins soon.
×
×
  • Create New...