A Windows application to view player ranks in a live Valorant Match
Table of Contents
WAIUA - Pronounced: Why? Whaaa??
"Who Am I Up Against?" is simple Windows 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 and Agent | Vandal And Phantom Skin |
---|---|---|---|---|---|
To get the app up and running follow these simple steps.
- Windows 64-bit (If you're able to run Valorant on it you'll be fine)
- .NET (will be installed during installation)
- Download the latest installer
- Run the .exe (If a blue box saying "Windows protected your PC" shows up, click
More Info
and thenRun Anyway
) - Follow the steps to install WAIUA
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...
- Ensure you are in a match (after selecting agents)
- Press the big "Click To Load Match Info" button and wait about 7 seconds
- Profit
Please check the issues tab before making a new issue. My Discord Server has a list of known bugs and upcoming features.
I knew none of these things before making this lol
- RestSharp
- JSON.NET
- MVVMEssentials by SingletonSean. His WPF tutorials were a lifesaver.
- AutoUpdater.NET
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 :)
WAIUA Supports full localization and instructions to help with translations can be found in Localization
Distributed under the MIT License. See the license for more information.
Discord: Soneliem#4194
Project Link: https://github.com/Soneliem/WAIUA
Discord Server:
- techchrism for work on documenting Valorant endpoints
- Valorant-API.com for all images, etc
- 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.