Originally posted by ZunRise
Hi guys , i need you'r help.
Do you know how to use this mw3 unlock all offsets in my rte tool?:
0x01C19FAB > 0x1302
0x01C190B4 > 0x1EB8 (During 0x200 Bytes)
0x01C19FF2 > 0x0A0A0A0A (During 0x1064 Bytes)
0x01C1B0A0 > 0xFF (During 0x200 Bytes)
offsets from:
You must login or register to view this content.
Originally posted by another user
byte[] moddedclases = new byte[] { 0x13, 0x02 };
this.PS3.SetMemory(0x01c19fab, moddedclases);
byte[] moddedclases1 = new byte[] { 0x1E, 0xB8 };
this.PS3.SetMemory(0x01c190b4, moddedclases1);
byte[] moddedclases2 = new byte[] { 0x0A, 0x0A, 0x0A, 0x0A };
this.PS3.SetMemory(0x01c19ff2, moddedclases2);
byte[] moddedclases3 = new byte[] { 0xFF };
this.PS3.SetMemory(0x01c1b0a0, moddedclases3);