Advertisement
pitastrudl

Untitled

Jul 17th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Stand on the spot where you want to throw the smoke, stand still, aim, hold mouse1, press space to jumpthrow.
  2.  
  3. bind space +vthrow
  4. bind ctrl +vduck
  5. bind mouse1 +m1
  6.  
  7. alias +M1 "-use;+attack;alias checkatk +attack"
  8. alias -M1 "-attack;alias checkatk;spec_next"
  9.  
  10. alias +vthrow "-attack;-attack2;+jump;+duck"
  11. alias -vthrow "SPEC_MODE;-duck;-jump;checkatk;checkduck"
  12.  
  13. alias +vduck "+duck;alias checkduck +duck"
  14. alias -vduck "spec_menu;-duck;alias checkduck"
  15.  
  16. alias checkatk ""
  17. alias checkduck ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement