Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. .
  2. //
  3. // Buybinds / Give Commands
  4. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  5. bind F1 "buy ak47; buy m4a1; give weapon_ak47; give weapon_m4a1"
  6. bind F2 "buy galilar; buy famas; give weapon_galilar; give weapon_famas"
  7. bind F3 "buy defuser; give weapon_defuser;
  8. bind F4 "buy vesthelm"
  9.  
  10. bind F5 "buy smokegrenade; give weapon_smokegrenade"
  11. bind F6 "buy flashbang; give weapon_flashbang"
  12. bind F7 "buy hegrenade; give weapon_hegrenade"
  13. bind F8 "buy incgrenade; buy molotov; give weapon_incgrenade; give weapon_molotov"
  14.  
  15. bind "F9" "buy p250; give weapon_p250"
  16. bind "F10" "buy ump45; give weapon_ump45"
  17. bind "F11" "buy p90; give weapon_p90"
  18. bind "F12" " buy vest;"
  19.  
  20. bind "pgup" "noclip; say_team .noclip"
  21.  
  22. //
  23. // Network and Interpolation Settings
  24. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  25. rate 786432 // Maximum download bandwidth in bps.
  26. cl_cmdrate 128 // Maximum command packets per second, sending to the server.
  27. cl_updaterate 128 // Maximum number of update packets per second, received from the server.
  28. cl_interp 0.031 // Interpolation*.
  29. cl_interp_ratio 1 // Ratio of interpolation time*.
  30. net_graph 1
  31. net_graphpos 2
  32. net_graphheight 0
  33. net_graphproportionalfont 0
  34. fps_max 999
  35.  
  36. //
  37. // KURT
  38. //
  39. voice_scale .3
  40. sensitivity 1.6
  41. cl_radar_always_centered 0
  42. cl_radar_scale 0.3
  43. hud_showtargetid "1"
  44. r_drawtracers_firstperson 1 // Toggle visibility of first person weapon tracers.
  45. cl_autohelp "0"
  46. cl_showhelp "0"
  47. bind tab "+showscores;r_cleardecals"
  48.  
  49. //
  50. // KeyBinds
  51. //
  52. bind mouse5 "use weapon_flashbang"
  53. bind mouse4 "use weapon_smokegrenade"
  54. bind "4" "use weapon_hegrenade"
  55. bind "6" "use weapon_decoy"
  56.  
  57. bind "MWHEELUP" "use weapon_incgrenade;use weapon_molotov"
  58. bind "MWHEELDOWN" "+jump"
  59. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind "v" "+jumpthrow"
  60. bind E LASTINV
  61. bind "C" +use
  62. bind "F" +voicerecord
  63. bind I "+lookatweapon
  64.  
  65. //
  66. // Crosshair
  67. //
  68. cl_crosshairsize "2"
  69. cl_crosshairgap "-3"
  70. cl_crosshairthickness "1"
  71. cl_crosshair_drawoutline "0"
  72. cl_crosshairstyle "4"
  73. cl_crosshairdot 0
  74. cl_showpos 1
  75.  
  76.  
  77.  
  78.  
  79.  
  80. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement