Advertisement
Guest User

Not demo

a guest
Mar 31st, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. bind 4 slot4
  2. bind 5 slot5
  3. -attack
  4. -attack2
  5. bind "e" "voicemenu 0 0"
  6. bind "r" "+reload"
  7. bind "space" "+jump"
  8. bind "f" "voicemenu 1 6"
  9. bind 6 "voicemenu 1 4"
  10. bind mouse1 +attack
  11. bind mouse2 +attack2
  12. alias primary "slot1; -attack; r_drawviewmodel 0; sensitivity 4"
  13. alias secondary "slot2; -attack; r_drawviewmodel 0; sensitivity 4"
  14. alias melee "slot3; -attack; r_drawviewmodel 1; sensitivity 4"
  15. alias switchdown1 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  16. alias switchup1 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  17. alias switchdown2 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  18. alias switchup2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  19. alias switchdown3 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  20. alias switchup3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2 bind q backswitch2"
  21. alias backswitch2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  22. alias backswitch1 "Secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  23. alias backswitch3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  24. alias switch1 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  25. alias switch2 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  26. alias switch3 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch2"
  27. bind mwheelup switchup1
  28. bind mwheeldown switchdown1
  29. bind 1 switch1
  30. bind 2 switch2
  31. bind 3 switch3
  32. bind q backswitch1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement