Monday, December 28, 2009

Pet Society // Golden Poo ( Working )




Tools:
  • Flash 9
  • ce 5.5
  • firefox
You must be using Flash 9 in order to be able to scan for the following values.

Steps:

1. Go into Pet Society
2. Open ce5.5 (tick hex, value: 'array of bytes', tick ASROM)
3. Scan "0F 84 BB 00 00 00 8B 5D F8 8B 43 08 8B 48 74"
4. 1 address returned. > Disassemble this memory region.
5. Right click the selected code and select "Replace with code that does nothing"
6. New scan "0F 8F 0A 00 00 00 B8 04 00 00 00 E9 0E 03 00"
7. 1 address returned. Disassemble this memory region.
8. You will see this line "jg xxxxxxxx"
9. Change the "jg" to "jmp"
10. New scan "0F 85 22 01 00 00 8B 43 10 85 C0 0F 84 7E 05"
11. Disassemble this memory region
12. You will see this line "jne xxxxxxxx". Right click and select 'Replace with code that does nothing'
13. A few lines down you will see "je xxxxxxxx". Right click and select "Replace with code that does nothing"

If no addresses returned, you are probably using the wrong flash version.

  • Credits: 2010HackGames
  • Source: pwnthis

0 comments:

Post a Comment