mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-28 02:50:48 +01:00
9 lines
109 B
Batchfile
9 lines
109 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd %~dp0
|
||
|
|
||
|
inject -d -k cxbhook.dll Rev_v11.exe
|
||
|
|
||
|
echo.
|
||
|
echo Game processes have terminated
|
||
|
pause
|