Auto hotkey help needed!

02/08/2007 01:14 Lamb'O God#1
Dear elite pvpers

I am making an auto training macro and it is almost finished, but I need some help:
I've made my macro and it works perfectally but I want it to train my conquer account while that window is minimized so I can do something else at the same time..

Can anyone help me with finding the command to run a script while the specified window is minimized??

[img]text2schild.php?smilienummer=1&text=Thanx in advance..' border='0' alt='Thanx in advance..' />

<hr>Append on Feb 9 2007, 00:40<hr> Comon ppl, no one here is an expert with autohotkey?? :?
02/10/2007 03:16 yokoyoko#2
ControlClick and Controlsend.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

A little bug 1. you can't send f1-f10 with controlsend, so use controlclick right on the boxes. And for move (left click on map) you can't go past Y coord 626 or nothing will happen. Other than those works perfect. You'll like it B)

Also, use NAPos in controlclick and ControlSetDelay to -1 so no interference and your minimized window will act like a little baby and behave, never pop up on the screen on its own no matter what :D

hopefully this will help you