using DemulShooter 10.13.0 and running ahk
https://youtu.be/RyDd2EX6RhY
#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.
run, Z:\RocketLauncher\Utilidades\DemulShooter\10.13\DemulShooterX64.exe -target=unis -rom=eai
Sleep, 2000
run, F:\Dumps-Arcade\Misc\Elevator Action Invasion\ESGame\Binaries\Win64\ESGame-Win64-Shipping.exe
$Escape::
Process,Close,DemulShooterX64.exe
Run,taskkill /im "DemulShooterX64" /F
Process,Close,ESGame-Win64-Shipping.exe
Run,taskkill /im "ESGame-Win64-Shipping" /F
ExitApp
return