1
How to prevent memory hacking in game’s score?
Hi, I’m building a java mobile game and i need to prevent people from hacking the score via the memory. I thought of maybe like this, -Instead of using numbers in the score’s main variable, we use Alphabets like 1=AG, 2=RE -So the canvas or display just reads the score’s alphabets and translate it to [...]
Answer Question
| July 22, 2008 5:06 AM
Hacking, J2ME, Java, Mobile development, Software design
Hi, I’m building a java mobile game and i need to prevent people from hacking the score via the memory. I thought of maybe like this, -Instead of using numbers in the score’s main variable, we use Alphabets like 1=AG, 2=RE -So the canvas or display just reads the score’s alphabets and translate it to [...]
1





