Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- SetWorkingDir %A_ScriptDir%
- #IfWinActive ahk_class grcWindow ; Работать только при запущенной игре
- #SingleInstance, force
- SetKeyDelay, 12, 4 ; Задержка нажатий на клавиши (иногда приложение не успевает среагировать и приходится увеличивать это число)
- F4::
- Send {m}
- Sleep, 45
- Send, {Down 3}{Enter}{Down 5}{Enter}{Left}{Down 3}{Enter}{Up 2}{Left}{Down 2}{Enter}{Up 2}{Right 2}{Down 2}{Enter}{BackSpace 3}
- return
- F5::
- Send {m}
- Sleep, 45
- Send, {Down 3}{Enter}{Down 5}{Enter}{Left 2}{Down}{Left}{Down 2}{Enter}{BackSpace 3}
- return
- F6::
- Send {m}
- sleep, 45
- Send {Down}{Down}{Down}{Down}{Return}{Down}{Return}{Down}{Down}{Down}{Down}{Space}{M}
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement