Daemon666 / CSB Spinbot Detection Публичный

Flags spinbot/anti-aim from impossible yaw rotation speed or an illegal pitch outside -89..89.

v1.0.0 141 загрузок GPL-3.0 Обновлено Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Apr 1, 2026 1 Версии
csb_spinbot_detect.sma main 40f5beb 3.2 KB
README.md

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_maxyaw degrees, or with an illegal pitch, adds a strike; clean frames remove one.
  • Reaching csb_spin_strikes logs the player and, with csb_spin_action 1, kicks them.

Installation

  1. Enable the fakemeta module in modules.ini.
  2. Compile csb_spinbot_detect.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Установка
1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_spinbot_detect.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-ы
CVARDefaultDescription
csb_spin_enabled 1 Enable spinbot detection.
csb_spin_maxyaw 50.0 Maximum legal yaw change per frame, in degrees.
csb_spin_strikes 10 Bad frames before the player is flagged.
csb_spin_action 0 0 = log + announce, 1 = kick.
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Plugins that legitimately rotate a player's view (some minigames) can trip the yaw check; disable this on those modes.
Участники
Назад к плагинам