taitools/dist/siva/start.bat

10 lines
113 B
Batchfile

@echo off
pushd %~dp0
inject.exe -d -k sivahook.dll game.exe
echo.
echo The game process has terminated
pause