Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Valorant Triggerbot AHK/memu_player.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ key_exit := "End" ; self explanatory
key_hold := "LALT" ; key that you hold to scan (example "T")

;SETTINGS
pixel_box := 3 ; Keep between min 3 and max 8
pixel_sens := 20 ; higher/lower = more/less color sensitive
pixel_box := 4 ; Keep between min 3 and max 8
pixel_sens := 67 ; higher/lower = more/less color sensitive
pixel_color := 0xFEFE40 ; yellow="0xFEFE40", purple="0xA145A3"
tap_time := 20 ; Delay in ms between shots when triggered
tap_time := 148 ; Delay in ms between shots when triggered

;DO NOT TOUCH?
Gui,2:Font,Cdefault,Fixedsys
Expand Down
24 changes: 12 additions & 12 deletions Valorant Triggerbot AHK/v3 beta.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ key_gui_hide := "F7" ; hides gui (graphical user interface)
key_hold := "LALT" ; key that you hold to scan (example "T")

;SETTINGS
pixel_box := 3 ; Keep between min 3 and max 8
pixel_sens := 20 ; higher/lower = more/less color sensitive
pixel_color := 0xA145A3 ; yellow="0xFEFE40", purple="0xA145A3"
lowerreacttb := 160 ; lowest delay tb ; for best use 150, 200, for more human 160, 300, and rage 10,11
upperreacttb := 300 ; highest delay tb
lowerspam := 10 ; lowest delay slow
upperspam := 20 ; highest delay fast
burstcount := 3 ; x times
burstbullettimel:= 20
burstbullettimeu:= 30
bursttimingl := 150
bursttimingu := 170
pixel_box := 6 ; Keep between min 3 and max 8
pixel_sens := 70 ; higher/lower = more/less color sensitive
pixel_color := 0xFEFE40 ; yellow="0xFEFE40", purple="0xA145A3"
lowerreacttb := 11 ; lowest delay tb ; for best use 150, 200, for more human 160, 300, and rage 10,11
upperreacttb := 11 ; highest delay tb
lowerspam := 0 ; lowest delay slow
upperspam := 0 ; highest delay fast
burstcount := 1000 ; x times
burstbullettimel:= 0
burstbullettimeu:= 0
bursttimingl := 0
bursttimingu := 0

;DO NOT TOUCH?
Gui,2:Font,Cdefault,Fixedsys
Expand Down