TornadoClientDev / Storm-Anticheat

0 stars 0 forks source link

can move 1000+ blocks with 4 lines of code #24

Open nullexthecodegod opened 6 years ago

nullexthecodegod commented 6 years ago

iv found a way to move 1000+ blocks with 3 lines of code. code

mc.thePlayer.jump(); mc.thePlayer.motionX = 2; mc.thePlayer.setPostion(mc.thePlayer.posX, mc.thePlayer.posY - 0.24, mc.thePlayer.posZ);

pls fix