Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. clear
  2. echo loading autoexec...
  3. bind "0" "slot10"
  4. bind "1" "slot1"
  5. bind "2" "slot2"
  6. bind "3" "slot3"
  7. bind "4" "slot4"
  8. bind "5" "slot5"
  9. bind "6" "slot6"
  10. bind "7" "slot7"
  11. bind "8" "slot8"
  12. bind "9" "slot9"
  13. bind "a" "+moveleft"
  14. bind "b" "buymenu"
  15. bind "c" "radio3"
  16. bind "d" "+moveright"
  17. bind "e" "+use"
  18. bind "f" "+lookatweapon"
  19. bind "g" "drop"
  20. bind "m" "teammenu"
  21. bind "h" "+spray_menu"
  22. bind "q" "lastinv"
  23. bind "r" "+reload"
  24. bind "s" "+back"
  25. bind "w" "+forward"
  26. bind "x" "radio2"
  27. bind "y" "messagemode"
  28. bind "z" "messagemode2"
  29. bind "`" "toggleconsole"
  30. bind "\" "toggleconsole"
  31. bind "SPACE" "+Jump"
  32. bind "TAB" "+showscores"
  33. bind "ESCAPE" "cancelselect"
  34. bind "DEL" "mute"
  35. bind "PAUSE" "pause"
  36. bind "SHIFT" "+speed;r_cleardecals"
  37. bind "CTRL" "+Duck"
  38. bind "F1" "autobuy"
  39. bind "F2" "rebuy"
  40. bind "F9" "jpeg"
  41. bind "F10" "quit prompt"
  42. bind "MOUSE1" "+attack"
  43. bind "MOUSE2" "+attack2"
  44. bind "MOUSE4" "+voicerecord"
  45. bind "n" "radio1"
  46. bind "ENTER" "smile_"
  47. bind "F8" "troll_"
  48. bind "F9" "trol_"
  49. bind "F10" "b_"
  50. bind "F11" "c_"
  51. bind "MOUSE5" "use weapon_smokegrenade"
  52. bind "MOUSE3" "slot10"
  53. bind "t" "use weapon_flashbang"
  54.  
  55. //BUYMENU
  56. bind "KP_INS" "buy vesthelm;buy vest"
  57. bind "KP_END" "buy m4a1;buy ak47;buy vesthelm;buy vest;buy defuser"
  58. bind "KP_DOWNARROW" "buy famas;buy galilar;buy vesthelm;buy vest;buy defuser"
  59. alias "incgrenade/molotov" "buy incgrenade;buy molotov"
  60. bind "KP_LEFTARROW" "incgrenade/molotov"
  61. bind "KP_PGDN" "buy defuser"
  62. bind "KP_5" "buy awp;say_team AWP"
  63. bind "KP_RIGHTARROW" "buy deagle"
  64. bind "KP_HOME" "buy hegrenade"
  65. bind "KP_UPARROW" "buy flashbang"
  66. bind "KP_PGUP" "buy smokegrenade"
  67. bind "p" "buy vesthelm;buy vest"
  68. bind "," "buy m4a1;buy ak47;buy vesthelm;buy vest;buy defuser"
  69. bind "." "buy famas;buy galilar;buy vesthelm;buy vest;buy defuser"
  70. alias "incgrenade/molotov" "buy incgrenade;buy molotov"
  71. bind "j" "incgrenade/molotov"
  72. bind "-" "buy defuser"
  73. bind "k" "buy awp;say_team AWP"
  74. bind "l" "buy deagle"
  75. bind "u" "buy hegrenade"
  76. bind "i" "buy flashbang"
  77. bind "o" "buy smokegrenade"
  78.  
  79. //MINIMAP ZOOM
  80. bind "KP_PLUS" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  81. bind "KP_MINUS" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  82.  
  83. //JUMPSMOKE
  84. alias +jumpsmoke "+jump; -attack"
  85. alias -jumpsmoke "-jump"
  86. bind "v" "+jumpsmoke"
  87.  
  88. //SOUND
  89. snd_headphone_pan_exponent 2.0
  90. snd_front_headphone_position 45.0
  91. snd_rear_headphone_position 135.0
  92. snd_musicvolume 0.5
  93. snd_deathcamera_volume 0
  94. snd_mapobjective_volume 0 // The bomb music played prior to the ten-second warning
  95. snd_menumusic_volume 0
  96. snd_roundend_volume 0
  97. snd_roundstart_volume 0
  98. snd_tensecondwarning_volume 0.1 // The ten-second warning
  99. snd_mute_losefocus 0 // This will allow game noise to play even though you've alt-tabbed out
  100.  
  101. // NETSETTINGS
  102. fps_max "300"
  103. rate "999999"
  104. cl_interp "0"
  105. cl_interp_ratio "0"
  106. cl_lagcompensation "1"
  107. cl_cmdrate "128"
  108. cl_updaterate "128"
  109. cl_resend "1.5"
  110. cl_resend_timeout "1.5"
  111. cl_allowdownload "1"
  112. cl_downloadfilter "0"
  113.  
  114. // MOUSE
  115. cl_mouseenable "1"
  116. m_customaccel "0"
  117. m_customaccel_exponent "0"
  118. m_customaccel_max "0"
  119. m_customaccel_scale "0"
  120. m_forward "1"
  121. m_mouseaccel1 "0"
  122. m_mouseaccel2 "0"
  123. m_mousespeed "0"
  124. m_pitch "0.022"
  125. m_rawinput "1"
  126. m_side "0.8"
  127. m_yaw "0.022"
  128. sensitivity "1.87"
  129. zoom_sensitivity_ratio_mouse "0.85"
  130.  
  131. //NADETHROW crosshair
  132. bind "capslock" "+crosshairmax"
  133. alias "+crosshairmax" "cl_crosshairsize 5000; cl_crosshairgap -10; cl_crosshairthickness 0.5; cl_crosshair_drawoutline 0"
  134. alias "-crosshairmax" "ch1"
  135.  
  136. //OTHER
  137. closeonbuy "1"
  138. cl_autohelp “0"
  139. cl_showhelp “0"
  140. gameinstructor_enable "0"
  141. mm_dedicated_search_maxping "25"
  142. cl_disablehtmlmotd "0"
  143. cl_autowepswitch "0"
  144. mat_queue_mode "-1"
  145.  
  146. //GAME VOLUME
  147. bind "F3" "incrementvar volume 0 1 -0.05"
  148. bind "F4" "incrementvar volume 0 1 0.05"
  149.  
  150. //HUD
  151. cl_hud_color "6"
  152. cl_hud_playercount_showcount "1"
  153. cl_hud_playercount_pos "1"
  154.  
  155. // NETGRAPH
  156. net_graph "1"
  157. net_graphheight "64"
  158. net_graphmsecs "400"
  159. net_graphpos "1"
  160. net_graphproportionalfont "0"
  161. net_graphshowinterp "1"
  162. net_graphshowlatency "1"
  163. net_graphsolid "1"
  164. net_graphtext "1"
  165.  
  166. // SOUND
  167. snd_mixahead "0.05"
  168.  
  169. //CROSSHAIR
  170. cl_crosshairalpha "255"
  171. cl_crosshaircolor "1"
  172. cl_crosshairdot "0"
  173. cl_crosshairgap "-1"
  174. cl_crosshairsize "3"
  175. cl_crosshairstyle "4"
  176. cl_crosshairusealpha "1"
  177. cl_crosshairthickness "0.5"
  178. cl_fixedcrosshairgap "2"
  179. cl_crosshair_drawoutline "1"
  180.  
  181. //CH CHG
  182. alias "ch" "ch1"
  183. alias "ch1" "cl_crosshairstyle 4; cl_crosshairsize 3; cl_crosshairgap -1; cl_crosshairthickness 0.5; cl_crosshairdot 0; cl_crosshair_drawoutline 1; alias ch ch2"
  184. alias "ch2" "cl_crosshairstyle 5; cl_crosshairsize 3; cl_crosshairgap -1; cl_crosshairthickness 0.5; cl_crosshairdot 0; cl_crosshair_drawoutline 1; alias ch ch3"
  185. alias "ch3" "cl_crosshairstyle 4; cl_crosshairsize 3; cl_crosshairgap -1; cl_crosshairthickness 0.5; cl_crosshairdot 0; cl_crosshair_drawoutline 0; alias ch ch4"
  186. alias "ch4" "cl_crosshairstyle 4; cl_crosshairsize 3; cl_crosshairgap -1; cl_crosshairthickness 0.5; cl_crosshairdot 1; cl_crosshair_drawoutline 0; alias ch ch5"
  187. alias "ch5" "cl_crosshairstyle 5; cl_crosshairsize 3; cl_crosshairgap 0.5; cl_crosshairthickness 0.5; cl_crosshairdot 1; cl_crosshair_drawoutline 0; alias ch ch1"
  188.  
  189. alias "ch_color" "chclr_01"
  190. alias "chclr_01" "cl_crosshaircolor 1;cl_hud_color 6;alias ch_color chclr_02"
  191. alias "chclr_02" "cl_crosshaircolor 2;cl_hud_color 7;alias ch_color chclr_03"
  192. alias "chclr_03" "cl_crosshaircolor 3;cl_hud_color 3;alias ch_color chclr_04"
  193. alias "chclr_04" "cl_crosshaircolor 4;cl_hud_color 2;alias ch_color chclr_05"
  194. alias "chclr_05" "cl_crosshaircolor 0;cl_hud_color 5;alias ch_color chclr_06"
  195. alias "chclr_06" "cl_crosshaircolor 1;cl_hud_color 8;alias ch_color chclr_01"
  196.  
  197. bind "F5" "ch"
  198. bind "F6" "ch_color"
  199.  
  200. //VIEWMODEL
  201. viewmodel_fov 68
  202. Viewmodel_offset_x 2
  203. viewmodel_offset_y 1.5
  204. viewmodel_offset_z -1.5
  205. cl_bobcycle "2"
  206. cl_bob_lower_amt "0"
  207. cl_bobamt_lat "0"
  208. cl_bobamt_vert "0"
  209. cl_viewmodel_shift_left_amt "0"
  210. cl_viewmodel_shift_right_amt "0"
  211.  
  212. //RADAR
  213. cl_radar_always_centered "0"
  214. cl_radar_scale "0.4"
  215. cl_radar_icon_scale_min "1.0"
  216. cl_hud_radar_scale "1.1"
  217.  
  218. //Server
  219. alias aim "exec aimmap.cfg"
  220. alias rr "rcon mp_restartgame 1;rcon say hfgl"
  221. alias aimmap "rcon changelevel aim_map"
  222. alias bodi "rcon_password H31senB3rg"
  223.  
  224. //SAYS
  225. alias smile_ "smile1"
  226. alias smile1 "say :);alias smile_ smile2"
  227. alias smile2 "say <:;alias smile_ smile3"
  228. alias smile3 "say :];alias smile_ smile4"
  229. alias smile4 "say (:;alias smile_ smile5"
  230. alias smile5 "say :>;alias smile_ smile6"
  231. alias smile6 "say {:;alias smile_ smile7"
  232. alias smile7 "say C:;alias smile_ smile8"
  233. alias smile8 "say :};alias smile_ smile9"
  234. alias smile9 "say [:;alias smile_ smile10"
  235. alias smile10 "say :O;alias smile_ smile1"
  236.  
  237. alias troll_ "troll1"
  238. alias troll1 "say Du haelst dich also fuer den Captain in deinem Team , nur weil du als einziger ne binde traegst.;alias troll_ troll2"
  239. alias troll2 "say Ich habe nicht gesagt, dass ich der Beste bin. Ich kenne nur keinen Besseren;alias troll_ troll3"
  240. alias troll3 "say Hoere ich da etwa die kleinste Violine der Welt?;alias troll_ troll4"
  241. alias troll4 "say Mit W laeufst du vorwaerts!;alias troll_ troll5"
  242. alias troll5 "say Mit der linken Maustaste schiesst du!;alias troll_ troll6"
  243. alias troll6 "say Tipp vom Profi: Auf den Kopf zielen um Headshots zu machen!;alias troll_ troll7"
  244. alias troll7 "say Du bist Aim Technisch eher auf Messdienerlevel, geh lieber wieder auf den Spielplatz spielen;alias troll_ troll8"
  245. alias troll8 "say Vallah Yayo macht verrueckt;alias troll_ troll9"
  246. alias troll9 "say Haeng auf Kreta Malaga mit Feta und Ouzo, dreh mir ein Babak und was machst du so?; alias troll_ troll10"
  247. alias troll10 "say Schwer angetaeuscht rasier ich die ganze Szene.; alias troll_ troll11"
  248. alias troll11 "say Schuhgroesse 40? Sorry, you're dismissed. Just the way the players play, nur die Edelbitches.; alias troll_ troll12"
  249. alias troll12 "say Rasieren oder blamieren.; alias troll_ troll1",
  250. alias trol_ "trol1"
  251. alias trol1 "say y0w dein3 shoot3raction und fl4sht1mings d3utlich improv3d s3it dem letzt3n m4tch;alias trol_ trol2"
  252. alias trol2 "say y0w dein3 fr3shn w4llb4ngs sind 3cht heft1g, k4nnst du b1tte e1n tutor1al mach3n;alias trol_ trol3"
  253. alias trol3 "say y0w dein3 m4pkn0wledge ist sch0n s3hr kra55, 4n de1nem c0rn3r m0v3men7 muss73 ab3r n0ch arb31t3n;alias trol_ trol4"
  254. alias trol4 "say y0w dein3 s1ck3n onesh0tz s1nd ech7 1g, k4nnst du m1r d3in x-h4ir gebe/V; alias trol_ trol1"
  255.  
  256. alias b_ "b1"
  257. alias b1 "say_team Bodo - Taktik hin Taktik her, AK Oneshot ist AK Oneshot.;alias b_ b2"
  258. alias b2 "say_team Bodo - Wenn die Bombe liegt, dann liegt sie.;alias b_ b3"
  259. alias b3 "say_team Bodo - Du sollst die Bombe nicht standart legen.;alias b_ b4"
  260. alias b4 "say_team Bodo - Immer den direkten Weg gehn.;alias b_ b5"
  261. alias b5 "say_team Bodo - Auf Bang folgt Rebang.;alias b_ b1"
  262.  
  263. alias c_ "c0"
  264. alias c0 "say_team Greenpeace - Ich will mir noch Chickenwings machen du Bastard!;alias c_ c1"
  265. alias c1 "say_team Cake - Waypoint hin Waypoint her, Oneshot ist Oneshot.;alias c_ c2"
  266. alias c2 "say_team Cake - Ich hab einfach nicht geaimt, ich hab nur geschossen.;alias c_ c3"
  267. alias c3 "say_team Cake - Wir haetten das gewinnen koennen, ich hab aber keine Lust auf die Map.;alias c_ c4"
  268. alias c4 "say_team Cake - Wir verlieren wegen der Map!;alias c_ c5"
  269. alias c5 "say_team Cake - Ich hab auch AWP.;alias c_ c6"
  270. alias c6 "say_team Cake - Du musst mehr Verdrauen haben.;alias c_ c7"
  271. alias c7 "say_team Cake - Mom, kurz Kueche.;alias c_ c8"
  272. alias c8 "say_team Cake - Beim Basketball kriegt auch nur der, der netzt, den Ball.; alias c_ c9"
  273. alias c9 "say_team Cake - Siehst du, wie schlecht ich mit dem Account bin!?;alias c_ c10"
  274. alias c10 "say_team Cake - Mitte unten ist safe!;alias c_ c11"
  275. alias c11 "say_team Cake - nomnomnomnom, lecker Reis.;alias c_ c12"
  276. alias c12 "say_team Cake - Ich muss was essen, ich bin unterzuckert.;alias c_ c13"
  277. alias c13 "say_team Cake - Hast Du Spass? Klar hass ich Spass!;alias c_ c1"
  278.  
  279.  
  280. alias "trashtalker" "trashtalk1"
  281. alias "trashtalk1" "say You only killed me because I ran out of health.. ; alias trashtalker trashtalk2"
  282. alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
  283. alias "trashtalk3" "say I PLAY WITH A RACING WHEEL; alias trashtalker trashtalk4"
  284. alias "trashtalk4" "say CS:GO is too hard for you m8 maybe consider a game that requires less skill, like idk.... solitaire; alias trashtalker trashtalk5"
  285. alias "trashtalk5" "say Bro you couldn't hit an elephant in the ass with a shotgun with aim like that; alias trashtalker trashtalk6"
  286. alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
  287. alias "trashtalk7" "say server cvar 'sv_rekt' changed to 1.; alias trashtalker trashtalk8"
  288. alias "trashtalk8" "say Was that your spray on the wall or are you just happy to see me?; alias trashtalker trashtalk9"
  289. alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
  290. alias "trashtalk10" "say Is this casual?? I have 16k..; alias trashtalker trashtalk11"
  291. alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
  292. alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
  293. alias "trashtalk13" "say Even Noah can't carry these animals; alias trashtalker trashtalk14"
  294. alias "trashtalk14" "say Options -> How To Play; alias trashtalker trashtalk15"
  295. alias "trashtalk15" "say Do you know that you need to aim on the head for headshots?; alias trashtalker trashtalk16"
  296. alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
  297. alias "trashtalk17" "say Who are you sponsored by? Parkinson's?; alias trashtalker trashtalk18"
  298. alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
  299. alias "trashtalk19" "say Nice $4750 decoy; alias trashtalker trashtalk20"
  300. alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
  301. alias "trashtalk21" "say Is your monitor on?; alias trashtalker trashtalk22"
  302. alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
  303. alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
  304. alias "trashtalk24" "say You have the reaction time of a dead puppy.; alias trashtalker trashtalk25"
  305. alias "trashtalk25" "say The only thing you carry is an extra chromosome.; alias trashtalker trashtalk26"
  306. alias "trashtalk26" "say Killuminati, All through your body, That blows like a 12-gauge shotty; alias trashtalker trashtalk27"
  307. alias "trashtalk27" "say Me - a born leader never leave the block without my heater; Two big pits, I call them my bitch nigga eaters; alias trashtalker trashtalk28"
  308. alias "trashtalk28" "say Libary -> CS:GO -> Delete Local Content; alias trashtalker trashtalk29"
  309. alias "trashtalk29" "say Safest place for us to stand is in front of your gun; alias trashtalker trashtalk30"
  310. alias "trashtalk30" "say is that a decoy, or are you trying to shoot somebody?; alias trashtalker trashtalk31"
  311. alias "trashtalk31" "say I could swallow bullets and shit out a better spray than that; alias trashtalker trashtalk32"
  312. alias "trashtalk32" "say Not even Noah can carry these animals; alias trashtalker trashtalk33"
  313. alias "trashtalk33" "say deranking?; alias trashtalker trashtalk36"
  314. alias "trashtalk36" "say How much did you tag that wall for?; alias trashtalker trashtalk38"
  315. alias "trashtalk38" "say Buy sound next time; alias trashtalker trashtalk39"
  316. alias "trashtalk39" "say mad cuz bad; alias trashtalker trashtalk40"
  317. alias "trashtalk40" "say You can't even carry groceries in from the car; alias trashtalker trashtalk41"
  318. alias "trashtalk41" "say I kissed your mom last night. Her breath was globally offensive; alias trashtalker trashtalk42"
  319. alias "trashtalk42" "say Dude you're so fat you run out of breath rushing B; alias trashtalker trashtalk43"
  320. alias "trashtalk43" "say Did you learn your spray downs in a bukkake video?; alias trashtalker trashtalk44"
  321. alias "trashtalk44" "say You're almost as salty as the semen dripping from your mum's mouth; alias trashtalker trashtalk45"
  322. alias "trashtalk45" "say Rest in spaghetti never forgetti; alias trashtalker trashtalk46"
  323. alias "trashtalk46" "say Don't be upsetti, have some spaghetti; alias trashtalker trashtalk47"
  324. alias "trashtalk47" "say Stop buying an awp you $4750 Decoy; alias trashtalker trashtalk48"
  325. alias "trashtalk48" "say This guy is more toxic than the beaches at Fukushima; alias trashtalker trashtalk1"
  326.  
  327. bind "F12" "trashtalker"
  328.  
  329. alias "taunt" "taunt1"
  330. alias "taunt1" "say You know it really doesnt matter what the media write as long as youve got a young and beautiful piece of ass.;alias taunt taunt2"
  331. alias "taunt2" "say The concept of global warming was created by and for the Chinese in order to make U.S. manufacturing non-competitive.;alias taunt taunt3"
  332. alias "taunt3" "say When was the last time anybody saw us beating lets say China in a trade deal? They kill us. I beat China all the time.;alias taunt taunt4"
  333. alias "taunt4" "say Part of the beauty of me is that I am very rich.;alias taunt taunt5"
  334. alias "taunt5" "say I have a great relationship with the Mexican people.;alias taunt taunt6"
  335. alias "taunt6" "say Part of being a winner is knowing when enough is enough.;alias taunt taunt7"
  336. alias "taunt7" "say Everything in life is luck.; alias taunt taunt9"
  337. alias "taunt9" "say What separates the winners from the losers is how a person reacts to each new twist of fate.;alias taunt taunt10"
  338. alias "taunt10" "say Do you mind if I sit back a little? Because your breath is very bad.; alias taunt taunt11"
  339. alias "taunt11" "say Lets make America great again!; alias taunt taunt12"
  340. alias "taunt12" "say All of the women on The Apprentice flirted with me. Consciously or unconsciously. Thats to be expected.; alias taunt taunt13"
  341. alias "taunt13" "say Its freezing and snowing in New York we need global warming!; alias taunt taunt1"
  342.  
  343. bind "F7" "taunt"
  344.  
  345. echo "...autoexec loaded!"
  346. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement