mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-12-03 00:47:16 +01:00
a2db39c58c
Credits: - Coburn - domeori - Mitsuhide - OLEG - rakisaionji
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 |