Jump to content

alanzarb

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alanzarb's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you Seandisanti is even more Bilgus! (:
  2. Thanks, and I'm sorry, I do not know how to read in English.!
  3. HotKeySet ("{ENTER}", "Start") HotKeySet ("{ESC}", "_Paused") While 1 Sleep(250) WEnd Func Start() While 1 $pxs = PixelSearch(0,0,1919.1078,959.541,0x01FF00) If isArray($pxs) then MouseMove($pxs[0],$pxs[1], 0) MouseClick("Left") EndIf WEnd EndFunc Func _Paused() Paused EndFunc Obrigado desde já!!!
×
×
  • Create New...