bananatools/dist/tekken/start.bat

10 lines
217 B
Batchfile
Raw Permalink Normal View History

2023-09-18 08:15:27 +00:00
@echo off
pushd %~dp0
start inject.exe -d -k tekkenhook.dll AMCUS\AMAuthd.exe
inject.exe -d -k tekkenhook.dll TekkenGame\Binaries\Win64\TekkenGame-Win64-Shipping.exe
echo.
echo The game process has terminated
pause