cm, chusan, mai2, mu3, swdc: added emoney config

This commit is contained in:
2023-08-15 21:59:14 +02:00
parent 2277bf7526
commit 97234f26d7
12 changed files with 46 additions and 7 deletions

10
dist/chusan/config_hook.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"allnet_auth":
{
"type": "1.0"
},
"emoney" :
{
"enable" : false
}
}

View File

@ -2,7 +2,7 @@
pushd %~dp0
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json
inject_x86 -d -k chusanhook_x86.dll chusanApp.exe
taskkill /f /im amdaemon.exe > nul 2>&1