RadiantConnect is a powerful .NET library designed for seamless integration with Valorant's internal and external APIs and systems, users can hook game events, access XMPP systems, and authenticate all within the library.
With the addition of MITM-based XMPP integration, users can authenticate and interact with messaging and presence services effectively without hassle.
For a complete and detailed guide on all features, check out the official documentation:
RadiantConnect provides several useful methods to interact with Valorant's player data. Learn more about how to use the following APIs:
- PVP Methods
- GetMatchHistory
- GetUserRank
- And much much more.
RadiantConnect allows you to build your own API calls if RadiantConnect doesn't support it, using the built in ValorantNet library handles all authentication for you.
RadiantConnect supports a variety of authentication methods to simplify user logins. Find out how to implement the following authentication methods:
RadiantConnect supports various socket integrations for enhanced communication with the game. Learn more about the integration options:
RadiantConnect provides hooks for a variety of in-game events. Learn more about these events and how to use them:
- In-Game Events
- OnBuyMenuOpened
- OnBuyMenuClosed
- Match Events
- Match_Started
- OnMapLoaded
- Menu Events
- OnBattlePassView
- OnAgentsView
- OnCareerView
- OnPlayScreen
- OnEsportView
- OnCollectionView
- OnStoreView
- OnPremierView
- Pre-Game Events
- OnPreGamePlayerLoaded
- OnPreGameMatchLoaded
- OnAgentLockedIn
- OnAgentSelected
- Queue Events
- OnQueueChanged
- OnEnteredQueue
- OnLeftQueue
- OnCustomGameLobbyCreated
- OnTravelToMenu
- OnMatchFound
- Round Events
- OnRoundStarted
- OnRoundEnded
- Vote Events
- OnVoteDeclared
- OnVoteInvoked
- OnSurrenderCalled
- OnTimeoutCalled
- OnRemakeCalled
If you have any questions, issues, or need assistance, feel free to join our Discord community. We're here to help!
You can also check out our FAQ or Submit an Issue.
- XMPP MITM Integration: @molenzwiebel | Decieve
- Get Version From Executable: @floxay | get_client_version.py
- Riot API Documentaiton: @techchrism | Valorant API Docs
- And can not stress this enough, the nice people at Valorant App Developer Discord for assisting all the time.