what are esi and eci ? esi and eci are registers, containing the needed values.
each time i change the value they do not change to the same value, so the simplist way is to try changing one by one, the effective address will change all the values, for me it was 01C557C4.2.right click on the address in the adress table and choose "Find out whats write to this address".
do the same if u r trying it on other game. EX : Pinball.
3. a window will popup.

4.Decrease the value ! remember to do what u want to change.
so if u want the value NOT to increase then increase it, if u want it NOT to decrease then decrease it.... this way we can detect the assembly code which does the job.
for Pinball "you want it NOT to increase the score, go back to the game and increase the score, pause it and get back to cheat engine".
5. somthing like this will show up, depend on the action u took, for me, i fired a bullet so the value decreased . for PinBall it will show something else.

if u noticed : dec [esi+ea....etc , the DEC is short for decrement, since each time i fire a bullet will decrease the value by 1.
6. Press the botton "Replace" a window will apear, click OK.

7.go back to the game and try to change the way u dont want it to do.
i fired a bullet and the bullet count didnt go down :D
here is what i got :
DONE !!! for this lesson, next lesson i will show u how to use the assembly code we found so we dont have to look for the address anymore, and create a program that do the NOPing :)

4. go back to cheat engine, click on processor, and choose pinball.exe

9.we've manimized the number ! what are those ? those are the addresses which the game stores the Value of ur score.


