mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-12-01 03:57:16 +01:00
9 lines
208 B
Batchfile
9 lines
208 B
Batchfile
|
@echo off
|
||
|
|
||
|
start /min inject -d -k chunihook.dll aimeReaderHost.exe -p 12
|
||
|
inject -d -k chunihook.dll chuniApp.exe
|
||
|
taskkill /f /im aimeReaderHost.exe > nul 2>&1
|
||
|
|
||
|
echo.
|
||
|
echo Game processes have terminated
|
||
|
pause
|