Help
I can create a bot that can send basic keys such as alt,ctl,a,bc,etc. But I just can't send up/left/right/down arrow keys with my bot in game. Can someone please help me by giving me a full code for sending any arrow key? Thanks!
if( GetAsyncKeyState(VK_UP) ) { }
if( GetAsyncKeyState(VK_DOWN) ) { }
if( GetAsyncKeyState(VK_RIGHT) ) { }
if( GetAsyncKeyState(VK_LEFT) ) { }
No sorry that's not what I mention. I mention I need a code so that it can automatically send arrow keys