Advertisement
Le_BuG63

csgo autoexec

May 3rd, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. clear
  2. windows_speaker_config "1"
  3. snd_mixahead "0.05"
  4. snd_musicvolume "0"
  5. snd_headphone_pan_exponent "2"
  6. snd_headphone_pan_radial_weight "2"
  7. snd_rear_headphone_position "90"
  8. snd_mixahead "0.05"
  9. snd_legacy_surround "0"
  10. snd_pitchquality "1"
  11. dsp_enhance_stereo "0"
  12.  
  13. rate "128000"
  14.  
  15. cl_bobcycle "2"
  16. cl_bob_lower_amt "0"
  17. cl_bobamt_lat "0"
  18. cl_bobamt_vert "0"
  19.  
  20. cl_viewmodel_shift_left_amt "0"
  21. cl_viewmodel_shift_right_amt "0"
  22.  
  23. cl_cmdrate "128"
  24. cl_updaterate "128"
  25. cl_interp_ratio "1"
  26. cl_interp "0"
  27. cl_lagcompensation "1"
  28. cl_pred_optimize "2"
  29. cl_predict "1"
  30. cl_predictweapons "1"
  31. cl_smooth "0"
  32. cl_smoothtime "0"
  33. cl_wpn_sway_interp "0"
  34. cl_disablehtmlmotd "1"
  35. cl_downloadfilter "nosounds"
  36.  
  37. m_rawinput "0"
  38. m_mouseaccel1 "0"
  39. m_mouseaccel2 "0"
  40.  
  41. cl_draw_only_deathnotices 1
  42.  
  43. cl_radar_rotate "1"
  44. cl_radar_always_centered "0"
  45. cl_radar_scale "0.30"
  46. cl_radar_icon_scale_min ".35"
  47. cl_autowepswitch "0"
  48. cl_autohelp "0"
  49. cl_showhelp "0"
  50.  
  51. cl_forcepreload "1"
  52. hud_showtargetid "0"
  53. fps_max "999"
  54.  
  55. cl_resend "6"
  56. cl_timeout "9999999"
  57. r_dynamic "0"
  58. r_eyegloss "0"
  59. r_eyemove "0"
  60. r_eyeshift_x "0"
  61. r_eyeshift_y "0"
  62. r_eyeshift_z "0"
  63. r_eyesize "0"
  64. muzzleflash_light "0"
  65. sys_antialiasing "0"
  66. sys_aspectratio "-1"
  67. sys_refldetail "0"
  68.  
  69. //sensitivity "2.2"
  70.  
  71. cl_predictweapons "1"
  72.  
  73. viewmodel_fov "68"
  74. viewmodel_offset_z "-5"
  75. viewmodel_offset_y "5"
  76. viewmodel_offset_x "1.5"
  77.  
  78. mat_queue_mode "2"
  79.  
  80. r_drawtracers_firstperson "1"
  81.  
  82. joystick "0"
  83. joystick_force_disabled "1"
  84. joystick_force_disabled_set "1"
  85. cl_preload "1"
  86.  
  87. bind "kp_end" "buy m4a1; buy m4a1_silencer; buy ak47"
  88. bind "kp_downarrow" "buy galilar; buy famas"
  89. bind "kp_pgdn "buy nova"
  90. bind "kp_ins" "buy vest; buy vesthelm; buy defuser"
  91. bind "kp_leftarrow" "buy fiveseven; buy tec9"
  92. bind "kp_5" "buy p250"
  93. bind "kp_rightarrow" "buy deagle"
  94. bind "kp_home" "buy ssg08"
  95. bind "kp_uparrow" "buy awp"
  96. bind "kp_pgup" "buy "
  97. bind "kp_enter" "buy flashband; buy flashband; buy hegrenade; buy smokegrenade"
  98.  
  99. // *********** 9 **********
  100. //Show netgraph when checking scoreboard
  101. net_graph "1"
  102. net_graphheight "9999"
  103. alias "+scorenet" "+showscores; net_graphheight 0"
  104. alias "-scorenet" "-showscores; net_graphheight 9999"
  105. bind "TAB" "+scorenet"
  106.  
  107. //exec "cr_pcroixbleu.cfg"
  108.  
  109. bind "k" "showconsole"
  110. echo "Le_BuG's config launched"
  111. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement