[SOLVED]

12/07/2011 16:38 clemgregor#1
#closereqest
Working Bot for the game ([Only registered and activated users can see links. Click Here To Register...])
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