[Up To Date] Rank/S...
 
Notifications
Clear all

[Up To Date] Rank/Stats/Useful Offsets [All Cods]

Page 2 / 2

Posts: 1
(@XeMonster)
New RivalGamer
Joined: 8 years ago

I'm creating my 1st tool and need some assistance I have an issue and I'm not sure why I have mw3 prestige working but nothing else but i Done the same method with everything else this is the code I've used for prestige can anyone tell me if i should be using a different method for the other stats? This is what my prestige source looks like:

byte[] data = ConvertInt32ToByteArray(Convert.ToInt32((uint)this.numericUpDown1.Value));
Array.Resize(ref data, data.Length + 1);
jtag.SetMemory(0x8306C460 + 0x3A90C, data);

Reply
Page 2 / 2