Advertisement
Guest User

autoexec - uber

a guest
Jan 21st, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. // Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0.0.031"
  6. cl_interp_ratio "1"
  7. fps_max 0
  8.  
  9.  
  10. // Binds
  11. bind MWHEELUP "+jump"
  12. bind F1 "exec autoexec"
  13.  
  14. // Keypad buy binds
  15. bind kp_ins "buy vesthelm" // 0
  16. bind kp_del "buy vest" // .
  17. bind kp_enter "buy defuser" // Enter
  18. bind kp_end "buy hegrenade;give weapon_hegrenade" // 1
  19. bind kp_downarrow "buy flashbang;give weapon_flashbang" // 2
  20. bind kp_pgdn "buy smokegrenade;give weapon_smokegrenade" // 3
  21. bind kp_leftarrow "buy deagle;give weapon_deagle" //4
  22. bind kp_5 "buy incgrenade;buy molotov;give weapon_incgrenade;give weapon_molotov" // 5
  23. bind kp_rightarrow "buy decoy;give weapon_decoy" // 6
  24. bind kp_home "buy awp;give weapon_awp" // 7
  25. bind kp_uparrow "buy m4a1;buy ak47;give weapon_m4a1;give weapon_ak47;" // 8
  26. bind kp_pgup "buy famas;buy galilar;give weapon_famas;give weapon_galilar" // 9
  27. bind kp_slash "buy p90;give weapon_p90" // /
  28. bind kp_multiply "buy ump45;give weapon_ump45" // *
  29. bind kp_minus "buy sawedoff;buy mag7;give weapon_sawedoff;give weapon_mag7" // -
  30. bind kp_plus "buy p250;give weapon_p250" // +
  31.  
  32.  
  33.  
  34. cl_righthand "1"
  35. net_graph "0"
  36. net_graphproportionalfont "0"
  37. cl_radar_rotate "1"
  38. cl_radar_scale "0.5"
  39. cl_radar_icon_scale_min "0.7"
  40. // Reduce gun shifting when crouching
  41. cl_viewmodel_shift_left_amt "0.5"
  42. cl_viewmodel_shift_right_amt "0.5"
  43. // Reduce gun and scope shifting/bobbing when moving
  44. cl_bobcycle "0.98"
  45. cl_bob_lower_amt "21"
  46. cl_bobamt_lat "0.4"
  47. cl_bobamt_vert "0.25"
  48. dsp_enhance_stereo "0"
  49. snd_legacy_surround "0"
  50. snd_mixahead "0.05"
  51. snd_pitchquality "1"
  52. windows_speaker_config "1"
  53. snd_front_headphone_position "53.2"
  54. snd_rear_headphone_position "90.0"
  55. snd_headphone_pan_exponent "1.2"
  56. snd_headphone_pan_radial_weight "0.5"
  57.  
  58. cl_crosshairstyle "5"
  59. cl_crosshair_drawoutline "0"
  60. cl_crosshair_outlinethickness ".5"
  61. cl_crosshairusealpha "1"
  62. cl_crosshairalpha "255"
  63. cl_crosshaircolor "5"
  64. cl_crosshaircolor_b "50"
  65. cl_crosshaircolor_g "255"
  66. cl_crosshaircolor_r "50"
  67. cl_crosshairgap "-1.5"
  68. cl_scalecrosshair "1"
  69. cl_crosshairscale "1"
  70. cl_crosshairsize "5"
  71. cl_crosshairthickness ".6"
  72. cl_crosshairdot "0"
  73. cl_fixedcrosshairgap "2"
  74. cl_observercrosshair "0"
  75.  
  76. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement