taitools/dist/ll3/start.bat

13 lines
386 B
Batchfile
Raw Permalink Normal View History

2024-02-17 21:46:23 +00:00
@echo off
pushd %~dp0
REM chcp 932
start inject.exe -d -k ll3hook.dll d_drive\Service\NesysService.exe -app
inject.exe -d -k ll3hook.dll ll3.exe -singlemonitor -windowmode -highquality
REM Comment above and uncomment below for terminal mode
REM inject.exe -d -k ll3hook.dll ll3.exe -singlemonitor -windowmode -highquality -centralmode
echo.
echo The game process has terminated
pause