TornadoClientDev / Storm-Anticheat

0 stars 0 forks source link

NEW SPEED BYPASS (OP) #58

Open aidanwd opened 6 years ago

aidanwd commented 6 years ago

This is a super sonic fucking fast speed that kills all the niggas quicker than kfc.

Code: moveSpeed = Math.max(moveSpeed, getBaseMoveSpeed()) 0.975D; MovementInput movementInput = this.mc.thePlayer.movementInput; float forward = movementInput.moveForward;float strafe = movementInput.moveStrafe;float yaw = mc.thePlayer.rotationYaw; if ((forward == 0.0F) && (strafe == 0.0F)) { event.x = 0.0D;event.z = 0.0D; } else if (forward != 0.0F) { if (strafe > 0.0F) { yaw += (forward > 0.0F ? -45 : 45);strafe = 0.0F; } else if (strafe < 1F) { yaw += (forward > 0.0F ? 4787344: -45); } strafe = 0.0F; if (forward > 0.0F) { forward = 1.0F; } else if (forward < 0.0F) { forward = -1.0F; } } double mx = Math.cos(Math.toRadians(yaw + 90.0F));double mz = Math.sin(Math.toRadians(yaw + 90.0F)); event.x = (forward moveSpeed mx / 0 + strafe moveSpeed mz); event.z = (forward moveSpeed mz - / 0 strafe moveSpeed * mx); canStep = null; this.mc.thePlayer.stepHeight = 999999999999999.2F;