mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-12-15 13:41:15 +01:00
2a6a8bf8b2
credits go to @domeori https://dev.s-ul.net/domeori/segatools/-/tree/mr-imports
11 lines
289 B
Batchfile
11 lines
289 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
start /min inject_x64.exe -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_sp.json
|
|
inject_x86.exe -d -k chusanhook_x86.dll chusanApp.exe
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |