Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 KB | None | 0 0
  1. // Start copying from here if you want my config, you won't be disappointed ;)
  2. // When you type "//" the game ignores whatever is written after
  3. con_enable "1" //Enables Console
  4.  
  5. echo Config Loaded! (1/2) //This just confirms that the config has been loaded
  6.  
  7. // Bindy
  8. bind "c" "+right"
  9. bind "z" "+left"
  10. bind "p" "use weapon_c4;drop"
  11. bind "r" "+reload; r_cleardecals"
  12. bind "SHIFT" "+speed;r_cleardecals"
  13. bind "CTRL" "+duck;r_cleardecals"
  14. bind "SPACE" "+jump"
  15. bind "v" "+voicerecord"
  16.  
  17. // NetGraph
  18. net_graph "1"
  19. net_graphheight "9999"
  20. bind "TAB" "+scorenet"
  21. alias "+scorenet" "+showscores; net_graphheight 0"
  22. alias "-scorenet" "-showscores; net_graphheight 9999"
  23.  
  24. // JumpThrow
  25. alias "+jumpthrow2" "+jump;-attack;-attack2"
  26. alias "-jumpthrow2" "-jump"
  27. bind "mouse4" "+jumpthrow2"
  28.  
  29. // Skrypt na skakanie z Crouchem
  30. alias +cjump "+jump; +duck"
  31. alias -cjump "-jump; -duck"
  32. bind "mouse3" "+cjump
  33.  
  34. // Skrypt HP Lewy gorny rog
  35. developer 1
  36. con_filter_enable 2
  37. con_filter_text_out "Player:"
  38. con_filter_text "damage given"
  39.  
  40. // QQ
  41. alias +knife slot3
  42. alias -knife lastinv
  43. bind q +knife
  44.  
  45.  
  46. // Kupowanie
  47. bind "KP_INS" "buy vesthelm;buy vest;"
  48. bind "KP_END" "buy ak47; buy m4a1;"
  49. bind "KP_DOWNARROW" "buy awp;"
  50. bind "KP_PGDN" "buy p90;"
  51. bind "KP_LEFTARROW" "buy deagle;"
  52. bind "KP_5" "buy tec9; buy fiveseven;"
  53. bind "KP_RIGHTARROW" "buy smokegrenade;"
  54. bind "KP_HOME" "buy flashbang;"
  55. bind "KP_UPARROW" "buy hegrenade;"
  56. bind "KP_ENTER" "buy defuser;"
  57. bind "kp_pgup" "buy molotov; buy incgrenade;"
  58.  
  59. // Crosshair
  60.  
  61. cl_crosshair_drawoutline 1
  62. cl_crosshair_dynamic_maxdist_splitratio .2
  63. cl_crosshair_dynamic_splitalpha_innermod 1
  64. cl_crosshair_dynamic_splitalpha_outermod 0.3
  65. cl_crosshair_dynamic_splitdist 3
  66. cl_crosshair_outlinethickness 1
  67. cl_crosshairalpha 255
  68. cl_crosshaircolor_b 0
  69. cl_crosshaircolor_g 0
  70. cl_crosshaircolor_r 255
  71. cl_crosshairdot 1
  72. cl_crosshairgap -9
  73. cl_crosshairgap_useweaponvalue 0
  74. cl_crosshairscale 600
  75. cl_crosshairsize 1
  76. cl_crosshairstyle 2
  77. cl_crosshairusealpha 1
  78. cl_crosshair_sniper_width 2
  79. cl_crosshaircolor 5
  80.  
  81. // Viewmodele
  82. viewmodel_offset_x "-1" //Changes viewmodel view in X scale
  83. viewmodel_offset_y "2" //Changes viewmodel view in Y scale
  84. viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
  85. viewmodel_fov "68" //Highest viewmodel FOV
  86.  
  87. // MYAW (plywanie myszy)
  88.  
  89.  
  90. // Poruszanie sie
  91. cl_bob_lower_amt "0" //How much the viewmodel lowers when running, set to lowest for less distraction
  92. cl_bobamt_lat "0" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  93. cl_bobamt_vert "0" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  94. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  95. cl_viewmodel_shift_left_amt "0" //Removes shifting of arms
  96. cl_viewmodel_shift_right_amt "0" //Removes shifting of arms
  97.  
  98. // No Tutorial or Info Messages (FPS BOOST)
  99. gameinstructor_enable "0" //Removes in game lessons
  100. cl_showhelp "0" //Removes on-screen help
  101. cl_autohelp "0" //Removes automatic help
  102. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  103. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  104.  
  105. // Rates (Settings are optimized for best networking experience)
  106. rate "786432" //Max bytes per second the host can receive data
  107. cl_cmdrate "128" //Max number of command packets sent to server per second
  108. cl_updaterate "128" //Number of packets per second you are requesting from the server
  109. cl_interp_ratio "2" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  110. cl_interp "0" //Sets the interpolation amount, always set this to 0
  111. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  112. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  113. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  114. cl_timeout "150000"
  115.  
  116. // Video
  117. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  118. mat_monitorgamma_tv_enabled "1" //Turn on TV Mode for less off-set light
  119.  
  120. // Sound
  121. voice_scale "0.7" //Turns down the volume of other players voice to 70%
  122. snd_mixahead "0.025" //Makes sound as instant as it can get, making it easier to hear small things
  123. snd_musicvolume "0.4" //Turns off all music, easier to focus
  124. snd_headphone_pan_exponent "1.2"
  125. snd_front_headphone_position "45.0"
  126. snd_rear_headphone_position "90.0"
  127. snd_headphone_pan_radial_weight "0.5"
  128.  
  129. // Other
  130. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  131. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  132. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  133. mm_dedicated_search_maxping "70" //Maxping Search in Matchmaking
  134.  
  135.  
  136. // Hud Modification (Made possible from Patch 1 May 2015, YAY!)
  137. hud_showtargetid "1" //Enables display of target names, important
  138. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  139. cl_hud_color "1" //Makes the hud color yellow, for banana style
  140. cl_radar_scale "0.4" //Radar Map Scale Size, 0.3 is perfect on all maps
  141. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  142. cl_hud_playercount_showcount "1" //Shows player avatars instead of numbers left
  143. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  144. cl_hud_background_alpha "0.2" //Hidden but still visible black bars, easy on the eyes
  145. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  146.  
  147. // FPS BENCZMARK LOL
  148. cl_autohelp 0
  149. cl_disablefreezecam 1
  150. cl_disablehtmlmotd 1
  151. cl_forcepreload 1
  152. cl_freezecameffects_showholiday 0
  153. cl_showhelp 1
  154. gameinstructor_enable 0
  155. mat_queue_mode 0
  156. r_drawtracers_firstperson 0
  157. r_dynamic 0
  158.  
  159. // Bug SCOREBOARD
  160. alias "fixres" "mat_setvideomode 800 600 1; mat_setvideomode 800 600 0"
  161.  
  162. // Szukacz Bomby
  163. alias "+findthebomb" "+use;gameinstructor_enable 1"
  164. alias "-findthebomb" "-use;gameinstructor_enable 0"
  165. bind "e" "+findthebomb"
  166.  
  167. // Chodzenie:
  168. alias +shh "incrementvar volume 0 1 0.1;+speed;r_cleardecals"
  169. alias -shh "incrementvar volume 0 1 -0.1;-speed"
  170. bind "shift" "+shh"
  171.  
  172. // Szukacz Bomby
  173. alias "+findthebomb" "+use;gameinstructor_enable 1"
  174. alias "-findthebomb" "-use;gameinstructor_enable 0"
  175. bind "e" "+findthebomb"
  176.  
  177. // Inne gowienka :D
  178. cl_dm_buyrandomweapons "0" // Wyłączenie losowych broni na DM Valve.
  179.  
  180. // Bronie
  181. alias "ak" "give weapon_ak47"
  182. alias "m4" "give weapon_m4a1"
  183. alias "m4s" "give weapon_m4a1_silencer"
  184. alias "galil" "give weapon_galilar"
  185. alias "famas" "give weapon_famas"
  186. alias "aug" "give weapon_aug"
  187. alias "sg" "give weapon_sg556"
  188. alias "tec" "give weapon_tec9"
  189. alias "fiveseven" "give weapon_fiveseven"
  190. alias "cz" "give weapon_cz75a"
  191. alias "beretki" "give weapon_elite"
  192. alias "dual" "give weapon_elite"
  193. alias "p2000" "give weapon_hkp2000"
  194. alias "usp" "give weapon_usp_silencer"
  195. alias "glock" "give weapon_glock"
  196. alias "deagle" "give weapon_deagle"
  197. alias "p250" "give weapon_p250"
  198. alias "mp9" "give weapon_mp9"
  199. alias "mac10" "give weapon_mac10"
  200. alias "uzi" "give weapon_mac10"
  201. alias "mp7" "give weapon_mp7"
  202. alias "bizon" "give weapon_bizon"
  203. alias "ump" "give weapon_ump45"
  204. alias "mag7" "give weapon_mag7"
  205. alias "swag7" "give weapon_mag7"
  206. alias "sawedoff" "give weapon_sawedoff"
  207. alias "sawnoff" "give weapon_sawedoff"
  208. alias "soff" "give weapon_sawedoff"
  209. alias "sawed" "give weapon_sawedoff"
  210. alias "sawn" "give weapon_sawedoff"
  211. alias "nova" "give weapon_nova"
  212. alias "xm" "give weapon_xm1014"
  213. alias "xm1014" "give weapon_xm1014"
  214. alias "awp" "give weapon_awp"
  215. alias "scout" "give weapon_ssg08"
  216. alias "scar" "give weapon_scar20"
  217. alias "scar20" "give weapon_scar20"
  218. alias "g3" "give weapon_g3sg1"
  219. alias "c4" "give weapon_c4"
  220. alias "paka" "give weapon_c4"
  221. alias "negev" "give weapon_negev"
  222. alias "m249" "give weapon_m249"
  223. alias "revolver" "give weapon_revolver"
  224.  
  225. // Inspectowanie KOSYYYY
  226. alias "+kosainspect" "slot3"
  227. alias "-kosainspect" "+lookatweapon"
  228. bind 3 "+kosainspect"
  229.  
  230. // Podglasnianie na sczalkach
  231. bind "uparrow" "incrementvar volume 0.1 1 0.1"
  232. bind "downarrow" "incrementvar volume 0.1 1 -0.1"
  233.  
  234. // WH dla timu
  235. alias whon "+cl_show_team_equipment;bind capslock whoff"
  236. alias whoff "-cl_show_team_equipment;bind capslock whon"
  237. bind capslock whon
  238.  
  239. // OCZY JAK MUHY LUL
  240. r_eyegloss "0" // No Makeup.
  241. r_eyemove "0" // No Eye Movement.
  242. r_eyeshift_x "0" // No Eye Movement X-Angle.
  243. r_eyeshift_y "0" // No Eye Movement Y-Angle.
  244. r_eyeshift_z "0" // No Eye Movement Z-Angle.
  245. r_eyesize "0" // Smaller Eyes.
  246.  
  247. cl_join_advertise "2" // Friends Can Now Join Your Community Server Without Your Invite.
  248.  
  249. cl_radar_icon_scale_min "1" // Bigger Player Icons On The Radar.
  250.  
  251.  
  252. // Make sure mouse is using "Raw Input" & "No Acceleration"
  253. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  254. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  255. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  256. m_customaccel "0" //Custom mouse acceleration disabled
  257. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  258. zoom_sensitivity_ratio_mouse "0.75" //Fixes your zoom sensitivity to act as your actual sensitivity, default is 1.
  259.  
  260. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
  261.  
  262. // It's time to rek some watermelons
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement