Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1. clear
  2. //Movement for those previously using nullscript(will be broken on launch)
  3. alias "forward" "+moveup"
  4. alias "back" "+movedown"
  5. alias "moveright" "+moveright"
  6. alias "moveleft" "+moveleft"
  7. bind "w" "+forward"
  8. bind "s" "+back"
  9. bind "d" "+moveright"
  10. bind "a" "+moveleft"
  11. //Actual Autoexec commands everybody, or the majority, use
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14. cl_bob_lower_amt "0"
  15. cl_bobamt_lat "0"
  16. cl_bobamt_vert "0"
  17. snd_mixahead "0.05"
  18. snd_musicvolume "0"
  19. snd_headphone_pan_exponent "2"
  20. snd_headphone_pan_radial_weight "2
  21. snd_legacy_surround "0"
  22. snd_pitchquality "1"
  23. dsp_enhance_stereo "0"
  24. cl_bobcycle "2"
  25. cl_radar_scale "0.5"
  26. cl_radar_rotate "1"
  27. closeonbuy "1"
  28. cl_forcepreload "1"
  29. cl_showhelp 0
  30. cl_lagcompensation "1"
  31. cl_predictweapons "1"
  32. cl_resend "6"
  33. cl_timeout "9999999"
  34. r_dynamic "0"
  35. r_eyegloss "0"
  36. r_eyemove "0"
  37. r_eyeshift_x "0"
  38. r_eyeshift_y "0"
  39. r_eyeshift_z "0"
  40. r_eyesize "0"
  41. muzzleflash_light "0"
  42. sys_antialiasing "0"
  43. sys_aspectratio "-1"
  44. sys_refldetail "0"
  45. mat_queue_mode 2
  46. clear
  47.  
  48.  
  49. //Console Echo list
  50. echo "Put together and compiled by /id/NIKWINSKI. Add me if you find any bugs!"
  51. echo "serverlist - list of servers(All these servers are based in North America!)"
  52. echo "xhair_list - list of crosshair settings"
  53. echo "xhair_colors - list of available color options for crosshairs"
  54. echo "rates - set optimal rates for online play(These are executed by default, edit the file if you would rather have a different set of rates. This command exist just to set them back if they are changed)
  55. echo "null - use a null movement script for strafing(must have null.cfg in /csgo/cfg)"
  56. echo "bm_help - brainmod commands list"
  57. echo "fps - turns on the command cl_showfps to give you a visual of how many frames-per-second is showing on your screen"
  58. echo "MWJump and MWSwitch - Alternates the function of your mousewheel"
  59. echo "surfbinds and attackbinds - Alternates functions of mouse1 and mouse2 between surfing and attacking"
  60. echo "menu - returns you to this menu"
  61. echo "version 82"
  62.  
  63.  
  64. //Alias List
  65. alias "menu" "clear; echo serverlist - list of servers(NA Only!); echo xhair_list - list of crosshair settings; echo xhair_colors - list of available color options for crosshairs; echo profile_list - list of profiles for either pro players or players taking part in creation of this exec; echo hud_list - list of preset Heads-Up Display options; echo Type menu2 to see more options"
  66. alias "menu2" "clear; echo buybinds - list of current buy binds(turned off by default);echo rates - set optimal rates for online play; echo null - use a null movement script for strafing(must have null.cfg in /csgo/cfg); echo bm_help - brainmod commands list; echo fps - turns on the command cl_showfps to give you a visual of how many frames-per-second is showing on your screen; echo MWJump and MWSwitch - Alternates the function of your mousewheel;echo vm_custom - how to create and use a custom viewmodel setting quickly and easily; echo Credits - I didn't do this completely by myself! Check out these people ;echo menu - returns you to previous menu"
  67. alias "dc" "disconnect"
  68. alias "null" "clear; exec null; echo null.cfg must be present in /csgo/cfg to execute; echo Type menu to return to the config menu"
  69. alias "rates" "clear; cl_cmdrate 128; cl_updaterate 128; cl_interpolate 1; cl_interp 0; cl_interp_ratio 1; rate 128000; echo Rates loaded.; echo CMDRate 128; echo Updaterate 128; echo Interp 1; echo Rate 128000; echo Type menu to return to the config menu"
  70. alias "mwjump" "clear; bind mwheelup +jump; bind mwheeldown +jump; echo Your scrollwheel now jumps instead of switches weapon! type mwswitch to turn it back to normal; echo Type menu to return to the config menu"
  71. alias "mwswitch" "clear; bind mwheelup +invnext; bind mwheeldown +invlast; echo Your scrollnow now switches weapon instead of jumps! type mwjump to turn it back; echo Type menu to return to config menu"
  72. alias "fps" "cl_showfps 1"
  73. alias "surfbinds" "clear; bind mouse1 +left; bind mouse2 +right; echo surf binds executed; echo Type attackbinds to turn on default attack binds for your mouse; echo Type menu to return to the config menu"
  74. alias "attackbinds" "clear; bind mouse1 +attack; bind mouse2 +attack2; echo attack binds executed.; echo Type surfbinds to turn on surf-strafing binds; echo Type menu to return to the config menu"
  75. alias "vm_custom" "clear; echo While ingame, use your arrow keys to change your viewmodel around to all the available settings!; echo Additional commands may need to be used to get an exact viewmodel; echo This will overwrite any current keybindings to your arrow keys; echo Type menu to return to the config menu!"
  76. alias "credits" "clear; echo I did not do this all on my own, i just gathered and compiled a bunch of useful commands from various locations on the interwebz.; echo Easier Give Commands/Brainmod from Brainles5 and Umbriel. Found here: csgo.gamebanana.com/scripts/7454; echo Custom viewmodel script provided by v1tas! Found here csgo.gamebanana.com/scripts/7561; echo Type credits2 to continue or type menu to return to config menu"
  77. alias "credits2" "clear; echo Credit to both Botmode(from teamfortress.tv) and PYYYOUR(TF2 Pro player) for the crosshair colors section! Slightly edited; echo Credit to the TF2 community for the null movement script. (Been around so long, cant locate the source); echo Credits to Krisskarbo for some of the premade crosshair commands, what started this whole autoexec in the first place; echo Type credits3 to continue or type menu to return to config menu"
  78. alias "credits3" "clear; echo Credit to Carl Knowles(carlknowles.co.uk/ <-- big community contributor); echo Credit to all the pro players and forum posters that helped me get this collection of crosshairs done.; echo Lastly, credit to Resonate, Moose, Jello & Grab for testing this out even if some of you never launched the game!; echo Type menu to return to the config menu"
  79.  
  80. //Servers
  81. alias "serverlist" "clear; echo DM; echo Arena; echo FFA; echo Minigames; echo Surf; echo Climb - Climb2; echo Bhop;echo pistoldm;echo headshotffa echo Example; echo Type menu to return to the config menu"
  82. alias "dm" "connect 67.228.181.70:27015"
  83. alias "arena" "connect 108.61.202.243:27015"
  84. alias "ffa" "connect 64.74.97.240:27015"
  85. alias "minigames" "connect 67.202.70.17:27015"
  86. alias "surf" "connect 74.91.113.128:27015"
  87. alias "climb" "connect 74.91.119.123:27015"
  88. alias "climb2" "connect 192.223.30.243:27015"
  89. alias "bhop" "connect 176.57.141.133:27016"
  90. alias "pistoldm" "connect 23.19.134.18;27016"
  91. alias "headshotffa" "connect 23.19.172.136:27015"
  92. alias "example" "echo connectinfo"
  93.  
  94.  
  95. //Crosshair List
  96. alias "xhair_list" "clear; echo xhair_dot; echo xhair_hatton; echo xhair_hiko;echo xhair_adryenz; echo xhair_deevo; echo xhair_open; echo xhair_kennys; echo xhair_burley; echo xhair_devil; echo xhair_get_right; echo xhair_redfox; echo xhair_rounded; echo xhair_boomslang; echo Type menu to return to the config menu"
  97. alias "xhair_dot" "cl_crosshairdot 1;cl_crosshairgap 0;cl_crosshairsize 0;cl_crosshairstyle 4;cl_crosshairusealpha 1;cl_crosshairthickness 0;cl_fixedcrosshairgap 0;"
  98. alias "xhair_hatton" "cl_crosshairdot 1;cl_crosshairgap 0;cl_crosshairsize 5;cl_crosshairstyle 4;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap 0;"
  99. alias "xhair_hiko" "cl_crosshairstyle 4; cl_crosshairsize 4.5; cl_crosshairgap -2; cl_crosshairthickness 1; cl_crosshair_outlinethickness .5; cl_crosshairusealpha 0;"
  100. alias "xhair_adryenz" "cl_crosshairdot 0; cl_crosshairgap -1;cl_crosshairsize 6;cl_crosshairstyle 4;cl_crosshairusealpha 150;cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1"
  101. alias "xhair_deevo" "cl_Crosshairdot 0; cl_crosshairsize 3; cl_crosshairthickness 1; cl_crosshairgap -5; cl_crosshairstyle 4; cl_crosshair_drawoutline 0"
  102. alias "xhair_open" "cl_crosshairdot 0; cl_crosshairsize ;cl_crosshairthickness 1; cl_Crosshairgap 3; cl_crosshairstyle 4; cl_crosshair_drawoutline 1"
  103. alias "xhair_kennys" "cl_crosshair_drawoutline 1; cl_crosshairstyle 4; cl_crosshairdot 0; cl_crosshairgap 0l; cl_crosshairscale 0;"
  104. alias "xhair_burley" "cl_crosshairstyle 4; cl_crosshairsize 5; cl_crosshairscale 0; cl_crosshairgap 0; cl_crosshairdot 0; cl_crosshairthickness 1; cl_crosshairdrawoutline 1; cl_Crosshair_outlinethickness 1;"
  105. alias "xhair_devil" "cl_crosshairgap -11; cl_crosshairscale 0; cl_crosshairsize 0.50; cl_crosshairthickness 3; cl_crosshairdot 0; cl_crosshairstyle 4; cl_crosshair_drawoutline 1"
  106. alias "xhair_get_right" "cl_crosshairdot 0; cl_crosshairgap 0; cl_crosshairsize 5;cl_crosshairstyle 4; cl_crosshairusealpha 1;cl_crosshairthickness 1.5;cl_fixedcrosshairgap 0;cl_crosshair_outline 0;cl_crosshair_outline_draw 0"
  107. alias "xhair_redfox" "cl_crosshairdot 0; cl_crosshairgap 1; cl_crosshairsize 3; cl_crosshairstyle 4; cl_crosshairthickness 0.5; cl_crosshairusealpha 1; cl_crosshair_drawoutline 1; cl_crosshair_outlinethickness 1"
  108. alias "xhair_rounded" "cl_crosshairsize 0.5; cl_crosshairgap -3;cl_crosshairthickness 3.5; cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1;cl_crosshairdot 0;cl_crosshairstyle 4"
  109. alias "xhair_boomslang" "cl_crosshairsize 0.5; cl_crosshairgap -8;cl_crosshairthickness 0.5;cl_crosshairusealpha 1;cl_crosshairalpha 255;cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1;cl_crosshairdot 0;cl_crosshairstyle 4"
  110. alias "xhair_nikwin" "cl_crosshairgap -11; cl_crosshairscale 0; cl_crosshairsize 0.50; cl_crosshairthickness 3; cl_crosshairdot 0; cl_crosshairstyle 3;"
  111.  
  112. //Crosshair Colors List
  113. Alias "white" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255"
  114. Alias "grey" "cl_crosshaircolor_r 170; cl_crosshaircolor_b 170; cl_crosshaircolor_g 170"
  115. Alias "black" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 0; cl_crosshaircolor_g 0"
  116. Alias "red" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 20; cl_crosshaircolor_g 20"
  117. Alias "blue" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 0"
  118. Alias "green" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 0; cl_crosshaircolor_g 255"
  119. Alias "yellow" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 0; cl_crosshaircolor_g 255"
  120. Alias "purple" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 255; cl_crosshaircolor_g 0"
  121. Alias "teal" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255"
  122. Alias "orange" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 85; cl_crosshaircolor_g 170"
  123. alias "xhair_colors" "clear; echo White; echo Grey; echo black; echo Blue; echo Red; echo Green; echo Yellow; echo Purple; echo Teal; echo Orange;echo Type menu to return to the config menu"
  124.  
  125.  
  126. alias "money" "impulse 101"
  127. alias "ammo" "givecurrentammo"
  128. alias "infinite" "infiniteon"
  129. alias "infiniteon" "bind mouse1 "+fireinfinite"; alias infinite infiniteoff"
  130. alias "infiniteoff" "bind mouse1 "+attack"; alias infinite infiniteon"
  131. alias "+fireinfinite" "+attack"
  132. alias "-fireinfinite" "-attack; givecurrentammo"
  133. alias "cheats" "cheatson"
  134. alias "cheatson" "sv_cheats 1; alias cheats cheatsoff"
  135. alias "cheatsoff" "sv_cheats 0; alias cheats cheatson"
  136. alias "impacts" "impactson"
  137. alias "impactson" "sv_showimpacts 1; alias impacts impactsoff"
  138. alias "impactsoff" "sv_showimpacts 0; alias impacts impactson"
  139. alias "m4a4" "give weapon_m4a1"
  140. alias "m4" "give weapon_m4a1"
  141. alias "m4a1" "give weapon_m4a1_silencer"
  142. alias "m4a1-silenced" "give weapon_m4a1_silencer"
  143. alias "m4a1-silencer" "give weapon_m4a1_silencer"
  144. alias "m4a1-s" "give weapon_m4a1_silencer"
  145. alias "m4s" "give weapon_m4a1_silencer"
  146. alias "m4-s" "give weapon_m4a1_silencer"
  147. alias "silenced-m4" "give weapon_m4a1_silencer"
  148. alias "silenced-m4a1" "give weapon_m4a1_silencer"
  149. alias "ak47" "give weapon_ak47"
  150. alias "ak" "give weapon_ak47"
  151. alias "47" "give weapon_ak47"
  152. alias "aug" "give weapon_aug"
  153. alias "awp" "give weapon_awp"
  154. alias "sniper" "give weapon_awp"
  155. alias "bizon" "give weapon_bizon"
  156. alias "c4" "give weapon_c4"
  157. alias "bomb" "give weapon_c4"
  158. alias "deagle" "give weapon_deagle"
  159. alias "decoy" "give weapon_decoy"
  160. alias "elite" "give weapon_elite"
  161. alias "dual_barettas" "give weapon_elite"
  162. alias "famas" "give weapon_famas"
  163. alias "fiveseven" "give weapon_fiveseven"
  164. alias "flashbang" "give weapon_flashbang"
  165. alias "flash" "give weapon_flashbang"
  166. alias "G3SG1" "give weapon_G3SG1"
  167. alias "galilar" "give weapon_galilar"
  168. alias "galil" "give weapon_galilar"
  169. alias "glock" "give weapon_glock"
  170. alias "hegrenade" "give weapon_hegrenade"
  171. alias "he" "give weapon_hegrenade"
  172. alias "grenade" "give weapon_hegrenade"
  173. alias "hkp2000" "give weapon_hkp2000"
  174. alias "p2000" "give weapon_hkp2000"
  175. alias "usp" "give weapon_usp_silencer"
  176. alias "usp-s" "give weapon_usp_silencer"
  177. alias "usp-silenced" "give weapon_usp_silencer"
  178. alias "usp-silencer" "give weapon_usp_silencer"
  179. alias "incgrenade" "give weapon_incgrenade"
  180. alias "incendiary" "give weapon_incgrenade"
  181. alias "knife" "give weapon_knife"
  182. alias "stabby" "give weapon_knife"
  183. alias "knife_gg" "give weapon_knifegg"
  184. alias "knifegg" "give weapon_knifegg"
  185. alias "m249" "give weapon_m249"
  186. alias "para" "give weapon_m249"
  187. alias "m2" "give weapon_m249"
  188. alias "mac10" "give weapon_mac10"
  189. alias "mac" "give weapon_mac10"
  190. alias "uzi" "give weapon_mac10"
  191. alias "mag7" "give weapon_mag7"
  192. alias "molotov" "give weapon_molotov"
  193. alias "bottle" "give weapon_molotov"
  194. alias "mp7" "give weapon_mp7"
  195. alias "mp9" "give weapon_mp9"
  196. alias "negev" "give weapon_negev"
  197. alias "nova" "give weapon_nova"
  198. alias "p90" "give weapon_p90"
  199. alias "p250" "give weapon_p250"
  200. alias "cz75" "give weapon_cz75a"
  201. alias "cz-75" "give weapon_cz75a"
  202. alias "cz-75-auto" "give weapon_cz75a"
  203. alias "cz" "give weapon_cz75a"
  204. alias "sawedoff" "give weapon_sawedoff"
  205. alias "scar20" "give weapon_scar20"
  206. alias "scar" "give weapon_scar20"
  207. alias "sg556" "give weapon_sg556"
  208. alias "sg" "give weapon_sg557"
  209. alias "smoke" "give weapon_smokegrenade"
  210. alias "ssg08" "give weapon_ssg08"
  211. alias "scout" "give weapon_ssg08"
  212. alias "ssg" "give weapon_ssg08"
  213. alias "taser" "give weapon_taser"
  214. alias "zeus" "give weapon_taser"
  215. alias "tec9" "give weapon_tec9"
  216. alias "ump45" "give weapon_ump45"
  217. alias "ump" "give weapon_ump45"
  218. alias "xm1014" "give weapon_xm1014"
  219. alias "autoshotgun" "give weapon_xm1014"
  220. alias "vest" "give weapon_vest"
  221. alias "helmet" "give weapon_vesthelm"
  222. alias "fullkevlar" "give weapon_vesthelm"
  223. alias "bm_help" "clear; echo ; echo weapons - list all weapons; echo ammo - give current weapon ammo; echo money - gives you full money; echo impacts - show bullet hits on/off; echo cheats - turns sv_cheats on/off; echo infinite - infinite reloads on/off; echo kevlar - gives full kevlar; echo Type menu to return to the config menu"
  224. alias "weapons" "echo ; echo vest; echo helmet; echo kevlar; echo UMP; echo XM1014; echo TEC9; echo ZEUS; echo SSG08; echo SMOKE; echo SG556; echo SCAR20; echo SAWEDOFF; echo P250; echo P90; echo NOVA; echo NEGEV; echo MP9; echo MP7; echo MOLOTOV; weapons2"
  225. alias "weapons2" "echo MAG7; echo MAC10; echo M249; echo KNIFEGG; echo KNIFE; echo INCGRENADE; echo P2000; echo USP; echo HEGRENADE; echo GLOCK; echo GALILAR; echo G3SG1; echo FLASHBANG; echo FIVESEVEN; echo FAMAS; echo ELITE; echo DECOY; echo DEAGLE; echo CZ75; echo C4; echo BIZON; echo AWP; echo AK47; echo AUG; echo M4A1; echo M4A4"
  226.  
  227.  
  228. alias "vh_y2" "viewmodel_offset_y 2; echo_y_2; alias toggle_down vh_y1; Notice1"
  229. alias "vh_y1" "viewmodel_offset_y 1; echo_y_1; alias toggle_down vh_y0; alias toggle_up vh_y2"
  230. alias "vh_y0" "viewmodel_offset_y 0; echo_y_0; alias toggle_down vh_y-1;alias toggle_up vh_y1"
  231. alias "vh_y-1" "viewmodel_offset_y -1; echo_y_-1; alias toggle_down vh_y-2;alias toggle_up vh_y0"
  232. alias "vh_y-2" "viewmodel_offset_y -2; echo_y_-2; Notice2 ;alias toggle_up vh_y-1"
  233. vh_y0
  234.  
  235. Bind "downarrow" "toggle_down"
  236. Bind "uparrow" "toggle_up"
  237.  
  238. alias echo_y_2 "echo Change value to viewmodel_offset_y 2"
  239. alias echo_y_1 "echo Change value to viewmodel_offset_y 1"
  240. alias echo_y_0 "echo Change value to viewmodel_offset_y 0"
  241. alias echo_y_-1 "echo Change value to viewmodel_offset_y -1"
  242. alias echo_y_-2 "echo Change value to viewmodel_offset_y -2"
  243.  
  244. //—————————————————————————————————————————————————————————
  245. // Left & Right viewmodel position. |
  246. //—————————————————————————————————————————————————————————
  247. alias "vh_x-2" "viewmodel_offset_x -2; echo_x_-2; alias toggle_right vh_x-1; Notice2"
  248. alias "vh_x-1" "viewmodel_offset_x -1; echo_x_-1; alias toggle_right vh_x0; alias toggle_left vh_x-2"
  249. alias "vh_x0" "viewmodel_offset_x 0; echo_x_0 ; alias toggle_right vh_x1; alias toggle_left vh_x-1"
  250. alias "vh_x1" "viewmodel_offset_x 1; echo_x_1 ; alias toggle_right vh_x2; alias toggle_left vh_x0"
  251. alias "vh_x2" "viewmodel_offset_x 2; echo_x_2 ; Notice1 ; alias toggle_left vh_x1"
  252. vh_x0
  253. Bind "leftarrow" "toggle_left"
  254. Bind "rightarrow" "toggle_right"
  255. alias echo_x_-2 "echo Change value to viewmodel_offset_x -2;"
  256. alias echo_x_-1 "echo Change value to viewmodel_offset_x -1;"
  257. alias echo_x_0 "echo Change value to viewmodel_offset_x 0;"
  258. alias echo_x_1 "echo Change value to viewmodel_offset_x 1;"
  259. alias echo_x_2 "echo Change value to viewmodel_offset_x 2;"
  260. //——————————————————————————————-———————————————————————————
  261. //—————————————————————————————————————————————————————————-
  262. alias Notice1 "echo Viewmodel is set to the maximum value!"
  263. alias Notice2 "echo Viewmodel is set to the minimum value!"
  264.  
  265. clear
  266. //Console Echo list
  267. echo "Put together and compiled by /id/adryenz. Add me if you find any bugs or have any suggestions!"
  268. echo "serverlist - list of servers(All these servers are based in North America!)"
  269. echo "vm_custom - how to create and use a custom viewmodel setting quickly and easily"
  270. echo "xhair_list - list of crosshair settings"
  271. echo "xhair_colors - list of available color options for crosshairs"
  272. echo "rates - set optimal rates for online play(These are executed by default, edit the file if you would rather have a different set of rates. This command exist just to set them back if they are changed)
  273. echo "null - use a null movement script for strafing(must have null.cfg in /csgo/cfg)"
  274. echo "bm_help - brainmod commands list"
  275. echo "fps - turns on the command cl_showfps to give you a visual of how many frames-per-second is showing on your screen"
  276. echo "MWJump and MWSwitch - Alternates the function of your mousewheel"
  277. echo "surfbinds and attackbinds - Alternates functions of mouse1 and mouse2 between surfing and attacking"
  278. echo "menu - returns you to this menu"
  279. echo "credits - I didn't do this completely by myself! Check out these people"
  280. echo "version 98"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement