BlizzardCS

Blizzard's autoexec

Aug 11th, 2015
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // cmd rates
  2. rate "821288"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interpolate "1"
  6. cl_interp_ratio "1"
  7. cl_interp "0.01364"
  8. cl_updatevisibility "1"
  9. cl_lagcompensation "1"
  10. cl_predict "1"
  11. cl_predictweapons "1"
  12. cl_timeout "999999"
  13.  
  14.  
  15. //viewmodels
  16. cl_righthand "0"
  17. viewmodel_offset_x "1.25"
  18. viewmodel_offset_y "0.75"
  19. viewmodel_offset_z "-2.0"
  20. viewmodel_fov "68"
  21. cl_bob_lower_amt "5"
  22. cl_bobamt_lat "0"
  23. cl_bobamt_vert "0"
  24. cl_bobcycle "0"
  25. cl_viewmodel_shift_left_amt "0"
  26. cl_viewmodel_shift_right_amt "0"
  27.  
  28. //radar
  29. cl_radar_always_centered 0
  30. cl_radar_scale 0.4
  31. cl_hud_radar_scale 1.15
  32. cl_radar_rotate "1"
  33. cl_radar_icon_scale_min 0.5
  34.  
  35. //buy binds
  36. bind "kp_end" "buy defuser; buy hegrenade;"
  37.  
  38. bind "kp_downarrow" "buy tec9; buy fiveseven; buy smokegrenade; buy flashbang;"
  39.  
  40. bind "kp_pgdn" "buy ak47; buy m4a1; buy p250; buy vesthelm; buy molotov; buy incgrenade; buy flashbang; buy hegrenade; buy smokegrenade;"
  41.  
  42. bind "kp_leftarrow" "buy awp; buy tec9; buy fiveseven; buy vesthelm; buy defuser; buy smokegrenade; buy hegrenade; buy flashbang; buy flashbang;"
  43.  
  44. //crosshair
  45. cl_crosshair_drawoutline "0"
  46. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  47. cl_crosshair_dynamic_splitalpha_innermod "1"
  48. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  49. cl_crosshair_dynamic_splitdist "7"
  50. cl_crosshair_outlinethickness "1"
  51. cl_crosshairalpha "999'"
  52. cl_crosshaircolor "1"
  53. cl_crosshaircolor_b "0"
  54. cl_crosshaircolor_g "0"
  55. cl_crosshaircolor_r "0"
  56. cl_crosshairdot "0"
  57. cl_crosshairgap "-1.500000"
  58. cl_crosshairgap_useweaponvalue "0"
  59. cl_crosshairscale "0"
  60. cl_crosshairsize "3.500000"
  61. cl_crosshairstyle "4"
  62. cl_crosshairthickness "1"
  63. cl_crosshairusealpha "1"
  64. cl_fixedcrosshairgap "0"
  65.  
  66. //scorenet
  67. net_graph "1"
  68. net_graphheight "9999"
  69. alias "+scorenet" "+showscores; net_graphheight 0"
  70. alias "-scorenet" "-showscores; net_graphheight 9999"
  71. bind "TAB" "+scorenet"
  72.  
  73. //sensitivity
  74. sensitivity 1.8
  75.  
  76. //freezecam
  77. cl_disablefreezecam 1
  78.  
  79. //misc
  80. unbind c
  81. unbind z
  82. fps_max 999
  83. fps_max_menu 999
  84.  
  85. //zoomsensitivity
  86. zoom_sensitivity_ratio_mouse 1
  87.  
  88. //volume
  89. snd_headphone_pan_exponent 2
  90. voice_scale 0.7
  91.  
  92. //fuck timing out
  93. cl_timeout "1337"
  94.  
  95. //showpos
  96. cl_showpos 1
  97.  
  98. //jumpthrow
  99. alias "+jumpthrow" "+jump;-attack"
  100. alias "-jumpthrow" "-jump"
  101. bind "MWHEELUP" "+jump"
  102. bind "MWHEELDOWN" "+jump"
  103.  
  104. //dropping C4
  105. alias "dropc4" "use weapon_c4; drop; say_team Dropping the Bomb!"
  106. bind x "dropc4"
  107.  
  108. //smoking crosshair
  109. alias "-crosshairsmoke" "cl_crosshairsize 3.5;cl_crosshairdot 0;cl_crosshairgap -1.5"
  110. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap -2"
  111. bind "v" "+crosshairsmoke"
  112.  
  113. //teamcash
  114. bind "j" "zb_teamcash"
  115.  
  116. // EVERYTHING UNDER THIS LINE NEEDS TO BE TOGETHER OR THE SCRIPTS WILL NOT WORK
  117.  
  118. // *********** 3 **********
  119. //How to pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY)
  120. alias altE1 "use weapon_flashbang"
  121. alias altE "bind q altE1" //IF YOU USE FRENCH KEYBOARD, CHANGE "Q" TO "A"
  122. alias alt11 "use weapon_smokegrenade"
  123. alias alt1 bind 1 alt11
  124. alias alt22 "use weapon_molotov; use weapon_incgrenade"
  125. alias alt2 bind 2 alt22
  126. alias alt33 "use weapon_hegrenade"
  127. alias alt3 bind e alt33
  128. alias alt44 "use weapon_decoy"
  129. alias alt4 bind 3 alt44
  130. alias defE "bind e +use"
  131. alias def1 "bind 1 slot1"
  132. alias def2 "bind 2 slot2"
  133. alias def3 "bind q drop" //IF YOU USE FRENCH KEYBOARD, CHANGE "Q" TO "A"
  134. alias def4 "bind 3 slot3"
  135. alias +altbinds "alte; alt1; alt2; alt3; alt4"
  136. alias -altbinds "defE; def1; def2; def3; def4"
  137. bind alt +altbinds
  138. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  139.  
  140.  
  141. //misc
  142. adsp_debug "0"
  143. ai_report_task_timings_on_limit "0"
  144. ai_think_limit_label "0"
  145. budget_averages_window "30"
  146. budget_background_alpha "128"
  147. budget_bargraph_background_alpha "128"
  148. budget_bargraph_range_ms "16.6666666667"
  149. budget_history_numsamplesvisible "100"
  150. budget_history_range_ms "66.666666667"
  151. budget_panel_bottom_of_history_fraction ".25"
  152. budget_panel_height "384"
  153. budget_panel_width "512"
  154. budget_panel_x "0"
  155. budget_panel_y "50"
  156. budget_peaks_window "30"
  157. budget_show_averages "0"
  158. budget_show_history "1"
  159. budget_show_peaks "1"
  160. bugreporter_uploadasync "0"
  161. bugreporter_username ""
  162. c_maxdistance "200"
  163. c_maxpitch "90"
  164. c_maxyaw "135"
  165. c_mindistance "30"
  166. c_minpitch "0"
  167. c_minyaw "-135"
  168. c_orthoheight "100"
  169. c_orthowidth "100"
  170. c_thirdpersonshoulder "false"
  171. c_thirdpersonshoulderaimdist "120.0"
  172. c_thirdpersonshoulderdist "40.0"
  173. c_thirdpersonshoulderheight "5.0"
  174. c_thirdpersonshoulderoffset "20.0"
  175. cam_collision "1"
  176. cam_idealdelta "4.0"
  177. cam_idealdist "150"
  178. cam_idealdistright "0"
  179. cam_idealdistup "0"
  180. cam_ideallag "4.0"
  181. cam_idealpitch "0"
  182. cam_idealyaw "0"
  183. cam_snapto "0"
  184. cc_lang ""
  185. cc_linger_time "1.0"
  186. cc_predisplay_time "0.25"
  187. cc_subtitles "0"
  188. chet_debug_idle "0"
  189. cl_allowdownload "1"
  190. cl_allowupload "1"
  191. cl_autohelp "1"
  192.  
  193. //forcereload
  194. cl_forcepreload "0"
Advertisement