Jump to content

Czar

Global Moderator
  • Posts

    22346
  • Joined

  • Last visited

  • Days Won

    2003
  • Feedback

    100%

Everything posted by Czar

  1. 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
  2. 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();
  3. Ty I’ll take a look now, something may have changed recently
  4. Czar

    Czar Kudo Solver

    Did 10-47 no problems
  5. 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.
  6. Czar

    Perfect Thiever AIO

    No problem glad you resolved it, lmk if you notice anything else or have any suggestions/requests for next version
  7. Epic!! I can't wait to go for 99 on my main I'll be doing prifddinas woodcutting, I need them crystal shards
  8. Czar

    Perfect Thiever AIO

    With npcs that have many names (e.g. elves or fremennik citizens) you gotta select sticky npc mode in setup window, then it'll ask you to manually click and tag an npc from the game screen, then it'll target that specific npc and pickpocket it forever We have basic beta mode blackjacking, you want 24 hr free trial? Disclaimer: blackjacking is not officially supported, but we are trying to support it soon, please do not buy the bot for blackjacking because it is strictly not allowed.
  9. Czar

    Perfect Thiever AIO

    Done enjoy If you got any questions lmk I have the best strategies to get 99 with botting.
  10. No real way of knowing for sure but I would imagine botting on full screen or even mobile would be lowkey
  11. Done trial enabled gl sir Gold bars: make sure to only hook mirror client while logged out otherwise objects disappear. So the most reliable procedure is: launch osrs client, make sure you're not logged in RS, launch osbot, let clients hook together and then start bot
  12. Yeah FML you just beat every record I've ever seen in this community. Mad respect Can I also add this one to main thread please? @Lhorhay Thank you I will take a look at that, yes you're correct it's for antiban but I can toggle it off and make it more accurate so everybody has what they want
  13. Czar

    Perfect Thiever AIO

    Not yet I don't think it's possible to reliably blackjack for long periods of time on mirror mode just because of the way it works, and I doubt anyone would use injection if they have mirror mode I will be finishing off staminas for rogues den it's been 2 years still haven't added banking there yet then I'll give another try at blackjacking
  14. Turn off this one [Allow banking for equipment] Otherwise the bot will keep trying to go bank, I assume you have some sort of barbarian rod that's enchanted or something (?) I could be wrong, I will take a look now though. Also good news I've submitted the update for Prifddinas fishing, it should automatically go live today for v162.0 within couple hours The name will be "Tirannwn east", I will add more to the list as I've also noticed a western location too. And one slight thing, we still have no banking support here (?) if you have any suggestions on what/how to bank from here lmk. And it will not walk there from lumbridge or anything since there is no webwalker in Isafdar yet, but I will manually override it soon. Preview of update: (ignore version here)
  15. Done enjoy just posted an update yesterday as well, more to come
  16. Czar

    Perfect Agility AIO

    Glglgl I just hit 99 on my main after almost 6k laps at prifddinas
  17. Just hit 91 on another acc will show progress pics soon
  18. Epic idea good find there. Will add these spots today.
×
×
  • Create New...