Files
HyperCLI/gaming/faceit-logout.bat
2026-01-22 20:31:34 +01:00

11 lines
326 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
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.