Ugelite Posted April 14, 2014 Posted April 14, 2014 Hey, I want a script that clicks F5 once every 4 seconds till i say stop how can i go about this? Cheers
butterfly Posted April 14, 2014 Posted April 14, 2014 (edited) Would you actually want to say with your Voice 'stop'? HotKeySet("{ESC}","ExitProgram") while 1 send("{F5}") sleep (5000) wend Func ExitProgram() ;_BlockInputEx(0) Exit EndFunc Edited April 14, 2014 by butterfly
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