Summary
2-7 Watchdog Anticheat is a lightweight server-side watchdog that detects suspicious teleports/warps and aim-lock behavior and sends alerts to Discord via webhook.
Description
2-7 Watchdog (Anticheat) is a server-side watchdog for Arma Reforger that continuously monitors player behavior and flags suspicious movement and combat patterns. It focuses mainly on detecting unnatural teleports/warps (with built-in grace periods around respawn/entity changes and cooldowns to reduce false positives), and it can also run aim-assist/aim-lock style detection using timing/behavior heuristics (e.g., snap → lock → hit → kill chains, weapon checks, distance gates, and best-effort line-of-sight where possible). When something looks suspicious, it logs evidence into per-player JSON files and sends a detailed Discord webhook embed so admins can review what happened. Everything is configurable through wd_config.json, including thresholds, modules, language, ignore lists, and debug options, and it’s designed as an alerting + evidence system rather than an automatic ban tool.
Known issue: fast drops/jumps from helicopters can sometimes look like a “teleport” depending on timing/velocity sampling and ground-distance behavior, so this scenario may require stricter fall filtering or tuned thresholds to avoid false alerts. Also, from practical experience, real cheater teleports are typically very large jumps — commonly 300m+ — which is why the mod is usually tuned to treat longer-distance warps as the most reliable signal.
License
Arma Public License No Derivatives (APL-ND)