10 lines
217 B
Batchfile
10 lines
217 B
Batchfile
@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 |