Jump to content

Czar

Global Moderator
  • Posts

    22581
  • Joined

  • Last visited

  • Days Won

    2046
  • Feedback

    100%

Everything posted by Czar

  1. Yes, like this. Shoutout to Muffins for this copypasta. Added support for importing Jagex accounts with the following formats: -- email:pass:character_name -- email:pass:character_name:pin -- email:pass:character_name:ip:port -- email:pass:character_name:pin:ip:port -- email:pass:character_name:ip:port:username:pass -- email:pass:character_name:pin:ip:port:username:pass
  2. Czar

    Don't work

    Almost there Use this time to register some more accs and prepare for botting
  3. Glad it's working, I'll keep this in mind in case it happens to someone else so I can help them. Thanks
  4. Are you using proxies on the second account? Also have you tried without the beta option and just hooking onto runelite? Apparently this works better. Steps are: I installed runelite -> manually patch the runelite client through osbot.jar -> logged into jagex launcher directly -> click play -> osbot launched -> leave launch stealth with jagex account unchecked -> everything works and I was able to complete the tutorial island
  5. Tysm it seems the script is missing these but easy add. I will announce another update ASAP. And yes sure I can add one for Varrock moss giants @BERTTY how's that
  6. Czar

    Perfect Thiever AIO

    Thank you! Yes I have more updates coming, I want to avoid relying on other people, so the next update for blackjacking will be to automatically lure the npcs instead of hopping worlds to find a pre-lured npc. And for closing the curtain I'll add that in ASAP. Again thx for feedback appreciate it ;D
  7. Czar

    Czar Barrows

    It depends on teleports available for your ironman, do you have a portal in poh?
  8. Czar

    Czar Barrows

    I'll add that in! Just added a new option for house spell + rune pouch + barrows portal, now we have barrows portal, nexus, and a lot more. I'll add construction cape next
  9. Czar

    Czar Barrows

    Wooot! I will adjust some setup options and make it better
  10. Czar

    Czar Barrows

    Hey mate Can you tell me if you got [Allow Prayer Sip] selected please
  11. Czar

    Perfect Thiever AIO

    Seems to only happen in deadman world, I'll turn off the safety. I believe the message Welcome to deadman world or something is telling the script it died, very strange. Fixed in v292.0 Update will automatically go live within a few hours enjoy
  12. Yeah it's really easy to unban them, I just unbanned a few accounts from last week's wave. It's also really difficult to get banned with bankstanding skills such as crafting, is this the only botting history you have or did you bot previously too?
  13. Czar

    Perfect Thiever AIO

    Ty will take a look, seems the bot thinks your account got 0hp and died, did this happen? Or maybe there was lag during login and the levels didn't load yet
  14. Well I have never killed anyone with fight back yet but it does make a huge difference, I am typically 80-99 range with webweaver bow on various accounts usually and it makes the pkers eat alot and gives us time to escape. Some of them even give up and look for other easier targets And yeah I've submitted a request to add a lifetime price to this bot, just waiting now
  15. I'll make sure it works for you, I'll test with AFK enabled on my custom tile, tysm for logs! EDIT: Just saw the screenshot, it must be Sand crab in setup for some reason it was selecting rock crab, I found something which needs tweaking for today's update
  16. Hey bro tysm I love the feedback, I will check it out I just need to ask which weapon did you have for main weapon and which weapon did you have for spec? I know that I am missing a few weapons I believe the new BH weapons and a few other high level stuff, but I am always happy to add updates. And for the alching while training magic/slayer I will give this a try, I'll visit youtube and see how it's done, if it's similar to agility (alch then move) then I have some great news I can copy paste my code from my agility bot onto this fighter bot And for imbued heart sure thing. I actually have this coded already but I need to offer it as an option in the setup menu. So not a lot of work left, it should be an easy add Also big shoutout to Runelite for the configs.
  17. I will help is there error in console log? It must be running north. It is also possible to set custom aggro tile if you like. Also can tell me what the bot is doing? Just standing near rock crab or?
  18. Add this method somewhere in the class, and then add if (getGrandExchange().isOpen() && hasPendingCollect()) { log("We have some items to collect first..."); getGrandExchange().collect(); return 600; } and declare this method: private boolean hasPendingCollect() { return Arrays.stream(Box.values()) .filter(box -> getGrandExchange().getStatus(box).equals(Status.FINISHED_SALE) || getGrandExchange().getStatus(box).equals(Status.FINISHED_BUY)) .count() > 0; }
  19. Czar

    Perfect Wintertodt

    Done enjoy Lemme know if you'd like any updates I'm always releasing new versions
×
×
  • Create New...