You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
codm/ligma-cheat/KillApp.bat

9 lines
206 B

@echo off
set MEMU_INSTANCE=4
set APP_NAME=cvappsvc
cd /d %~dp0
echo Killing dbg
"C:\Program Files\Microvirt\MEmu\memuc.exe" -i %MEMU_INSTANCE% adb shell "pkill -9 com.activision.callofduty.shooter"
pause