Mlong Posted January 7, 2010 Posted January 7, 2010 Hey, I'm just wondering if it's possible to create a script that would constantly activate a key on the keyboard with a certain timer, such as when you run the script, for the next 20-30 minutes the script "clicks" the X key every 1.2 seconds. Is this possible? And if so, would any of you gents be so kind as to tell me how I could get this done? Thanks in advance.
James Posted January 7, 2010 Posted January 7, 2010 I'm just wondering if it's possible to create a script that would constantly activate a key on the keyboard with a certain timer, such as when you run the script, for the next 20-30 minutes the script "clicks" the X key every 1.2 seconds. Is this possible? And if so, would any of you gents be so kind as to tell me how I could get this done?Sure is. TimerInit() TimerDiff() Send() MouseClick() Sleep()Now run to the help file, run as fast as you can Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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