Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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?
Develop games in your browser. Powerful, performant & highly capable.
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
ok, thank. I didn't quite understand how it works but I'll see it better tomorrow.