Re: A strange anti-cheat system I came up with, but I'm not sure about the
@8 yes, but for someone who wants to make an anti-cheating system it might be the case.
although the main intent of SQLite is not cheat prevention (to those think that it is easy to code such a thing), but iit is easy to code such things.
another way is to xor the variables with a value, then you need that, you can revert the xor back with another xor to the same value
for example:
x = 5000 # the value that we want to protect
y = 100 # the value for xor (generate this with a random value)
x = x ^ y # x now can't be cheated
x = x ^ y # x has the same value as before (for our case 5000).
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector