CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Verus AC Disabler

    Scripts
    3
    3
    1095
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MrRedo Gaming
      MrRedo Gaming last edited by

      Can someone send me link to Verus AC disabler script if it even exists.

      M K 2 Replies Last reply Reply Quote 0
      • M
        mems Moderator @MrRedo Gaming last edited by

        @mrredo-gaming I found this:

        public class VerusCombatDisabler extends Module {
            public VerusCombatDisabler() {
                super("VerusCombatDisabler", "Disables Verus Combat Checks!", Catagory.MISC);
            }
            var count = 0;
            public void onWorldChange() {
                count = 0;
            }
            public void onPacket(EventPacket event) {
                if(!this.getState()) return;
                Packet packet = event.getPacket();
                if (packet instanceof C0FPacketConfirmTransaction) {
                        if(mc.thePlayer.isDead) {
                            confirmtranscounter = 0;
                        }
                        if(confirmtranscounter != 0) event.setCanceled(true);
                        confirmtranscounter++;
                    } else if(packet instanceof C0BPacketEntityAction) {
                        event.setCanceled(true);
                    }
            }
        }
        

        It basically disables its combat checks for a while, like 20 mins or so. I tested it but I don't really know if it bypasses or not.

        1 Reply Last reply Reply Quote 1
        • K
          kernelglitch @MrRedo Gaming last edited by

          @mrredo-gaming bro sigma works just use sigma sigmaclient.info

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          About
          • Terms of Service
          • Privacy Policy
          • Status
          • Contact Us
          Downloads
          • Releases
          • Source code
          • License
          Docs
          • Tutorials
          • CustomHUD
          • AutoSettings
          • ScriptAPI
          Community
          • Forum
          • Guilded
          • YouTube
          • Twitter
          • D.Tube