How can I prevent my variables from being hacked without consulting my server?
Is there a way to prevent my variables from being hacked without using a server? Construct offers any way to prevent variables from altering?
You can sign your variables with a hash, and then check hash validity. It's not a 100% secure method, but it should protect your game from auto-hacking apps.
Here is a demo:
howtoconstructdemos.com/protect-sensitive-data-in-your-game-from-cheaters-and-hackers
You will need this addon to open it in C3:
github.com/erenertugrul/construct-plugins/tree/master/ported_plugins/plugins/cbhash/dist
Develop games in your browser. Powerful, performant & highly capable.
ok, thank. I didn't quite understand how it works but I'll see it better tomorrow.