9 lines
120 B
Batchfile
9 lines
120 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd %~dp0
|
||
|
|
||
|
inject.exe -d -k ferrumhook.dll ferrum_app.exe
|
||
|
|
||
|
echo.
|
||
|
echo The game process has terminated
|
||
|
pause
|