Код:
HotKeySet("{F6}","_Exit")
WinActivate("-= Minecraft Galaxy =-")
_main()
Func _main()
While 1 ;
$redpix = PixelSearch(185, 54 , 185, 54 , 0x650000)
If IsArray($redpix) = False Then
Send("E")
Sleep(65)
MouseMove( 686, 482, 0)
MouseClick("LEFT")
MouseMove(962, 437, 0)
MouseClick("LEFT")
EndIf
$bluepix = PixelSearch(919, 449 , 1002, 523 , 0xFFE1D4)
If IsArray($bluepix) = False Then
MouseMove(942, 458, 0)
MouseDown("left")
Sleep(55)
MouseMove(977, 479, 0)
Sleep(55)
MouseUp("left")
Sleep(55)
MouseMove( 1040, 747, 0)
MouseClick("left")
EndIf
WEnd
EndFunc
Func _Exit()
Exit
EndFunc