Return0 How do I cheat?
Reputation: 0
Joined: 16 Jun 2010 Posts: 1
|
Posted: Wed Jun 16, 2010 8:07 am Post subject: Assembly Help? |
|
|
I'll show you two asm injections I did to Minesweeper, can you tell me please what is wrong with the second one?
Change number of flags left to 5 - WORKING
| Code: | mov eax, 5
mov dword ptr ds:[01005194], eax |
Change the timer INSTRUCTION that "inc" the timer to another instruction that "dec" the timer - NOT WORKING (Process Crashes)
inc [0100579c] TO dec [0100579c] ; 579C05FF TO 579C0DFF
| Code: | mov eax, 579C0DFF
mov dword ptr ds:[01002FF5], eax |
|
|