You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of scripts designed to detect and prevent common cheating techniques in Unity games. This anti-cheat system aims to enhance game security by monitoring and mitigating unauthorized modifications and debugging attempts.
4
+
5
+
## Features
6
+
7
+
-**AssemblyIntegrityChecker**: Verifies the integrity of loaded assemblies to detect tampering.
8
+
-**DebuggerDetector**: Detects attached debuggers to prevent runtime debugging.
9
+
-**MonoInjectionDetector**: Identifies attempts to inject code into the Mono runtime.
0 commit comments