Jump to content

hawx

Yeni Üye
  • Posts

    1
  • Joined

  • Last visited

Posts posted by hawx

  1. [code]
    Global $Paused
    HotKeySet("{F7}", "TogglePause")

    HotKeySet("{F6}","_Exit")

    While 1
    $Variable = PixelSearch(616,372,670,413,255)
    If MouseClick("left") Then
    If IsArray($Variable) = True Then
    Mousemove($Variable [0], $Variable [1],1)
    EndIf
    EndIf
    WEnd

    Func _Exit()
    Exit
    EndFunc
    [/code]

    elimde böyle bi script var ben mausun sol tuşuna basıldığında belirlediğim alan içerisinde istediğim renge gitmesini istiyorum ama sadece 1 kere gidicek ve benim bidaha sol tık yapmamı beklicek. bunu nasıl ayarlıyabilirim ?
×
×
  • Create New...