8000 GitHub - Peppers0/WAIUA: A WPF app to view player ranks and stats in a live Valorant Match
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Peppers0/WAIUA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

WAIUA

Who Am I Up Against?

A Windows application to view player ranks in a live Valorant Match

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap And Known Bugs
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Screenshot 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).

Current Features

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
rank rank rank card name

Built With

I knew none of these things before making this lol

Getting Started

To get the app up and running follow these simple steps.

Prerequisites

  • Windows 64-bit
  • .NET (might already be installed)

Installation

  1. Download the latest .exe from the Github releases page
  2. Run the .exe
  3. It may require you to download and install the .NET desktop runtime, which you will require to use the app

Usage

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:

  1. Press the big "WAIUA" button and wait about 10 seconds
  2. Profit

If Valorant is not running:

  1. Press the account button in the top left
  2. Use your Riot Account details to log in. Remember to select your region from the bottom left.
  3. Open Valorant LMAO
  4. Press the big "WAIUA" button and wait about 10 seconds
  5. 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.

Roadmap and Known Bugs

See the project board for a list of proposed features (and known verified bugs). Please check the issues tab before making a new issue.

Why I Made This

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.

Contributing

I welcome any sort of contribution and am happy to take in any hate/ feedback. Open source means open heart :)

License

Distributed under the MIT License. See the liscense for more information.

Contact

Discord: Soneliem#4194
Project Link: https://github.com/Soneliem/WAIUA

Acknowledgements

DISCLAIMER

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.

About

A WPF app to view player ranks and stats in a live Valorant Match

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%
0