This will make o turn on the script and p turn off the script. When it is on it will make you shoot twice with one click.
Sorry in advanced if I took anyones script idea!
Thats it, copy and paste the script into your autoexec
That version above is for faster shooting weapons such as the sg552, the aug, and the tmp. I am currently working on the same basic script but a version for the m4a1 and/or the ak47. Currently this will work with the ak and m4 but on the ak it only works 50% of the time and the m4 75%.
Script Code:
alias "w" "wait"
alias "w5" "w; w; w; w; w"
//
alias "2shot" "+attack; w5; -attack; +attack; w5; -attack"
alias "2shoton" "bind MOUSE1 2shot"
alias "2shotoff" "bind MOUSE1 +attack"
bind "o" "2shoton"
bind "p" "2shotoff"
echo "DylanM666's 2shot burst first script"
Added: 1 year ago
Feedback (3)
Add Feedback
Provide constructive feedback. What is "constructive"? You must login or register to access this!