taitools/dist/ll3/start.bat
2024-02-17 16:46:23 -05:00

13 lines
386 B
Batchfile

@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