(adsbygoogle = window.adsbygoogle || []).push({});
Hello All, Could someone help me pleas, what is the code to set up mods for a bo2 RTM Tool... Like for ghosts its
{
byte[] Redboxes = new byte[] { 0x60, 0x00, 0x00, 0x00 };
PS3.SetMemory(0x00143784, Redboxes);//<<This is how you set your mods
}
Is it the same?