bananatools/dist/ferrum/start.bat

10 lines
246 B
Batchfile
Raw Permalink Normal View History

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