Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. // Config by Wilku 1.2
  2.  
  3.  
  4. //////////////////
  5. ////~~Bindy~~////
  6. ////////////////
  7.  
  8.  
  9. alias "+jumpthrow2" "+jump;-attack;-attack2" // Jump Throw
  10. alias "-jumpthrow2" "-jump"
  11. bind "mouse3" "+jumpthrow2"
  12.  
  13.  
  14. bind "7" "use weapon_knife; use weapon_molotov;incgrenade" // Szybkie wyciąganie granatów
  15. bind "5" "use weapon_knife; use weapon_flashbang"
  16. bind "6" "use weapon_knife; use weapon_hegrenade"
  17. bind "4" "use weapon_knife; use weapon_smokegrenade"
  18.  
  19.  
  20. sensitivity 3.3866582 // Czulosc
  21.  
  22.  
  23. m_yaw 0.0165 // Komenda która na rozdzialce 4:3 rozciagniete zmienia os xy na 1:1 czulosci myszy (aby to zadzialalo mnozycie swoja rozdzielczosc przez 1,33333 i juz :)
  24.  
  25.  
  26.  
  27.  
  28.  
  29. alias "+knife" "slot3" // Szybkie "Q"
  30. alias "-knife" "lastinv"
  31. bind "Q" "+knife"
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. bind "R" "+reload; r_cleardecals" // Usuwanie krwi itd
  39. bind "shift" "+speed;r_cleardecals"
  40. bind "ctrl" "+duck;r_cleardecals"
  41. bind "w" "+forward; r_cleardecals"
  42. bind "s" "+back; r_cleardecals"
  43. bind "a" "+moveleft; r_cleardecals"
  44. bind "d" "+moveright; r_cleardecals"
  45.  
  46.  
  47. bind "p" "use weapon_c4;drop" // Szybkie wyrzucanie bomby
  48.  
  49.  
  50. developer 1 // Informacje o obrazeniach
  51. con_filter_enable 2
  52. con_filter_text_out "Player:"
  53. con_filter_text "damage given
  54.  
  55.  
  56. net_graph "1" // Wyświetlanie FPS'ów pod TAB
  57. net_graphheight "9999"
  58. bind "TAB" "+scorenet"
  59. alias "+scorenet" "+showscores; net_graphheight 0"
  60. alias "-scorenet" "-showscores; net_graphheight 9999"
  61.  
  62.  
  63.  
  64.  
  65. alias "+paka" "+use; gameinstructor_enable 1" // POKAZYWANIE MIEJSCA BOMBY, Nacisnięcie klawisza E wlacza podpowiedzi w grze - widac gdzie znajduje sie bomba.
  66. alias "-paka" "-use; gameinstructor_enable 0"
  67. bind "e" "+paka"
  68.  
  69.  
  70.  
  71.  
  72.  
  73. alias "+jumpthrow2" "+jump;-attack;-attack2"
  74. alias "-jumpthrow2" "-jump"
  75. bind "mouse4" "+jumpthrow2"
  76.  
  77.  
  78.  
  79.  
  80.  
  81. ////////////////////////////////////////////////////////////////////////////////////////////
  82. ////////////////////////////////////////RESZTA/////////////////////////////////////////////
  83. //////////////////////////////////////////////////////////////////////////////////////////
  84.  
  85. // INNE KOMENDY
  86. cl_use_opens_buy_menu "0" // Wyłącza możliwość kupowania broni przyciskiem E (+use) Dzięki temu można podnieść broń.
  87. cl_disablehtmlmotd "0"
  88. cl_showhelp "0" // Wyłączenie podpowiedzi w grze
  89. cl_autowepswitch "0" // Wyłącza auto wybieranie broni która podnosimy
  90. cl_dm_buyrandomweapons "0" // Wyłączenie losowych broni na DM Valve.
  91. cl_showloadout "1" // Wyświetlanie ikon broni w prawym dolnym rogu.
  92.  
  93.  
  94.  
  95. // Szybkie dawanie broni
  96. // Nie trzeba wpisywać w konsoli give weapon_nazwabroni, wystarczy wpisać tylko jej nazwe.
  97.  
  98. alias "ak" "give weapon_ak47"
  99. alias "m4" "give weapon_m4a1"
  100. alias "m4s" "give weapon_m4a1_silencer"
  101. alias "galil" "give weapon_galilar"
  102. alias "famas" "give weapon_famas"
  103. alias "aug" "give weapon_aug"
  104. alias "sg" "give weapon_sg556"
  105. alias "tec" "give weapon_tec9"
  106. alias "fiveseven" "give weapon_fiveseven"
  107. alias "cz" "give weapon_cz75a"
  108. alias "beretki" "give weapon_elite"
  109. alias "dual" "give weapon_elite"
  110. alias "p2000" "give weapon_hkp2000"
  111. alias "usp" "give weapon_usp_silencer"
  112. alias "glock" "give weapon_glock"
  113. alias "deagle" "give weapon_deagle"
  114. alias "p250" "give weapon_p250"
  115. alias "mp9" "give weapon_mp9"
  116. alias "mac10" "give weapon_mac10"
  117. alias "uzi" "give weapon_mac10"
  118. alias "mp7" "give weapon_mp7"
  119. alias "bizon" "give weapon_bizon"
  120. alias "ump" "give weapon_ump45"
  121. alias "mag7" "give weapon_mag7"
  122. alias "swag7" "give weapon_mag7"
  123. alias "sawedoff" "give weapon_sawedoff"
  124. alias "sawnoff" "give weapon_sawedoff"
  125. alias "soff" "give weapon_sawedoff"
  126. alias "sawed" "give weapon_sawedoff"
  127. alias "sawn" "give weapon_sawedoff"
  128. alias "nova" "give weapon_nova"
  129. alias "xm" "give weapon_xm1014"
  130. alias "xm1014" "give weapon_xm1014"
  131. alias "awp" "give weapon_awp"
  132. alias "scout" "give weapon_ssg08"
  133. alias "scar" "give weapon_scar20"
  134. alias "scar20" "give weapon_scar20"
  135. alias "g3" "give weapon_g3sg1"
  136. alias "c4" "give weapon_c4"
  137. alias "paka" "give weapon_c4"
  138. alias "negev" "give weapon_negev"
  139. alias "m249" "give weapon_m249"
  140. alias "revolver" "give weapon_revolver"
  141.  
  142. // MAPY
  143. alias "mirage" "map de_mirage"
  144. alias "nuke" "map de_nuke"
  145. alias "aztec" "map de_aztec "
  146. alias "cache" "map de_cache"
  147. alias "cobble" "map de_cbble"
  148. alias "dust" "map de_dust"
  149. alias "dust2" "map de_dust2"
  150. alias "inferno" "map de_inferno"
  151. alias "overpass" "map de_overpass"
  152. alias "season" "map de_season"
  153. alias "train" "map de_tain"
  154. alias "vertigo" "map de_vertigo"
  155.  
  156.  
  157. bind "c" "+smokecrosshair" // celownik do smoke
  158. alias "+smokecrosshair" "exec crosshair2"
  159. alias "-smokecrosshair" "exec crosshair1"
  160.  
  161.  
  162.  
  163. snd_mixahead 0.004 // ustawienia dzwieku
  164. snd_mix_async 1
  165. snd_headphone_pan_exponent 1.0
  166. snd_headphone_pan_radial_weight 1.0
  167. snd_front_headphone_position 90.0
  168. snd_rear_headphone_position 90.0
  169.  
  170.  
  171.  
  172. bind "x" "clutch_mode_toggle" // Wycisza innych graczy
  173.  
  174.  
  175. alias +shh "incrementvar volume 0 1 0.1;+speed" // Podglasnia gre kiedy chodzimy na shifcie
  176. alias -shh "incrementvar volume 0 1 -0.1;-speed"
  177. bind "shift" "+shh"
  178.  
  179. bind "shift" "+speed" // cofa zmiany glosnosci na domyslne
  180.  
  181.  
  182. cl_crosshaircolor_b -50 // Dokladniejszy celownik w aug/sg
  183. cl_crosshaircolor_g -100
  184. cl_crosshaircolor_r -200
  185.  
  186.  
  187. cl_crosshair_friendly_warning 2 // Ostrzezenie kiedy wcelujemy sie w naszego
  188.  
  189.  
  190. rate 196608
  191. cl_updaterate 128
  192. cl_cmdrate 128
  193. cl_interp 0
  194. cl_interp_ratio 2
  195.  
  196. cl_crosshair_drawoutline "0" // Celownik & View model
  197. cl_crosshair_dynamic_maxdist_splitratio "0"
  198. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  199. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  200. cl_crosshair_dynamic_splitdist "3"
  201. cl_crosshair_friendly_warning "1"
  202. cl_crosshair_outlinethickness "1"
  203. cl_crosshair_sniper_show_normal_inaccuracy "0"
  204. cl_crosshair_sniper_width "1"
  205. cl_crosshair_t "0"
  206. cl_crosshairalpha "255"
  207. cl_crosshaircolor "4"
  208. cl_crosshaircolor_b "250"
  209. cl_crosshaircolor_g "250"
  210. cl_crosshaircolor_r "250"
  211. cl_crosshairdot "0"
  212. cl_crosshairgap "-2"
  213. cl_crosshairgap_useweaponvalue "0"
  214. cl_crosshairscale "0"
  215. cl_crosshairsize "3"
  216. cl_crosshairstyle "4"
  217. cl_crosshairthickness "1"
  218. cl_crosshairusealpha "1"
  219. cl_fixedcrosshairgap "-4"
  220. cl_viewmodel_shift_left_amt "0.500000"
  221. cl_viewmodel_shift_right_amt "0.250000"
  222. viewmodel_fov "68"
  223. viewmodel_offset_x "2.500000"
  224. viewmodel_offset_y "0"
  225. viewmodel_offset_z "-1.500000"
  226. viewmodel_presetpos "3"
  227. viewmodel_recoil "1.0"
  228. cl_bob_lower_amt "5"
  229. cl_bobamt_lat "0.100000"
  230. cl_bobamt_vert "0.100000"
  231. cl_bobcycle "0.980000"
  232. cl_hud_background_alpha "0.300000"
  233. cl_hud_bomb_under_radar "1"
  234. cl_hud_color "2"
  235. cl_hud_healthammo_style "0"
  236. cl_hud_playercount_pos "0"
  237. cl_hud_playercount_showcount "0"
  238. cl_hud_radar_scale "1.15"
  239. hud_scaling "0.950000"
  240. hud_showtargetid "1"
  241. cl_righthand "1"
  242. cl_color "3"
  243. cl_radar_always_centered "0"
  244. cl_radar_icon_scale_min "0.9"
  245. cl_radar_rotate "1"
  246. cl_radar_scale "0.4"
  247. cl_radar_square_with_scoreboard "1"
  248.  
  249. // INFO W KONSOLI, ŻE AUTOEXEC SIĘ ZAŁADOWAŁ.
  250.  
  251. echo " "
  252. echo " "
  253. echo "+---------------------------------------------------------------------------+"
  254. echo "| Wilku exec uploud 100% |"
  255. echo "+---------------------------------------------------------------------------+"
  256. echo " "
  257. echo " "
  258.  
  259.  
  260. // WAŻNA KOMENDA!
  261. // BEZ PONIŻSZEJ KOMEDY AUTOEXEC NIE URUCHOMI SIĘ!
  262.  
  263.  
  264.  
  265.  
  266.  
  267. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement