come on
General
7
Posts
7
Posters
569
Views
-
@wisso Custom Rich Presence
-
@wisso Custom Rich Presence
-
hypixel disabler fly 69420 bps please
-
@wisso jello for sigma 5.0 hud 2012 download halal
-
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.
-
@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.