ackvonhuelioLvl 41
- Best Answerset by gZany
I assume you're talking about gamelab.
keyvalues aren't carried over, so adding a keyvalue check should prevent dumb people from remixing (majority of CDO)
first, run this line once and only once- then delete it from your program.
setKeyValue('abacadabra', 'ack is the best');
then, put this in your code to check the keyvalue and crash the program however you wish
getKeyValue('abacadabra', function(e){
if(!e){
throw 'nuh uh';
}
});
of course you might want to obfuscate this but yeah
additionally, you could check the URL, but this is easier to get around.
getURLPath()[2] //the jumble of random numbers and letters in the URL