Guest User

Untitled

a guest
Sep 11th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. #SingleInstance Force
  7.  
  8. Run, E:\Emulation\LaunchBox\Sinden\Player 1\SindenLightgunSoftwareReleaseV1.08\SindenLightgunWindowsSoftwareV1.08\SindenLightgun\Lightgun.exe
  9. Run, E:\Emulation\LaunchBox\Sinden\Player 2\SindenLightgunSoftwareReleaseV1.08\SindenLightgunWindowsSoftwareV1.08\SindenLightgun\Lightgun.exe
  10.  
  11.  
  12. ~Esc::
  13. Process,Close,Lightgun.exe
  14. Run,taskkill /im "Lightgun.exe" /F
  15. sleep, 500
  16. ExitApp
  17. return
Add Comment
Please, Sign In to add comment