how do u cancel packets
-
i need to cancel c03 and s08 packets to make a hivemc disabler cuz they use aac 3.2.2
-
this wont disable the anticheat
it will just make you stand still server side -
if(event.getPacket() instanceof C03PacketPlayer) { event.cancelEvent() }
-
you can't disable an anti cheat just by canceling packets
thanks