Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. //////////////////////////////////////////////////////////////
  2. // _____ __ //
  3. // / _ \ __ ___/ |_ ____ ____ ___ ___ ____ ____ //
  4. // / /_\ \| | \ __\/ _ \_/ __ \\ \/ // __ \_/ ___\ //
  5. /// | \ | /| | ( <_> ) ___/ > <\ ___/\ \___ //
  6. //\____|__ /____/ |__| \____/ \___ >__/\_ \\___ >\___ >//
  7. // \/ by JOWONDER \/ \/ \/ \/ //
  8. // //
  9. //////////////////////////////////////////////////////////////
  10.  
  11. //-console -high -novid -tickrate 128
  12.  
  13. /////////////////////////////
  14. //Buy with the numpad, easy//
  15. /////////////////////////////
  16.  
  17. bind "kp_uparrow" "buy deagle;"
  18. bind "kp_leftarrow" "buy ak47; buy m4a1;"
  19. bind "kp_rightarrow" "buy awp;"
  20. bind "kp_5" "buy defuser;"
  21. bind "kp_downarrow" "buy galilar; buy famas;"
  22. bind "kp_home" "buy flashbang;"
  23. bind "kp_pgup" "buy hegrenade;"
  24. bind "kp_ins" "buy smokegrenade;"
  25. bind "kp_minus" "buy vest;"
  26. bind "kp_plus" "buy vesthelm;"
  27. bind "MWHEELDOWN" "+jump"
  28. bind "MWHEELUP" "+jump"
  29.  
  30. ////////////////
  31. //Useful stuff//
  32. ////////////////
  33.  
  34. cl_allowdownload "0"
  35. cl_allowupload "0"
  36. cl_autohelp "0"
  37.  
  38. cl_buy_favorite_nowarn "1"
  39. cl_buy_favorite_quiet "1"
  40.  
  41. cl_disablefreezecam "1"
  42. cl_disablehtmlmotd "0"
  43. cl_dm_buyrandomweapons "0"
  44. cl_downloadfilter "none"
  45.  
  46. cl_forcepreload "1"
  47.  
  48. //////////////
  49. //Connection//
  50. //////////////
  51.  
  52. rate "128000"
  53. cl_cmdrate "128"
  54. cl_updaterate "128"
  55. cl_interp "0"
  56. cl_interp_ratio "1"
  57. cl_interpolate "1"
  58. cl_lagcompensation "1"
  59.  
  60. fps_max "999"
  61. fps_max_menu "999"
  62.  
  63. ///////////////
  64. //Other stuff//
  65. ///////////////
  66.  
  67. cl_mute_enemy_team "0"
  68.  
  69. cl_radar_always_centered "0"
  70. cl_radar_icon_scale_min "1"
  71.  
  72. cl_showhelp "0"
  73. cl_showpluginmessages "0"
  74.  
  75. hud_showtargetid "0"
  76. lobby_voice_chat_enabled "0"
  77. muzzleflash_light "0"
  78. player_nevershow_communityservermessage "1"
  79.  
  80. r_drawtracers_firstperson "0"
  81. r_dynamic "1"
  82.  
  83. ////////////////////////
  84. //Hear da enemies dude//
  85. ////////////////////////
  86.  
  87. dsp_enhance_stereo "0"
  88.  
  89. snd_headphone_pan_exponent "2"
  90. snd_headphone_pan_radial_weight "2"
  91. snd_mixahead "0.1"
  92.  
  93. ////////////////////////////////
  94. //Template from da olofmeister//
  95. ////////////////////////////////
  96.  
  97. cl_crosshair_drawoutline "0"
  98. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  99. cl_crosshair_dynamic_splitalpha_innermod "1"
  100. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  101. cl_crosshair_dynamic_splitdist "7"
  102. cl_crosshair_outlinethickness "1"
  103. cl_crosshair_sniper_width "1"
  104. cl_crosshairalpha "200"
  105. cl_crosshaircolor "1"
  106. cl_crosshaircolor_b "0"
  107. cl_crosshaircolor_g "0"
  108. cl_crosshaircolor_r "0"
  109. cl_crosshairdot "0"
  110. cl_crosshairgap "-2.5"
  111. cl_crosshairgap_useweaponvalue "0"
  112. cl_crosshairscale "500"
  113. cl_crosshairsize "5.000000"
  114. cl_crosshairstyle "4"
  115. cl_crosshairthickness "0"
  116. cl_crosshairusealpha "1"
  117. cl_fixedcrosshairgap "-2"
  118.  
  119. /////////////////////////
  120. //Touch of good old 1.6//
  121. /////////////////////////
  122.  
  123. cl_viewmodel_shift_left_amt "0.500000"
  124. cl_viewmodel_shift_right_amt "0.250000"
  125. viewmodel_fov "68"
  126. viewmodel_offset_x "2.500000"
  127. viewmodel_offset_y "0"
  128. viewmodel_offset_z "-2.000000"
  129. viewmodel_presetpos "0"
  130. cl_bob_lower_amt "5.000000"
  131. cl_bobamt_lat "0.100000"
  132. cl_bobamt_vert "0.100000"
  133. cl_bobcycle "0.98"
  134.  
  135. host_writeconfig
  136. clear
  137.  
  138. echo "//////////////////////////////////////////////////////////////"
  139. echo "// _____ __ //"
  140. echo "// / _ \ __ ___/ |_ ____ ____ ___ ___ ____ ____ //"
  141. echo "// / /_\ \| | \ __\/ _ \_/ __ \\ \/ // __ \_/ ___\ //"
  142. echo "/// | \ | /| | ( <_> ) ___/ > <\ ___/\ \___ //"
  143. echo "//\____|__ /____/ |__| \____/ \___ >__/\_ \\___ >\___ >//"
  144. echo "// \/ by JOWONDER \/ \/ \/ \/ //"
  145. echo "// ...loaded //"
  146. echo "//////////////////////////////////////////////////////////////"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement