mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-04 08:15:50 -05:00
11 lines
146 B
Batchfile
11 lines
146 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
inject -d -k fgohook.dll ago.exe
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |