• Before registering an account on PlayerSquared you must first agree that you are at least 13 years of age & have read & agree to our Terms & rules & our Privacy policy.

BO2 Spoof Region & XUID

Spoof Region
Code:
string region = nametextbox1.Text;
PS3.Extension.WriteString(0x26C066C, region);

Spoof XUID
Code:
string xuid = nameoftextbox1.Text;
    byte[] bytes = Encoding.ASCII.GetBytes(xuid);
            Array.Resize<byte>(ref bytes, bytes.Length + 1);
            PS3.SetMemory(0x26C0658, bytes);
            PS3.SetMemory(0x26C071F, new byte[] { 0x04 });
Released by ProdMods!