Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. // surebud BINDS
  2.  
  3. alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
  4. alias "-ng" "-showscores; net_graph 0"
  5. bind "TAB" "+ng"
  6. net_graphheight "0"
  7. net_graphpos "2"
  8. net_graphproportionalfont "0"
  9.  
  10. bind "f1" "buy p250"
  11. bind "f2" "buy famas;buy galil"
  12. bind "f3" "buy m4a1; buy ak47"
  13. bind "f4" "buy awp"
  14. bind "f5" "buy vesthelm"
  15. bind "f6" "buy vest"
  16. bind "f7" "buy defuser"
  17. bind "UPARROW" "buy hegrenade"
  18. bind "LEFTARROW" "buy flashbang"
  19. bind "RIGHTARROW" "buy smokegrenade"
  20. bind "DOWNARROW" "buy molotov; buy incgrenade"
  21.  
  22. bind "mwheelup" "+jump"
  23. bind "mwheeldown" "+jump"
  24.  
  25. bind "f" "use weapon_flashbang"
  26. bind "mouse4" "use weapon_smokegrenade"
  27.  
  28. bind pgup "volume 0.35"
  29. bind pgdn "volume 0.01"
  30.  
  31. // CL_ CVARS
  32.  
  33. cl_allowdownload "0"
  34. cl_allowupload "0"
  35. cl_autohelp "0"
  36. cl_autowepswitch "0"
  37. cl_bob_lower_amt "0"
  38. cl_bobamt_lat "0"
  39. cl_bobamt_vert "0"
  40. cl_bobcycle "0.98"
  41. cl_disablefreezecam "1"
  42. cl_disablehtmlmotd "0"
  43. cl_downloadfilter "nosounds"
  44. cl_detail_avoid_force "0"
  45. cl_detail_avoid_radius "0"
  46. cl_detail_avoid_recover_speed "0"
  47. cl_detail_max_sway "0"
  48. cl_clearhinthistory "1"
  49. cl_debugrumble "0"
  50. cl_forcepreload "1"
  51. cl_logofile "0"
  52. cl_rumblescale "0"
  53. cl_showhelp "0"
  54. cl_showpluginmessages "0"
  55. cl_viewmodel_shift_left_amt "0"
  56. cl_viewmodel_shift_right_amt "0"
  57.  
  58. // MAT_ CVARS
  59.  
  60. mat_monitorgamma "1.6"
  61. mat_queue_mode "2"
  62. mat_hdr_enabled "0"
  63. mat_powersavingsmode "0"
  64. mat_savechanges
  65.  
  66. // MISC CVARS
  67.  
  68. adsp_debug "0"
  69. budget_show_history "0"
  70. func_break_max_pieces "0"
  71. muzzleflash_light "1"
  72. sv_forcepreload "1"
  73. sys_antialiasing "0"
  74. sys_aspectratio "-1"
  75. sys_refldetail "0"
  76.  
  77. // NETCODE CVARS
  78.  
  79. rate "128000"
  80. cl_cmdrate "128"
  81. cl_updaterate "128"
  82. cl_interp_ratio "1"
  83. cl_interp "0"
  84. cl_lagcompensation "1"
  85. cl_predict "1"
  86. cl_predictweapons "1"
  87. fps_max "145"
  88.  
  89. // R_ CVARS
  90.  
  91. r_dynamic "0"
  92. r_eyesize "0"
  93. r_eyemove "0
  94. r_eyegloss "0"
  95. r_eyeshift_z "0"
  96. r_eyeshift_y "0"
  97. r_eyeshift_x "0"
  98. r_cheapwaterend "1"
  99. r_cheapwaterstart "1"
  100.  
  101. // SENS_ CVARS
  102.  
  103. m_customaccel "0"
  104. m_customaccel_exponent "1.05"
  105. m_customaccel_max "0"
  106. m_customaccel_scale "0.04"
  107. m_forward "1"
  108. m_mouseaccel1 "0"
  109. m_mouseaccel2 "0"
  110. m_mousespeed "1"
  111. m_pitch "0.022"
  112. m_rawinput "0"
  113. m_side "0.8"
  114. m_yaw "0.022"
  115. sensitivity "2.04"
  116. zoom_sensitivity_ratio_mouse "0.75"
  117.  
  118. // SOUND_ CVARS
  119.  
  120. suitvolume "0"
  121. voice_scale "0.75"
  122. voice_enable "1"
  123. snd_mixahead "0.05"
  124. snd_musicvolume "0"
  125. snd_headphone_pan_exponent "2"
  126. snd_headphone_pan_radial_weight "2
  127. snd_legacy_surround "0"
  128. snd_pitchquality "1"
  129. voice_modenable "1"
  130. dsp_enhance_stereo "1"
  131.  
  132. // CROSSHAIR
  133. cl_crosshair_drawoutline "1"; cl_crosshair_dynamic_maxdist_splitratio "0"; cl_crosshair_dynamic_splitalpha_innermod "1"; cl_crosshair_dynamic_splitalpha_outermod "0.3"; cl_crosshair_dynamic_splitdist "4"; cl_crosshair_outlinethickness "0";
  134. cl_crosshairalpha "200";
  135. cl_crosshaircolor "5";
  136. cl_crosshaircolor_b "0";
  137. cl_crosshaircolor_g "250";
  138. cl_crosshaircolor_r "0";
  139. cl_crosshairdot "0";
  140. cl_crosshairgap "-1";
  141. cl_crosshairscale "0";
  142. cl_crosshairsize "3";
  143. cl_crosshairstyle "4";
  144. cl_crosshairthickness "1";
  145. cl_crosshairusealpha "1"
  146.  
  147. host_writeconfig
  148. echo ""
  149. echo ""
  150. echo "autoexec.cfg loaded, GLHF"
  151. echo ""
  152. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement