mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-27 01:00:00 +03:00
10 lines
113 B
Batchfile
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
|