- Joined
- Sep 29, 2015
- Messages
- 2,345
- Reaction score
- 2,353
- Trophies
- 0
- Age
- 32
- Location
- South of France :)
- XP
- 3,358
- Country

if it's in C that you want to convert it:
Replace (WRITEUX) by whatever your macro for writing is.
Code:
cheat()
{
WRITEU32(0x08550D68, 0x00112233);
WRITEU32(0x08550D68, 0x44556677);
WRITEU32(0x08550D68, 0x8899AABB);
WRITEU16(0x08550D68, 0x0000CCDD);
}
Replace (WRITEUX) by whatever your macro for writing is.







