Psychoclick Posted February 10, 2009 Posted February 10, 2009 Im trying to figure out how to loop the left, then up, then right, then up arrow keys in fast succession. a rest rate of about .250 seconds would be most intended. What is the basic loop command and command for the arrow keys i need?
Dampe Posted February 10, 2009 Posted February 10, 2009 While 1 Send ("{LEFT}") Send ("{UP}") Send ("{RIGHT}") Send ("{UP}") Sleep (250) 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