Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. voice_loopback "0"
  2. rate "786432"
  3. cl_updaterate "128"
  4. cl_cmdrate "128"
  5. m_rawinput "0"
  6. m_mousespeed "0"
  7. sensitivity "1.5"
  8. fps_max "0"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_autowepswitch "0"
  12. cl_timeout "999"
  13.  
  14. bind "0" "slot10"
  15. bind "1" "slot1"
  16. bind "2" "slot2"
  17. bind "3" "slot3"
  18. bind "4" "slot4"
  19. bind "5" "slot5"
  20. bind "6" "slot6"
  21. bind "7" "slot7"
  22. bind "8" "slot8"
  23. bind "9" "slot9"
  24. bind "a" "+moveleft"
  25. bind "b" "buymenu"
  26. bind "x" "radio2"
  27. bind "d" "+moveright"
  28. bind "e" "+use"
  29. bind "g" "drop"
  30. bind "v" "+voicerecord"
  31. bind "l" "overview_mode"
  32. bind "n" "teammenu"
  33. bind "`" "toggleconsole"
  34. bind "q" "lastinv"
  35. bind "r" "+reload"
  36. bind "s" "+back"
  37. bind "t" "+lookatweapon"
  38. bind "u" "messagemode2"
  39. bind "w" "+forward"
  40. bind "c" "radio3"
  41. bind "z" "radio1"
  42. bind "y" "messagemode"
  43. bind "f3" "buy p250"
  44. bind "f4" "buy m4a1;buy ak47"
  45. bind "f5" "buy vesthelm"
  46. bind "f6" "buy flashbang"
  47. bind "f7" "buy hegrenade"
  48. bind "f8" "buy smokegrenade"
  49. bind "f9" "buy defuser"
  50. bind "F10" "buy molotov;incgrenade"
  51. bind "/" "buy deagle"
  52. bind "p" "say_team .dbserver"
  53. bind "o" "say .ready"
  54. bind "mouse3" "incrementvar cl_righthand 0 1 1"
  55. bind "mouse4" "r_cleardecals"
  56. bind "SPACE" "+jump"
  57. bind "TAB" "+showscores"
  58. bind "ESCAPE" "cancelselect"
  59. bind "DEL" "mute"
  60. bind "PAUSE" "pause"
  61. bind "SHIFT" "+speed"
  62. bind "CTRL" "+duck"
  63. bind "'" "say .noclip"
  64. bind "MOUSE1" "+attack"
  65. bind "MOUSE2" "+attack2"
  66. bind "MWHEELUP" "invprev"
  67. bind "MWHEELDOWN" "+jump"
  68.  
  69.  
  70. alias "+jumpthrow" "+jump;-attack;-attack2"
  71. alias "-jumpthrow" "-jump"
  72. bind "f" "+jumpthrow"
  73.  
  74. bind "i" "show"
  75. alias show show1
  76. alias show1 "+cl_show_team_equipment; alias show show2"
  77. alias show2 "-cl_show_team_equipment; alias show show1"
  78.  
  79.  
  80. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement