Stoked Posted January 29, 2007 Posted January 29, 2007 Im new to AutoIt and i don't really know how to writes scripts... I was wondering if someone can make something like this? Hold Alt For about 20 minutes After that 20 minutes is up press p Then Hold Alt agian for 20 minutes Then p if you could constanly do that a couple times that would be greatly apreciated Thanks!
_Kurt Posted January 29, 2007 Posted January 29, 2007 Welcome to the forums, Well, I doubt someone will actually create the script for you, but I'll give you some good functions for you to get started. Look up the following functions in the helpfile (located in your AutoIt directory): - Send() - TimerInit() - TimerDiff() Kurt Awaiting Diablo III..
Stoked Posted January 29, 2007 Author Posted January 29, 2007 Welcome to the forums,Well, I doubt someone will actually create the script for you, but I'll give you some good functions for you to get started.Look up the following functions in the helpfile (located in your AutoIt directory):- Send()- TimerInit()- TimerDiff()Kurti dont understand how to start the script like what to type in it
someone Posted January 29, 2007 Posted January 29, 2007 (edited) Check out Autoit 123(http://www.autoitscript.com/forum/index.php?showtopic=21048&hl=autoit+123), which is a tutorial and is a good place to start. Also the help file is really good. All the commands in the help file have example scripts with them to looking up Send or TimerInit() will give you examples of how to use them.Try to script what you can and if you get stuck there are a lot of people that would love to help you out.PS. Welcome to the forum!EDIT: Whoops forgot to add link to Autoit 123 Edited January 29, 2007 by someone While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') 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