用深度学习分析游戏行为,精准识别吃鸡游戏中的瞄准外挂。
Server-side Anti-cheat in FPS games for Aimbot detection using Deep learning and Machine learning

- 通过时间序列特征构建行为模型,捕捉瞄准异常模式。
- 达到88.6%准确率,误报率仅0.97%,优于传统方法。
- 适合游戏安全团队部署,提升反作弊系统可靠性。
现代多人第一人称射击游戏日益复杂,作弊现象如瞄准外挂、透视穿墙等频发,威胁游戏公平性。本文聚焦于瞄准外挂检测,提取包括瞄准速度、射击次数、目标距离等时序数据,以及技能使用、移动轨迹等行为特征。基于这些特征,构建名为YAACS的服务器端检测系统,包含解析器、深度学习模型及通信组件。实验采用128帧序列(负向时间差56帧,正向24帧),使用堆叠LSTM与全连接层训练,分类准确率达88.6%,误报率仅为0.97%。相较决策树基线(准确率96.2%,误报率2.68%)表现更优,证明时序建模对降低误判至关重要。
原文摘要 · Abstract (English)
Modern video games are becoming more complex day by day. Most of these modern games are multiplayer first-person shooter (FPS) games. The rising popularity of FPS games emphasizes the need to combat cheating for fair and enjoyable gaming. As the number of players using cheating techniques like aimbots, wallhacks, and speed hacks is also increasing, we need a way to detect players who are using cheating tools to gain an unfair advantage over regular players. In this system, we focus exclusively on detecting aimbot cheats. Players who use aimbot cheats generally do not prioritize other aspects of the game. To distinguish between regular and cheating players, we identify specific features encompassing time-series data such as aim velocity, number of shots, distance to target, and more, along with behavioral data such as utility usage, player movement, and other gameplay patterns. Utilizing these features, we construct a server-side aimbot detection classifier named 'YAACS'. YAACS comprises a parser, a deep learning model, and intermediary connection utilities designed for integration with the game server. The proposed system achieves a classification accuracy of 88.6% with a false positive rate of 0.97% using a Stacked LSTM with Dense layers trained on sequences of 128 ticks (Tick Delta Negative=56, Tick Delta Positive=24), outperforming the Decision Tree baseline which achieves a higher accuracy of 96.2% but at a false positive rate of 2.68%, 2.76x worse than the best LSTM configuration. These results demonstrate that incorporating temporal context through sequence modelling is critical for minimising false accusations in FPS cheat detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。