Credits: 2010HackGames
Tools (download in the tools section):
- Flash 9
- ce 5.5
- firefox
Steps:
- Go into Pet Society
- Open ce5.5 (tick hex, value: 'array of bytes', tick ASROM)
- Scan "0F 84 BB 00 00 00 8B 5D F8 8B 43 08 8B 48 74"
- 1 address returned. > Disassemble this memory region.
- Right click the selected code and select "Replace with code that does nothing"
- New scan "0F 8F 0A 00 00 00 B8 04 00 00 00 E9 0E 03 00"
- 1 address returned. Disassemble this memory region.
- You will see this line "jg xxxxxxxx"
- Change the "jg" to "jmp"
- New scan "0F 85 22 01 00 00 8B 43 10 85 C0 0F 84 7E 05"
- Disassemble this memory region
- You will see this line "jne xxxxxxxx". Right click and select 'Replace with code that does nothing'
- A few lines down you will see "je xxxxxxxx". Right click and select "Replace with code that does nothing"
----------------------------
Tidak ada komentar:
Posting Komentar