DaMOB your code doesn't work in ACTool, or am i just this noobish?
Then i also tried IsGrey command for color recog, but no luck there ether.
CODE
MousePos 261, 846 // Position of actool. This will minimise the window
delay 1000
LeftClick
delay 5000
IsGrey 557, 469 //Cord of Grey area in disconnect window
Keys {right}
delay 1000
Keys {space} // preses ok in disconnect/crash popup window
delay 1000
MousePos 416, 851 // closing the client
delay 1000
RightClick
delay 1000
MousePos 453, 840
delay 1000
LeftClick
delay 1000
MousePos 1100, 20 //Position of GO icon on the desktop
delay 1000
DoubleClick //This will start GO
delay 1000
MousePos 764, 596 //Position of Enter Button on Launcher
delay 1000
LeftClick
delay 10000
Keys a //This is your password one letter per line
Keys a
Keys a
Keys a
Keys a
Keys a
Keys a
Keys a
Keys a
delay 60000
Keys h
delay 1000
Keys {up} //The following commands will bring your window position to the start point
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {up}
Keys {Left}
delay 1000
Continue
Else
Loop 20000
MousePos 405, 137 // First planet
delay 1000 // This delay is needed in case game is slow
LeftClick
delay 1000
Keys m
delay 1000
Keys e
delay 5000
Keys c
delay 1000
Keys {Esc}
delay 1000
MousePos 585, 186 // 2nd planet
delay 1000 // This delay is needed in case game is slow
LeftClick
delay 1000
Keys m
delay 1000
Keys e
delay 5000
Keys c
delay 1000
Keys {Esc}
delay 1000
delay 30000 // This is dalay to restart the loop
End
End
i attached an img of window i get