Jump to content

Makro Konusunda Yardim


umut9090
 Share

Recommended Posts

HotKeySet("q", "a")
HotKeySet("{ESC}", "On_Exit")

; Now keep the script active
While 1
Sleep(100)
WEnd

Func a()

; Unset the HotKey
HotKeySet("q")
; Send the keys

Send("1")
Sleep(100)
Send("r")
Sleep(100)
Send("2")
Sleep(100)
Send("r")
Sleep(100)

; Reset the HotKey
HotKeySet("q", "a")

EndFunc

Func On_Exit()
Exit
EndFunc

 

 

bu kodu yazdım fakat bunu oyun ekranın da çalıştırmak istiyorum çalışmıyor

birde tuşa bastığımda makro başlayacak

basılı tuttuğum süre boyunca makro devam etmeli

elimi çektiğimde dursun 

tekrar tuşa bastığım da en baştan makroyu tekrar başlatsın istiyorum 

birde notepad de denediğim zaman q tuşuna da basıyor basmasını iptal edebilirmiyiz

yardımınız için teşekkür ederim

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...