(adsbygoogle = window.adsbygoogle || []).push({});
hi guys
i want to make tool for mw3 but i want when i add prestige
in numericUpDown so i dont want to add button i just want direct
i try this code :
string Score; Score = numericUpDown2.Value.ToString(); int ScoreX = Convert.ToInt32(Score); byte[] ScoreX1 = BitConverter.GetBytes(ScoreX); PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01C19484, ScoreX1);
Read more at
You must login or register to view this content.
but it dosent work so if you no exact the code please give me
thank>>