2022-06-05 07:34:38 +00:00
|
|
|
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
|
2023-11-06 02:51:36 +00:00
|
|
|
start inject -d -k mu3hook.dll amdaemon.exe -f -c config_client.json config_common.json config_server.json
|
|
|
|
inject -d -k mu3hook.dll mu3.exe
|
2022-06-05 07:34:38 +00:00
|
|
|
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
|
|
|
|
echo Game processes have terminated
|