Skip to content

Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.

License

Notifications You must be signed in to change notification settings

baiXfeng/against-cheating-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Watch the video

About

Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published