2023-01-02 23:35:53 -05:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
pushd %~dp0
|
|
|
|
|
2023-09-25 04:13:58 -04:00
|
|
|
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
|
2023-01-02 23:35:53 -05:00
|
|
|
|
|
|
|
echo.
|
|
|
|
echo The game process has terminated
|
|
|
|
pause
|