Jump to content

Czar

Global Moderator
  • Posts

    21517
  • Joined

  • Last visited

  • Days Won

    1885
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    CzarRangingGuild

    Unless your IP is flagged, impossible. There are 15+ hour proggies here and you got banned within 3 hours.
  2. Czar

    CzarRangingGuild

    Thank you for the suggestion, I will take your post into account for the next update Well, the script has been re-written, the camera movement has been sped up, will no longer take 30 seconds or whatever to get back into place. As for the GUI, my plan is to avoid user-controlled behaviour, and stick to the script - for example, at the start of an hour of botting, it will calculate how many times it will make the mistake, this number is random and the boundaries of this number is unique, so repetition is removed (a botting key point), I still haven't witnessed it clicking the door ever, so I will bot until that happens, however in the meantime I will reduce the Y bounding box so it won't click it in the future. Update has been pushed to SDN. I will provide 1 GUI option, which is to either use the new range script or the old one, because the old one is fine(despite the 30 second camera), the only ones who got banned were those botting for 15+ hours which most of the time resorts to a delayed ban/or insta-ban (for all scripts). So, the user can choose Old script or new script. Both are fully functional. EDIT: Sorry for the late reply, I forgot to post about it! Just pushed it to SDN yesterday and that's it :P
  3. public boolean bank() { if (getBank().isOpen()) { if (!getInventory().contains(fishName)) { return getBank().withdraw(fishName, 0); } } else { NPC benedict = npcs.closest("Emerald Benedict"); if (benedict != null) { benedict.interact("Bank"); } } return false; }
  4. Czar

    CzarRangingGuild

    Ouch, I'm sorry about that I'll have to re-write the script, ETA 1 hour.
  5. At 10 hp, I'm unsure why I set it to 10 but I can change if you want.
  6. Czar

    CzarRangingGuild

    Thank you for the feedback If you want, I can decrease the frequency of the spasms and imperfections, however the key to an excellent antiban is making mistakes, which sounds silly - but it works. The script will work perfectly and flawlessly for some time, and then will be stupid for maybe 2 minutes, then repeat etc, because it is more human-like. I can add an option in the GUI to not click the 'no' dialogue option and make the camera more accurate, but it will reduce the human-ness of the script. Sorry if I didn't explain it well! Nobody has gotten banned using my script, and I plan to keep it that way
  7. Czar

    CzarRangingGuild

    With a dark bow at 80 range, minimum 37k, can go up to 42k/hr
  8. http://osbot.org/forum/topic/61897-czar-iron-man-script-mega-script-all-f2p-quests-p2p-account-starter-tut-island/ :P
  9. BO2 Nuketown 24/7 is the best idea they had in a long time.. short, fun, chaos in a small map.. Sometimes even hardcore mode where you only need 1-2 bullets to kill.. inb4 swarm. AW is still unplayable due to mp fps lag, though on sp theres not a single fps drop.. weird.
  10. Czar

    CzarRangingGuild

    Thanks bro. Just got a new proggy on my low level ranger:
  11. Czar

    CzarRangingGuild

    Version 3.61 - Fixed trying to close the interface (finally!) - New paint The update will be verified soon and uploaded to SDN (new paint) it's not that ugly
  12. Czar

    CzarRangingGuild

    Alright no problem Careful guys, don't bot too much! I don't want my script to get it's first ban! So far nobody has been banned using my script Happy botting
  13. Czar

    CzarRangingGuild

    Nope, can you please record my script doing that and I will fix it ASAP Thank you for the response
  14. Czar

    CzarRangingGuild

    No, it's meant to be version 3.6. We must wait for the script manager to verify the update. Hopefully it will be today
  15. Czar

    CzarRangingGuild

    Guys, can you tell me if the update actually pushed? If not I will contact Eric.
  16. Czar

    CzarRangingGuild

    It works.. what's the problem? And what version?
  17. Czar

    CzarRangingGuild

    Yes, this script is updated.
  18. Czar

    CzarRangingGuild

    Version 3.55 - Fixed camera issues, kept moving very twitchy, it's completely smooth and fast now (took a while to notice why this bug was there) - Added right-click option feature in the options menu, so the script enables it automatically Update has been pushed to the SDN. We must now wait until the update is verified. Meanwhile, the script does work however users have been reporting camera issues. EDIT: I must add, the camera is now working flawlessly! Looks amazing
  19. Alright, I have a method which clicks them faster and better and I will implement it, thanks for the feedback and sorry about your account
  20. Czar

    CzarRangingGuild

    It's supposed to close the target view, it clicks the target object aligned with the target interface's X option so it gets range xp and closes the interface immediately, to get higher xp.
  21. Czar

    CzarRangingGuild

    I just searched around the forums and other scripts are getting the same error. It is definitely the client. The error message doesn't contain any trace of my code so it can't be the script. The best solution now is to restart the bot and try again, we must wait for a bot update. Sorry for inconvenience I'm glad to know it's not my script though EDIT: Proof: http://osbot.org/forum/index.php?app=core&module=search&do=search&andor_type=&sid=7f58b2e3a89eac804d972e7692d339b2&search_app_filters[members][sear********ey]=members&search_app_filters[members][members][sortKey]=date&search_term=drawing+canvas&search_app=forums http://osbot.org/forum/topic/52141-apa-rock-crabs-osb2/page-17?hl=drawing+canvas#entry683628 As for the range guild stopping due to no more money, it's because it couldn't identify the money because of the aforementioned bot error.
  22. Czar

    CzarRangingGuild

    public class Money extends Node { @Override public boolean validate() throws InterruptedException { if (inventory.getAmount("Coins") < 1000) { return true; } return false; } @Override public boolean execute() throws InterruptedException { log("// Ran out of coins! Terminating..."); stop(); return true; } } That is the only code related to stopping the script, weird o_O If it happens again, please tell me every detail of what the script is doing, so I can handle it.
×
×
  • Create New...