1.

2.

3. Open the .au3 file with any texteditor and change the following two lines according your display resolution:
Code:
$screenX = 2560 $screenY = 1440
5. In HotS click on "Play" and then "Training". The "Ready" Button under you character should be visible^^
6. Press F9 to activate the macro. Thats it. It will run until you stop or terminate it.
Controls:
F9: Start/Resume
F10: Pause
F11: Terminate
Update 24.08.2015
I updated the Macro so that you only have to specify your display resolution, the coordinates of the buttons will be calculated by the macro.
Behaviour:
It will click the "Ready" buttons and the "Close" buttons position once a minute. so there will be a maximal delay of about a minute. other scripts, that will do their thing in an interval of about 20 minutes will fail in some situations. say a game just takes 12 minutes, most scripts will wait 8 more minutes before they continue. then there are cases where the game takes longer than the scripts interval. say a game takes 22 minutes and the script clicks the buttons every 20 minutes. it will click the buttons 2 minutes before the game finishes and wait for another 18 minutes after the game is done, before it will continue.... i guess you get the point^^
This script uses randomized coordinates and sleep-times, so it wont be THAT obvious, that you are using a script. Nevertheless blizzard has all techniques and ressources, to find out, what you are doing. this goes for every single 3rd party tool that interacts with the game! So dont blame me...
