mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-25 07:37:54 +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
|