CPN commit

This commit is contained in:
2026-01-22 19:54:52 +01:00
parent a6e8b7a57a
commit 18defb93fd
4 changed files with 147 additions and 0 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.