CPN commit

This commit is contained in:
2026-01-22 20:48:08 +01:00
parent c75c68b708
commit ad8c842c06
5 changed files with 11 additions and 2 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.