bananatools/dist/taiko/start.bat

9 lines
114 B
Batchfile
Raw Normal View History

2023-01-03 04:35:53 +00:00
@echo off
pushd %~dp0
inject.exe -d -k taikohook.dll Taiko.exe
echo.
echo The game process has terminated
pause