[SUPPORT] How to make a jump fly?
-
How do i make a fly that jumps every 10 ticks, and spoofs being on ground?
-
if(mc.thePlayer.ticksExisted % 10 == 0) { mc.thePlayer.jump(); mc.thePlayer.sendQueue.addToSendQueue(new CO3PacketPlayer(true)); }
-
@gabriel its called writing code then executing it
-
@gabriel go make some cococcococooa's helper configs and get out of here