Atacker:
Gui, Submit, NoHide
Loop
{
MouseGetPos, ts, tw
ts:= (ts-50), tw:= (tw+15)
Sleep, 10 ;PixelSearch, Px, Py, 100, 100, 150, 150, 0x000000, 0, Fast
PixelSearch, FindX, FindY, %Xbul%, %Ybul%, %Hbul%, %Wbul%, %ColorCode%, 0, FAST RGB ;PixelSearch, FindX, FindY, 641, 239, 639, 1222, 0x1E9ECF, 0, Fast
if (ErrorLevel = 0)
MouseClick, Left, FindX, FindY, %TextCount%, %TextWait%
Else
;MouseClick, %TextLeft%, FindX, FindY, %TextCount%, %TextWait%
ToolTip, Color not found., %ts%, %tw% , 3
;GuiControl,, CodeView, MouseClick, %TextLeft%, %FindX%, %FindY%, %TextCount%, %TextWait%\n%FindX%, %FindY%
}
Return