Flags spinbot/anti-aim from impossible yaw rotation speed or an illegal pitch outside -89..89.
CSB Spinbot Detection catches the anti-aim and spinbot cheats that snap a player's view around every frame to dodge aim. Each frame it reads pev_v_angle and checks two things a human can't fake: a yaw that turns more per frame than any real mouse movement, and a pitch pushed outside the engine's legal -89..89 clamp. Both are counted with a strike system so a single odd frame never triggers a false positive.
How it works
- Yaw delta between frames is normalised to the shortest signed turn before comparison.
- A frame over
csb_spin_maxyawdegrees, or with an illegal pitch, adds a strike; clean frames remove one. - Reaching
csb_spin_strikeslogs the player and, withcsb_spin_action 1, kicks them.
Installation
- Enable the
fakemetamodule inmodules.ini. - Compile
csb_spinbot_detect.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









