- 📋 Account Management - Add, edit, delete, and organize your Riot accounts
- 🔐 Secure Storage - Passwords are encrypted using Windows DPAPI
- 🚀 Quick Launch - One-click login to any account
- ⏰ Daily Mission Tracker - Know which accounts are ready for the 22-hour daily mission
- � Search & Filter - Find accounts by name, region, rank, status, or group
- 🚦 Launch Queue - Launch multiple accounts sequentially with customizable delays
- 📊 Advanced Statistics - Detailed analytics including activity charts, rank distribution, and top accounts
- ⭐ Favorites & Groups - Organize accounts with favorites and custom groups (Main, Smurf, etc.)
- 🔄 API Integration - Auto-fetch account data (level, rank) from unofficial Riot/Valorant APIs
- 🎨 Beautiful UI - Modern console interface with colors and emoji
📦 Download V-AM.exe (Latest Release)
✅ Verified Safe: Check VirusTotal Scan Results
- Download the executable from the link above
- Run
V-AM.exe - Start managing your accounts!
Note: Windows may show a SmartScreen warning for unsigned applications. This is normal for new executables. Click "More info" → "Run anyway" to proceed.
- .NET 8.0 SDK or later
- Windows OS (for DPAPI encryption)
# Clone or download the project
cd V-AM
# Restore packages
dotnet restore
# Build
dotnet build
# Run
dotnet run# Create single-file executable
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
# Output will be in: bin/Release/net8.0/win-x64/publish/V-AM.exe- View All Accounts - See all your accounts in a table with status indicators
- Add New Account - Add a new Riot account (with optional API auto-fill)
- Quick Launch - Quickly launch an account (sorted by ready status)
- Search & Filter - Find accounts by name, region, rank, status, or group
- Launch Queue - Launch multiple accounts sequentially with delays
- Advanced Statistics - View detailed analytics, charts, and insights
- Settings - Configure paths and preferences
- View account details
- Edit account information
- Launch account (auto-login)
- Mark as played
- Toggle favorite status
- Set group (Main, Smurf, Friends, etc.)
- Sync with API (auto-update level and rank)
- Delete account
Find accounts easily:
- Search by Name - Search username, display name, or notes
- Filter by Region - EU, NA, AP, KR, LATAM, BR
- Filter by Rank - Unranked to Radiant
- Filter by Status - Active, Banned, Suspended, Inactive
- Filter by Group - Custom groups you've created
- Show Favorites - See only favorited accounts
- Show Ready - See only accounts ready for daily mission
Launch multiple accounts automatically:
- Launch All Ready - Queue all accounts ready for daily mission
- Launch by Group - Queue all accounts in a specific group
- Launch Favorites - Queue all favorited accounts
- Custom Selection - Choose specific accounts to queue
- Configurable Delays - Set delay between launches (1-60 minutes)
View detailed analytics:
- Overview panel with key metrics
- Activity analysis (last 24h, 7d, 30d+)
- Rank distribution chart
- Region distribution chart
- Top 5 accounts by level and AP
- Groups summary
- Total games played tracking
Auto-fetch account data from Riot/Valorant APIs:
- Account level
- Current rank (Competitive)
- Display name
- Region
- Account card
Simply enter your Riot ID (name#tag) when adding an account!
The app tracks when you last played on each account. After 22 hours, the account is marked as "Ready" for the daily mission that gives 1000 AP.
Configure in the Settings menu:
- Riot Client Path - Path to RiotClientServices.exe
- Valorant Path - Path to VALORANT.exe
- Login Delay - Delay between launching client and game
- Default Region - Default region for new accounts
- Auto Close Client - Automatically close existing Riot processes
- Auto Fetch Account Data - Automatically fetch data from API when adding accounts
- Queue Delay - Default delay between accounts in queue (minutes)
- Enable Notifications - Show notifications for ready accounts
- Default Sort - Default sort order for accounts list
- ✅ Verified Clean: All releases are scanned by VirusTotal - View Latest Scan
- 🔐 Passwords are encrypted using Windows Data Protection API (DPAPI)
- 💾 Data is stored locally in
%APPDATA%/V-AM/ - 🚫 No telemetry or tracking - Your data never leaves your computer
- 🔓 Open Source - Review the code yourself
- 🌐 Optional API calls only to fetch public account info (Henrik API)
⚠️ No authentication required - API calls don't require your credentials
Your data is stored in:
%APPDATA%/V-AM/
├── accounts.json # Encrypted account data
└── settings.json # App settings
- Closes any existing Riot/Valorant processes
- Launches Riot Client with command-line credentials
- Automatically logs into your account using keyboard simulation
- Opens Valorant
The app uses unofficial Valorant APIs to fetch account data:
- Henrik API (https://docs.henrikdev.xyz/) - For account info, rank, and stats
- No authentication required for basic queries
- Rate-limited - use responsibly
- Based on community-maintained APIs
This tool is for personal use only. Use at your own risk. The developers are not responsible for any account actions taken by Riot Games. Using third-party tools may violate Riot's Terms of Service.
Important: This application does NOT modify game files or provide any in-game advantages. It's simply an account management and launcher tool.
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
MIT License - Feel free to modify and distribute.
