Automatically picks a selected agent as soon as possible.
Stop crying because someone is playing badly with your main agent
extra protection for vanguard not to detect AgentPicker as an ahk
✔️Make an exception for the
AgentPicker.exe
if your antivirus does not like the file, this is a FALSE positive. (VIRUSTOTAL scan)
need to install AutoHotkey, extract the Agent Picker files and run AgentPicker.ahk
as admin
you can also compile it yourself
-
Download & run executable
-
Run VALORANT
-
Choose a agent via the dropdown
-
Start a queue
-
Press F4 to toggle script
-
Agent selected?
-
Press F4 again
-
Profit
Just use this EASY online method to get X and Y coordinates and replace in the files:
Continue Button.ini = XY Continue Button position
[X]Agent List.txt = X Agents position
[Y]Agent List.txt = Y Agents position
You can add agents or correct the position of existing ones after an update or for a different resolution ^^
if you want to compile by yourself for security reasons, follow this step by step to compile correctly in .exe
(step 7 and 8 are optional)
-
Install AHK
-
Download/clone the github repository
-
Download Ahk2Exe Beta
-
Install Ahk2Exe Beta following these instructions
-
Download, compile and install BinMod.ahk (follow the instructions on line 15)
-
Compile
AgentPicker.ahk
using Ahk2Exe using these settings -
Download imageCFG and place it in the same
AgentPicker.exe
folder -
open CMD in that folder and run
imagecfg -u AgentPicker.exe
- Why is my antivirus blocking Agent Picker?
the executable(.exe) version was compiled in a way that your antivirus doesn't like(?), but yes it is safe, you can review the source code and compile it yourself, you will get the same result.
- What is this "extra protection" ? and why?
The extra protection basically makes the anticheat(Vanguard) not know that the Agent Picker is an AHK. This is a prevention if at some point Vanguard starts to realize that players who pick agents too quickly have AHK open in the background.
This project is licensed under the MIT License - see the LICENSE file for details.
based on the Overwatch Hero Picker