valorant/vanguard traces

02/17/2022 09:33 cookies24#1
does anyone have a cleaner or know the traces for valorant after you get a ban because I don't really want to reinstall windows for the 100th time
02/17/2022 09:53 tehpwnerer69#2
Quote:
Originally Posted by cookies24 View Post
does anyone have a cleaner or know the traces for valorant after you get a ban because I don't really want to reinstall windows for the 100th time
%USERPROFILE%\AppData\Local\Riot Games\
%USERPROFILE%\AppData\Local\VALORANT\
%PROGRAMDATA%\Riot Games\

Run CC Cleaner

You might want to use a string finder, the following function will search all directories and subdirectories for a given string.

StringFinder.bat
Code:
echo off
set RESULT_FILE="result.txt"
set /p "var1=Enter the String to Find: "

pushd %~p0
type NUL > %RESULT_FILE%.tmp
for /f "delims=" %%a in ('dir /B /S *.txt') do (
    for /f "tokens=3 delims=:" %%c in ('find /i /c "%var1%" "%%a"') do (
        for /f "tokens=*" %%f in ('find /i "%var1%" "%%a"') do if %%c neq 0 echo %%f
    )
) >> "%RESULT_FILE%".tmp
move %RESULT_FILE%.tmp %RESULT_FILE% >nul 2>&1

:: Open the file
"%RESULT_FILE%"
popd
Imho, it's just easier to reinstall windows then to try cleanout their bs
02/17/2022 10:51 cookies24#3
Quote:
Originally Posted by tehpwnerer69 View Post
%USERPROFILE%\AppData\Local\Riot Games\
%USERPROFILE%\AppData\Local\VALORANT\
%PROGRAMDATA%\Riot Games\

Run CC Cleaner

You might want to use a string finder, the following function will search all directories and subdirectories for a given string.

StringFinder.bat
Code:
echo off
set RESULT_FILE="result.txt"
set /p "var1=Enter the String to Find: "

pushd %~p0
type NUL > %RESULT_FILE%.tmp
for /f "delims=" %%a in ('dir /B /S *.txt') do (
    for /f "tokens=3 delims=:" %%c in ('find /i /c "%var1%" "%%a"') do (
        for /f "tokens=*" %%f in ('find /i "%var1%" "%%a"') do if %%c neq 0 echo %%f
    )
) >> "%RESULT_FILE%".tmp
move %RESULT_FILE%.tmp %RESULT_FILE% >nul 2>&1

:: Open the file
"%RESULT_FILE%"
popd
Imho, it's just easier to reinstall windows then to try cleanout their bs
I'll try this out thanks dude
02/17/2022 11:45 Panther#4
good luck, anyway windows reinstall would be the best choice
02/17/2022 14:55 huzeo#5
Dont forget to flash your bios
02/17/2022 16:23 LukeManolia#6
They have like a minimal amount of trace files stored for bans (5-10)

But on the otherhand they log over 50+ registry keys that all need changing. I recommend to just reinstall windows.
02/17/2022 20:28 Ghosts117#7
reinstall windows is your best bet you, won't find the traces for these unless some smart dev knows all the traces and has a cleaner that really works