← Back to all builds
CS2 Anti-Cheat Systems
Two open anti-cheat projects for Counter-Strike 2: server-side occlusion culling (CS2FOW) and a multi-module detection system (CS2AC).
Two open anti-cheat projects for Counter-Strike 2: server-side occlusion culling (CS2FOW) and a multi-module detection system (CS2AC).
I built two anti-cheat systems for CS2. CS2FOW is an anti-wallhack project. It uses server-side occlusion culling, so when a player is hidden behind a wall or smoke, their data is never sent to that client. A wallhack can’t render what it never receives. It also boosts FPS by Show more