Cheats arent working.
Ok well I made my first cheat Watched some tutorials etc but the hacks aren't working im using a memory hack base that I found on here along with the source codes etc. tell me if you know whats wrong with this
this is used for steady aim if I am correct.
Im still new to this so I may have done something completely obvious and wrong please just let me know politely! thanks in advance, Zerhas
This is just one of the cheats that I put into the program over all just wondering if this is completely wrong or if Im just simply missing somthing
Code:
private void button9_Click(object sender, EventArgs e)
{
if (aw.ProcHandle("s1_mp64_ship"))
{
aw.WriteInteger(0x16c637, 0x00);
}
else MessageBox.Show("Call of Duty Advanced Warfare Is Not Running!");
}
Im still new to this so I may have done something completely obvious and wrong please just let me know politely! thanks in advance, Zerhas
This is just one of the cheats that I put into the program over all just wondering if this is completely wrong or if Im just simply missing somthing





