GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

New extension: Cheat Detector (useful for highscores submission)

Open github-actions[bot] opened this issue 1 year ago • 0 comments

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

image

How to use the extension

  1. 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)
  2. You can get score using SecuredNumber(Key) function
  3. Lastly, You can get players that cheated using Did Player Cheated condition

image

  1. 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)

Example file

CheatDetectorExample.zip

Extension file

CheatDetector.zip

github-actions[bot] avatar May 28 '24 08:05 github-actions[bot]