10 lines
234 B
Batchfile
10 lines
234 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
start inject.exe -d -k kizunahook.dll AMCUS\AMAuthd.exe
|
|
inject.exe -d -k kizunahook.dll WindowsNoEditor\KizunaGame\Binaries\Win64\TKizunaGame-Win64-Shipping.exe
|
|
|
|
echo.
|
|
echo The game process has terminated
|
|
pause |