10 lines
246 B
Batchfile
10 lines
246 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
start inject.exe -d -k ferrumhook.dll AMCUS/AMAuthd.exe
|
|
inject.exe -d -k ferrumhook.dll ferrum_app.exe dumppath=ferrum_app.dmp serverenv=production verboseLevel=1 input=1,o
|
|
|
|
echo.
|
|
echo The game process has terminated
|
|
pause |