ok i learned the stupid send key or press key command but i am curious on how to make it hold the key for say 1000 mileseconds then stop do somthing with the mouse then press and hold another button for 200 milesconds any suggestions
ok i learned the stupid send key or press key command but i am curious on how to make it hold the key for say 1000 mileseconds then stop do somthing with the mouse then press and hold another button for 200 milesconds any suggestions
SCAR Code:KeyDown(VK_SPACE);
Wait(1000);
KeyUp(VK_SPACE);
Keydown holds the key down and key up basically takes its finger on space.
There are currently 1 users browsing this thread. (0 members and 1 guests)