Working Bot for the game (
)Code:
HotKeySet ("{F6}", " _Exit")
While 1
$Variable = PixelSearch (259,207,810,598,0xAEFF9B)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
EndIf
WEnd
Func _Exit ()
Exit
EndFunc







