2022-06-05 07:34:38 +00:00
|
|
|
@echo off
|
|
|
|
|
2023-08-15 15:28:19 +00:00
|
|
|
pushd %~dp0
|
2022-06-05 07:34:38 +00:00
|
|
|
|
2023-10-04 22:35:55 +00:00
|
|
|
start /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
|
2023-08-15 15:28:19 +00:00
|
|
|
inject -d -k mu3hook.dll mu3 -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
|
2022-06-05 07:34:38 +00:00
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
|
2023-08-15 15:28:19 +00:00
|
|
|
echo.
|
|
|
|
echo Game processes have terminated
|
|
|
|
pause
|