RunningBot Posted July 30, 2009 Posted July 30, 2009 (edited) I got a game minimize and i want it to send 1 keystroke or anything like mouse movement anything that indicates i not afk but the window is not showing but still sends keystrokes. So far i try this While 1 Sleep(2000) $hWin = WinGetHandle("S4 Client") ControlSend($hWin, "", "", "c") WEnd Edited July 30, 2009 by RunningBot
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