come on
-
hypixel disabler fly 69420 bps please
-
@chocopiexd here
when (val packet = event.packet) { is ConfirmScreenActionC2SPacket -> { if (packet.actionId < 0 && packet.syncId == 0 && mc.player != null && mc.world != null) { if (!ids.isEmpty()) { network.sendPacket(ConfirmScreenActionC2SPacket(0, ids.poll(), true)) } else { ids.offer(packet.actionId) event.cancelEvent() } } } is KeepAliveS2CPacket -> event.cancelEvent()
Make this into a script or whatever your own choice and if you have figured out how to send packets with no event, use it instead of sending with event. Code above disables movement checks.