Ok i need a little help, i cant understand how to make a hotkey to quit the script, everything is working fine without HotKeySet, i do this :
$counter=1
While $counter<=10
MouseClick("left",577,227,1,10)
MouseClick("left",288,111,1,10)
MouseClick("left",254,341,1,10)
$counter=$counter+1
HotKeySet("^!x","QuitLoop")
WEnd
Please write everything how should it be ;o i need any hotkey
Haha ! nvm i know how to do it ;p