If the game shuts down, shut down OBS too
If the game shuts down, shut down OBS too
I can't make a macro that also stops OBS when a game is closed, can anyone help Please?
Re: If the game shuts down, shut down OBS too
Hallo,
start Wordpad, Notepad and this script:
If you exit Wordpad, the script also exits Notepad.
Replace Wordpad with your game and Notepad with OBS
start Wordpad, Notepad and this script:
Code: Select all
#Requires AutoHotkey v2.0
Persistent
Timer := () => !WinExist("ahk_exe wordpad.exe")
And WinExist("ahk_exe notepad.exe")?WinClose():""
SetTimer Timer, 1000 ; every second
Replace Wordpad with your game and Notepad with OBS
Who is online
Users browsing this forum: No registered users and 10 guests