For guys running on Firefox being unable to fiund the array of bytes:
The editing is still valid and running (just tested)
Scan for the array of bytes 85 C9 74 05 8B 45 08
Pick the first result -> disassemble
Then change
mov ecx,[edx+000000c0]
to
mov ecx,[edx+000000b0]
A few lines above (mostly 4 lines) there should be something like this:
je 0fcf1bf8
The value BEHIND je is unimportant.
Just change je to jg.
Done and working.
_____________________
Für alle, die Firefox haben und den Array nicht finden:
Das Cheat is aktuell und funktioniert (grad probiert)
Sucht nach dem Array of bytes 85 C9 74 05 8B 45 08
Das erste Ergebnis -> disassemble
Dann wie folgt ändern:
mov ecx,[edx+000000c0]
in
mov ecx,[edx+000000b0]
Ziemlich genau 4 Linien darüber sollte sowas zu finden sein:
je 0fcf1bf8
Der Wert HINTER dem je ist uninteressant.
Einfach das je in jg ändern.
Fertig, funktioniert.
:cool: