Script47 Posted January 18, 2014 Posted January 18, 2014 Is there anyway to stop people from tampering with variables in JS through browser console? Or make it harder for them to? Quote
Guest Posted January 18, 2014 Posted January 18, 2014 Nope, anything client side should also be verified server side, I always think of client side things such as validation as a nicety. Quote
Script47 Posted January 18, 2014 Author Posted January 18, 2014 So say I was keeping score right, and somebody changed it my idea was to check every second if the score has changed and if it has by how much and if it's changed by loads and is unrealistic then I should change it back otherwise leave it. That's my idea, what do you guys think? Quote
Guest Posted January 18, 2014 Posted January 18, 2014 Ah i'm assuming HTML5 and canvas correct? http://gamedev.stackexchange.com/questions/37392/anti-cheat-javascript-for-browser-html5-game Quote
Script47 Posted January 18, 2014 Author Posted January 18, 2014 Ah i'm assuming HTML5 and canvas correct? http://gamedev.stackexchange.com/questions/37392/anti-cheat-javascript-for-browser-html5-game Sort of yes, thanks this link will help a lot. Much appreciated. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.