10 lines
169 B
Batchfile
10 lines
169 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd %~dp0
|
||
|
|
||
|
inject.exe -d -k mkachook.dll AMCUS/AMAuthd.exe
|
||
|
inject.exe -d -k mkachook.dll MK_AGP3_FINAL.exe
|
||
|
|
||
|
echo.
|
||
|
echo The game process has terminated
|
||
|
pause
|