Hotkeys
hi finaly i made my weapon hak for crossfire NA (memory) with a little helpe and 2 teachers :P
but i wanna put more hotkeys like numpad's... i just know the "VK_f1"
if(GetAsyncKeyState(VK_F1))
{
your code!!
}
search it in google "Virtual Key Codes" ok!!
here`s numpad key code!!
if(GetAsyncKeyState(VK_NUMPAD1))
{
your hack code!!!
}