alternative metod to use mouse butons or keys? no api
Posted: Fri Mar 23, 2018 2:16 am
Does anyone know of an alternative method to click with the mouse other than the api? the same to press the keyboard keys,
to generate some macro.
before I used the apis (in a game), but I do not know how, I block them.
any ideas? someone knows how to access the mouse/keyboard driver,??
or the keyboard, so that it is impossible to differentiate, if one presses a key or if it is the macro? xD
I accept suggestions,
no.
mouse_event_(#MOUSEEVENTF_LEFTDOWN,0,0,0,0)
mouse_event_(#MOUSEEVENTF_LEFTUP,0,0,0,0)
no
keybd_event_(#VK_F4,0,0,0);
keybd_event_(#VK_F4 ,0,#KEYEVENTF_KEYUP,0)
tanks
to generate some macro.
before I used the apis (in a game), but I do not know how, I block them.
any ideas? someone knows how to access the mouse/keyboard driver,??
or the keyboard, so that it is impossible to differentiate, if one presses a key or if it is the macro? xD
I accept suggestions,
no.
mouse_event_(#MOUSEEVENTF_LEFTDOWN,0,0,0,0)
mouse_event_(#MOUSEEVENTF_LEFTUP,0,0,0,0)
no
keybd_event_(#VK_F4,0,0,0);
keybd_event_(#VK_F4 ,0,#KEYEVENTF_KEYUP,0)
tanks