Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Anti-cheating-value
Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.
Supported Engine Version
4.3
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL
Anti-cheating-value
Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.
How to use
- First, enable the Anti-cheating-value plugin in Godot.
- Override the setter and getter for the sensitive data in your game.
- Point the getter and setter for the sensitive data to the corresponding variables provided by the Anti-cheating-value plugin.
Notice
- The anti-cheat variables are accessed in the form of key-value pairs, so please ensure the uniqueness of the keys to avoid mistakenly overwriting the correct data.
- Using this plugin may cause additional runtime performance overhead, so please control where to use it.
Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.
Reviews
Quick Information

Anti-cheating-value
Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.
Supported Engine Version
4.3
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL