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.