Post: MW3 Stat Problems [Tool]
04-27-2014, 04:53 AM #1
ItzMatriix
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); so im making a tool for mw3. and none of my custom stat codes work.

    
private void button12_Click(object sender, EventArgs e)
{
decimal ScoreIn = numericUpDown1.Value;
byte[] Score = BitConverter.GetBytes(Convert.ToInt32(ScoreIn.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01c19484, Score);
}

There is a numericUpDown there and then a set button. When i click the set button, nothing happens. But, when i do this
    
private void button12_Click(object sender, EventArgs e)
{
decimal ScoreIn = 7500000;
byte[] Score = BitConverter.GetBytes(Convert.ToInt32(ScoreIn.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01c19484, Score);
}

it works. why is it that when i set a definite value, it works, but when it has to retrieve the entered value in the numericUpDown, it does nothing?
(adsbygoogle = window.adsbygoogle || []).push({});
04-27-2014, 08:58 PM #2
ItzMatriix
Are you high?
Anyone?
04-27-2014, 11:31 PM #3
ItzMatriix
Are you high?
Nevermind i fixed it

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo