Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. cl_righthand 1
  2.  
  3. //buy binds
  4. bind "KP_END" "buy ak47"
  5.  
  6. bind "KP_DOWNARROW" "buy m4a1"
  7.  
  8. bind "KP_PGDN" "buy awp"
  9.  
  10. bind "KP_LEFTARROW" "buy defuser"
  11.  
  12. bind "KP_5" "buy smokegrenade"
  13.  
  14. bind "KP_RIGHTARROW" "buy vesthelm"
  15.  
  16. bind "KP_HOME" "buy p250"
  17.  
  18. bind "KP_UPARROW" "buy hegrenade"
  19.  
  20. bind "KP_PGUP" "buy flashbang"
  21.  
  22. bind "KP_Ins" "buy galilar; buy famas"
  23. bind "KP_SLASH" "buy p90"
  24.  
  25. bind "KP_MULTIPLY" "buy vest"
  26.  
  27. bind "KP_MINUS" "buy mp7"
  28. bind "F5" "jpeg"
  29. bind "MWHEELDOWN" "+jump"
  30. bind "MWHEELUP" "invnext"
  31. bind "MOUSE1" "+attack"
  32. bind "MOUSE2" "+attack2"
  33. bind "MOUSE4" "use weapon_flashbang"
  34.  
  35. bind "MOUSE3" "+voicerecord"
  36. bind "c" "+duck"
  37. bind "TAB" "+showscores"
  38. bind "j" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade;give weapon_flashbang"
  39. bind "h" "say .noclip"
  40.  
  41. bind "k" "say .ready"
  42.  
  43. bind "l" "say .notready"
  44. bind "p" sm_admin
  45. bind "," "say .stats pug"
  46.  
  47. bind "." "say .stats scrim"
  48.  
  49. bind "." "say .dbserver"
  50.  
  51.  
  52.  
  53. //crosshair
  54.  
  55. cl_crosshair_drawoutline "1"
  56. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  57. cl_crosshair_dynamic_splitalpha_innermod "1"
  58. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  59. cl_crosshair_dynamic_splitdist "7"
  60. cl_crosshair_outlinethickness "1"
  61. cl_crosshairalpha "800"
  62. cl_crosshaircolor "2"
  63. cl_crosshaircolor_b "0"
  64. cl_crosshaircolor_g "0"
  65. cl_crosshaircolor_r "250"
  66. cl_crosshairdot "0"
  67. cl_crosshairgap "-1"
  68. cl_crosshairgap_useweaponvalue "0"
  69. cl_crosshairscale "600"
  70. cl_crosshairsize "3"
  71. cl_crosshairstyle "4"
  72. cl_crosshairthickness "1"
  73. cl_crosshairusealpha "1"
  74. cl_fixedcrosshairgap "-1"
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. sensitivity 1.9
  82. fps_max 0
  83. cl_showfps 1
  84. net_graph 1
  85. net_graphpos 2
  86. net_graphheight 80
  87. net_graphproportionalfont 0
  88.  
  89. // repositions the gunmodel to mimic CSS more closely.
  90.  
  91. viewmodel_fov "65"
  92. viewmodel_offset_x "2"
  93. viewmodel_offset_y "2"
  94. viewmodel_offset_z "-2"
  95.  
  96.  
  97.  
  98. // removes the shifting of the arm when crouching down.
  99.  
  100. cl_viewmodel_shift_left_amt "0"
  101. cl_viewmodel_shift_right_amt "0"
  102. m_mousespeed 0
  103. m_mouseaccel 0
  104.  
  105.  
  106. // removes the bobbing of the weapon back and forth, when you run.
  107.  
  108. cl_bob_lower_amt "0"
  109. cl_bobamt_lat "0"
  110. cl_bobamt_vert "0"
  111.  
  112. // causes the scope to move less while moving scoped and reduces bobbing effect
  113.  
  114. cl_bobcycle "2"
  115.  
  116. // scales the HUD depending on what resolution you use, 1 is max.
  117.  
  118. hud_scaling "1"
  119.  
  120. // lowers delay between sounds.
  121.  
  122.  
  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. dsp_enhance_stereo "0"
  130.  
  131. // sets interpolation values.
  132.  
  133. cl_interp "0"
  134. cl_interp_ratio "1"
  135.  
  136.  
  137. // usual rate commands
  138.  
  139. cl_cmdrate "128"
  140. cl_updaterate "128"
  141. rate "128000"
  142.  
  143. r_drawtracers_firstperson 1
  144.  
  145. closeonbuy "1"
  146. cl_forcepreload "1"
  147. cl_showhelp 0
  148. cl_lagcompensation "1"
  149. cl_predictweapons "1"
  150. cl_resend "6"
  151. cl_timeout "9999999"
  152. r_dynamic "0"
  153. r_eyegloss "0"
  154. r_eyemove "0"
  155. r_eyeshift_x "0"
  156. r_eyeshift_y "0"
  157. r_eyeshift_z "0"
  158. r_eyesize "0"
  159. muzzleflash_light "0"
  160. sys_antialiasing "0"
  161. sys_aspectratio "-1"
  162. sys_refldetail "0"
  163. mat_queue_mode 2
  164.  
  165.  
  166. ECHO ================================================
  167. ECHO ===[ Autoexec CFG loaded! ]=====
  168. ECHO ===[ Goodluck have fun :> ]=====
  169. ECHO ================================================
  170.  
  171. //////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement