Open
Description
Describe the bypass and how to replicate it
working at 0.39 speed.getValue()
(if (mode.getValue() == Mode.Fly) {
final double[] dir = MovementUtility.forward(speed.getValue());
mc.player.setVelocity(dir[0], 0, dir[1]);
if (mc.options.jumpKey.isPressed())
mc.player.setVelocity(mc.player.getVelocity().add(0, speed.getValue(), 0));
if (mc.options.sneakKey.isPressed())
mc.player.setVelocity(mc.player.getVelocity().add(0, -speed.getValue(), 0));)
Grim version
latest
Server version
1.19.4
Plugins
grim, LP, packetevents