A Windows application to view player ranks in a live Valorant Match
Table of Contents
A simple(for you, not me) Windows GUI app that lets you see the ranks, recent games and other info of players in a live Valorant match while you're still playing it. What you see above is what you get (for now).
Displays for each player:
Current Rank | Past three ranks (from last 3 acts, not last 3 played acts) | W/L indicator for last three competitive games | Player card and Account Level | In-game name, Agent and Title |
---|---|---|---|---|
I knew none of these things before making this lol
To get the app up and running follow these simple steps.
- Windows 64-bit
- .NET (might already be installed)
- Download the latest .exe from the Github releases page
- Run the .exe
- It may require you to download and install the .NET desktop runtime, which you will require to use the app
Please ensure you are in a match when you try to use it. I swear if you complain about it not working and you're not in a match...
If Valorant is already running:
- Press the big "WAIUA" button and wait about 10 seconds
- Profit
If Valorant is not running:
- Press the account button in the top left
- Use your Riot Account details to log in. Remember to select your region from the bottom left.
- Open Valorant LMAO
- Press the big "WAIUA" button and wait about 10 seconds
- Profit slightly less
Appologies about the long wait to load the information. I have to individually query each player's information from different APIs and then query another API to display images.
See the project board for a list of proposed features (and known verified bugs). Please check the issues tab before making a new issue.
The main reason I made this was to detect smurfs. Being able to see an account that were bronze 1 last act and then miraculously became gold 3 this act while having an account level of 2 is a very clear indication of them being a smurf. I have chosen the set of available features carefully mainly to maintain the competitive integrity of the game. For example I could have given you access to player ranks while you're still choosing agents, but this will lead to people dodging because they don't want "bad" teammates. I could have also given you access to the enemy's last 90 games but that both breaches their privacy and could lead to bullying.
Another reason to making this was that I wanted some experience with .NET and GUI apps. This application uses C# as the backend, WPF as the frontend and .NET as the framework. I knew none of these so this was a fun journey. Because of this, the code is very messy but it does the job. I probably should have made it all asynchronously but I am lazy and I wanted to slowly get into C#. But mainly because I am lazy.
I welcome any sort of contribution and am happy to take in any hate/ feedback. Open source means open heart :)
Distributed under the MIT License. See the liscense for more information.
Discord: Soneliem#4194
Project Link: https://github.com/Soneliem/WAIUA
- techchrism for work on documenting Valorant endpoints
- RumbleMike for base C# authentication flow
- Valorant-API.com
- The guys on the Valorant App Developers Discord Server
- This project uses Riot's unofficial-private-notforpublicuse API for most of the information. Riot pls no kil
THIS PROJECT IS NOT ASSOCIATED OR ENDORSED BY RIOT GAMES. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. By using this application, you agree that you, the individual, are knowingly accessing all information required to be displayed.