mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-02-22 13:10:00 +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 |