Skip to content

0.03 allows excessive movement in cobweb #1786

Open
@Dbbtop

Description

@Dbbtop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions