Advertisement
Guest User

CSGO Random Keybinds

a guest
Oct 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. alias +xattack "+attack; say BANG!"; alias -xattack "-attack"; bind mouse1 +xattack
  2. alias +xattack2 "+attack2; say Scopin' "; alias -xattack2 "-attack2"; bind mouse2 +xattack2
  3.  
  4. alias +xreload "+reload; say Reloading "; alias -xreload "-reload"; bind R +xreload
  5. alias +xjump "+jump; say JUMP!"; alias -xjump "-jump"; bind space +xjump
  6. alias +xspeed "+speed; say Sneaking"; alias -xspeed "-speed"; bind shift +xspeed
  7. alias +xdrop "drop; say Dropped my Weapon"; alias -xdrop "drop"; bind g +xdrop
  8. alias +xlookatweapon "+lookatweapon; say Beautiful Weapon"; alias -xlookatweapon "-lookatweapon"; bind F +xlookatweapon
  9.  
  10. alias +switch1 "slot1"
  11. alias +switch3 "slot2"
  12. alias +switch3 "slot3"
  13.  
  14. alias +xswitch1 "+switch1; say Primary"; alias -xswitch1 "-switch1"; bind 1 +xswitch1
  15. alias +xswitch2 "+switch2; say Secondary"; alias -xswitch2 "-switch2"; bind 2 +xswitch2
  16. alias +xswitch3 "+switch3; say Knife!"; alias -xswitch3 "-switch3"; bind 3 +xswitch3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement