How to write a Cheat Engine
Posted in 學習 on February 1, 2007 | No Comments »
Memory scanner article : http://www.codeproject.com/useritems/sojaner_memory_scanner.asp
I think it’s a great tutorial for me to learn the basis of writing cheat engine .
After reading the article , I think the game hacking process can be organized into the following steps :
1. Select the target game , record the process ID.
2. Find the address that u want [...]