RunningBot Posted August 5, 2009 Posted August 5, 2009 Ok so basicly i got a game running i want to send a key to be held for 30 mins which is c but while i doing other things on the computer this it what i try to do so far but no luck. While 1 $hWin = WinGetHandle("S4 Client") Controlsend($hWin, "", 0x0001008A, "{c down}") sleep(18000000) Controlsend($hWin, "", 0x0001008A, "{c up}") WEnd
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now