Files
HyperCLI/files/faceit-logout.bat

12 lines
363 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
REM === FACEIT Anti-Cheat logout ===
echo FACEIT Anti-Cheat logout in progress…
:: Kill processes first
taskkill /f /im "FaceitClient.exe" >nul 2>&1
taskkill /f /im "FaceitClientService.exe" >nul 2>&1
:: Delete local session/cache
rmdir /s /q "%localappdata%\FACEIT"
echo Logout successful. Youll be required to log in again on reopening FACEIT.