Advertisement
Guest User

cfgtoni

a guest
Oct 1st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. bind "c" "toggle gameinstructor_enable"
  2. bind MWHEELUP +jump
  3.  
  4. bind mouse5 "use weapon_knife;use weapon_flashbang"
  5. bind mouse4 "use weapon_knife;use weapon_smokegrenade"
  6.  
  7.  
  8.  
  9.  
  10. alias +jumpthrow "+jump;-attack"
  11. alias -jumpthrow "-jump"
  12. bind x +jumpthrow
  13.  
  14. alias +c4drop "use weapon_c4;drop"
  15. alias -c4drop "say_team "Dropping the bomb!"
  16. bind "t" +c4drop
  17.  
  18.  
  19. cl_radar_always_centered 0
  20. cl_radar_scale 0.35
  21. cl_radar_icon_scale_min 1
  22. cl_viewmodel_shift_left_amt "1.5"
  23. cl_viewmodel_shift_right_amt "0.75"
  24. cl_bob_lower_amt "5"
  25. cl_bobamt_lat "0.100000"
  26. cl_bobamt_vert "0.100000"
  27. cl_bobcycle "0.98"
  28.  
  29.  
  30. bind "f1" "buy vest;"
  31. bind "f2" "buy vesthelm;"
  32. bind "f3" "buy defuser;"
  33. bind "f4" "buy p250;"
  34. bind "f5" "buy flashbang;"
  35. bind "f6" "buy smokegrenade;"
  36. bind "f7" "buy hegrenade;"
  37. bind "f8" "buy molotov; buy incgrenade;"
  38. bind "f9" "buy tec9; buy fiveseven;"
  39. bind "f10" "buy deagle;"
  40. bind "f11" "buy ak47; buy m4a1;"
  41. bind "f12" "buy awp;"
  42.  
  43.  
  44. fps_max 0
  45. cl_cmdrate "128"
  46. cl_updaterate "128"
  47. rate 786432
  48. cl_interp "0"
  49. cl_interp_ratio "1"
  50. m_rawinput "1"
  51. m_mouseaccel1 "0"
  52. m_mouseaccel2 "0"
  53. cl_autowepswitch 0
  54. cl_autohelp "0"
  55. cl_showhelp "0"
  56. cl_disablehtmlmotd 1
  57. player_nevershow_communityservermessage "1"
  58. cl_downloadfilter "nosounds"
  59. cl_forcepreload "1"
  60. cl_disablefreezecam "1"
  61. r_eyegloss "0" // No Makeup.
  62. r_eyemove "0" // No Eye Movement.
  63. r_eyeshift_x "0" // No Eye Movement X-Angel.
  64. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  65. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  66. r_eyesize "0" // Smaller Eyes.
  67. voice_mixer_volume 1
  68. snd_mixahead "0.05"
  69. snd_headphone_pan_exponent "2"
  70. snd_musicvolume "0"
  71.  
  72.  
  73. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement