Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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