Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. exec gfx
  2. exec settings
  3. // Null-cancelling movement script
  4. bind w +mfwd
  5. bind s +mback
  6. bind a +mleft
  7. bind d +mright
  8.  
  9. alias +mfwd "-back;+forward;alias checkfwd +forward"
  10. alias +mback "-forward;+back;alias checkback +back"
  11. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  12. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  13. alias -mfwd "-forward;checkback;alias checkfwd none"
  14. alias -mback "-back;checkfwd;alias checkback none"
  15. alias -mleft "-moveleft;checkright;alias checkleft none"
  16. alias -mright "-moveright;checkleft;alias checkright none"
  17. alias checkfwd none
  18. alias checkback none
  19. alias checkleft none
  20. alias checkright none
  21. alias none ""
  22. // The rest -->
  23. bind "CTRL" "+duck"
  24. bind "SPACE" "+jump"
  25. bind "q" "lastinv"
  26. bind "6" "+attack3"
  27. bind F "voicemenu 1 1"
  28. bind "4" "slot4"
  29. bind "5" "slot5"
  30. unbind "RSHIFT"
  31. // Reset mouse buttons
  32. bind "MOUSE1" "+attack"
  33. bind "MOUSE2" "+attack2"
  34. bind "MOUSE3" "+voicerecord"
  35.  
  36. exec aliases
  37. exec binds
  38.  
  39. -attack
  40.  
  41. fov_desired 90
  42. viewmodel_fov 75
  43. hud_saytext_time "12"
  44. voice_enable "1"
  45. sv_voiceenable "1"
  46. voice_scale "0.75"
  47. voice_modenable "1"
  48. crosshair 0
  49.  
  50. bindtoggle "]" "sv_cheats 0 1"
  51. bind "PGUP" "tf_bot_add"
  52. bind "RCTRL" "exec jump"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement