1
0
mirror of synced 2025-02-15 02:12:32 +01:00
bananatools/dist/ferrum/start.bat

10 lines
246 B
Batchfile
Raw Normal View History

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