AntiCheat improvements
IamIndeedGamingAsHardAsICan03489 opened this issue ยท 1 comments
Describe your suggestion
GrimAC checks for tiny mouse movements, this can lead to detection
Settings
Let us control how much randomness there is to the anticheat bypass or make the angle changes bigger (blocks are big, shouldnt cause issues)
Context
Bypass small pitch checks that anticheats do
https://github.com/GrimAnticheat/Grim/blob/2.0/src/main/java/ac/grim/grimac/checks/impl/baritone/Baritone.java#L28
there is already a setting for that.
baritone/src/api/java/baritone/api/Settings.java
Lines 366 to 369 in c1a9621