forked from Hay1tsme/segatools
11 lines
357 B
Batchfile
11 lines
357 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
start inject.exe -d -k hkbhook.dll amdaemon.exe -f -c common.json terminal.json satellite.json
|
|
inject.exe -d -k hkbhook.dll hkb.exe -screen-fullscreen 0 -screen-quality Fantastic -silent-crashes -logFile gameLog.txt
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
echo Game processes have terminated |