rengood How do I cheat?
Reputation: 0
Joined: 10 Oct 2006 Posts: 8
|
Posted: Wed Oct 25, 2006 9:12 pm Post subject: CE- ZF doesn't work for me |
|
|
Sorry I can't search anything with the keywork like ZF to find my answer, so I ask question here with a new topic about ZF.
The Assemble codes like this:
| Code: |
test eax, eax
jne 00600111
|
Which means if these EAXs aren't equal, jump to 00600111.
I try to "Change register at ..." in the "jne" line and tick the first block of ZF [x] [] then "OK". It doesn't work.
but when I change the assemble code "jne 00600111" to "je 00600111", it works, but that will be detected by GG as hack.
I know that ZF is the flag, when tick the first block of it, that the result of "test eax, eax" will always be 0 and jne 00600111 will do nothing which is that same as change "jne 00600111" to "je 00600111".
It seem that I had do everything correctly. But ticking ZF [X] [] doesn't work for me.
Anyone can help me? BTW I use Dual Engine2. |
|