Advertisement
Furby87

CS:GO Autoexec Feb2k18

Feb 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.14 KB | None | 0 0
  1. clear
  2. rate 128000
  3. cl_cmdrate 128
  4. cl_updaterate 128
  5. cl_interp 0
  6. cl_interp_ratio 1
  7.  
  8.  
  9. //////////////////////////
  10. // Crosshairsettings //
  11. //////////////////////////
  12.  
  13. cl_crosshairsize 2
  14. cl_crosshairthickness 0.75
  15. cl_crosshairalpha 255
  16. cl_crosshair_drawoutline "0"
  17. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  18. cl_crosshair_dynamic_splitalpha_innermod "1"
  19. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  20. cl_crosshair_dynamic_splitdist "5"
  21. cl_crosshair_outlinethickness "0.100000"
  22. cl_crosshairalpha "255"
  23. cl_crosshaircolor "1"
  24. cl_crosshaircolor_b "0"
  25. cl_crosshaircolor_g "0"
  26. cl_crosshaircolor_r "0"
  27. cl_crosshairdot "0"
  28. cl_crosshairgap "-1.5"
  29. cl_crosshairgap_useweaponvalue "0"
  30. cl_crosshairscale "1"
  31. cl_crosshairstyle "5"
  32. cl_crosshairthickness "0.75"
  33. cl_crosshairusealpha "1"
  34.  
  35. //////////////////////
  36. // other Settings //
  37. //////////////////////
  38.  
  39. hud_takesshots "1"
  40.  
  41. fps_max 999
  42.  
  43. mat_hdr_enabled 0
  44. cl_radar_scale 0.5
  45. cl_lagcompensation 1
  46.  
  47. mat_monitorgamma_tv_enabled "0" // Turn off TV Mode for less off-set light
  48.  
  49. viewmodel_presetpos 4
  50. viewmodel_fov 65
  51. viewmodel_offset_x 1.5
  52. viewmodel_offset_y 2
  53. viewmodel_offset_z -1.5
  54.  
  55. cl_bobamt_lat "0.1"
  56. cl_bobamt_vert "0.1"
  57. // Entfernt die Verschiebung des Arms beim kriechen.
  58. cl_bobcycle "2"
  59. cl_viewmodel_shift_left_amt "0"
  60. cl_viewmodel_shift_right_amt "0"
  61. // "0.98" is enforced by ESEA/ESL
  62. cl_viewmodel_shift_left_amt "0.5"
  63. // Reduce gun shifting when crouching
  64. cl_viewmodel_shift_right_amt "0.5"
  65. // Reduce gun shifting when crouching
  66. cl_bob_lower_amt "0"
  67.  
  68.  
  69. con_enable „1“ // Konsole aktivieren
  70. cl_playerspray_auto_apply "0"
  71.  
  72. lobby_voice_chat_enabled "0" // Turns microphone off in lobby, really useful
  73.  
  74. // Make sure mouse is using "Raw Input" & "No Acceleration"
  75. m_rawinput "0" // Enable/disable Raw Input for perfect precision (Raw input is unavailable on OSX)
  76. m_mouseaccel2 "0" // Disables windows mouse acceleration initial threshold, safety precaution
  77. m_mouseaccel1 "0" // Disables windows mouse acceleration initial threshold, safety precaution
  78. m_customaccel "0" // Custom mouse acceleration disabled
  79. m_mousespeed "0" // Windows mouse acceleration disabled, just for precaution
  80.  
  81. // No Tutorial or Info Messages - Can give FPS BOOST and is also very annoying
  82. gameinstructor_enable "0" // Removes in game lessons
  83. cl_showhelp "0" // Removes on-screen help
  84. cl_autohelp "0" // Removes automatic help
  85. cl_disablefreezecam "1" // Disables Freezecam, very important to have off
  86. cl_disablehtmlmotd "1" // Removes "Message of the day" page when joining a server
  87. cl_autohelp „0“ // disable ingame popups
  88. cl_showhelp „0“ // disable ingame popups
  89. cl_autowepswitch „0“ // disable auto switch to picked up weapon
  90. cl_forcepreload „1“ // Forces the game to load all the sound and art assets on map load.
  91. cl_disablehtmlmotd „1“ // disables those annoying ads when connecting to a server
  92. cl_disablefreezecam „1“ // Disables the annoying camera freeze on death
  93. r_drawtracers_firstperson „0“ // disable tracers in your point of view. Enemy tracers are still visible
  94. mat_savechanges
  95.  
  96. //////////////
  97. // Binds //
  98. //////////////
  99. bind "K" "+strafe"
  100.  
  101. bind "DEL" "+lookspin"
  102.  
  103. bind "shift" "+speed; r_cleardecals; // Cleares Decals when sneaking
  104.  
  105. bind "x" "use weapon_c4;drop;say_team Bomb is dropped. // X = Drop C4
  106.  
  107. bind "f" "+lookatweapon" // Inspect your weapon with F
  108. bind "." "toggle cl_righthand 0 1" // Linke (0) oder rechte Hand (1)
  109.  
  110. bind P "say Open scoreboard > Click my name > Select Commend > Tick all 3 boxes > Click OK > EZ WIN > ENJOY!"
  111.  
  112. // Fastswitch //
  113. alias "+knife" "slot3"
  114. alias "-knife" "lastinv"
  115. bind "c" "+knife" // Bind to whatever you prefer (Default C)
  116.  
  117. // Jumpthrow //
  118. alias +jumpthrow "+jump; -attack; -attack2"
  119. alias -jumpthrow -jump
  120. // bind "v" "+jumpthrow" // Bind to whatever you prefer (Default V)
  121.  
  122. // CrouchJump //
  123. alias "+jumpduck" "+jump;+duck"
  124. alias "-jumpduck" "-jump;-duck"
  125. bind space "+jumpduck" // Bind to whatever you prefer (Default Space)
  126. // Crouchjump toggle key //
  127.  
  128.  
  129.  
  130. // crosshair lineup //
  131. alias -ch_line "cl_crosshairsize 5; cl_crosshairgap -2.5; alias crosshairswitch crosshair1"
  132. alias +ch_line "cl_crosshairsize 9999;"
  133. bind h +ch_line // Bind to whatever you prefer (Default H)
  134.  
  135. ///////////////////////////
  136. // Netgraph + Scoreboard //
  137. ///////////////////////////
  138.  
  139. alias "+scorenet" "+showscores; net_graphheight 0"
  140. alias "-scorenet" "-showscores; net_graphheight 990"
  141. bind "TAB" "+scorenet" // Bind to whatever you prefer (Default TAB)
  142.  
  143.  
  144. /////////////////////////////////////
  145. // Display Advanced Damage Details //
  146. /////////////////////////////////////
  147.  
  148. alias displaydamage "displaydamage_on"
  149. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttonsclip1 0.5; alias displaydamage "
  150. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttonsclip2 0.5; alias displaydamage "
  151. bind "F5" "displaydamage" // Bind to whatever you prefer (Default F5)
  152.  
  153.  
  154. ////////////
  155. // Aliase //
  156. ////////////
  157.  
  158. alias rs say_team !rs
  159. alias ONE say that was a ONE on my Screen
  160.  
  161. alias clangnf cl_clanid "6506933" // Set Clan to ::GNF::
  162. alias noclan cl_clanid "0" // No Clan
  163. alias clandignitas cl_clanid "4049" // set Clan to Dignitas
  164. alias clananon cl_clanid "5544868" // set Clan to G-Anonymous
  165.  
  166. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  167. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  168.  
  169. alias "warmup" "sv_cheats 1;god;mp_warmup_start;mp_warmup_pausetimer 1;mp_autoteambalance 0;mp_limitteams 0;mp_buy_anywhere 1;mp_randomspawn 1;mp_spawnprotectiontime 0;mp_respawn_immunitytime 0;sv_infinite_ammo 1;bot_quota_mode normal;bot_difficulty 3;bot_dont_shoot 1;bot_kick;mp_restartgame 1;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;impulse 101" // bot warmup mode
  170.  
  171.  
  172. alias bombshow gameinstructor_enable "1"; echo gameinstructor help enabled
  173. alias bombshowoff gameinstructor_enable "0" echo gameinstructor help disabled
  174. alias instructor toggle gameinstructor_enable 1 0
  175.  
  176. alias sound "sv_cheats 1;snd_setmixer Ambient vol 0.0; snd_headphone_pan_exponent 2.0; snd_front_headphone_position 45.0; snd_rear_headphone_position 135.0; snd_setmixer PlayerFootsteps vol 0.1; snd_setmixer GlobalFootsteps vol 1.2
  177. alias training "bot_kick;mp_buytime 9999;mp_startmoney 16000;mp_roundtime 9999;sv_cheats 1;mp_freezetime 0;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1;sv_showimpacts 1;mp_restartgame 1"
  178.  
  179. alias practice "sv_cheats 1; sv_infinite_ammo 2; sv_grenade_trajectory 1; mp_buy_anywhere 1; mp_roundtime 60; mp_roundtime_defuse 60; mp_roundtime_hostage 60; bot_zombie 1; bot_freeze 1; bot_stop 1; mp_autoteambalance 0; impulse 101; mp_warmup_end; mp_buytime 900000; sv_regeneration_force_on 1; sv_showimpacts 1;ammo_grenade_limit_total 6; give weapon_flashbang; give weapon_decoy; give weapon_smokegrenade; give weapon_incgrenade; give weapon_hegrenade"
  180.  
  181. alias buydrop "buy ak47;slot1;drop"
  182.  
  183. alias "dc" "disconnect"
  184. alias "execme" "exec slam; exec autoexec"
  185. alias "infoz" "status;users"
  186. alias "infammo" "toggle sv_infinite_ammo"
  187.  
  188. // Nick Aliase //
  189. alias nickFurbytv name "FurbyTV┌∩┐(◣_◢)┌∩┐ pvpro.com"
  190. alias nickstoned name "StonedFurby"
  191.  
  192. // sound_toggles //
  193. alias mute "volume 0; echo ~~~~volume_off~~~~; "
  194. alias unmute "volume 0.2; echo ~~~~volume_on~~~~; "
  195. alias voicemute "voice_enable 0; echo ~~~~voice_off~~~~; say_team voice_enable 0; "
  196. alias voiceunmute "voice_enable 1; echo ~~~~voice_on~~~~; say_team voice_enable 1; "
  197.  
  198. // ToggleWalk //
  199. alias toggleWalk walkOn
  200. alias walkOn "alias toggleWalk walkOff; +speed; r_cleardecals;"
  201. alias walkOff "alias toggleWalk WalkOn; -speed; r_cleardecals;"
  202.  
  203. alias +wAttack "+attack; walkOff; spec_next"
  204. alias -wAttack "-attack"
  205.  
  206. bind shift toggleWalk
  207. bind mouse1 +wAttack
  208.  
  209.  
  210. // /*_______________
  211. // | Adjust Voice Scale |
  212. // ¯¯
  213.  
  214.  
  215. // alias "ngmin" "voice_scale 0;echo |*__________| VOICE 0% MINIMUM!;alias ngup ng1;alias ngdn ngmin"
  216. // alias "ng1" "voice_scale 0.1;echo |_*_________| VOICE 10%;alias ngup ng2;alias ngdn ngmin"
  217. // alias "ng2" "voice_scale 0.2;echo |__*________| VOICE 20%;alias ngup ng3;alias ngdn ng1"
  218. // alias "ng3" "voice_scale 0.3;echo |___*_______| VOICE 30%;alias ngup ng4;alias ngdn ng2"
  219. // alias "ng4" "voice_scale 0.4;echo |____*______| VOICE 40%;alias ngup ng5;alias ngdn ng3"
  220. // alias "ng5" "voice_scale 0.5;echo |_____*_____| VOICE 50%;alias ngup ng6;alias ngdn ng4"
  221. // alias "ng6" "voice_scale 0.6;echo |______*____| VOICE 60%;alias ngup ng7;alias ngdn ng5"
  222. // alias "ng7" "voice_scale 0.7;echo |_______*___| VOICE 70%;alias ngup ng8;alias ngdn ng6"
  223. // alias "ng8" "voice_scale 0.8;echo |________*__| VOICE 80%;alias ngup ng9;alias ngdn ng7"
  224. // alias "ng9" "voice_scale 0.9;echo |_________*_| VOICE 90%;alias ngup ng10;alias ngdn ng8"
  225. // alias "ng10" "voice_scale 1;echo |__________*| VOICE 100% MAXIMUM!;alias ngdn ng9"
  226. // alias "ngup" "ng1"
  227. // alias "ngdn" "ng1"
  228. // bind "KP_PLUS" "ngup"
  229. // bind "KP_MINUS" "ngdn"
  230.  
  231. */
  232. alias "ak" "give weapon_ak47"
  233. alias "m4" "give weapon_m4a1"
  234. alias "m4a1" "give weapon_m4a1_silencer"
  235. alias "galil" "give weapon_galilar"
  236. alias "famas" "give weapon_famas"
  237. alias "aug" "give weapon_aug"
  238. alias "sg" "give weapon_sg556"
  239. alias "tec" "give weapon_tec9"
  240. alias "fiveseven" "give weapon_fiveseven"
  241. alias "cz" "give weapon_cz75a"
  242. alias "beretty" "give weapon_elite"
  243. alias "dual" "give weapon_elite"
  244. alias "p2000" "give weapon_hkp2000"
  245. alias "usp" "give weapon_usp_silencer"
  246. alias "glock" "give weapon_glock"
  247. alias "deagle" "give weapon_deagle"
  248. alias "p250" "give weapon_p250"
  249. alias "mp9" "give weapon_mp9"
  250. alias "mac10" "give weapon_mac10"
  251. alias "uzi" "give weapon_mac10"
  252. alias "mp7" "give weapon_mp7"
  253. alias "bizon" "give weapon_bizon"
  254. alias "ump" "give weapon_ump45"
  255. alias "mag7" "give weapon_mag7"
  256. alias "swag7" "give weapon_mag7"
  257. alias "sawedoff" "give weapon_sawedoff"
  258. alias "sawnoff" "give weapon_sawedoff"
  259. alias "soff" "give weapon_sawedoff"
  260. alias "sawed" "give weapon_sawedoff"
  261. alias "sawn" "give weapon_sawedoff"
  262. alias "nova" "give weapon_nova"
  263. alias "xm" "give weapon_xm1014"
  264. alias "xm1014" "give weapon_xm1014"
  265. alias "awp" "give weapon_awp"
  266. alias "scout" "give weapon_ssg08"
  267. alias "scar" "give weapon_scar20"
  268. alias "scar20" "give weapon_scar20"
  269. alias "g3" "give weapon_g3sg1"
  270. alias "c4" "give weapon_c4"
  271. alias "paka" "give weapon_c4"
  272. alias "negev" "give weapon_negev"
  273. alias "m249" "give weapon_m249"
  274. alias "revolver" "give weapon_revolver"
  275.  
  276.  
  277. //////////////////
  278. // Voice Toggle //
  279. //////////////////
  280.  
  281. alias "togglevoice" "togglev"
  282. alias "togglev" "voice_1"
  283. alias "voice_1" "voice_scale 0.2; playvol buttonsclip1 0.5; alias togglev voice_0"
  284. alias "voice_0" "voice_scale 0.0; playvol buttonsclip2 0.5; alias togglev voice_1"
  285.  
  286.  
  287. //////////////////
  288. // Chat-toggle //
  289. //////////////////
  290.  
  291. // bind "F12" chattoggle // Bind to whatever you prefer (Default F12)
  292. alias chattoggle chat_off
  293. alias chat_off "hud_saytext_time 0; say_team CHAT AUSGESCHALTET!; alias chattoggle chat_on"
  294. alias chat_on "hud_saytext_time 12; say_team CHAT WIEDER EINGESCHALTET!; alias chattoggle chat_off"
  295.  
  296.  
  297. //////////////////////////////////
  298. // Executing secondary scripts. //
  299. //////////////////////////////////
  300.  
  301. exec buyscript.cfg // Custom numpad buyscript.
  302. exec chstyles.cfg // Custom crosshairs.
  303. exec trashtalk.cfg // Trashtalk script.
  304. exec HUD.cfg // Hud config.
  305.  
  306.  
  307. ///////////////
  308. // NETGRAPGH //
  309. ///////////////
  310.  
  311. net_graph 1 // Netgraph anzeigen
  312. net_graphproportionalfont „0“ // Textgrösse (0=klein/1=gross)
  313. net_graphheight 990 // Höhe Positionierung
  314. net_graphpos 1 // Positionierung
  315.  
  316.  
  317.  
  318.  
  319. host_writeconfig // Fixes bug of autoexec not working on startup.
  320.  
  321.  
  322.  
  323.  
  324. echo "bugd:remove any displaying bugs"
  325. alias "bugd" "record bugremovrcrd;stop"
  326. host_writeconfig
  327. echo "---------------------"
  328. echo "|..Furby autoexec Loaded..|"
  329. echo "---------------------"
  330.  
  331. // _______________
  332. // | Echo |
  333. //
  334. echo "░░░░░░░░░░░░░██ "
  335. echo "░░░░░░░░░░░░█░░█ "
  336. echo "░░░░░░░░░░░░█░░█ "
  337. echo "░░░░░░░░░░░█░░░█ "
  338. echo "░░░░░░░░░░█░░░░█ "
  339. echo "████████▄▄█░░░░░███████████▄"
  340. echo "▓▓▓▓▓▓▓█░░░░░░░░░░░░░░░░░░░█"
  341. echo "▓▓▓▓▓▓▓█░░█░░░█▀█░█▀▀░█▀█░░░█"
  342. echo "▓▓▓▓▓▓▓█▀▀█▀▀░█▀▄░█▀░░█▀▀░░░█"
  343. echo "▓▓▓▓▓▓▓█░░█░░░▀░▀░▀▀▀░▀░░░░█"
  344. echo "▓▓▓▓▓▓▓█░░░░░░░░░░░░░░░░░░█"
  345. echo "▓▓▓▓▓▓▓█████░░░░░░░░░░░░░█ "
  346. echo "███████▀░░░░▀▀█████"
  347.  
  348. echo "░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░"
  349. echo "░░░░░░░██████╗░███████╗██████╗░░"
  350. echo "░░██╗░░██╔══██╗██╔════╝██╔══██╗░"
  351. echo "██████╗██████╔╝█████╗░░██████╔╝░"
  352. echo "╚═██╔═╝██╔══██╗██╔══╝░░██╔═══╝░░"
  353. echo "░░╚═╝░░██║░░██║███████╗██║░░░░░░"
  354. echo "░░░░░░░╚═╝░░╚═╝╚══════╝╚═╝░░░░░░"
  355. echo "░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░"
  356.  
  357. echo " :. "
  358. echo " ;@@. "
  359. echo " '@@ ` "
  360. echo " `@@@@#@#@@@,: "
  361. echo " +@@@@@'#` "
  362. echo " +@@@@@#@` "
  363. echo " ;@@@@##@+ "
  364. echo " '@@@@@`` "
  365. echo " .@@@@@` "
  366. echo " ,@@@@+ ````` ````` "
  367. echo " #@@@@@# #@@@@@@` ,@@@@; @@@@@@@. +@@@@@@..."
  368. echo " .@+:::::`.@;,,,,,` ;@@@@@` :@``````` @,````#' "
  369. echo " .@; .@;,,,,` :@@,@@# :@`.````` @: @; "
  370. echo " .@; #@@@@@@, +@, ;@@` :@`.@@@@; @: @; "
  371. echo " .@; `````@' #@ ,@. :@` @; @: @; "
  372. echo " .@#+++++.`+'''''@; ,@. '@` ,@;;;;;@; @',,,,@; "
  373. echo " '@@@@@+ '@@@@@# +@` ;@` +@@@@@# :@@@@@# "
  374. echo " @# `@` "
  375. echo " @` @` "
  376. echo " .@ :@@: "
  377. echo " Furby'S AUTOEXEC LOADED SUCCESSFULLY "
  378.  
  379. // --------------------------------------------------------
  380. // End Autoexec Code
  381. // --------------------------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement