Verus AC Disabler
-
Can someone send me link to Verus AC disabler script if it even exists.
-
@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.
-
@mrredo-gaming bro sigma works just use sigma sigmaclient.info