Hi everyone, I want to share the Valorant triggerbot. I'm using this a while ago without a ban. Enjoy!
Setup:
Run the script with the administrator
Enable Triggerbot - f2
Trigger button - XButton1 ( you can change it as you want - list of buttons
Working only on 1920x1080 resolution
Valoran settings: Raw input buffer - OFF
Setup:
Bağlantıları görmek için lütfen
Giriş Yap
(direct download)Run the script with the administrator
Enable Triggerbot - f2
Trigger button - XButton1 ( you can change it as you want - list of buttons
Bağlantıları görmek için lütfen
Giriş Yap
)Working only on 1920x1080 resolution
Valoran settings: Raw input buffer - OFF
AutoHotkey:
~F2::
loop{
KeyWait, XButton1, D
CoordMode, Pixel, Screen
PixelSearch, FoundX, FoundY, 957, 519, 961, 583, 0xA145A3, 30, Fast RGB
If (ErrorLevel = 0){
sleep, 30
send {Lbutton down}
sleep, 10
send {lbutton up}
}
}
return