Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. clear
  2.  
  3. // visuals (1400x1050 stretched)
  4.  
  5.  
  6. //play binds
  7.  
  8.  
  9. bind "MOUSE1" "+attack"
  10. bind "MOUSE2" "+attack2"
  11. bind "MOUSE3" "+voicerecord"
  12. bind "MOUSE4" "invnext"
  13. bind "MWHEELUP" "invprev"
  14. bind "MWHEELDOWN" "+jump"
  15.  
  16. bind "w" "+forward"
  17. bind "a" "+moveleft"
  18. bind "s" "+back"
  19. bind "d" "+moveright"
  20. bind "Shift" "+speed"
  21. bind "Ctrl" "+duck"
  22. bind "capslock" "use weapon_c4; drop"
  23.  
  24. bind "r" "+reload"
  25. bind f "+lookatweapon"
  26. bind "g" "drop"
  27. bind "e" "+use"
  28. bind "z" "messagemode"
  29. bind "t" "messagemode2"
  30. bind "." "toggleconsole"
  31.  
  32.  
  33. //practis
  34.  
  35. bind "p" "say ;noclip;say .noclip;practice"
  36. alias "practice" "sv_cheats 1;impulse 101;sv_showimpacts 1;sv_showimpacts_penetration 1;sv_showbullethits 1;sv_infinite_ammo 2;ammo_grenade_limit_total 6;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;mp_roundtime_defuse 60;mp_buytime 9999;mp_buy_anywhere 1;mp_teammates_are_enemies 1;bot_stop 1;mp_warmup_end;"
  37.  
  38. //jumpthrow
  39.  
  40. alias "+jthrow" "+jump; -attack"
  41. alias -jthrow" "-jump"
  42. bind "j" "+jthrow"
  43.  
  44.  
  45. //tab
  46.  
  47. bind "TAB" "+ng"
  48. alias "+ng" "+showscores; net_graph 1"
  49. alias "-ng" "-showscores; net_graph 0"
  50.  
  51.  
  52. // buy binds
  53.  
  54.  
  55. bind "leftarrow" "buy ak47; buy m4a1;"
  56. bind "downarrow" "buy galilar; buy famas;"
  57. bind "uparrow" "buy awp;"
  58. bind "rightarrow" "buy famas; buy galilar;"
  59. bind "kp_enter" " buy vesthelm; buy vest;"
  60. bind "kp_plus" " buy defuser;"
  61. bind "kp_end" "buy p250;"
  62. bind "kp_downarrow" "buy fiveseven; buy tec9;"
  63. bind "kp_pgdn" "buy deagle; buy revolver;"
  64. bind "kp_leftarrow" "buy mac10; buy mp9;"
  65. bind "kp_5" "buy mp7;"
  66. bind "kp_rightarrow" "buy p90;"
  67. bind "kp_home" "buy xm1014;"
  68. bind "kp_pgup" "buy negev;"
  69. bind "kp_uparrow" "buy mag7; buy sawedoff;"
  70. bind "kp_ins" " buy smokegrenade;"
  71. bind "kp_del" " buy flashbang;"
  72. bind "kp_multiply" " buy incgrenade; buy molotov;"
  73. bind "kp_minus" " buy hegrenade;"
  74. bind "Num Lock" " buy taser;"
  75.  
  76.  
  77.  
  78. // crosshair
  79.  
  80. cl_crosshair_drawoutline "1"
  81. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  82. cl_crosshair_dynamic_splitalpha_innermod "1"
  83. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  84. cl_crosshair_dynamic_splitdist "7"
  85. cl_crosshair_outlinethickness "1"
  86. cl_crosshair_sniper_show_normal_inaccuracy "0"
  87. cl_crosshair_sniper_width "1"
  88. cl_crosshairalpha "255"
  89. cl_crosshaircolor "5"
  90. cl_crosshaircolor_b "255"
  91. cl_crosshaircolor_g "0"
  92. cl_crosshaircolor_r "127"
  93. cl_crosshairdot "1"
  94. cl_crosshairgap "-1"
  95. cl_crosshairgap_useweaponvalue "0"
  96. cl_crosshairscale "1000"
  97. cl_crosshairsize "1"
  98. cl_crosshairstyle "4"
  99. cl_crosshairthickness "1"
  100. cl_crosshairusealpha "1"
  101. cl_fixedcrosshairgap "-4.5"
  102.  
  103.  
  104.  
  105.  
  106. // viewmodel
  107.  
  108. cl_viewmodel_shift_left_amt "1.5"
  109. cl_viewmodel_shift_right_amt "0.75"
  110. viewmodel_fov "54.000000"
  111. viewmodel_offset_x "2.500000"
  112. viewmodel_offset_y "0"
  113. viewmodel_offset_z "-2.000000"
  114. viewmodel_presetpos "0"
  115. cl_bob_lower_amt "21"
  116. cl_bobamt_lat "0.33"
  117. cl_bobamt_vert "0.14"
  118. cl_bobcycle "0.98"
  119.  
  120.  
  121.  
  122. //hud
  123.  
  124.  
  125. hud_scaling "0.8"
  126. cl_radar_always_centered "0"
  127. cl_radar_icon_scale_min "0.7"
  128. cl_radar_rotate "1"
  129. cl_radar_scale "0.5"
  130. cl_radar_square_with_scoreboard "1"
  131. cl_teammate_colors_show "1"
  132. cl_hud_bomb_under_radar "1"
  133. cl_hud_healthammo_style "1"
  134. cl_hud_playercount_showcount "1"
  135. cl_hud_playercount_pos "1"
  136. cl_hud_color "2"
  137. cl_showloadout "1"
  138.  
  139.  
  140. // Mouse
  141.  
  142. sensitivity "2.3"
  143. zoom_sensitivity_ratio_mouse "1.0"
  144. m_rawinput "1"
  145. m_pitch "0.022"
  146. m_customaccel "0"
  147. m_mouseaccel1 "0"
  148. m_mouseaccel2 "0"
  149.  
  150.  
  151.  
  152. // Audio
  153.  
  154. volume "0.4"
  155. voice_enable "1"
  156. voice_scale "1" // receive volume
  157. voice_mixer_volume "1" // mic volume
  158. windows_speaker_config "1" // headphone audio output
  159. snd_mixahead "0.05" // sound delay
  160. snd_pitchquality "1"
  161. snd_ducking_off "1"
  162. snd_front_headphone_position "90"
  163. snd_rear_headphone_position "90"
  164. snd_headphone_pan_exponent "1.2"
  165. snd_headphone_pan_radial_weight "1"
  166. snd_legacy_surround "0" // emulated surround sound
  167. snd_mute_losefocus "1" // mute game when alt-tabbed
  168. dsp_enhance_stereo "0"
  169. dsp_slow_cpu "0"
  170. snd_musicvolume "0"
  171. lobby_voice_chat_enabled "0" // voice chat in lobby
  172. cl_mute_all_but_friends_and_party "0"
  173. snd_async_flush
  174.  
  175.  
  176. //help
  177.  
  178. gameinstructor_enable "0"
  179. cl_autohelp "0"
  180. cl_showhelp "0"
  181.  
  182.  
  183. //rates
  184.  
  185. rate "307200"
  186. cl_cmdrate "128"
  187. cl_updaterate "128"
  188. cl_interp "0.0"
  189. cl_interp_ratio "1"
  190. cl_interpolate "1"
  191. cl_lagcompensation "1"
  192. net_client_steamdatagram_enable_override "1"
  193.  
  194.  
  195.  
  196. //Müll
  197.  
  198. fps_max "60"
  199. cl_autowepswitch "0"
  200. cl_disablefreezecam "1"
  201. cl_use_opens_buy_menu "0"
  202. cl_join_advertise "2"
  203. mm_dedicated_search_maxping "150"
  204.  
  205. host_writeconfig
  206.  
  207. clear
  208.  
  209.  
  210.  
  211. echo " ````````` `.. `,. ``` ````````` `````````` `````` ````````` `````` "
  212. echo " ,;'': `'''''''': `;'''' .'''', `;'''+` ''''''''. '''''''''+ '''''#:''''''''':''''''."
  213. echo " :'''''; .'''''''; ;'''''' .''''''` .'''''' `'''''''. ''''''''''` ''''''.''''''''';.''''', "
  214. echo " ;''''''; .''''''; '''''''' .'''''''. '''''''` .''''''. :''''''''', ''''#,`'''''''''; ''''', "
  215. echo " ;'''''''; `+''''; ''''''''' .''''''''` :'''''''' ,'''''. '''''''''; '''+; `'''''''''; `'''', "
  216. echo " :''''''''; `+'''; :''''''''' .''''''''' ;''''''''' .''''. ' '''''''''+ ''''` `'''''''''; ;''', "
  217. echo " '''''''''; '''; '''''''''' .''''''''', ''''''''''' ,'''. '. ''''''''''` ''#, `'''''''''; ''', "
  218. echo " ,'''''''''; ''; .'''''''''' .'''''''''+ :''''''''''' ,''. ,', ;'''''''''. ''' `'''''''''; .'', "
  219. echo " ;'''''''''; '; ;'''''''''' .''''''''''` '''''''''''' :'. ''; .''''''''': '#. `'''''''''; '', "
  220. echo " ''''''''''; . ''''''''''' .''''''''''. ;'''''''''''' ;. `''+ '''''''''' +; `'''''''''; ', "
  221. echo " ''''''''''; ''''''''''' .'''''''''', ''''''''''''' ` :'''` '''''''''+ :` `'''''''''; ,, "
  222. echo " ''''''''''; ````````` ''''''''''' .'''''''''', ''''''''''''' '''', ;'''''''''. ` `'''''''''; ` "
  223. echo " ''''''''''; `'''''''''; ''''''''''' .'''''''''', :;;;;;;;;;` ` ''''''''''''' ''''; .''''''''': `'''''''''; "
  224. echo " ''''''''''; `'''''''''' ''''''''''' .'''''''''', ''''''''''; ., ''''''''''''; :''''';;'''''''''' `'''''''''; "
  225. echo " ''''''''''; `'''''''''' ''''''''''' .'''''''''+. ''''''''''; .', +'''''''''''. '''''''''''''''''+ `'''''''''; "
  226. echo " ''''''''''; `'''''''''; :'''''''''' .'''''''''#` ''''''''''; .'', +''''''''''+ ''''''';''''''''''. `'''''''''; "
  227. echo " .'''''''''; `''''''''+: '''''''''' .'''''''''' ''''''''''; .''', +''''''''''. :'''''': .''''''''': `'''''''''; "
  228. echo " '''''''''; `''''''''#` '''''''''' .''''''''+: ,;;;;;;;;;, .'''', `+''''''''', '''''''' '''''''''' `'''''''''; "
  229. echo " ,''''''''; `''''''''; `''''''''' .''''''''' .'''''. +'''''''+, '''''''+ '''''''''+` `'''''''''; "
  230. echo " ''''''''; `'''''''+. ;'''''''' .'''''''+, .''''''` `'''''''+`:''''''''. ;'''''''''. `'''''''''; "
  231. echo " '''''''; `''''''+, ;''''''' .''''''+: .'''''''` `'''''#: ''''''''': .''''''''': `'''''''''; "
  232. echo " ,#''''; `''''#'. .+''''' .''''#'. .''''''''` '''++: `'''''''''' '''''''''' `'''''''''; "
  233. echo " ,;+#; `#+';. .;+#' .#+';. `++++++++'`.'+';. .'++++++++' ;++++++++'` '++++++++: "
  234. echo " `` `` `` `` "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement