Drift mouse even when your hands are not on it.
Drift mouse even when your hands are not on it.
API Declarations
Private Const MOUSEEVENTF_MOVE = &H1 ' mouse move
Rate Drift mouse even when your hands are not on it.
(1(1 Vote))
'to 1000 and place this code in the timer event
Private Sub Timer1_Timer()
'API call to generate the mouse move
'increase the 2nd and 3rd parameters to increase the
'movement
Call mouse_event(MOUSEEVENTF_MOVE, 1, 1, 0, 0)
End Sub
Drift mouse even when your hands are not on it. Comments
No comments yet — be the first to post one!
Post a Comment