GDevelop-extensions
GDevelop-extensions copied to clipboard
New extension: Cheat Detector (useful for highscores submission)
Description
Cheat Detection Tool works by tying a variable number with the same number that has a different floating precision.
Reference: https://www.youtube.com/shorts/J2Vy05aDKqQ
How to use the extension
- You can set score using the set secured number action (action with operator would be good too but it doesn't seem to work in the game engine)
- You can get score using SecuredNumber(Key) function
- Lastly, You can get players that cheated using Did Player Cheated condition
- you can test it by modifying the variable directly or using a cheating tool like cheat engine
Checklist
- [X] I've followed all of the best practices.
- [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [X] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
What tier of review do you aim for your extension?
Community (Unreviewed)