9 lines
114 B
Batchfile
9 lines
114 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
inject.exe -d -k taikohook.dll Taiko.exe
|
|
|
|
echo.
|
|
echo The game process has terminated
|
|
pause |