@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