_HNR

R 1​ S K ⭕⃤ - 2.0 (config/autoexec.cfg)

May 13th, 2020
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 15.30 KB | None | 0 0
  1. unbindall
  2. ///CODIGO CRIADO POR R1$K, RESPEITE OS DIREITOS AUTORAIS
  3. echo "Limpando Dados";
  4. clear
  5. clear_anim_cache
  6. clear_debug_overlays
  7. clear_bombs
  8. r_cleardecals
  9. hud_takesshots "0"
  10. ai_clear_bad_links
  11. cl_soundemitter_reload
  12. cl_soundscape_flush
  13. fs_clear_open_duplicate_times
  14. fs_fios_flush_cache
  15. r_cleardecals
  16. scene_flush
  17. snd_async_flush
  18. r_flushlod
  19.  
  20. echo "Executando...";
  21. mat_queue_priority "-1"
  22.  
  23. //////////////// BINDS ////////////////
  24.  
  25. ///// FAST BUY
  26. bind "KP_END" "buy m4a1;buy ak47"
  27. bind "KP_DOWNARROW" "buy aug;buy sg556"
  28. bind "KP_PGDN" "buy galilar; buy famas"
  29. bind "KP_LEFTARROW" "buy ump45"
  30. bind "KP_5" "buy tec9; buy fiveseven"
  31. bind "KP_RIGHTARROW" "buy p250"
  32. bind "KP_HOME" "buy p90"
  33. bind "KP_UPARROW" "buy flashbang"
  34. bind "KP_PGUP" "buy hegrenade"
  35. bind "KP_SLASH" "buy smokegrenade"
  36. bind "KP_MULTIPLY" "buy incgrenade;buy molotov"
  37. bind "KP_MINUS" "buy Taser"
  38. bind "KP_PLUS" "buy vest"
  39. bind "KP_ENTER" "buy vesthelm"
  40. bind "KP_DEL" "buy defuser"
  41. bind "KP_INS" "buy awp"
  42.  
  43. ///// BINDS FUNCTIONS
  44. alias "-smoke_throw" cl_crosshairsize "1.5"
  45. alias "+smoke_throw" cl_crosshairsize "9999"
  46. alias "clutchtoggle" "clutchon"
  47. alias "clutchon" "voice_enable 0; ignoremsg; ignoremsg; say_team Clutch mode: ON (text & voice chat disabled); alias clutchtoggle clutchoff"
  48. alias "clutchoff" "voice_enable 1; ignoremsg; say_team Clutch mode: OFF (text & voice chat enabled); alias clutchtoggle clutchon"
  49. alias "+scorenet" "+showscores; net_graphheight 0"
  50. alias "-scorenet" "-showscores; net_graphheight 9999"
  51. alias "+knifelastinv" "slot3"
  52. alias "-knifelastinv" "lastinv"
  53. alias show show1
  54. alias show1 "+cl_show_team_equipment; alias show show2"
  55. alias show2 "-cl_show_team_equipment; alias show show1"
  56.  
  57. ///// FAST GRENADES
  58. bind "4" "use weapon_knife;use weapon_hegrenade"
  59. bind "c" "use weapon_knife;use weapon_smokegrenade"
  60. bind "f" "use weapon_knife;use weapon_flashbang"
  61. bind "z" "use weapon_knife;use weapon_incgrenade; use weapon_molotov"
  62. bind "x" "use weapon_knife;use weapon_decoy"
  63.  
  64. ///// RADIO AND CHAT
  65. bind "h" "radio1"
  66. bind "j" "radio2"
  67. bind "k" "radio3"
  68. bind "y" "messagemode"
  69. bind "u" "messagemode2"
  70.  
  71. ///// PADR?O
  72. bind "w" "+forward"
  73. bind "a" "+moveleft"
  74. bind "s" "+back"
  75. bind "d" "+moveright"
  76. bind "l" "+spray_menu"
  77. bind "q" "+knifelastinv"
  78. bind "r" "+reload"
  79. bind "b" "buymenu"
  80. bind "g" "drop"
  81. bind "e" "+use"
  82. bind "SHIFT" "+speed"
  83. bind "CTRL" "+duck"
  84. bind "ESCAPE" "cancelselect"
  85. bind "CAPSLOCK" "+voicerecord"
  86. bind "SPACE" "+jump"
  87. bind "TAB" "+scorenet;r_cleardecals"
  88. bind "DEL" "mute"
  89. bind "PAUSE" "pause"
  90. bind "m" "teammenu"
  91.  
  92. ///// SLOTS
  93. bind "1" "slot1"
  94. bind "2" "slot2"
  95. bind "3" "slot3"
  96. bind "5" "slot5"
  97.  
  98. ///// INVERSE HAND
  99. bind "i" "toggle cl_righthand 0 1"
  100.  
  101. ///// OTHERS
  102. bind "n" "show"
  103. bind "o" "clutchtoggle"
  104. bind "v" "use weapon_knife;use weapon_c4;drop"
  105. bind "alt" "noclip"
  106. bind "t" "+lookatweapon"
  107.  
  108. ///// VOLUME
  109. bind "-" "incrementvar volume 0 1 -0.1"
  110. bind "=" "incrementvar volume 0 1 0.1"
  111.  
  112. ///// CS FUNCTIONS
  113. bind "F1" ""
  114. bind "F2" ""
  115. bind "F3" "askconnect_accept"
  116. bind "F4" "bug"
  117. bind "F5" "save quick"
  118. bind "F6" "load quick"
  119. bind "F8" "callvote"
  120. bind "F10" "say_team Executando .CFG de TREINO...;exec treino;playvol buttons\blip1 0.5"
  121. bind "F11" "quit prompt"
  122. bind "F12" "jpeg"
  123.  
  124. ///// MOUSE
  125. bind "MOUSE1" "+attack"
  126. bind "MOUSE2" "+attack2"
  127. bind "MOUSE4" "+smoke_throw"
  128. bind "MOUSE5" "+jump;-attack;-jump"
  129. bind "MWHEELDOWN" "+jump"
  130. bind "MWHEELUP" "+jump"
  131.  
  132. //////////////// END BINDS ////////////////
  133.  
  134. ///// NET
  135. cl_allowdownload "1"
  136. cl_allowupload "0"
  137. cl_cmdrate "128"
  138. cl_interp "0"
  139. cl_interpolate "1"
  140. cl_interp_ratio "1"
  141. cl_lagcompensation "1"
  142. cl_predict "1"
  143. cl_predictweapons "1"
  144. cl_resend "6"
  145. cl_timeout "1337"
  146. cl_updaterate "128"
  147. net_allow_multicast "0"
  148. net_maxroutable "1200"
  149. net_splitrate "0"
  150. net_steamcnx_allowrelay "1"
  151. rate "786432"
  152. r_dynamic "0"
  153.  
  154. ///// CROSSHAIR
  155. cl_crosshair_drawoutline "1"
  156. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  157. cl_crosshair_dynamic_splitalpha_innermod "1"
  158. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  159. cl_crosshair_dynamic_splitdist "7"
  160. cl_crosshair_friendly_warning "0"
  161. cl_crosshair_outlinethickness "1.0"
  162. cl_crosshair_sniper_show_normal_inaccuracy "0"
  163. cl_crosshair_sniper_width "1"
  164. cl_crosshair_t "0"
  165. cl_crosshairalpha "230"
  166. cl_crosshaircolor "5"
  167. cl_crosshaircolor_b "127"
  168. cl_crosshaircolor_g "255"
  169. cl_crosshaircolor_r "0"
  170. cl_crosshairdot "0"
  171. cl_crosshairgap "-2.0"
  172. cl_crosshairgap_useweaponvalue "0"
  173. cl_crosshairsize "2.0"
  174. cl_crosshairstyle "4"
  175. cl_crosshairthickness "0"
  176. cl_crosshairusealpha "1"
  177. cl_fixedcrosshairgap "-3"
  178. crosshair "1"
  179.  
  180.  
  181. ///// MOUSE
  182. m_customaccel "0"
  183. m_mouseaccel1 "0"
  184. m_mouseaccel2 "0"
  185. m_pitch "0.022"
  186. m_rawinput "1"
  187. m_yaw "0.022"
  188. sensitivity "2.8"
  189. zoom_sensitivity_ratio_mouse "1.0"
  190.  
  191. ///// FOV
  192. cl_bobamt_lat "0.1"
  193. cl_bobamt_vert "0.1"
  194. cl_bobcycle "0.98"
  195. cl_bob_lower_amt "5"
  196. cl_righthand "1"
  197. cl_viewmodel_shift_left_amt "0.5"
  198. cl_viewmodel_shift_right_amt "0.25"
  199. viewmodel_fov "64"
  200. viewmodel_offset_x "2.5"
  201. viewmodel_offset_y "-2"
  202. viewmodel_offset_z "-2"
  203. viewmodel_presetpos "0"
  204. viewmodel_recoil "1"
  205.  
  206. ///// HUD
  207. cl_draw_only_deathnotices "0"
  208. cl_hud_background_alpha "0.25"
  209. cl_hud_bomb_under_radar "1"
  210. cl_hud_color "9"
  211. cl_hud_healthammo_style "0"
  212. cl_hud_playercount_pos "1"
  213. cl_hud_playercount_showcount "1"
  214. cl_showfps "0"
  215. cl_showloadout "1"
  216. cl_showpos "0"
  217. hud_scaling "0.8"
  218. hud_showtargetid "1"
  219.  
  220. ///// RADAR
  221. cl_hud_radar_scale "1.15"
  222. cl_radar_always_centered "0"
  223. cl_radar_icon_scale_min "0.6"
  224. cl_radar_rotate "1"
  225. cl_radar_scale "0.3"
  226. cl_radar_square_with_scoreboard "1"
  227. safezonex "0.85"
  228. safezoney "1"
  229.  
  230. ///// MISC*
  231. adsp_debug "0"
  232. budget_show_history "0"
  233. budget_peaks_window "0"
  234. budget_show_peaks "0"
  235. bugreporter_uploadasync "0"
  236. bugreporter_username ""
  237. closeonbuy "0"
  238. cl_autohelp "1"
  239. cl_autowepswitch "0"
  240. cl_buy_favorite_quiet "0"
  241. cl_buy_favorite_nowarn "0"
  242. cl_clearhinthistory "1"
  243. cl_debugrumble "0"
  244. cl_disablefreezecam "1"
  245. cl_downloadfilter "nosound" // mapsonly
  246. cl_forcepreload "1"
  247. cl_freezecameffects_showholiday "0"
  248. cl_join_advertise "2"
  249. cl_logofile "0"
  250. cl_rumblescale "0"
  251. cl_showhelp "0"
  252. cl_show_clan_in_death_notice "0"
  253. cl_spec_mode "4"
  254. cl_teammate_colors_show "1"
  255. cl_use_opens_buy_menu "0"
  256. con_enable "1"
  257. con_filter_enable "2" // highlight damage in console
  258. con_filter_text "Damage "
  259. con_filter_text_out "Player:"
  260. developer "1"
  261. ds_get_newest_subscribed_files
  262. fs_warning_level "0"
  263. gameinstructor_enable "0"
  264. joystick "0"
  265. joystick_force_disabled "1"
  266. joystick_force_disabled_set_from_options "1"
  267. log "off"
  268. mat_queue_mode "2"
  269. mm_dedicated_force_servers ""
  270. mm_dedicated_search_maxping "35"
  271. net_graph "1"
  272. net_graphheight "9999"
  273. net_graphpos "2"
  274. option_duck_method "0"
  275. option_speed_method "0"
  276. player_nevershow_communityservermessage "1"
  277. play_distance "1"
  278. spec_show_xray "1"
  279. sv_forcepreload "1"
  280. ui_steam_overlay_notification_position "topright"
  281. xbox_autothrottle "0"
  282. xbox_throttlebias "0"
  283. xbox_throttlespoof "0"
  284.  
  285.  
  286. ///// VIDEO
  287. cl_detail_avoid_force "0"
  288. cl_detail_avoid_radius "0"
  289. cl_detail_avoid_recover_speed "0"
  290. cl_detail_max_sway "0"
  291. cl_freezecampanel_position_dynamic "0"
  292. fps_max "0"
  293. fps_max_menu "128"
  294. mat_monitorgamma "1.6"
  295. mat_powersavingsmode "0"
  296. mat_queue_report "0"
  297. mat_spewalloc "0"
  298. mat_texture_list_content_path ""
  299. muzzleflash_light "0"
  300. r_drawtracers_firstperson "0"
  301. r_dynamic "0"
  302. r_eyegloss "0"
  303. r_eyemove "0"
  304. r_eyeshift_x "0"
  305. r_eyeshift_y "0"
  306. r_eyeshift_z "0"
  307. r_eyesize "0"
  308. sv_logbans "0"
  309. sv_logecho "0"
  310. sv_logfile "0"
  311. sv_logflush "0"
  312. sys_antialiasing "0"
  313. sys_refldetail "0"
  314. vprof_verbose "0"
  315.  
  316. ///// AUDIO
  317. dsp_enhance_stereo "0"
  318. snd_deathcamera_volume "0.000000"
  319. snd_duckerattacktime "0.5"
  320. snd_duckerreleasetime "2.5"
  321. snd_duckerthreshold "0.15"
  322. snd_ducking_off "1"
  323. snd_ducktovolume "0.55"
  324. snd_dzmusic_volume "0.000000"
  325. snd_hrtf_distance_behind "100"
  326. snd_hrtf_voice_delay "0.1"
  327. snd_hwcompat "0"
  328. snd_mapobjective_volume "0.025"
  329. snd_menumusic_volume "0.000000"
  330. snd_mix_async "1"
  331. snd_mix_async_onetime_reset "1"
  332. snd_mixahead "0.05"
  333. snd_music_selection "2"
  334. snd_music_volume_onetime_reset_2 "1"
  335. snd_musicvolume_multiplier_inoverlay "0.1"
  336. snd_mute_losefocus "0"
  337. snd_mute_mvp_music_live_players "0"
  338. snd_mvp_volume "0.05"
  339. snd_pitchquality "1"
  340. snd_roundend_volume "0.02"
  341. snd_roundstart_volume "0.08"
  342. snd_surround_speakers "-1"
  343. snd_tensecondwarning_volume "0.025"
  344. sound_device_override ""
  345. volume "0.8"
  346.  
  347.  
  348. ///// VOICE
  349. voice_enable "1"
  350. voice_scale "0.075"
  351.  
  352. ///// END
  353. host_writeconfig
  354. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  355. //// STARTUP: -threads 16 -freq 165 -tickrate 128 -console -high -nod3d9ex -nojoy -noforcemparms -noforcemaccel -novid -language english +exec autoexec.cfg
  356. clear
  357. echo "                                                                                       ";
  358. echo "       `.`                                 AUTOEXEC MADE BY R1$K                       ";
  359. echo " `````.++y`                          http://steamcommunity.com/id/mrR1SK               ";
  360. echo " +yoy-:+/ms                                                                            ";
  361. echo " ..-/-/+/mo             ..      ...                                       ...          ";
  362. echo "      `//y/          :~'8888x :'%888x         oe           .          .xH8%'```'%.     ";
  363. echo "       ::s/         8    8888Xf  8888>      .@88           E         x888~ xnHhx. '.   ";
  364. echo "       ::s/        X88x. ?8888k  8888X  ==*88888        .x+E:..     X888X 8**8888k `.  ";
  365. echo "       ::s/        '8888L'8888X  '%88X     88888      u8~  E  `b.   8888X<~  `8888L !  ";
  366. echo "       :/y+         '888X 8888X:xnHH(``    88888     t8E   E d888>  88888!   .!8*'' `  ";
  367. echo "     `:/:dy           ?8~ 8888X X8888      88888     88N.  E'8888~  `88888!'*888x      ";
  368. echo "   .-sh:-hy.        -~`   8888> X8888      88888     88888b&.`''`    `*8888  8888L     ";
  369. echo "   :+hs/:do.        :H8x  8888  X8888      88888     '88888888e.    .x.`888X X888X     ";
  370. echo "   :/y/:-h:.        8888> 888~  X8888      88888       '*8888888N  '888> %8X !8888..-  ";
  371. echo "   :+++-.h:-        48'` '8*~   `8888!`    88888      uu. ^8*8888E '888   8  '8888%`   ";
  372. echo "   :o/+--d--         ^-==''      `''    '**%%%%%%**  @888L E `'88E   '*=='     ''      ";
  373. echo "   :++s+/m::                                         '8888~ E   98~                    ";
  374. echo "   +/ymsody/                                          `*.   E  .*'                     ";
  375. echo "  .yoyhsyhmd                                            `~==R=~`                       ";
  376. echo "  -s/ssoyhdN`                                                                          ";
  377. echo "  -s/so+sydm:                                                                          ";
  378. echo "  -s/ooosshdo                                 +======================================+ ";
  379. echo "  :s/o+ssshdy                                 |   NUM   |    /    |    *    |    -   | ";
  380. echo "  :s/oooosydh                                 |    LK   |  SMOKE  | MOLOTOV |  ZEUS  | ";
  381. echo "  /s/so/osydd                                 |---------|---------|---------|--------| ";
  382. echo "  /s+syoosydd                                 |    7    |    8    |    9    |    +   | ";
  383. echo "  :yoyhsosshm.                                |   P90   |  FLASH  |   H.E.  |        | ";
  384. echo " `sooooosssyds                 -/-`           |---------|---------|---------|  VEST  | ";
  385. echo " `s+oooosysshm`              `/yyyy+-`        |    4    |    5    |    6    |        | ";
  386. echo "  +osooosyyhhs              :sysyhhyhyo.      | UMP .45 | CZ/TEC9 |   P250  |        | ";
  387. echo "  +sss/ssyhys-           `:oyyyyhhyhhh+       |---------|---------|---------|--------| ";
  388. echo "  /ooo/oosdso:        `-+syyyyhhhhdhy-        |    1    |    2    |    3    |  ENTER | ";
  389. echo "   :+/:+osho+:     .:+yyyysyyhhhddy/          | AK/COLT |  AUG/SG | FAM/GAL |        | ";
  390. echo "   ://-/ooh+++:/+syyyyyyyyhhhhdhy/`           |---------|---------|---------|  VEST  | ";
  391. echo "   ::/-/ooh++sdhhyyyyyyhhhhhdhs:              |         0         |    .    |   &    | ";
  392. echo "   -:/-++shy++hyyyhyyyhhhdds/.                |        AWP        |  DEFUSE |  HELM  | ";
  393. echo "   -:/-+oso+/odyhhhhhhhyo:`                   +======================================+ ";
  394. echo "   -:/-+oso/oodhhhso/-`                                                                ";
  395. echo "   -:/-++so/ssmm/-`                                                                    ";
  396. echo "   -:::/oss+oshdyy+-                                    @@@@@@         @@@@@@@@        ";
  397. echo "   .:::/+so++y+-....                      VERSION:     @@@@@@@@       @@@@@@@@@@       ";
  398. echo "   ./:-//so/oy/    :                      poisonous         @@@       @@!   @@@@       ";
  399. echo "   .::::/s+:+ss.`.`:                                       @!@        !@!  @!@!@       ";
  400. echo "   .::::+so:+oh+.``/                                      !!@         @!@ @! !@!       ";
  401. echo "   `/:::oos//oyosyh:`                                    !!:          !@!!!  !!!       ";
  402. echo "   `/:/:+os/:+soshhhhy+:.`                              !:!           !!:!   !!!       ";
  403. echo "    +:/:oos::/ooyyyyhhyhhys+/:.                        :!:       :!:  :!:    !:!       ";
  404. echo "    /:+:ooy//+ooyhhyyysyyyyyyys                        :: :::::  :::  ::::::: ::       ";
  405. echo "     ./-+oy+/+syys++ssssssssss+                        :: : :::  :::   : : :  :        ";
  406. echo "      `.:oys+os:`    `.-/ooso/`                                                        ";
  407. echo "         /osooss          `.`                                                          ";
  408. echo "         :syyyyho                                                                      ";
  409. echo "         .+syyhhh/                                                                     ";
  410. echo "          oshyhhhd.                                 R        1        $        K       ";
  411. echo "          :+soydyhh`                               122      061      044      153      ";
  412. echo "          `o/+sssshh`                              OCTO                                ";
  413. echo "           +:/+oooydy`                                                                 ";
  414. echo "          o:-://+oshmy`                                                                ";
  415. echo "          /:--://+oydNy`                                                               ";
  416. echo "          -/--://++shdms                                 .__________________.          ";
  417. echo "          `+--::/+ooyhdm:                                |##################|          ";
  418. echo "           /--::+ssosyhdd:                               |##   UPDATED:   ##|          ";
  419. echo "           -:-::+osoosyhdm/                              |##  13/05/2020  ##|          ";
  420. echo "            +--:/+osoosshmN/                             |##################|          ";
  421. echo "            ::-:/++soooyyhmN/                                                          ";
  422. echo "            `/-:/++ossosyhhmN/                                                         ";
  423. echo "             +::/+oosyyyhhddmy                                                         ";
  424. echo "             :++osso++/:-.`                                                            ";
  425. echo "              .``                                                                      ";
  426. echo "                                                                                       ";
Add Comment
Please, Sign In to add comment