
Originally Posted by
[[SeXergy]]
if(GetAsyncKeyState(VK_F5)|| GetAsyncKeyState(VK_F5) &1) {onehit= true;}
this is for hotkey f5
this is for hack one hit :P
If you want it to beep;
if(GetAsyncKeyState(VK_F5) || GetAsyncKeyState(VK_F5) &1) { onehit = true; Beep(512, 100); }