taitools/dist/siva/start.bat

10 lines
113 B
Batchfile
Raw Normal View History

2024-02-17 09:24:36 +00:00
@echo off
pushd %~dp0
inject.exe -d -k sivahook.dll game.exe
echo.
echo The game process has terminated
pause