Hello,
since im trying to understand how to make hacks ive decided to start a learning project; a mw3 trainer. (Yes i know there are already alot

, just to learn)
Now i'm using (as most trainers are im guessing) Jorndels memory class (much thanks

) and his youtube tutorial.
As far as i know i'm doing everything right but when i load up the game and try to edit my prestige it thinks the game isn't loaded and i have no clue why. I have a check to see if the games loaded or not with an error message and that works fine
Any help would be much appreciated since i'm getting kinda frustrated :3.
if it helps heres the code for when u click the edit prestige button:
Code:
if(Process_Handle("iw5mp"))
WriteInteger(0x1DBD448, int.Parse(comboBox1.Text));
else
MessageBox.Show("Game not found.");
I'm guessing this doesn't say much but im not sure where the error is.
Thanks in advance,
Alex.
Edit:
i think i've found the reason, my process isn't iw5mp.exe but iw5mp.exe*32 if i type winRAR and open close winrar with a messagebox to say if it can handle it or if it can't it works fine. Anyone know how to fix this?