Advertisement
AsianKiwi

CSGO Autoexec.cfg

Nov 30th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 KB | None | 0 0
  1. // COPY EVERYTHING AND PUT IN AUTOEXEC.CFG
  2. // REMEMBER TO PUT FORWARD SLASHES IN FRONT OF A BIND ROW TO DISABLE THE SCRIPT
  3.  
  4. // ***** Launch Options ****
  5. // -novid -nogammaramp -threads 8 -nojoy +cl_forcepreload 1 -lv -nod3d9ex -language bananagaming -tickrate 128 +exec autoexec.cfg
  6.  
  7. // ******** Binds **********
  8. // bind "c" "use weapon_flashbang"
  9. // bind "q" "incrementvar gameinstructor_enable 0 1 1"
  10. // bind "v" "use weapon_molotov; use weapon_incgrenade;"
  11. // bind "x" "use weapon_hegrenade"
  12. // bind "z" "use weapon_smokegrenade"
  13. // bind "KP_INS" " sv_cheats 1; sv_pausable 1; pause; demo_togglepause"
  14. // bind "KP_SLASH" "radio3"
  15. // bind "KP_MULTIPLY" "radio2"
  16. // bind "KP_MINUS" "radio1"cl_showloadout "1"
  17. // bind "KP_PLUS" "cheer; compliment"
  18. // bind "KP_ENTER" "getout; sectorclear"
  19. // bind "`" "toggleconsole"
  20. // bind "BACKSPACE" "slam_play"
  21.  
  22. // ******* Crosshair *******
  23. // cl_color "25 25 25"
  24. // cl_crosshair_drawoutline "0"
  25. // cl_crosshair_dynamic_maxdist_splitratio "0.35"
  26. // cl_crosshair_dynamic_splitalpha_innermod "1"
  27. // cl_crosshair_dynamic_splitalpha_outermod "0.5"
  28. // cl_crosshair_dynamic_splitdist "5"
  29. // cl_crosshair_outlinethickness "0.5"
  30. // cl_crosshair_sniper_show_normal_inaccuracy "0"
  31. // cl_crosshair_sniper_width "1"
  32. // cl_crosshairalpha "255"
  33. // cl_crosshaircolor "7"
  34. // cl_crosshaircolor_b "64"
  35. // cl_crosshaircolor_g "255"
  36. // cl_crosshaircolor_r "64"
  37. // cl_crosshairdot "0"
  38. // cl_crosshairgap "-10"
  39. // cl_crosshairgap_useweaponvalue "0"
  40. // cl_crosshairscale "0"
  41. // cl_crosshairsize "3.17"
  42. // cl_crosshairstyle "5"
  43. // cl_crosshairthickness "0.250000"
  44. // cl_crosshairusealpha "1"
  45. // cl_fixedcrosshairgap "0"
  46. // cl_crosshairstyle "5"
  47. // cl_crosshairthickness "0.250000"
  48. // cl_crosshairusealpha "1"
  49.  
  50. // ********** Hud **********
  51. // cl_hud_background_alpha "0.500000"
  52. // cl_hud_bomb_under_radar "1"
  53. // cl_hud_color "4"
  54. // cl_hud_healthammo_style "0"
  55. // cl_hud_playercount_pos "0"
  56. // cl_hud_playercount_showcount "0"
  57. // cl_hud_radar_scale "1.005000"
  58. // hud_scaling "0.851000"
  59. // hud_showtargetid "1"
  60. // hud_takesshots "0"
  61.  
  62. // ******** Radar **********
  63. // cl_radar_always_centered "0"
  64. // cl_radar_icon_scale_min "0.6"
  65. // cl_radar_rotate "1"
  66. // cl_radar_scale "0.42"
  67. // cl_radar_square_with_scoreboard "1"
  68.  
  69. // ******* Viewmodel *******
  70. // viewmodel_fov "68"
  71. // viewmodel_offset_x "2.500000"
  72. // viewmodel_offset_y "2.000000"
  73. // viewmodel_offset_z "2"
  74. // viewmodel_presetpos "0"
  75.  
  76. // *********** Radar **********
  77. //Increase Decrease Radar Size
  78. //alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  79. //alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  80. //bind "f" "+radar;+lookatweapon"
  81.  
  82. // ****** Netgraph ********
  83. //Show netgraph when checking scoreboard
  84. net_graph "1"
  85. net_graphheight "9999"
  86. alias "+scorenet" "+showscores; net_graphheight 0"
  87. alias "-scorenet" "-showscores; net_graphheight 9999"
  88. bind "TAB" "+scorenet"
  89.  
  90. // ******* Damage *******
  91. //Display Damage with Switch Script
  92. alias displaydamage "displaydamage_on"
  93. con_filter_text status
  94. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 2; alias displaydamage "displaydamage_off""
  95. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  96. bind "f5" "displaydamage"
  97. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  98.  
  99. // ***** Smoke Lines******
  100. //Show Help Lines
  101. alias "-crosshairsmoke" "cl_crosshairsize 3.17;cl_crosshairdot 0;cl_crosshairgap -10; cl_crosshairstyle 5;"
  102. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap -7; cl_crosshairstyle 4;"
  103. // Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
  104. // Don’t change the second line.
  105.  
  106. // Setting Crosshairsmoke to a toggle
  107. alias togglecrosshairsmoke "enablecrosshairsmoke";
  108. alias enablecrosshairsmoke "alias togglecrosshairsmoke disablecrosshairsmoke; +crosshairsmoke"
  109. alias disablecrosshairsmoke "alias togglecrosshairsmoke enablecrosshairsmoke; -crosshairsmoke"
  110. bind rctrl togglecrosshairsmoke;
  111. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  112.  
  113. // ****** Jump Throws *******
  114. //Jump Throws Nigga
  115. alias "+nosilver" "+jump;-attack;-attack2"
  116. alias "-nosilver" "-jump"
  117. bind t "+nosilver"
  118.  
  119. // ******** Yeet **********
  120. // Sensitivity Yeet
  121. alias "+Yeet" "sensitivity 420"
  122. alias "-yeet" "sensitivity 2.5"
  123. bind alt "+yeet"
  124.  
  125. // ******* Bhop ********
  126. // Switch mousewheel to jump or switch inventory
  127. alias bhopswitch "enablebhop";
  128. alias enablebhop "alias bhopswitch disablebhop; bind mwheelup +jump; bind mwheeldown +jump; playvol buttons\blip1 2"
  129. alias disablebhop "alias bhopswitch enablebhop; bind mwheelup invprev; bind mwheeldown invnext; playvol buttons\blip2 0.5"
  130. bind mouse3 bhopswitch;
  131.  
  132. //******* Spray Menu *******
  133. alias togglespraymenu "enablespraymenu";
  134. alias enablespraymenu "alias togglespraymenu disablespraymenu; +spray_menu"
  135. alias disablespraymenu "alias togglespraymenu enablespraymenu; -spray_menu"
  136. bind rctrl togglespraymenu;
  137.  
  138. // ****** Team See ***********
  139. alias toggleequip "enableequip";
  140. alias enableequip "alias toggleequip disableequip; cl_teamid_overhead_always 1"
  141. alias disableequip "alias toggleequip enableequip; +cl_show_team_equipment"
  142. bind end toggleequip
  143.  
  144. // ********* FF **********
  145. // Makes Game faster to cut waiting times
  146. alias "+ff" "host_timescale 2"
  147. alias "-ff" "host_timescale 1.0"
  148. bind rightarrow "+ff"
  149.  
  150. // ********* SlowMo *********
  151. // Makes Game SloMo for cool Matrix effect lmao
  152. alias "+slomo" "host_timescale 0.6"
  153. alias "-slomo" "host_timescale 1.0"
  154. bind leftarrow "+slomo"
  155.  
  156. // ******* Nightcore ********
  157. // Main menu Nightcore music
  158. alias "nightcore" "sv_cheats 1; host_timescale 1.5"
  159.  
  160. // ******** Bomb Drop *********
  161. // INSTANT C4 DROP
  162. // bind "✪" "use weapon_knife;use weapon_c4;drop"
  163.  
  164. // ******* Hold look *********
  165. // Makes looking at wep longer
  166. alias "lookhold" "+lookatweapon"
  167. // alias +weplook "bind f lookhold";
  168. // alias -weplook "bind f +lookatweapon";
  169. // bind shift "+weplook";
  170. bind f lookhold
  171.  
  172. // ********* AFK **********
  173. alias "+afk" "+forward; +right"
  174. alias "-afk" "-forward; -right
  175. // bind ralt "+afk"
  176.  
  177. // ******** Shitpost ********
  178. alias "trashtalker" "trashtalk1"
  179. alias "trashtalk1" "say Choose your excuse: 1.Lags | 2.New mouse | 3.Low FPS | 4.Low team | 5.Hacker | 6.Lucker | 7.Smurf | 8.Hitbox | 9.Tickrate.; alias trashtalker trashtalk2"
  180. alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
  181. alias "trashtalk3" "say I would say your aim is cancer but cancer kills; alias trashtalker trashtalk4"
  182. alias "trashtalk4" "say I want my team to be at my funeral to let me down one last time.; alias trashtalker trashtalk5"
  183. alias "trashtalk5" "say How long does it take your mother to shit? 9 Months; alias trashtalker trashtalk6"
  184. alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
  185. alias "trashtalk7" "say Y'all should join IBP's team with that kind of throw.; alias trashtalker trashtalk8"
  186. alias "trashtalk8" "say Ethiopia could eat for a week the way you're feeding; alias trashtalker trashtalk9"
  187. alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
  188. alias "trashtalk10" "say Life with Parkinsons must be really difficult; alias trashtalker trashtalk11"
  189. alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
  190. alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
  191. alias "trashtalk13" "say Your kill list is shorter than a list of french war heroes; alias trashtalker trashtalk14"
  192. alias "trashtalk14" "say Options -> How To Play; alias trashtalker trashtalk15"
  193. alias "trashtalk15" "say How much did you tag that wall for??; alias trashtalker trashtalk16"
  194. alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
  195. alias "trashtalk17" "say Your K/D would vastly improve if you killed yourself; alias trashtalker trashtalk18"
  196. alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
  197. alias "trashtalk19" "say Nice $4750 decoy; alias trashtalker trashtalk20"
  198. alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
  199. alias "trashtalk21" "say Is your monitor on; alias trashtalker trashtalk22"
  200. alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
  201. alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
  202. alias "trashtalk24" "say You make Casey Anthony look bad at choking; alias trashtalker trashtalk25"
  203. alias "trashtalk25" "say The only thing you carry is an extra chromosome.; alias trashtalker trashtalk26"
  204. alias "trashtalk26" "say I don't know what gets less hits... your aim or your online dating profile; alias trashtalker trashtalk27"
  205. alias "trashtalk27" "say If I wanted to suicide, i'd jump from your ego to your elo; alias trashtalker trashtalk28"
  206. alias "trashtalk28" "say My shoes have more support than you've given me.; alias trashtalker trashtalk29"
  207. alias "trashtalk29" "say Safest place for us to stand is in front of your gun; alias trashtalker trashtalk30"
  208. alias "trashtalk30" "say is that a decoy, or are you trying to shoot somebody?; alias trashtalker trashtalk31"
  209. alias "trashtalk31" "say gg; alias trashtalker trashtalk32"
  210. alias "trashtalk32" "say You must be pretty strong if you were able to climb out of the abortion bin; alias trashtalker trashtalk33"
  211. alias "trashtalk33" "say deranking?; alias trashtalker trashtalk34"
  212. alias "trashtalk34" "say You failed, just like your dad's condom; alias trashtalker trashtalk35"
  213. alias "trashtalk35" "say Your mom should've swallowed you; alias trashtalker trashtalk36"
  214. alias "trashtalk36" "say How much did you tag that wall for?; alias trashtalker trashtalk37"
  215. alias "trashtalk37" "say I hope you have a beautiful daughter that dies of cancer; alias trashtalker trashtalk38"
  216. alias "trashtalk38" "say Buy sound next time; alias trashtalker trashtalk39"
  217. alias "trashtalk39" "say Is your ass jealous from all the shit coming out your mouth; alias trashtalker trashtalk40"
  218. alias "trashtalk40" "say You can't even carry groceries in from the car; alias trashtalker trashtalk41"
  219. alias "trashtalk41" "say I kissed your mom last night. Her breath was globally offensive; alias trashtalker trashtalk42"
  220. alias "trashtalk42" "say Hows your wife and my kids?; alias trashtalker trashtalk43"
  221. alias "trashtalk43" "say Did you learn your spray downs in a bukkake video?; alias trashtalker trashtalk44"
  222. alias "trashtalk44" "say I'd call you an asshole but they serve a purpose; alias trashtalker trashtalk45"
  223. alias "trashtalk45" "say Why dont you slip into something more comfortable, like a coma; alias trashtalker trashtalk46"
  224. alias "trashtalk46" "say I wish you were retarded, then you'd actually have a valid excuse for your incompetence; alias trashtalker trashtalk47"
  225. alias "trashtalk47" "say Did your parents have any children that lived?; alias trashtalker trashtalk48"
  226. alias "trashtalk48" "say You're your own punishment in life; alias trashtalker trashtalk49"
  227. alias "trashtalk49" "say ; alias trashtalker trashtalk50"
  228. alias "trashtalk50" "say You're a inspiration for birth control; alias trashtalker trashtalk1"
  229. bind "KP_END" "trashtalker"
  230.  
  231. // ******* Bel Air ************
  232. alias "freshprince" "bel1"
  233. alias "bel1" "say Now, this is a story all about how; alias bel2"
  234. alias "bel2" "say My life got flipped-turned upside down; alias bel3"
  235. alias "bel3" "say And I'd like to take a minute; alias bel4"
  236. alias "bel4" "say Just sit right there; alias bel5"
  237. alias "bel5" "say I'll tell you how I became the prince of a town called Bel Air; alias bel6"
  238. alias "bel6" "say In west Philadelphia born and raised; alias bel7"
  239. alias "bel7" "say On the playground was where I spent most of my days; alias bel8"
  240. alias "bel8" "say Chillin' out maxin' relaxin' all cool; alias bel9"
  241. alias "bel9" "say And all shootin some b-ball outside of the school?; alias bel10"
  242. alias "bel10" "say When a couple of guys who were up to no good; alias bel11"
  243. alias "bel11" "say Started making trouble in my neighborhood; alias bel12"
  244. alias "bel12" "say I got in one little fight and my mom got scared; alias bel13"
  245. alias "bel13" "say She said 'You're movin' with your auntie and uncle in Bel Air'; alias bel14"
  246. alias "bel14" "say I begged and pleaded with her day after day; alias bel15"
  247. alias "bel15" "say But she packed my suit case and sent me on my way; alias bel16"
  248. alias "bel16" "say She gave me a kiss and then she gave me my ticket.; alias bel17"
  249. alias "bel17" "say I put my Walkman on and said, 'I might as well kick it'.; alias bel18"
  250. alias "bel18" "say First class, yo this is bad; alias bel19"
  251. alias "bel19" "say Drinking orange juice out of a champagne glass.; alias bel20"
  252. alias "bel20" "say Is this what the people of Bel-Air living like?; alias bel21"
  253. alias "bel21" "say Hmmmmm this might be alright.; alias bel22"
  254. alias "bel22" "say But wait I hear they're prissy, bourgeois, all that; alias bel23"
  255. alias "bel23" "say Is this the type of place that they just send this cool cat?; alias bel24"
  256. alias "bel24" "say I don't think so; alias bel25"
  257. alias "bel25" "say I'll see when I get there; alias bel26"
  258. alias "bel26" "say I hope they're prepared for the prince of Bel-Air; alias bel27"
  259. alias "bel27" "say Well, the plane landed and when I came out; alias bel28"
  260. alias "bel28" "say There was a dude who looked like a cop standing there with my name out; alias bel29"
  261. alias "bel29" "say I ain't trying to get arrested yet; alias bel30"
  262. alias "bel30" "say I just got here; alias bel31"
  263. alias "bel31" "say I sprang with the quickness like lightning, disappeared; alias bel32"
  264. alias "bel32" "say I whistled for a cab and when it came near; alias bel33"
  265. alias "bel33" "say The license plate said fresh and it had dice in the mirror; alias bel34"
  266. alias "bel34" "say If anything I could say that this cab was rare; alias bel35"
  267. alias "bel35" "say But I thought 'Nah, forget it' - 'Yo, homes to Bel Air'; alias bel36"
  268. alias "bel36" "say I pulled up to the house about 7 or 8; alias bel37"
  269. alias "bel37" "say And I yelled to the cabbie 'Yo homes smell ya later'; alias bel38"
  270. alias "bel38" "say I looked at my kingdom; alias bel39"
  271. alias "bel39" "say I was finally there; alias bel40"
  272. alias "bel40" "say To sit on my throne as the Prince of Bel Air ; alias bel1"
  273. bind "KP_END" "freshprince"
  274.  
  275. // ******** Memes **********
  276. alias "meme" "meme1"
  277. alias "meme1" "say Think you're doing good? You can do better at EzFrags.co.uk!!; alias meme
  278.  
  279. // ******* Pro View ********
  280. // 1.6 Viewmodel
  281. // viewmodel_fov "65"
  282. // viewmodel_offset_x "2"
  283. // viewmodel_offset_y "2"
  284. // viewmodel_offset_z "-2"
  285.  
  286. // ********* Etc **********
  287. rate 128000
  288. cl_updaterate 128
  289. cl_cmdrate 128
  290. cl_showloadout 1
  291. cl_loadout_colorweaponnames 1
  292. cl_join_advertise 2
  293. cl_showloadout "1"
  294. zoom_sensitivity_ratio_mouse "1.0"
  295. cl_showpos 1
  296. // engine_no_focus_sleep "0"
  297. voice_loopback 1
  298. voice_enable 1
  299. exec slam
  300.  
  301. // displaydamage
  302. // nightcore
  303.  
  304. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement