CPN commit

This commit is contained in:
2026-01-22 20:31:34 +01:00
parent 18defb93fd
commit c75c68b708
4 changed files with 4 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
@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.