mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-14 17:17:36 +01:00
10 lines
399 B
Batchfile
10 lines
399 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
:LOOP
|
|
inject -d -k mercuryhook.dll amdaemon.exe -c config.json config_region_jpn.json config_video_clone.json config_video_clone_flip.json config_video_dual.json config_video_dual_flip.json
|
|
inject -d -k mercuryhook.dll ../WindowsNoEditor/Mercury.exe
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |