WallSprint
[X] DefinitiveWallSprint detector — Grim SprintE / OmniSprint wall-sprint (plan §4 #3). Vanilla cancels sprint the instant a player collides horizontally with a wall; the cheat forces the sprint metadata to stay set while pressed against a wall. backwardSprint covers the yaw case; this covers the wall case.
What it detects
WallSprint detector — Grim SprintE / OmniSprint wall-sprint (plan §4 #3). Vanilla cancels sprint the instant a player collides horizontally with a wall; the cheat forces the sprint metadata to stay set while pressed against a wall. backwardSprint covers the yaw case; this covers the wall case.
False-positive guards
- Vehicle/gliding/swimming exempt
- Hurt exempt (tick - hurtTick <= 5, resets) — knockback pins a sprinter against a wall
- Teleport exempt (tick - lastTeleportTick < 10, resets)
- Forward-speed gate (<= 0.05) exempts the run-at-wall approach
- Server-lag pause (8 / 3 windows)
- Chunk-unloaded → isWallAhead fail-opens to false