Jump to content
LaunchBox Community Forums

drewdty

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by drewdty

  1. I think you're right because the game was open for me, I'm going to try it and see how it goes Thanks to both of you for giving me a hand EDIT.. Great, now it finally closes completely I left it like that and it works Do you think it's fine like this? At the moment it works with Aliens Extermination Thanks :=== ) -------------------------------------------------------------------------------------------- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance Force Run, K:\LightGun_games\Emulators\TechnoParrot LightGun\TeknoParrotUi.exe --profile=AliensExtermination.xml ~1 & 5:: Send {Escape} Process,Close,TeknoParrotUi.exe Run,taskkill /im "TeknoParrotUi.exe" /F sleep, 2000 ExitApp Return thank you so much
  2. I did the ~ tilde thing, I even tried this $ and it doesn't work either, the only thing it does is disable the controls but the game keeps working
  3. Hi, I'm a complete newbie. I've read and tested a lot. I have a Sinden Lightgun and I want to exit the game in Teknoparrot by pressing 1 and 5. My question is, what's wrong with my Ahk script? I've managed to close simple programs like Notepad, but I can't get it to work in LB and TP. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance Force Run, K:\LightGun_games\Emulators\TechnoParrot LightGun\TeknoParrotUi.exe --profile=AliensExtermination.xml 1 & 5:: Process,Close,TeknoParrotUi.exe Run,taskkill /im "TeknoParrotUi.exe" /F ExitApp Return ------------------------------------------------------------------------------- I hope I haven't chosen the wrong topic Thank you and you do a great job
×
×
  • Create New...