
VoidAC
This project is an Optimized and Upgraded GrimAC Fork. VoidAC is an anticheat that implements checks and features such as: AutoTotem, BanWaves, BanID, Threshold Optimizer, WallHit, AutoClicker EntityPierce, LineOfSightPlace and a lot more.
Список изменений
Rotation fix Server-side relative teleport packets (relative yaw/pitch flags) are now tracked correctly, preventing potential false flags on rotation checks after a teleport.
Anti-autoclicker (A, B, C) Three new complementary checks were added:
A catches fixed-interval bots via low inter-click interval variance (CV) B catches randomized bots that fake per-click jitter but still keep a suspiciously flat CPS average over time C catches bots sending multiple attack packets within a single client tick, which is physically impossible for a vanilla client All three are fully configurable in config.yml.
Offline ban/punish fix Bans on offline players were not always enforced on rejoin. Two bugs fixed: a UUID mismatch that can occur on proxy setups (name-based fallback added to the login check), and external ban commands like LiteBans not reliably handling offline targets (VoidBanManager now stores the ban as a guaranteed fallback in those cases). Both ban wave and /void punish are covered.
Added ViaProxy compatibility and ViaVersion attenuation (check config.yml) to reduce false positives caused by differing vector management.
