CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.47k stars 474 forks source link

[BUG] Killaura tries to sprint backwards #1170

Closed narutoDev closed 1 year ago

narutoDev commented 1 year ago

LiquidBounce Build/Version

b80

Operating System

macOS

Minecraft Version

1.8.9

Describe the bug

Killaura with silent strafe tries to sprint in the direction the player is looking at clientside, even when looking in the opposite direction serverside, effectively trying to sprint backwards.

Steps to reproduce

Go on anticheat-test.com Select Grim anticheat Warp to killaura area Use silent strafe and sprint in the opposite direction the player is looking serverside.

Client Log

-

Screenshots

No response

mems01 commented 1 year ago

Mind giving us a little bit more information? For example, the server you tried it on, the KillAura settings.

narutoDev commented 1 year ago

Grim and Matrix on anticheat-test.com 3.0 Range 3.5 Scan-Range Any turn speed FOV 180 With and without keepsprint enabled and while sprinting Grim flags for Simulation and AimModulo360

mems01 commented 1 year ago

That's how it is by design. It is not supposed to stop sprinting when the difference between your actual angle and the server side angle should make it do so. In other words, it's not an issue.

You can make the cheat stop running by enabling the Sprint module and toggle these options below:

Mode -> Vanilla Disable AllDirections Enable CheckServerSide Disable CheckServerSideOnlyGround

By doing so the module will simulate real sprint stopping.

Note that Grim in that server you mentioned will also "detect" the client for simulation when you slow down, which is a false. Do not worry about it if that happens.

narutoDev commented 1 year ago

Thanks a lot for the detailed explanation and workaround.