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);