Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bActive = 0
- ^l::
- If (!bActive) {
- bActive = 1
- SetTimer, Deactivate, Off
- Gosub, CaptureHD
- SetTimer, CaptureHD, 20000
- SoundBeep, 1000
- } Else {
- bActive = 0
- SetTimer, CaptureHD, Off
- SoundBeep, 500
- }
- Return
- CaptureSD:
- WinActivate, ahk_exe EliteDangerous64.exe
- Send {F10 down}
- Sleep 25
- Send {F10 up}
- Return
- CaptureHD:
- WinActivate, ahk_exe EliteDangerous64.exe
- Send {alt down}{F10 down}
- Sleep 25
- Send {alt up}{F10 up}
- Return
- Deactivate:
- bActive=0
- Return
- ^m::
- Exitapp
- Return
Advertisement
Add Comment
Please, Sign In to add comment