Advertisement
_HNR

🇷 1​ 🇿 🇰 ♆ - 1.8 (autoexec.cfg/config.cfg)

Mar 26th, 2019
2,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 14.96 KB | None | 0 0
  1. unbindall
  2. ///CODIGO CRIADO POR R1ZK, 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_crosshairalpha "250"
  156. cl_crosshaircolor "5"
  157. cl_crosshaircolor_b "255"
  158. cl_crosshaircolor_g "255"
  159. cl_crosshaircolor_r "0"
  160. cl_crosshairdot "1"
  161. cl_crosshairgap "-3"
  162. cl_crosshairgap_useweaponvalue "0"
  163. cl_crosshairscale "0"
  164. cl_crosshairsize "1.5"
  165. cl_crosshairstyle "4"
  166. cl_crosshairthickness "0"
  167. cl_crosshairusealpha "1"
  168. cl_crosshair_drawoutline "0"
  169. cl_crosshair_outlinethickness "0"
  170. cl_crosshair_sniper_show_normal_inaccuracy "0"
  171. cl_crosshair_sniper_width "1"
  172. cl_crosshair_t "0"
  173. cl_fixedcrosshairgap "-3"
  174. cl_observercrosshair "1"
  175. cl_scalecrosshair "1"
  176. crosshair "1"
  177.  
  178. ///// MOUSE
  179. m_customaccel "0"
  180. m_mouseaccel1 "0"
  181. m_mouseaccel2 "0"
  182. m_pitch "0.022"
  183. m_rawinput "1"
  184. m_yaw "0.022"
  185. sensitivity "1.8"
  186. zoom_sensitivity_ratio_mouse "1.0"
  187.  
  188. ///// FOV
  189. cl_bobamt_lat "0.1"
  190. cl_bobamt_vert "0.1"
  191. cl_bobcycle "0.98"
  192. cl_bob_lower_amt "5"
  193. cl_righthand "1"
  194. cl_viewmodel_shift_left_amt "0.5"
  195. cl_viewmodel_shift_right_amt "0.25"
  196. viewmodel_fov "64"
  197. viewmodel_offset_x "2.5"
  198. viewmodel_offset_y "-2"
  199. viewmodel_offset_z "-2"
  200. viewmodel_presetpos "0"
  201. viewmodel_recoil "1"
  202.  
  203. ///// HUD
  204. cl_draw_only_deathnotices "0"
  205. cl_hud_background_alpha "0.25"
  206. cl_hud_bomb_under_radar "1"
  207. cl_hud_color "9"
  208. cl_hud_healthammo_style "0"
  209. cl_hud_playercount_pos "1"
  210. cl_hud_playercount_showcount "1"
  211. cl_showfps "0"
  212. cl_showloadout "1"
  213. cl_showpos "0"
  214. hud_scaling "0.8"
  215. hud_showtargetid "1"
  216.  
  217. ///// RADAR
  218. cl_hud_radar_scale "1.15"
  219. cl_radar_always_centered "0"
  220. cl_radar_icon_scale_min "0.6"
  221. cl_radar_rotate "1"
  222. cl_radar_scale "0.3"
  223. cl_radar_square_with_scoreboard "1"
  224. safezonex "0.85"
  225. safezoney "1"
  226.  
  227. ///// MISC*
  228. adsp_debug "0"
  229. budget_show_history "0"
  230. budget_peaks_window "0"
  231. budget_show_peaks "0"
  232. bugreporter_uploadasync "0"
  233. bugreporter_username ""
  234. closeonbuy "0"
  235. cl_autohelp "1"
  236. cl_autowepswitch "0"
  237. cl_buy_favorite_quiet "0"
  238. cl_buy_favorite_nowarn "0"
  239. cl_clearhinthistory "1"
  240. cl_debugrumble "0"
  241. cl_disablefreezecam "1"
  242. cl_downloadfilter "nosound" // mapsonly
  243. cl_forcepreload "1"
  244. cl_freezecameffects_showholiday "0"
  245. cl_join_advertise "2"
  246. cl_logofile "0"
  247. cl_rumblescale "0"
  248. cl_showhelp "0"
  249. cl_show_clan_in_death_notice "0"
  250. cl_spec_mode "4"
  251. cl_teammate_colors_show "1"
  252. cl_use_opens_buy_menu "0"
  253. con_enable "1"
  254. con_filter_enable "2" // highlight damage in console
  255. con_filter_text "Damage "
  256. con_filter_text_out "Player:"
  257. developer "1"
  258. ds_get_newest_subscribed_files
  259. fs_warning_level "0"
  260. gameinstructor_enable "0"
  261. joystick "0"
  262. joystick_force_disabled "1"
  263. joystick_force_disabled_set_from_options "1"
  264. log "off"
  265. mat_queue_mode "2"
  266. mm_dedicated_force_servers ""
  267. mm_dedicated_search_maxping "35"
  268. net_graph "1"
  269. net_graphheight "9999"
  270. net_graphpos "2"
  271. option_duck_method "0"
  272. option_speed_method "0"
  273. player_nevershow_communityservermessage "1"
  274. play_distance "1"
  275. spec_show_xray "1"
  276. sv_forcepreload "1"
  277. ui_steam_overlay_notification_position "topright"
  278. xbox_autothrottle "0"
  279. xbox_throttlebias "0"
  280. xbox_throttlespoof "0"
  281.  
  282.  
  283. ///// VIDEO
  284. cl_detail_avoid_force "0"
  285. cl_detail_avoid_radius "0"
  286. cl_detail_avoid_recover_speed "0"
  287. cl_detail_max_sway "0"
  288. cl_freezecampanel_position_dynamic "0"
  289. fps_max "0"
  290. fps_max_menu "128"
  291. mat_monitorgamma "1.6"
  292. mat_powersavingsmode "0"
  293. mat_queue_report "0"
  294. mat_spewalloc "0"
  295. mat_texture_list_content_path ""
  296. muzzleflash_light "0"
  297. r_drawtracers_firstperson "0"
  298. r_dynamic "0"
  299. r_eyegloss "0"
  300. r_eyemove "0"
  301. r_eyeshift_x "0"
  302. r_eyeshift_y "0"
  303. r_eyeshift_z "0"
  304. r_eyesize "0"
  305. sv_logbans "0"
  306. sv_logecho "0"
  307. sv_logfile "0"
  308. sv_logflush "0"
  309. sys_antialiasing "0"
  310. sys_refldetail "0"
  311. vprof_verbose "0"
  312.  
  313. ///// AUDIO
  314. dsp_enhance_stereo "0"
  315. snd_deathcamera_volume "0"
  316. snd_ducking_off "1"
  317. snd_duckerreleasetime "2.5"
  318. snd_duckerthreshold "0.15"
  319. snd_ducking_off "1"
  320. snd_headphone_pan_exponent "1.2"
  321. snd_headphone_pan_radial_weight "0.5"
  322. snd_legacy_surround "0"
  323. snd_mapobjective_volume "0.0625"
  324. snd_menumusic_volume "0"
  325. snd_mixahead "0.02"
  326. snd_mute_losefocus "0"
  327. snd_mvp_volume "0.0625"
  328. snd_pitchquality "1"
  329. snd_front_headphone_position "45.0"
  330. snd_rear_headphone_position "90"
  331. snd_roundend_volume "0.0625"
  332. snd_roundstart_volume "0.0625"
  333. snd_surround_speakers "0"
  334. snd_tensecondwarning_volume "0.0625"
  335. volume "1.0"
  336.  
  337.  
  338. ///// VOICE
  339. voice_enable "1"
  340. voice_scale "0.15"
  341.  
  342. ///// END
  343. host_writeconfig
  344. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  345. //// STARTUP: -threads 8 -freq 60 -tickrate 128 -console -high -nod3d9ex -nojoy -noforcemparms -noforcemaccel -novid -language english +exec autoexec.cfg
  346. clear
  347. echo "                                                                                       ";
  348. echo "       `.`                                 AUTOEXEC MADE BY R1ZK                       ";
  349. echo " `````.++y`                          http://steamcommunity.com/id/_HNR                 ";
  350. echo " +yoy-:+/ms                                                                            ";
  351. echo " ..-/-/+/mo              ..      ...                                         ..        ";
  352. echo "      `//y/           :~'8888x :'%888x     ..            :~'''88hx.    < .z@8^`        ";
  353. echo "       ::s/          8    8888Xf  8888>   @L           .~      ?888x    !@88E          ";
  354. echo "       ::s/         X88x. ?8888k  8888X  9888i   .dL   X       '8888k   '888E   u      ";
  355. echo "       ::s/         '8888L'8888X  '%88X  `Y888k:*888.    H8h    8888X    888E u@8NL    ";
  356. echo "       :/y+          '888X 8888X:xnHH(``   888E  888I   ?888~   8888     888E`'88*'    ";
  357. echo "     `:/:dy            ?8~ 8888X X8888     888E  888I    %X   .X8*'      888E .dN.     ";
  358. echo "   .-sh:-hy.         -~`   8888> X8888     888E  888I    .-'``'tnx.      888E~8888     ";
  359. echo "   :+hs/:do.         :H8x  8888  X8888     888E  888I   :~      8888.    888E '888&    ";
  360. echo "   :/y/:-h:.         8888> 888~  X8888    x888N><888'   ~       X8888    888E  9888.   ";
  361. echo "   :+++-.h:-         48'` '8*~   `8888!`   '88'  888   ...      '8888L ''888*' 4888'   ";
  362. echo "   :o/+--d--          ^-==''      `''            88F  '888k     '8888f    ''    ''     ";
  363. echo "   :++s+/m::                                    98'    8888>    <8888                  ";
  364. echo "   +/ymsody/                                ./'      `888>    X888~                    ";
  365. echo "  .yoyhsyhmd                               ~`         ''88...x8''                      ";
  366. echo "  -s/ssoyhdN`                                                                          ";
  367. echo "  -s/so+sydm:                                                                          ";
  368. echo "  -s/ooosshdo                                 +======================================+ ";
  369. echo "  :s/o+ssshdy                                 |   NUM   |    /    |    *    |    -   | ";
  370. echo "  :s/oooosydh                                 |    LK   |  SMOKE  | MOLOTOV |  ZEUS  | ";
  371. echo "  /s/so/osydd                                 |---------|---------|---------|--------| ";
  372. echo "  /s+syoosydd                                 |    7    |    8    |    9    |    +   | ";
  373. echo "  :yoyhsosshm.                                |   P90   |  FLASH  |   H.E.  |        | ";
  374. echo " `sooooosssyds                 -/-`           |---------|---------|---------|  VEST  | ";
  375. echo " `s+oooosysshm`              `/yyyy+-`        |    4    |    5    |    6    |        | ";
  376. echo "  +osooosyyhhs              :sysyhhyhyo.      | UMP .45 | CZ/TEC9 |   P250  |        | ";
  377. echo "  +sss/ssyhys-           `:oyyyyhhyhhh+       |---------|---------|---------|--------| ";
  378. echo "  /ooo/oosdso:        `-+syyyyhhhhdhy-        |    1    |    2    |    3    |  ENTER | ";
  379. echo "   :+/:+osho+:     .:+yyyysyyhhhddy/          | AK/COLT |  AUG/SG | FAM/GAL |        | ";
  380. echo "   ://-/ooh+++:/+syyyyyyyyhhhhdhy/`           |---------|---------|---------|  VEST  | ";
  381. echo "   ::/-/ooh++sdhhyyyyyyhhhhhdhs:              |         0         |    .    |   &    | ";
  382. echo "   -:/-++shy++hyyyhyyyhhhdds/.                |        AWP        |  DEFUSE |  HELM  | ";
  383. echo "   -:/-+oso+/odyhhhhhhhyo:`                   +======================================+ ";
  384. echo "   -:/-+oso/oodhhhso/-`                                                                ";
  385. echo "   -:/-++so/ssmm/-`                                                                    ";
  386. echo "   -:::/oss+oshdyy+-                                    oe              u+=~~~+u.      ";
  387. echo "   .:::/+so++y+-....                      VERSION:    .@88            z8F      `8N.    ";
  388. echo "   ./:-//so/oy/    :                              ==*88888           d88L       98E    ";
  389. echo "   .::::/s+:+ss.`.`:                                 88888           98888bu.. .@*     ";
  390. echo "   .::::+so:+oh+.``/                                 88888           '88888888NNu.     ";
  391. echo "   `/:::oos//oyosyh:`                                88888            '*8888888888i    ";
  392. echo "   `/:/:+os/:+soshhhhy+:.`                           88888            .zf''*8888888L   ";
  393. echo "    +:/:oos::/ooyyyyhhyhhys+/:.                      88888       .   d8F      ^%888E   ";
  394. echo "    /:+:ooy//+ooyhhyyysyyyyyyys                      88888     .@8c  88>        `88~   ";
  395. echo "     ./-+oy+/+syys++ssssssssss+                      88888    '%888' '%N.       d*'    ";
  396. echo "      `.:oys+os:`    `.-/ooso/`                   '**%%%%%%**   ^*      ^'====='`      ";
  397. echo "         /osooss          `.`                                                          ";
  398. echo "         :syyyyho                                                                      ";
  399. echo "         .+syyhhh/                                             .__________________.    ";
  400. echo "          oshyhhhd.         R        1        Z        K       |##################|    ";
  401. echo "          :+soydyhh`       122      061      132      153      |##   UPDATED:   ##|    ";
  402. echo "          `o/+sssshh`      OCTO                                |##  21/05/2019  ##|    ";
  403. echo "           +:/+oooydy`                                         |##################|    ";
  404. echo "          o:-://+oshmy`                                                                ";
  405. echo "          /:--://+oydNy`                                                               ";
  406. echo "          -/--://++shdms                             AUTOEXEC MADE BY: R1ZK            ";
  407. echo "          `+--::/+ooyhdm:                       http://steamcommunity.com/id/_HNR      ";
  408. echo "           /--::+ssosyhdd:                                                             ";
  409. echo "           -:-::+osoosyhdm/                           To:  `F[3]AR.exe TEAM            ";
  410. echo "            +--:/+osoosshmN/                  http://steamcommunity.com/groups/F3ARexe ";
  411. echo "            ::-:/++soooyyhmN/                                                          ";
  412. echo "            `/-:/++ossosyhhmN/                                                         ";
  413. echo "             +::/+oosyyyhhddmy                                                         ";
  414. echo "             :++osso++/:-.`                                                            ";
  415. echo "              .``                                                                      ";
  416. echo "                                                                                       ";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement