Analysis updated 2026-05-18
Track enemy bomb timer and ability cooldowns on a second monitor while playing Valorant.
Use the buy or save calculator to decide spending strategy based on team funds.
Study how the tool reads screen and audio output instead of hooking into the game's memory.
| jawaz-keyzor/valorant-external-assistant-2026 | disintegr8te/teams-policy-export | metavault-fi/solana-pumpfun-bundler | |
|---|---|---|---|
| Stars | 114 | 114 | 114 |
| Language | — | PowerShell | TypeScript |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | general | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Run as administrator and assign which monitor shows the game versus the overlay.
This is a Windows overlay tool for the competitive first-person shooter Valorant. It displays additional tactical information on a second monitor while the game runs on the primary screen. The information it shows includes an estimated radar of enemy positions based on sound analysis, a timer for the in-game bomb, cooldown tracking for agent abilities on both teams, and a calculator that suggests whether to buy or save based on each team's funds. The tool works by reading what is on the screen using Windows' built-in screen capture API and by processing the stereo audio output. It does not access the game's memory or inject code into any running process. The overlay itself is rendered in a transparent DirectX 11 window. The README states that CPU usage stays below 2 percent. Installation involves downloading a release archive, extracting it, and running the executable as an administrator. During setup, the user selects which monitor runs the game and which monitor displays the overlay. The README describes this as an educational project for studying rendering overlays and computer vision techniques. It notes that users are responsible for checking whether the tool complies with Valorant's terms of service, and that it is not affiliated with Riot Games, the developer of Valorant. The repository contains no source code files visible in the README, it points only to a compiled release download. The README itself is brief and consists largely of a feature table, a technical method table, and installation steps.
A Windows overlay for Valorant that shows a sound-based enemy radar, bomb timer, ability cooldowns, and a buy or save calculator on a second monitor.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.