https://www.cnblogs.com/ae6623/archive/2011/04/16/4416874.html
https://www.52pojie.cn/thread-828030-1-1.html
https://wiki.cheatengine.org/index.php?title=Tutorials:Cheat_Engine_Tutorial_Guide_x32
1.運行CE->2.運行游戲->3.在CE中指定要修改的游戲->4.首次搜索一個數值->5.回游戲中讓這個數值增加或減少 ->6.回CE按數值增減的情況再次搜索->7.重復5和6直到得到一個或很少的幾個結果->8.在這幾個結果中判斷哪一個是真正的結 果。
而下面的這個教程,就是要對上面說的這些步驟進行詳細的解釋,然后再用一個具體的例子來讓大家真正掌握CE的用法。
當然,要用一個具體的例子來講解CE的用法,需要一個游戲,以這個游戲的修改來講解。
不過,如果真正的用一個游戲來做例子,那么大家也得找到我用的游戲, 就算找得到,還有可能要安裝,確實比較麻煩。
幸好,CE本身帶了一個TUTORIAL(根目錄下的Tutorial.exe文件),就是教程的意思,不過 這個TUTORIAL,本身也是一個程序,它是作者為了讓使用的人進行練習而編寫的,它不但會一步一步地教你怎么用CE,而且它本身也和游戲差不多,除了 沒有游戲的畫面。如果你能使用CE按這個TUTORIAL的要求對它進行修改,我想你也應該能用CE對真正的游戲進行修改了。
https://jingyan.baidu.com/article/00a07f3847dc3a82d128dc44.html
接下來就是要尋找游戲陽光值的基址了,因為現在這個內存地址是系統隨機分配的,游戲每次運行都有可能不同的,只有找到基址,找出它的偏移,才能保證每次通過這個地址就可以修改陽光值!
這部分需要了解一些寄存器,找基址有可能進行一次偏移、二次偏移或者三次偏移,主要找到是那個內存的值改變了現在這個內存地址的值,一步一步的尋找下去,需要一定的耐心與經驗積累才能快速的找到基址!這里要篇幅有限,不作細說了!
步驟1
Welcome to the Cheat Engine Tutorial (v3.4)
This tutorial will teach you the basics of cheating in video games. It will also show you foundational aspects of using Cheat Engine (or CE for short). Follow the steps below to get started.
1: Open Cheat Engine if it currently isn't running.
2: Click on the "Open Process" icon (it's the top-left icon with the computer on it, below "File".).
3: With the Process List window now open, look for this tutorial's process in the list. It will look something like "00001F98-Tutorial-x86_64.exe" or "0000047C-Tutorial-i386.exe". (The first 8 numbers/letters will probably be different.)
4: Once you've found the process, click on it to select it, then click the "Open" button. (Don't worry about all the other buttons right now. You can learn about them later if you're interested.)
Congratulations! If you did everything correctly, the process window should be gone with Cheat Engine now attached to the tutorial (you will see the process name towards the top-center of CE).
Click the "Next" button below to continue, or fill in the password and click the "OK" button to proceed to that step.)
If you're having problems, simply head over to forum.cheatengine.org, then click on "Tutorials" to view beginner-friendly guides!
步驟2