mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-12-03 17:07:16 +01:00
11 lines
146 B
Batchfile
11 lines
146 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd /d %~dp0
|
||
|
|
||
|
inject -d -k fgohook.dll ago.exe
|
||
|
|
||
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||
|
|
||
|
echo.
|
||
|
echo Game processes have terminated
|
||
|
pause
|