VIT is a tool showing the weapon skins, stats, rr, and latest matches of the players inside your VALORANT lobby. It's entirely written in Java and completely automated. Well, except some actions of course.
Since VALORANT can only be played on Windows computers,
VIT can only be used on and is designed to work for Windows computers only.
Requires at least Java 17 or higher.
Simply download and install the x64 Installer variant.
If you press WIN + R and enter %appdata%/../local/VIT,
you'll find an empty folder named addons. You can upload
your very own addons for VIT directly to use them as you wish.
On how to create an addon, simply check out the WIKI!
(!) About these images:
These images were created with fake matches and player data.
If you wish to check for yourself how it would feel to use VIT, then feel free to use those command lines as well, to test VIT first, instead of trying it inside a live match directly.
Fake Live Match with 10 players:
java -jar VIT.jar --test=live --num=12
Fake Lobby with 5 players:
java -jar VIT.jar --test=lobby --num=5
java -jar VIT.jar --test=<mode> --num=<size>
Creates a VIT instance with fake data.
Mode: live / lobby
Size: Amount of fake players to generate
Example:java -jar VIT.jar --test=live --num=10
java -jar VIT.jar --load=<file>
When you press
WIN + Rand enter%appdata%/../local/VIT/storage/games, you'll find a folder with files ending with.o. Those files are save-files of the matches you played. You can load them using the command above to see them inside VIT once more.
Example:java -jar VIT.jar --load=03-13-2026-04-43.o



