Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ver = 0.4
- MsgBox, This is test version %ver% of the script. `nTo exit, simply rightclick the icon in your taskbar at the bottom right, and click `"exit`"`nThank you for testing `^`^
- Process, exist, Moonlight.exe
- If ErrorLevel = 0
- GFE = 1
- Else
- GFE = 0
- #If GFE = 1 ;If Host:
- F20::LWin
- F21::LCtrl
- F22::LAlt
- Pause::Run, %comspec% /c taskkill /im nvstreamer.exe /f,,HIDE
- #If GFE = 0 ; If Client:
- LWin::F20
- LCtrl::F21
- LAlt::F22
- ~Pause::
- {
- Sleep, 100
- WinClose, ahk_exe Moonlight.exe
- Return
- }
Advertisement
Add Comment
Please, Sign In to add comment