Advertisement
adryenz

Untitled

Dec 25th, 2014
991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.15 KB | None | 0 0
  1. //*************************************************************************************************************************************
  2. // .8. 8 8888 88 8888888 8888888888 ,o888888o. 8 8888888888 `8.`8888. ,8' 8 8888888888 ,o888888o.
  3. // .888. 8 8888 88 8 8888 . 8888 `88. 8 8888 `8.`8888. ,8' 8 8888 8888 `88.
  4. // :88888. 8 8888 88 8 8888 ,8 8888 `8b 8 8888 `8.`8888. ,8' 8 8888 ,8 8888 `8.
  5. // . `88888. 8 8888 88 8 8888 88 8888 `8b 8 8888 `8.`8888.,8' 8 8888 88 8888
  6. // .8. `88888. 8 8888 88 8 8888 88 8888 88 8 888888888888 `8.`88888' 8 888888888888 88 8888
  7. // .8`8. `88888. 8 8888 88 8 8888 88 8888 88 8 8888 .88.`8888. 8 8888 88 8888
  8. // .8' `8. `88888. 8 8888 88 8 8888 88 8888 ,8P 8 8888 .8'`8.`8888. 8 8888 88 8888
  9. // .8' `8. `88888.` 8888 ,8P 8 8888 `8 8888 ,8P 8 8888 .8' `8.`8888. 8 8888 `8 8888 .8'
  10. // .888888888. `88888. 8888 ,d8P 8 8888 ` 8888 ,88' 8 8888 .8' `8.`8888. 8 8888 8888 ,88'
  11. //.8' `8. `88888. `Y88888P' 8 8888 `8888888P' 8 888888888888 .8' `8.`8888. 8 888888888888 `8888888P'
  12. //*************************************************************************************************************************************
  13. clear
  14. //Movement for those previously using nullscript(will be broken on launch)
  15. alias "forward" "+moveup"
  16. alias "back" "+movedown"
  17. alias "moveright" "+moveright"
  18. alias "moveleft" "+moveleft"
  19. bind "w" "+forward"
  20. bind "s" "+back"
  21. bind "d" "+moveright"
  22. bind "a" "+moveleft"
  23. //Actual Autoexec commands everybody, or the majority, use
  24. cl_viewmodel_shift_left_amt "0"
  25. cl_viewmodel_shift_right_amt "0"
  26. cl_bob_lower_amt "0"
  27. cl_bobamt_lat "0"
  28. cl_bobamt_vert "0"
  29. snd_mixahead "0.05"
  30. snd_musicvolume "0"
  31. snd_headphone_pan_exponent "2"
  32. snd_headphone_pan_radial_weight "2
  33. snd_legacy_surround "0"
  34. snd_pitchquality "1"
  35. dsp_enhance_stereo "0"
  36. cl_bobcycle "2"
  37. cl_radar_scale "0.5"
  38. cl_radar_rotate "1"
  39. closeonbuy "1"
  40. cl_forcepreload "1"
  41. cl_showhelp 0
  42. cl_lagcompensation "1"
  43. cl_predictweapons "1"
  44. cl_resend "6"
  45. cl_timeout "9999999"
  46. r_dynamic "0"
  47. r_eyegloss "0"
  48. r_eyemove "0"
  49. r_eyeshift_x "0"
  50. r_eyeshift_y "0"
  51. r_eyeshift_z "0"
  52. r_eyesize "0"
  53. muzzleflash_light "0"
  54. sys_antialiasing "0"
  55. sys_aspectratio "-1"
  56. sys_refldetail "0"
  57. mat_queue_mode 2
  58. cl_crosshaircolor 5 //Or else color switcher will not work. Thanks Geknaiir!
  59. clear
  60.  
  61. //Alias List
  62. 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 hud_list - list of preset Heads-Up Display options; echo Type menu2 to see more options"
  63. alias menu2 "clear;echo rates - set optimal rates for online play; echo null - use a null movement script for strafing(must have null.cfg); echo bm_help - brainmod commands list; echo fps - turns on the command cl_showfps 1 ; 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 ;echo menu - returns you to previous menu"
  64. alias "dc" "disconnect"
  65. 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"
  66. 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"
  67. 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"
  68. 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"
  69. alias "fps" "cl_showfps 1"
  70. 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"
  71. 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"
  72. 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!"
  73. 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"
  74. 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"
  75. 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"
  76. alias "botdm" "bot_kick; mp_warmup_start; mp_balanceteams 0; mp_limitteams 30; mp_warmup_pausetimer 1; sv_cheats 1; sv_infinite_ammo 1; mp_buytime 9999999; mp_buy_anywhere 1; bot_dont_shoot 1; mp_teammates_are_enemies 1; mp_randomspawn 1"
  77. alias "xhair_default" "clear; echo Type alias xhair_default xhair_yourpreffered command;echo Here is an example!; echo alias xhair_default xhair_hatton ;echo Type menu to return to config menu"
  78. alias "demoreview" "exec demoplayback"
  79. alias "botdm" "sv_cheats 1; mp_autoteambalance 0; mp_limitteams 0; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_add_ct; bot_dont_shoot 1;god; bot_difficulty 3; mp_spawnprotectiontime 0; mp_respawn_immunitytime 0; mp_maxrounds 100; sv_infinite_ammo 1; mp_respawn_on_death_ct 1"
  80.  
  81.  
  82. //Servers
  83. 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"
  84. alias "dm" "connect 67.228.181.70:27015"
  85. alias "arena" "connect 168.235.65.189:27015"
  86. alias "ffa" "connect 72.5.195.76:27015"
  87. alias "ffa2" "connect 74.91.125.129:27015"
  88. alias "minigames" "connect 192.99.65.164:27015"
  89. alias "surf" "connect 64.74.97.225:27015"
  90. alias "surf2" "connect 74.91.126.81:27015"
  91. alias "climb" "connect 72.5.195.237:27015"
  92. alias "climb2" "connect 192.223.30.243:27015"
  93. alias "bhop" "connect 173.199.89.103:27045"
  94. alias "pistoldm" "connect 23.19.134.18;27016"
  95. alias "headshotffa" "connect 23.19.172.136:27015"
  96. alias "example" "echo connectinfo"
  97. alias "ffahs" "connect 23.19.172.136;27015"
  98. alias "aim1" "connect 23.19.172.139;27015"
  99. alias "aim2" "connect 74.91.122.215;27015"
  100. alias "aim3" "connect 74.91.119.48;27015"
  101. alias "aim4" "connect 66.150.188.227;27015"
  102. alias "arena2" "connect 205.234.203.8;27015"
  103. alias "awpdm" "connect 66.150.188.202;27015"
  104. alias "india" "connect 66.150.188.202:27015"
  105. alias "dodgeball" connect 192.187.98.171:27015"
  106. alias "cas" "connect 108.61.41.82:27040"
  107. alias "cas2" "connect 72.69.222.103:27015"
  108. alias "cas3" "connect 108.174.57.151:27015"
  109. alias "cas4" "connect 23.229.69.34:27015
  110. alias "cas5" "connect 50.31.113.10:27015"
  111. alias "cas6" "connect 74.91.127.189:27015"
  112. alias "cas7" "connect 68.232.178.132:27015"
  113. alias "cas8" "connect 66.55.158.78:27035"
  114. alias "cas9" "connect 74.201.57.60:27015"
  115.  
  116.  
  117.  
  118. //Crosshair List
  119. 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"
  120. alias "xhair_dot" "cl_crosshairdot 1;cl_crosshairgap 0;cl_crosshairsize 0;cl_crosshairstyle 4;cl_crosshairusealpha 1;cl_crosshairthickness 0;cl_fixedcrosshairgap 0;"
  121. alias "xhair_hatton" "cl_crosshairdot 1;cl_crosshairgap 0;cl_crosshairsize 5;cl_crosshairstyle 4;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap 0;"
  122. alias "xhair_hiko" "cl_crosshairstyle 4; cl_crosshairsize 4.5; cl_crosshairgap -2; cl_crosshairthickness 1; cl_crosshair_outlinethickness .5; cl_crosshairusealpha 0; cl_crosshairdot 1"
  123. alias "xhair_adryenz" "cl_crosshairdot 0; cl_crosshairgap -1;cl_crosshairthickness 1; cl_crosshairsize 6;cl_crosshairstyle 4;cl_crosshairusealpha 150;cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1"
  124. alias "xhair_deevo" "cl_Crosshairdot 0; cl_crosshairsize 3; cl_crosshairthickness 1; cl_crosshairgap -5; cl_crosshairstyle 4; cl_crosshair_drawoutline 0"
  125. alias "xhair_open" "cl_crosshairdot 0; cl_crosshairsize ;cl_crosshairthickness 1; cl_Crosshairgap 3; cl_crosshairstyle 4; cl_crosshair_drawoutline 1"
  126. alias "xhair_kennys" "cl_crosshair_drawoutline 1; cl_crosshairstyle 4; cl_crosshairdot 0; cl_crosshairgap 0l; cl_crosshairscale 0;"
  127. alias "xhair_burley" "cl_crosshairstyle 4; cl_crosshairsize 5; cl_crosshairscale 0; cl_crosshairgap 0; cl_crosshairdot 0; cl_crosshairthickness 1; cl_crosshair_drawoutline 1; cl_Crosshair_outlinethickness 1;"
  128. 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"
  129. 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"
  130. 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"
  131. 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"
  132. 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"
  133. alias "xhair_nikwin" "cl_crosshairgap -11; cl_crosshairscale 0; cl_crosshairsize 0.50; cl_crosshairthickness 3; cl_crosshairdot 0; cl_crosshairstyle 3;"
  134. alias "xhair_summit" "cl_crosshairgap -1;cl_crosshairsize 2;cl_crosshairstyle 2;cl_crosshair_dynamic_splitdist 2;cl_crosshair_dynamic_maxdist_splitratio 0;cl_crosshair_dynamic_splitalpha_innermod;cl_crosshair_dynamic_splitalpha_outermod 0.3;cl_crosshair_dynamic_splitdist 2.5;cl_crosshairthickness 1;cl_crosshair_drawoutline 1;cl_crosshair_dynamic_maxdist_splitratio 0;cl_crosshair_dynamic_splitalpha_innermod 1;cl_crosshair_dynamic_splitalpha_outermod 0.3;cl_crosshair_dynamic_splitdist 5"
  135. xhair_nick "cl_crosshairstyle 1; cl_fixedcrosshairgap -3"
  136. -
  137.  
  138. //Crosshair Colors List
  139. Alias "white" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255"
  140. Alias "grey" "cl_crosshaircolor_r 170; cl_crosshaircolor_b 170; cl_crosshaircolor_g 170"
  141. Alias "black" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 0; cl_crosshaircolor_g 0"
  142. Alias "red" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 20; cl_crosshaircolor_g 20"
  143. Alias "blue" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 0"
  144. Alias "green" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 0; cl_crosshaircolor_g 255"
  145. Alias "yellow" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 0; cl_crosshaircolor_g 255"
  146. Alias "purple" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 255; cl_crosshaircolor_g 0"
  147. Alias "teal" "cl_crosshaircolor_r 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255"
  148. Alias "orange" "cl_crosshaircolor_r 255; cl_crosshaircolor_b 85; cl_crosshaircolor_g 170"
  149. 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"
  150.  
  151.  
  152. alias "money" "impulse 101"
  153. alias "ammo" "givecurrentammo"
  154. alias "infinite" "infiniteon"
  155. alias "infiniteon" "bind mouse1 "+fireinfinite"; alias infinite infiniteoff"
  156. alias "infiniteoff" "bind mouse1 "+attack"; alias infinite infiniteon"
  157. alias "+fireinfinite" "+attack"
  158. alias "-fireinfinite" "-attack; givecurrentammo"
  159. alias "cheats" "cheatson"
  160. alias "cheatson" "sv_cheats 1; alias cheats cheatsoff"
  161. alias "cheatsoff" "sv_cheats 0; alias cheats cheatson"
  162. alias "impacts" "impactson"
  163. alias "impactson" "sv_showimpacts 1; alias impacts impactsoff"
  164. alias "impactsoff" "sv_showimpacts 0; alias impacts impactson"
  165. alias "m4a4" "give weapon_m4a1"
  166. alias "m4" "give weapon_m4a1"
  167. alias "m4a1" "give weapon_m4a1_silencer"
  168. alias "m4a1-silenced" "give weapon_m4a1_silencer"
  169. alias "m4a1-silencer" "give weapon_m4a1_silencer"
  170. alias "m4a1-s" "give weapon_m4a1_silencer"
  171. alias "m4s" "give weapon_m4a1_silencer"
  172. alias "m4-s" "give weapon_m4a1_silencer"
  173. alias "silenced-m4" "give weapon_m4a1_silencer"
  174. alias "silenced-m4a1" "give weapon_m4a1_silencer"
  175. alias "ak47" "give weapon_ak47"
  176. alias "ak" "give weapon_ak47"
  177. alias "47" "give weapon_ak47"
  178. alias "aug" "give weapon_aug"
  179. alias "awp" "give weapon_awp"
  180. alias "sniper" "give weapon_awp"
  181. alias "bizon" "give weapon_bizon"
  182. alias "c4" "give weapon_c4"
  183. alias "bomb" "give weapon_c4"
  184. alias "deagle" "give weapon_deagle"
  185. alias "decoy" "give weapon_decoy"
  186. alias "elite" "give weapon_elite"
  187. alias "dual_barettas" "give weapon_elite"
  188. alias "famas" "give weapon_famas"
  189. alias "fiveseven" "give weapon_fiveseven"
  190. alias "flashbang" "give weapon_flashbang"
  191. alias "flash" "give weapon_flashbang"
  192. alias "G3SG1" "give weapon_G3SG1"
  193. alias "galilar" "give weapon_galilar"
  194. alias "galil" "give weapon_galilar"
  195. alias "glock" "give weapon_glock"
  196. alias "hegrenade" "give weapon_hegrenade"
  197. alias "he" "give weapon_hegrenade"
  198. alias "grenade" "give weapon_hegrenade"
  199. alias "hkp2000" "give weapon_hkp2000"
  200. alias "p2000" "give weapon_hkp2000"
  201. alias "usp" "give weapon_usp_silencer"
  202. alias "usp-s" "give weapon_usp_silencer"
  203. alias "usp-silenced" "give weapon_usp_silencer"
  204. alias "usp-silencer" "give weapon_usp_silencer"
  205. alias "incgrenade" "give weapon_incgrenade"
  206. alias "incendiary" "give weapon_incgrenade"
  207. alias "knife" "give weapon_knife"
  208. alias "stabby" "give weapon_knife"
  209. alias "knife_gg" "give weapon_knifegg"
  210. alias "knifegg" "give weapon_knifegg"
  211. alias "m249" "give weapon_m249"
  212. alias "para" "give weapon_m249"
  213. alias "m2" "give weapon_m249"
  214. alias "mac10" "give weapon_mac10"
  215. alias "mac" "give weapon_mac10"
  216. alias "uzi" "give weapon_mac10"
  217. alias "mag7" "give weapon_mag7"
  218. alias "molotov" "give weapon_molotov"
  219. alias "bottle" "give weapon_molotov"
  220. alias "mp7" "give weapon_mp7"
  221. alias "mp9" "give weapon_mp9"
  222. alias "negev" "give weapon_negev"
  223. alias "nova" "give weapon_nova"
  224. alias "p90" "give weapon_p90"
  225. alias "p250" "give weapon_p250"
  226. alias "cz75" "give weapon_cz75a"
  227. alias "cz-75" "give weapon_cz75a"
  228. alias "cz-75-auto" "give weapon_cz75a"
  229. alias "cz" "give weapon_cz75a"
  230. alias "sawedoff" "give weapon_sawedoff"
  231. alias "scar20" "give weapon_scar20"
  232. alias "scar" "give weapon_scar20"
  233. alias "sg556" "give weapon_sg556"
  234. alias "sg" "give weapon_sg557"
  235. alias "smoke" "give weapon_smokegrenade"
  236. alias "ssg08" "give weapon_ssg08"
  237. alias "scout" "give weapon_ssg08"
  238. alias "ssg" "give weapon_ssg08"
  239. alias "taser" "give weapon_taser"
  240. alias "zeus" "give weapon_taser"
  241. alias "tec9" "give weapon_tec9"
  242. alias "ump45" "give weapon_ump45"
  243. alias "ump" "give weapon_ump45"
  244. alias "xm1014" "give weapon_xm1014"
  245. alias "autoshotgun" "give weapon_xm1014"
  246. alias "vest" "give weapon_vest"
  247. alias "helmet" "give weapon_vesthelm"
  248. alias "fullkevlar" "give weapon_vesthelm"
  249. 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"
  250. 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"
  251. 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"
  252.  
  253. //".----------------------------.
  254. //"| CONTROL KEY : |
  255. //"| |
  256. //"| .-----. |
  257. //"| | | |
  258. //"| | ^ | |
  259. //"| | | |
  260. //"| .-----. |
  261. //"| .-----..-----..-----. |
  262. //"| | || || | |
  263. //"| | < || ? || > | |
  264. //"| | || || | |
  265. //"| .-----..-----..-----. |
  266. //"| |
  267. //".----------------------------.
  268. //—————————————————————————————————————————————————————————
  269. // Down & UP viewmodel position. |
  270. //—————————————————————————————————————————————————————————
  271. alias "vh_y2" "viewmodel_offset_y 2; echo_y_2; alias toggle_down vh_y1; Notice1"
  272. alias "vh_y1" "viewmodel_offset_y 1; echo_y_1; alias toggle_down vh_y0; alias toggle_up vh_y2"
  273. alias "vh_y0" "viewmodel_offset_y 0; echo_y_0; alias toggle_down vh_y-1;alias toggle_up vh_y1"
  274. alias "vh_y-1" "viewmodel_offset_y -1; echo_y_-1; alias toggle_down vh_y-2;alias toggle_up vh_y0"
  275. alias "vh_y-2" "viewmodel_offset_y -2; echo_y_-2; Notice2 ;alias toggle_up vh_y-1"
  276. vh_y0
  277.  
  278. Bind "downarrow" "toggle_down"
  279. Bind "uparrow" "toggle_up"
  280.  
  281. alias echo_y_2 "echo Change value to viewmodel_offset_y 2"
  282. alias echo_y_1 "echo Change value to viewmodel_offset_y 1"
  283. alias echo_y_0 "echo Change value to viewmodel_offset_y 0"
  284. alias echo_y_-1 "echo Change value to viewmodel_offset_y -1"
  285. alias echo_y_-2 "echo Change value to viewmodel_offset_y -2"
  286.  
  287. //—————————————————————————————————————————————————————————
  288. // Left & Right viewmodel position. |
  289. //—————————————————————————————————————————————————————————
  290. alias "vh_x-2" "viewmodel_offset_x -2; echo_x_-2; alias toggle_right vh_x-1; Notice2"
  291. alias "vh_x-1" "viewmodel_offset_x -1; echo_x_-1; alias toggle_right vh_x0; alias toggle_left vh_x-2"
  292. alias "vh_x0" "viewmodel_offset_x 0; echo_x_0 ; alias toggle_right vh_x1; alias toggle_left vh_x-1"
  293. alias "vh_x1" "viewmodel_offset_x 1; echo_x_1 ; alias toggle_right vh_x2; alias toggle_left vh_x0"
  294. alias "vh_x2" "viewmodel_offset_x 2; echo_x_2 ; Notice1 ; alias toggle_left vh_x1"
  295. vh_x0
  296. Bind "leftarrow" "toggle_left"
  297. Bind "rightarrow" "toggle_right"
  298.  
  299.  
  300. alias echo_x_-2 "echo Change value to viewmodel_offset_x -2;"
  301. alias echo_x_-1 "echo Change value to viewmodel_offset_x -1;"
  302. alias echo_x_0 "echo Change value to viewmodel_offset_x 0;"
  303. alias echo_x_1 "echo Change value to viewmodel_offset_x 1;"
  304. alias echo_x_2 "echo Change value to viewmodel_offset_x 2;"
  305. //——————————————————————————————-———————————————————————————
  306. //—————————————————————————————————————————————————————————-
  307. alias Notice1 "echo Viewmodel is set to the maximum value!"
  308. alias Notice2 "echo Viewmodel is set to the minimum value!"
  309.  
  310. clear
  311. //Console Echo list
  312. echo "Put together and compiled by /id/adryenz. Add me if you find any bugs or have any suggestions!"
  313. echo "serverlist - list of servers(All these servers are based in North America!)"
  314. echo "vm_custom - how to create and use a custom viewmodel setting quickly and easily"
  315. echo "xhair_list - list of crosshair settings"
  316. echo "xhair_colors - list of available color options for crosshairs"
  317. 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)
  318. echo "null - use a null movement script for strafing(must have null.cfg in /csgo/cfg)"
  319. echo "demoreview - easy tenkey commands for reviewing a demo(must have demoplayback.cfg in /csgo/cfg"
  320. echo "bm_help - brainmod commands list"
  321. echo "fps - turns on the command cl_showfps to give you a visual of how many frames-per-second is showing on your screen"
  322. echo "MWJump and MWSwitch - Alternates the function of your mousewheel"
  323. echo "surfbinds and attackbinds - Alternates functions of mouse1 and mouse2 between surfing and attacking"
  324. echo "menu - returns you to this menu"
  325. echo "credits - I didn't do this completely by myself! Check out these people"
  326. echo "version 113"
  327.  
  328.  
  329. //bind "mouse3" "+lineup"
  330. //alias "+lineup" "cl_crosshairsize 400; cl_crosshairthickness 0.7; cl_crosshairdot 1; cl_crosshairgap 2; cl_crosshairstyle 4"
  331. //alias "-lineup" "xhair_default"
  332. //alias "xhair_default" "echo type alias xhair_default xhair_whatever_crosshair_you_want to set this, change in your autoexec for it to be permanent"
  333.  
  334.  
  335.  
  336.  
  337. //filters
  338. con_filter_enable 1
  339. con_filter_text_out "particle"
  340. con_filter_text_out "material"
  341. con_filter_text_out "muzzle"
  342. con_filter_text_out "Cannot update control point"
  343. con_filter_text_out "doesn't have attachment"
  344. con_filter_text_out "Error getting avatar image"
  345.  
  346.  
  347. //personal settings
  348. //alias "+s1" "+attack; xhair_devil; cl_crosshairstyle 3"
  349. //alias "-s1" "-attack; xhair_dot; cl_crosshairthickness 1.2; cl_crosshairstyle 3"
  350. //bind "mouse1" "+s1"
  351. //alias xhair_default xhair_nick
  352.  
  353. // walk when shooting binds
  354. //alias +as "+attack; +speed"
  355. //alias -as "-attack; -speed"
  356. //bind mouse1 "+as"
  357. //bind "j" "togglewalkshoot"
  358. //alias "togglewalkshoot" "walkshoot"
  359. //alias "walkshoot" "bind mouse1 +as; alias togglewalkshoot normalshoot; echo normalshoot"
  360. //alias "normalshoot" "bind mouse1 +attack; alias togglewalkshoot walkshoot; echo walkshoot"
  361.  
  362.  
  363. // fun bhopping shit pls ignore
  364. // alias "+knifeslot" "slot3"
  365. // alias "-knifeslot" "slot2"
  366. // bind "mouse5" "knifeslot"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement