HeSoldierX Posted January 3, 2007 Posted January 3, 2007 hi, i would like to create a script (also know as a macro) that when executed/activated, it presses repeatedly a key from the keyboard (ie the key "s") until i stop the script (macro). can someone help me to code this. many thanks. HeSoldier
tmo Posted January 3, 2007 Posted January 3, 2007 (edited) While True Send("s") WEnd and btw: dont mix up the autoitmacros with an autoitscript plz. read the helpfile for more information. Edited January 3, 2007 by tmo
Richard Robertson Posted January 3, 2007 Posted January 3, 2007 Yes. We use scripts. They are much better than any macro you will ever find.
HeSoldierX Posted January 5, 2007 Author Posted January 5, 2007 (edited) While True Send("s") WEnd wow, so simple yet so affective, many thanks tmo!!!!! Edited January 5, 2007 by HeSoldierX
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