how do u cancel packets
			
			Off-Topic
		
7
Posts
7
Posters
1.3k
Views
- 
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() } - 
i need to cancel c03 and s08 packets to make a hivemc disabler cuz they use aac 3.2.2
you can't disable an anti cheat just by canceling packets
thanks