9 lines
156 B
Batchfile
9 lines
156 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
inject.exe -d -k ferrumhook.dll ferrum_app.exe serverenv=production verboseLevel=0
|
|
|
|
echo.
|
|
echo The game process has terminated
|
|
pause |