DotA AutoHotKey

AutoHotKeys is a program designed to allow users to program on their own. It easily allows the remapping of keys and also the sending of keys. For example to write a script that makes it so when you press 'a' on your keyboard, it presses 's' instead, the code is simply:
   a::s

Therefore, this code can have many benefits when involved in a complex game such as DotA. If you would like to experiment with your own code or test/improve mine, download AutoHotKeys and copy my scripts in.

I look forward to seeing many advanced and ingenious scripts, as well as distributing some of my own. 

One idea that is stuck in my head is a script for each hero, allowing the use of items and skills depending on the hero you select.
Ex. You start a DotA game, you pick centaur warchief. The script recognizes that you have picked centaur warcheif and runs a script so that when you press Caps Lock, Your hero blinks (providing you have dagger, if not continues regardless) to your mouse position, Stomps, and then has double edge ready for use (right click to cancel). All this would take about 0.1 seconds. 

With more advanced heroes and skills, these scripts can create even more devastating attacks. 

If you would like to see your scripts on this site, email them (properly annotated) to admin@dotakey.com or simply copy paste them into the box under the Contacts tab.


Happy Scripting!