Quote Originally Posted by [[SeXergy]] View Post
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); }
I knew this, but i need also off, i tried else = same code but with false