Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nova-committee/cheatdetector
一个纯客户端的作弊检测器
https://github.com/nova-committee/cheatdetector
anticheat client-side fabric-mod fun minecraft-mod notebot
Last synced: about 1 month ago
JSON representation
一个纯客户端的作弊检测器
- Host: GitHub
- URL: https://github.com/nova-committee/cheatdetector
- Owner: Nova-Committee
- License: other
- Created: 2024-04-03T02:31:37.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T09:48:34.000Z (6 months ago)
- Last Synced: 2024-05-29T02:51:37.189Z (6 months ago)
- Topics: anticheat, client-side, fabric-mod, fun, minecraft-mod, notebot
- Language: Java
- Homepage:
- Size: 754 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CheatDetector
[![Github Release Downloads](https://img.shields.io/github/downloads/Nova-Committee/CheatDetector/total?label=Github%20Release%20Downloads&style=flat-square)](https://github.com/Nova-Committee/CheatDetector/releases)
[![CurseForge Downloads](http://cf.way2muchnoise.eu/997222.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/cheatdetector)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/QNVaUzHT?label=Modrinth%20Downloads&logo=Modrinth%20Downloads&style=flat-square)](https://modrinth.com/mod/cheatdetector)一个纯客户端模组,检测一些常见的作弊行为。
### ***“误判是不可避免的,反作弊判定结果仅供参考。”***
## 反作弊
反作弊 旨在不被发现的情况下揭示其他玩家的作弊行为。
- **Fly** 飞行检查
- **BoatFly** 船飞检查
- **HighJump** 高跳检查
- **Blink** 闪现检查
- **NoSlow** 无减速检查
- **Speed** 速度检查
- **Motion** 惯性检查
- **GameMode** 游戏模式检查
- **Velocity** 反击退检查
- **GroundSpoof** 假地面检查
- **AutoClicker** 连点器检查
- **Reach** 距离检查
- **HitBox** 命中框检查## 修复
修复 旨在避免被生电服务器反作弊错误标记。
- 针对Themis反作弊
- 右键连点器修复
- 针对GrimAC反作弊
- 无效偏航角修复
- 针对Vulcan反作弊
- BadPacket (Type 1)
- BadPacket (Type 2)
- ServerFreeze 服务器冻结修复
- 在服务器冻结时提醒你,并主动避免反作弊误判## 模块
模块 旨在在生存中提供一些消解无趣的办法。
- **AntiVanish** 反隐身
- 找出使用vanish插件隐身的人。
- **FlagDetector** 标记检测器
- 基于拉回帮助你确认自己是否被服务器反作弊标记。
- **Spin** 自旋
- 使你像大陀螺一样旋转。
- **AntiFall** 防摔落
- 防止你意外摔下。
- **NoteBot** 音乐机器人
- 在游戏里演奏.nbs乐曲。## 可调选项
CheatDetector Mod使用**Mod Menu**和**Cloth Config API**实现配置页面。[Release 1.1.5.1](https://github.com/Nova-Committee/CheatDetector/releases/tag/1.1.5.1)及以前从[Release 2.0.0](https://github.com/Nova-Committee/CheatDetector/releases/tag/1.1.5.1)开始,Mod使用**Magiclib**实现配置页面。
Mod包含200+项自定义选项,对于不同服务器,你可能需要根据延迟、丢包等情况修改配置。
默认设置为<80ms的服务器设计。
## 兼容性
在服务器使用是安全的,服务器无法通过你的发包了解到此Mod的安装情况。对于玩法类模组的兼容性较弱。如果在模组服使用,~~可能~~很可能出现大量误判。
## 如何使用
- 根据你的游戏版本,选择Mod版本。
- 安装mod到客户端。 **(Fabric)**
- 启动游戏,通过**模组菜单**调整设置。## 贡献
欢迎提issue或提交pull request。
如果你想和我共同开发这个项目,请联系我。## 相关项目
- [TimeRecorder](https://github.com/Nova-Committee/TimeRecorder) (反作弊 模块在此mod基础上开发)
- [MagicLib](https://github.com/Hendrix-Shen/MagicLib) (ClickGUI)