|
|
- #ifWinActive,ahk_exe PathOfExile_x64.exe
- F5::
- Send {enter}
- Sleep, 100
- SendInput {NumpadDiv}
- Sleep, 30
- SendInput {Text}h
- Sleep, 20
- SendInput {Text}i
- Sleep, 40
- SendInput {Text}d
- Sleep, 30
- SendInput {Text}e
- Sleep, 70
- SendInput {Text}o
- Sleep, 30
- SendInput {Text}u
- Sleep, 25
- SendInput {Text}t
- Sleep, 60
- Send {enter 1}
- Return
复制代码
这是我自用的,自己加了点延迟,怕输入太快被检测 |
|