1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/dist/sao/start.bat
Kevin Trocolli 8ff356b84c add games
2023-09-18 04:05:22 -04:00

12 lines
276 B
Batchfile

@echo off
pushd %~dp0
start inject.exe -d -k saohook.dll AMCUS/AMAuthd.exe
inject.exe -d -k saohook.dll game/link.exe -screen-fullscreen 0 -screen-width 1920 -screen-height 1080 -logfile link.log
taskkill /im AMAuthd.exe /f
echo.
echo The game process has terminated
pause