Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HotKeySet("{F6}","_Exit")
- While 1
- $Variable1 = PixelSearch(447,283,688,653,0xFFEB8C)
- If IsArray($Variable1) = True Then
- Send("1")
- EndIf
- WEnd
- While 1
- $Variable2 = PixelSearch(447,283,688,653,0xED9CFF)
- if IsArray($Variable2) = True Then
- Send("2")
- EndIf
- WEnd
- While 1
- $Variable3 = PixelSearch(447,283,688,653,0xCAFF8C)
- If IsArray($Variable3) = True Then
- Send("3")
- EndIf
- WEnd
- Func _Exit()
- Exit
- EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement