Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #IfWinActive ahk_exe drt.exe
- ; Restart
- Joy12::
- SetKeyDelay, 40, 40
- Send, {Escape}
- Send, {Down}
- Send, {Enter}
- Sleep, 800
- Send, {Enter}
- return
- #IfWinActive
- #IfWinActive ahk_exe dirtrally2.exe
- ; [short press] Restart
- ; [long press] Return To Service Area
- Joy12::
- KeyWait, Joy12, T0.5
- longPress := ErrorLevel
- SetKeyDelay, 40, 40
- Send, {Escape}
- Send, {Down}
- if (longPress) {
- Send, {Down}
- }
- Send, {Enter}
- Send, {Up}
- Send, {Enter}
- CoordMode, Mouse, Screen
- MouseMove, 0, 0
- return
- #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement