- Thread Author
- #1
autohotkey ;#Persistent SetTimer, CheckForNFS, 100 return CheckForNFS: SoundGet, mic, MICROPHONE, MICROPHONE IfInString, mic, NFS { Run, "C:\Path\To\Your\Game.exe" } return
"C:\Path\To\Your\Game.exe"
with the actual path to the executable file of your game.