
Originally Posted by
_NightWare
A fully customizeable script could be made for this, but it would take less time to hard-code the sleeps for yourself. I suggest picking up AutoIT.
If you use AutoHotKey you might want to have a look at AutoIt, which is the original scripting language in which AutoHotKey was based. It is much more powerful than AutoHotKey (you can even create GUI programs, which can be compiled, it can also create COM objects, has Regular Expression capabilities and more). It also has a nicer syntax!
Do some research and you'll find out that AutoHotKey actually "borrowed" most of its source code from an older version of AutoIt.