Below is a helpful report regarding this tool, including what it does, the safety risks involved, and how to achieve the same results safely without risking your account.
Another notable system referenced in the community is the . This tool includes a dedicated "Valorant Cache Cleaner" module. It specifically targets Riot Games cache files and integrates anti-cheat handling into its cleaning flow. Unlike a simple batch script, SecHex offers a graphical interface with options to clean specific types of data, such as Windows Temp folders (aggressive cleaning) and browser cookies, which can sometimes cause login conflicts with the Riot Client.
The "cleaner.bat" script is a community-created tool primarily associated with the "cheating" subculture of Valorant. Its purpose is to automate the deletion of registry keys and log files that Riot Games uses to identify a banned user’s hardware.
“I’m the Cleanerbat,” he replied, walking toward the evac point. “I rewrite the protocol. Now send a bus.” valorant cleanerbat
"Valorant Cleaner.bat" script is a community-created tool used primarily to "deep clean" Riot Vanguard files and system logs before switching accounts or following a hardware ID (HWID) ban. While marketed as a performance booster or "trace cleaner," it carries significant risks regarding account security and game integrity. What is "Cleaner.bat"?
: Malicious scripts can be disguised as "cleaners" to install malware or steal browser cookies.
: Right-click your saved ValorantCleaner.bat file and choose Run as Administrator . Below is a helpful report regarding this tool,
@echo off :: Ensure the script runs with Administrative privileges NET SESSION >nul 2>&1 IF %ERRORLEVEL% NEQ 0 ( echo [ERROR] Please right-click and Run as Administrator. pause exit /b ) echo =================================================== echo VALORANT & RIOT CACHE CLEANER echo =================================================== echo [1/4] Terminating all Riot and Valorant processes... taskkill /f /im VALORANT-Win64-Shipping.exe >nul 2>&1 taskkill /f /im RiotClientServices.exe >nul 2>&1 taskkill /f /im RiotClientUx.exe >nul 2>&1 taskkill /f /im RiotClientUxRender.exe >nul 2>&1 taskkill /f /im vgc.exe >nul 2>&1 taskkill /f /im vgtray.exe >nul 2>&1 timeout /t 2 >nul echo [2/4] Wiping temporary app data and crash logs... if exist "%localappdata%\VALORANT" ( rmdir /s /q "%localappdata%\VALORANT\Saved\Config" >nul 2>&1 rmdir /s /q "%localappdata%\VALORANT\Saved\Crashes" >nul 2>&1 rmdir /s /q "%localappdata%\VALORANT\Saved\Logs" >nul 2>&1 echo [+] Valorant cache and logs cleared successfully. ) else ( echo [-] No local Valorant appdata cache folder found. ) if exist "%localappdata%\Riot Games" ( rmdir /s /q "%localappdata%\Riot Games\Riot Client\Caches" >nul 2>&1 echo [+] Riot Client web cache cleared. ) echo [3/4] Purging Windows system temp files... del /s /f /q %temp%\*.* >nul 2>&1 for /d %%i in (%temp%\*) do rmdir /s /q "%%i" >nul 2>&1 echo [+] Windows temporary directory cleaned. echo [4/4] Flushing network configuration... ipconfig /flushdns >nul 2>&1 ipconfig /registerdns >nul 2>&1 echo [+] Network DNS cache refreshed. echo =================================================== echo CLEANING COMPLETE! Please restart the Riot Client. echo =================================================== pause exit Use code with caution. Step-by-Step Execution Guide
echo Cleaning Windows temp files... del /f /s /q "%temp%*. " del /f /s /q "%windir%\temp*. "
Deleting old logs has been noted by some users to make the Riot Client feel more responsive. It specifically targets Riot Games cache files and
A is a user-created batch script designed to clear temporary files, cache, and log data generated by Valorant and the Riot Games launcher. Players typically use these scripts to resolve FPS drops, fix stuttering, and clear outdated system logs that accumulate over hours of gameplay.
A batch ( .bat ) file is simply a plain text file containing a series of command-line instructions executed by the Windows operating system. When run, it automates the manual process of navigating through hidden system folders to delete junk files. How Does a Cleaner.bat File Work?