Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. unbindall
  2.  
  3. //Movement Keys
  4. bind "w" "+forward"
  5. bind "s" "+back"
  6. bind "d" "+moveright"
  7. bind "a" "+moveleft"
  8. bind "shift" "+speed"
  9. bind "ctrl" "+duck"
  10. bind "e" "+use"
  11. bind "mouse1" "+attack"
  12. bind"mouse2" "+attack2"
  13. bind "mwheelup" "+jump"
  14. bind "mwheeldown" "invprev"
  15. bind "f1" "+left"
  16. bind "f2" "+right"
  17. bind "space" "+jump"
  18.  
  19. //Switch Slot Keys
  20. bind "1" "slot1"
  21. bind "2" "slot2"
  22. bind "3" "slot3"
  23. bind "4" "slot4"
  24. bind "5" "slot5"
  25. bind "z" "slot10"
  26. bind "x" "slot8"
  27. bind "c" "slot7"
  28.  
  29. //Communication Keys
  30. bind "v" "+voicerecord"
  31. bind "y" "messagemode"
  32. bind "u" "messagemode2"
  33. bind "i" "getout"
  34. bind "o" "roger"
  35. bind "p" "negative"
  36. bind "[" "incrementvar voice_enable 0 1 1"
  37.  
  38. //UI / Menu Keys
  39. bind "r" "+reload"
  40. bind "f" "+lookatweapon"
  41. bind "b" "buymenu"
  42. bind "t" "+spray_menu"
  43. bind "uparrow" "toggleconsole"
  44. bind "end" "disconnect"
  45. bindtoggle "mouse4" "cl_righthand"
  46. bind "g" "drop"
  47. bind "tab" "+showscores"
  48. bind "f8" "volume .25"
  49. bind "f9" "volume .4"
  50. bind "m" "teammenu"
  51.  
  52. //Buy Keys
  53. bind "kp_end" "buy ak47; buy m4a1;"
  54. bind "kp_downarrow" "buy awp;"
  55. bind "kp_pgdn" "buy deagle;"
  56. bind "kp_leftarrow" "buy p250;"
  57. bind "kp_5" "buy tec9; buy fiveseven;"
  58. bind "kp_rightarrow" "buy elite;"
  59. bind "kp_home" "buy mp9; buy mac10;"
  60. bind "kp_uparrow" "buy ump45;"
  61. bind "kp_pgup" "buy ssg08;"
  62. bind "kp_enter" "buy flashbang;"
  63. bind "kp_plus" "buy smokegrenade;"
  64. bind "kp_minus" "buy incgrenade; buy molotov;"
  65. bind "kp_multiply" "buy hegrenade;"
  66. bind "kp_ins" "buy vest"
  67. bind "rightarrow" "buy vesthelm"
  68. bind "kp_del" "buy defuser"
  69.  
  70. //Crosshair
  71. cl_crosshairstyle 1
  72. cl_crosshaircolor 3
  73. cl_fixedcrosshairgap -3
  74.  
  75. //Sensitivty
  76. sensitivity 1.2
  77. zoom_sensitivity_ratio_mouse 1
  78.  
  79. //Hud Elements
  80. hud_scaling 0.899540
  81. cl_hud_radar_scale 1.15
  82. cl_hud_background_alpha 0.5
  83. cl_hud_bomb_under_radar 1
  84. cl_hud_color 1
  85. net_graph 1
  86. net_graphproportionalfont 0
  87. cl_hud_playercount_showcount 0
  88. cl_radar_always_centered 0
  89. +cl_show_team_equipment
  90. cl_radar_rotate 1
  91. cl_hud_healthammo_style 0
  92. cl_radar_square_with_scoreboard 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement