RadiantConnect 9.5.4
dotnet add package RadiantConnect --version 9.5.4
NuGet\Install-Package RadiantConnect -Version 9.5.4
<PackageReference Include="RadiantConnect" Version="9.5.4" />
<PackageVersion Include="RadiantConnect" Version="9.5.4" />
<PackageReference Include="RadiantConnect" />
paket add RadiantConnect --version 9.5.4
#r "nuget: RadiantConnect, 9.5.4"
#addin nuget:?package=RadiantConnect&version=9.5.4
#tool nuget:?package=RadiantConnect&version=9.5.4
RadiantConnect
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:
Features
Basic API Usage
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.
Create Your Own API Endpoints
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.
Authentication Features
RadiantConnect supports a variety of authentication methods to simplify user logins. Find out how to implement the following authentication methods:
Valorant Socket Support
RadiantConnect supports various socket integrations for enhanced communication with the game. Learn more about the integration options:
Client Events
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
Need Support?
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.
Credits
Huge Credits molenzwiebel for his Deceive code, helping make MITM Connection
- 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Microsoft.IdentityModel.JsonWebTokens (>= 8.0.1)
-
net8.0-windows7.0
- Microsoft.IdentityModel.JsonWebTokens (>= 8.0.1)
- System.Drawing.Common (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
9.5.4 | 34 | 3/30/2025 | |
9.5.3 | 54 | 3/29/2025 | |
9.5.1 | 420 | 3/26/2025 | |
9.5.0 | 426 | 3/26/2025 | |
9.4.0 | 321 | 3/24/2025 | |
9.3.0 | 124 | 3/16/2025 | |
9.2.0 | 96 | 1/10/2025 | |
9.1.0 | 96 | 11/28/2024 | |
9.0.2 | 113 | 9/11/2024 | |
9.0.1 | 117 | 9/5/2024 | |
9.0.0 | 111 | 8/7/2024 | |
8.0.1 | 75 | 7/23/2024 | |
8.0.0 | 73 | 7/23/2024 | |
7.0.0 | 115 | 5/9/2024 | |
6.2.2 | 144 | 3/28/2024 | |
6.2.1 | 128 | 3/26/2024 | |
6.2.0 | 135 | 3/22/2024 | |
6.1.1 | 160 | 2/12/2024 | |
6.1.0 | 147 | 2/9/2024 | |
6.0.2 | 144 | 1/19/2024 | |
6.0.1 | 139 | 1/18/2024 | |
6.0.0 | 119 | 1/18/2024 | |
5.0.1 | 147 | 1/14/2024 | |
5.0.0 | 142 | 1/13/2024 | |
4.0.0 | 129 | 1/10/2024 | |
3.0.0 | 165 | 1/1/2024 | |
2.0.3 | 132 | 12/31/2023 | |
2.0.2 | 159 | 12/31/2023 | |
2.0.1 | 152 | 12/31/2023 | |
2.0.0 | 160 | 12/31/2023 | |
1.0.0 | 126 | 12/31/2023 |
- Modified some error returns for RemoteXMPP clients
- Added 3 optional cookies for SSIDReAuth to improve re-auth success rate (tdid, csid, clid).