Accurate numerical scan of the game CE modifier

The game CE modifier needs to change the value of 100 to 1000, then the level will be passed, see the specific steps below

1. First of all, the rule of the game is that every time we click 打我the button, the health value will be reduced by one. We first search this 100to see if we can find anything

Now start to search for the exact value   , click the button 100 in the value  , as shown in the figure输入100首次扫描,

By default, the general game is 4 bytes, there is no need to change here 扫描类型和数值类型, the default is fine.

We got 35 results from this scan, there must be the blood value we are looking for, but it seems too much, it doesn’t matter to continue to look down.

The key step: In order to find more accurate data, we go back to the Tutorial and click  打我 the button. At this time, the blood value has changed:

We enter  95 the click  再次扫描 button again and there is only 1 left (this is what we are looking for), we double-click this address to add it to the address bar:

At this time, there is only one result in the address bar, this is the memory address we are looking for, double-click to add it to the address bar

Double-click on the value 95, and modify it to change 95 to 1000. Click 确定the button to clear the level.

At this time, go back to the Tutorial-i386.exe program, and you will find  下一步 that the button of the tutorial becomes available. Click the hit me button again, and the value becomes larger. Continue to click Next to enter the third level.

Guess you like

Origin blog.csdn.net/yetaodiao/article/details/131431089