Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

AntiCheat improvements

IamIndeedGamingAsHardAsICan03489 opened this issue ยท 1 comments

commented

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

commented

there is already a setting for that.

/**
* How many degrees to randomize the pitch and yaw every tick. Set to 0 to disable
*/
public final Setting<Double> randomLooking = new Setting<>(0.01d);