Advertisement
Qovii

script awp cs 1.6

Feb 2nd, 2020
7,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 0.70 KB | None | 0 0
  1. //The scope and shoot
  2. alias +quickshot "+attack2; wait; +attack; wait;"
  3. alias -quickshot "-attack; wait; -attack2;"
  4.  
  5.  
  6. //The toggler
  7. alias firemode quickzoom
  8. alias quickzoom "bind mouse1 +quickshot; alias firemode standard;"
  9. alias standard "bind mouse1 +attack; alias firemode quickzoom;"
  10.  
  11.  
  12. //Sniper Expert
  13. alias "sniperexpert" "sniperon"
  14. alias "sniperon" "bind mouse1 sniper; echo Sniper Expert *ON*; speak doop.activated; alias sniperexpert sniperoff;"
  15. alias "sniperoff" "bind mouse1 +attack; echo Sniper Expert *OFF*; speak doop.deactivated; alias sniperexpert sniperon;"
  16. alias "sniper" "+attack2;wait;wait;-attack2;wait;wait;+attack;wait;-attack;wait;lastinv;wait;lastinv;wait;"
  17. bind "f" "sniperexpert"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement