• 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 Join Closed Parties

I Released on NGU:

Enable:
Code:
byte[] array = new byte[] { 0x38, 0x60 };

PS3.SetMemory(0x521C38, new byte[] { 0x38 });

PS3.SetMemory(0x533970, array);

PS3.SetMemory(0x53397C, array);

PS3.SetMemory(0x533988, array);

PS3.SetMemory(0x533948, array);

PS3.SetMemory(0x53391C, array);

PS3.SetMemory(0x53394C, array);

PS3.SetMemory(0x533988, array);

Disable:
Code:
PS3.SetMemory(0x521C38, new byte[] { 0x88 });