https://github.com/jasonxudeveloper/jengine.anticheat
AntiCheat package for JEngine. JEngine框架的反内存修改AntiCheat扩展包。
https://github.com/jasonxudeveloper/jengine.anticheat
Last synced: 19 days ago
JSON representation
AntiCheat package for JEngine. JEngine框架的反内存修改AntiCheat扩展包。
- Host: GitHub
- URL: https://github.com/jasonxudeveloper/jengine.anticheat
- Owner: JasonXuDeveloper
- Created: 2023-04-09T11:24:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:05:20.000Z (5 months ago)
- Last Synced: 2025-02-07T10:20:14.748Z (5 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JEngine.AntiCheat
AntiCheat package for [JEngine](https://github.com/JasonXuDeveloper/JEngine).[JEngine](https://github.com/JasonXuDeveloper/JEngine)框架的多语言AntiCheat扩展包。
## Important
This repo is only compatible with [JEngine](https://github.com/JasonXuDeveloper/JEngine) repo, otherwise it may not be able to compile or to execute.
该仓库仅与[JEngine](https://github.com/JasonXuDeveloper/JEngine)兼容,否则将无法编译或运行。
## What is this
This is an additional package for JEngine framework, which provides AntiCheat for unity games. It provides the ability to ```encrypt data stored in memory```.
这是JEngine框架的额外扩展,对Unity游戏提供了反内存修改功能。提供了```内存数据加密```。
## How to use
Please install [JEngine](https://github.com/JasonXuDeveloper/JEngine) (at least v0.8.0), then download this repo, finally move the repo directory into JEngine project's ```Assets/Dependencies``` path.
Alternatively, you can use ```JEngine Package Manager``` to install.
Refer JEngine's documentation for further usage.
请安装[JEngine](https://github.com/JasonXuDeveloper/JEngine)(至少v0.8.0),然后下载本仓库,接着将本仓库的文件夹移动到JEngine工程内的```Assets/Dependencies```目录下。
或者,你可以使用```JEngine Package Manager```来安装。
参考JEngine的文档以继续