(adsbygoogle = window.adsbygoogle || []).push({});
hello
i do a rtm cex/dex compatible i want now to add games codes hack like BO2 did i must add a dex offest or it just worked with cex like this
-
string prestige;
prestige = numericUpDown1.Value.ToString();
int prestigeX = Convert.ToInt32(prestige);
byte[] prestigeX1 = BitConverter.GetBytes(prestigeX);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01C1947C, prestigeX1
did this work on cex ????
and thanks you