Facebook
From Beige Hedgehog, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 264
  1. cl_crosshairalpha "200"
  2. cl_crosshaircolor "5"
  3. cl_crosshaircolor_b "50"
  4. cl_crosshaircolor_r "50"
  5. cl_crosshaircolor_g "250"
  6. cl_crosshairdot "0"
  7. cl_crosshairgap "-3"
  8. cl_crosshairsize "2"
  9. cl_crosshairstyle "4"
  10. cl_crosshairusealpha "1"
  11. cl_crosshairthickness "0.5"
  12. cl_fixedcrosshairgap "-1"
  13. cl_crosshair_outlinethickness "0"
  14. cl_crosshair_drawoutline "1"
  15.  
  16. cl_autowepswitch "0"
  17.  
  18. bind "V" "use weapon_smokegrenade"
  19. bind "C" "use weapon_hegrenade"
  20. bind "F" "use weapon_flashbang"
  21. bind "G" "use weapon_incgrenade; use weapon_molotov"
  22.  
  23. bind "mwheelup" "+jump"
  24. bind "mwheeldown" "+jump"
  25.  
  26.  
  27. developer "1"
  28. con_enable "1"
  29. con_filter_enable "2"
  30. con_filter_text "Damage"
  31. con_filter_text_out Player:
  32.  
  33. // radar zoom in-out script
  34. bind “KP_plus” “incrementvar cl_radar_scale 0.25 1.0 0.05″;
  35. bind “KP_minus” “incrementvar cl_radar_scale 0.25 1.0 -0.05″;
  36.  
  37. // ********** 14 **********
  38. // Your volume gets louder when you start walking; Easier to hear footsteps
  39. alias +clearinspect "+lookatweapon; r_cleardecals;"                                    
  40. alias -clearinspect "-lookatweapon; r_cleardecals;"
  41. bind "t" "+clearinspect"
  42.  
  43.  
  44. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  45. // ********** 13 **********
  46. //Quick buy binds
  47. bind "kp_pgup" "buy ak47; buy m4a1;"
  48. bind "kp_uparrow" "buy galilar; buy famas;"
  49. bind "kp_home" "buy awp;"
  50. bind "kp_ins" "buy smokegrenade;"
  51. bind "kp_end" "buy flashbang;"
  52. bind "kp_downarrow" "buy hegrenade;"
  53. bind "kp_pgdn" "buy molotov; buy incgrenade;"
  54. bind "kp_leftarrow" "buy vesthelm;"
  55. bind "kp_5" "buy tec9; buy fiveseven;"
  56. bind "kp_rightarrow" "buy p250;"
  57. bind "kp_del" "buy defuser;"
  58.  
  59. // ********** 12 **********
  60. //Show netgraph when checking scoreboard
  61. net_graph "1"
  62. net_graphheight "9999"
  63. alias "+scorenet" "+showscores; net_graphheight 0"
  64. alias "-scorenet" "-showscores; net_graphheight 9999"
  65. bind "TAB" "+scorenet"
  66.  
  67. // ********** 11 **********
  68. // Jump-throw/Jump-run-throw scripts
  69. alias "+jumpthrow" "+jump;-attack"
  70. alias "-jumpthrow" "-jump"
  71. bind "h" "+jumpthrow"
  72.  
  73. alias "+jumprunthrow" "+forward;+jump;-attack"
  74. alias "-jumprunthrow" "-jump;-forward"
  75. bind "j" "+jumprunthrow"
  76.  
  77. // ********** 10 **********
  78. // Your volume gets louder when you start walking; Easier to hear footsteps
  79. alias +walkvol "+speed; r_cleardecals; volume 1"                                       
  80. alias -walkvol "-speed; r_cleardecals; volume .4"
  81. bind "shift" "+walkvol"
  82.  
  83. // *********** 9 **********
  84. // Map Aliases
  85. alias "aztec"           "map de_aztec"
  86. alias "bazaar           "map de_bazaar"
  87. alias "cache"           "map de_cache"
  88. alias "cbble"           "map de_cbble"
  89. alias "cobble"          "map de_cbble"
  90. alias "cobblestone"     "map de_cbble"
  91. alias "cbblestone"      "map de_cbble"
  92. alias "dust"            "map de_dust"
  93. alias "dust2"           "map de_dust2"
  94. alias "inferno"         "map de_inferno"  
  95. alias "mirage"          "map de_mirage"
  96. alias "nuke"            "map de_nuke"
  97. alias "overpass"        "map de_overpass"
  98. alias "season"          "map de_season"
  99. alias "train"           "map de_train"
  100. alias "vertigo"         "map de_vertigo"
  101. alias "assault"         "map cs_assault"
  102. alias "alley"           "map cs_backalley"
  103. alias "back alley"      "map cs_backalley"
  104. alias "backalley"       "map cs_backalley"
  105. alias "italy"           "map cs_italy"
  106. alias "militia"         "map cs_militia"
  107. alias "office"          "map cs_office"
  108. alias "workout"         "map cs_workout"
  109. alias "tulip"           "map de_tulip"
  110. alias "botz"            "map aim_botz"
  111. alias "aim"             "map training_aim_csgo_fixed"
  112. //
  113.  
  114. // *********** 8 **********
  115. //Display Damage with Switch Script
  116. alias displaydamage "displaydamage_on"
  117. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  118. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  119. bind "f5" "displaydamage"
  120. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  121.  
  122. // *********** 7 **********
  123. //Show crosshair Settings
  124. alias "a1" clear
  125. alias "a2" echo "*********************************************";
  126. alias "a3" echo "YOUR CURRENT CROSSHAIR SETTINGS;"
  127. alias "a4" echo "*********************************************";
  128. alias "a5" developer 2
  129. alias "a6" con_filter_enable 1
  130. alias "a7" con_filter_text cl_crosshair
  131. alias "a8" host_writeconfig //
  132. alias "a9" con_filter_text cl_fix
  133. alias "a10" host_writeconfig //
  134. alias "a11" developer 0
  135. alias "a12" con_filter_enable 0
  136. alias "a13" showconsole
  137. alias "showcrosshair" "a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13"
  138. bind ins "showcrosshair"
  139. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  140.  
  141. // *********** 6 **********
  142. //Show viewmodel Settings
  143. alias "b1" con_enable 1
  144. alias "b2" toggleconsole
  145. alias "b3" clear
  146. alias "c1" echo "*********************************************";
  147. alias "c2" echo "YOUR CURRENT VIEWMODEL SETTINGS;"
  148. alias "c3" echo "*********************************************";
  149. alias "b4" con_filter_enable 1
  150. alias "b5" con_filter_text viewmodel_
  151. alias "b6" developer 2
  152. alias "b7" host_writeconfig vmodel_shareconf
  153. alias "b8" con_filter_text_out Achievements
  154. alias "b9" con_filter_text cl_bob_lower_amt
  155. alias "b10" host_writeconfig vmodel_shareconf
  156. alias "b11" confilter_text cl_bobamt_
  157. alias "b12" host_writeconfig vmodel_shareconf
  158. alias "b13" con_filter_text cl_bobcycle
  159. alias "b14" host_writeconfig vmodel_shareconf
  160. alias "b15" con_filter_enable 0
  161. alias "b16" developer 0
  162. alias "showviewmodels" "b1;b2;b3;c1;c2;c3;b4;b5;b6;b7;b8;b9;b10;b11;b12;b13;b14;b15;b16"
  163. bind del "showviewmodels"
  164.  
  165. // *********** 5 **********
  166. //Show Help Lines
  167. alias "-crosshairsmoke" "cl_crosshairsize 2     ;cl_crosshairdot 0;cl_crosshairgap -3"
  168. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
  169. // Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
  170. // Don’t change the second line.
  171. bind "mouse4" "+crosshairsmoke"
  172. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  173.  
  174.  
  175. // ----------------------------------------------------------------------------
  176. // Brainles5 CS:GO Weapon Mod 2014
  177. echo ""
  178. echo "Brainles5 Easier Give Commands 2014"
  179. echo "For help type bm_help"
  180.  
  181. alias "money"     "impulse 101"
  182.  
  183. alias "ammo"     "givecurrentammo"
  184.  
  185. alias "infinite"     "infiniteon"
  186. alias "infiniteon"     "bind mouse1 "+fireinfinite"; alias infinite infiniteoff"
  187. alias "infiniteoff"     "bind mouse1 "+attack"; alias infinite infiniteon"
  188. alias "+fireinfinite"     "+attack"
  189. alias "-fireinfinite"     "-attack; givecurrentammo"
  190.  
  191. alias "cheats"     "cheatson"
  192. alias "cheatson"     "sv_cheats 1; alias cheats cheatsoff"
  193. alias "cheatsoff"     "sv_cheats  0; alias cheats cheatson"
  194.  
  195. alias "impacts"     "impactson"
  196. alias "impactson"     "sv_showimpacts 1; alias impacts impactsoff"
  197. alias "impactsoff"     "sv_showimpacts 0; alias impacts impactson"
  198.  
  199. alias "m4a4"     "give weapon_m4a1"
  200.  
  201. alias "m4"     "give weapon_m4a1"
  202.  
  203. alias "m4a1"     "give weapon_m4a1_silencer"
  204.  
  205. alias "m4a1-silenced"     "give weapon_m4a1_silencer"
  206.  
  207. alias "m4a1-silencer"     "give weapon_m4a1_silencer"
  208.  
  209. alias "m4a1-s"     "give weapon_m4a1_silencer"
  210.  
  211. alias "m4s"     "give weapon_m4a1_silencer"
  212.  
  213. alias "m4-s"     "give weapon_m4a1_silencer"
  214.  
  215. alias "silenced-m4"     "give weapon_m4a1_silencer"
  216.  
  217. alias "silenced-m4a1"     "give weapon_m4a1_silencer"
  218.  
  219. alias "ak47"     "give weapon_ak47"
  220.  
  221. alias "ak"     "give weapon_ak47"
  222.  
  223. alias "47"     "give weapon_ak47"
  224.  
  225. alias "aug"     "give weapon_aug"
  226.  
  227. alias "awp"     "give weapon_awp"
  228.  
  229. alias "sniper"     "give weapon_awp"
  230.  
  231. alias "bizon"     "give weapon_bizon"
  232.  
  233. alias "c4"     "give weapon_c4"
  234.  
  235. alias "bomb"     "give weapon_c4"
  236.  
  237. alias "deagle"     "give weapon_deagle"
  238.  
  239. alias "decoy"     "give weapon_decoy"
  240.  
  241. alias "elite"     "give weapon_elite"
  242.  
  243. alias "dual_barettas"     "give weapon_elite"
  244.  
  245. alias "famas"     "give weapon_famas"
  246.  
  247. alias "fiveseven"     "give weapon_fiveseven"
  248.  
  249. alias "flashbang"     "give weapon_flashbang"
  250.  
  251. alias "flash"     "give weapon_flashbang"
  252.  
  253. alias "G3SG1"     "give weapon_G3SG1"
  254.  
  255. alias "galilar"     "give weapon_galilar"
  256.  
  257. alias "galil"     "give weapon_galilar"
  258.  
  259. alias "glock"     "give weapon_glock"
  260.  
  261. alias "hegrenade"     "give weapon_hegrenade"
  262.  
  263. alias "he"     "give weapon_hegrenade"
  264.  
  265. alias "grenade"     "give weapon_hegrenade"
  266.  
  267. alias "hkp2000"     "give weapon_hkp2000"
  268.  
  269. alias "p2000"     "give weapon_hkp2000"
  270.  
  271. alias "usp"     "give weapon_usp_silencer"
  272.  
  273. alias "usp-s"     "give weapon_usp_silencer"
  274.  
  275. alias "usp-silenced"     "give weapon_usp_silencer"
  276.  
  277. alias "usp-silencer"     "give weapon_usp_silencer"
  278.  
  279. alias "incgrenade"     "give weapon_incgrenade"
  280.  
  281. alias "incendiary"     "give weapon_incgrenade"
  282.  
  283. alias "knife"     "give weapon_knife"
  284.  
  285. alias "stabby"     "give weapon_knife"
  286.  
  287. alias "knife_gg"     "give weapon_knifegg"
  288.  
  289. alias "knifegg"     "give weapon_knifegg"
  290.  
  291. alias "m249"     "give weapon_m249"
  292.  
  293. alias "para"     "give weapon_m249"
  294.  
  295. alias "m2"     "give weapon_m249"
  296.  
  297. alias "mac10"     "give weapon_mac10"
  298.  
  299. alias "mac"     "give weapon_mac10"
  300.  
  301. alias "uzi"     "give weapon_mac10"
  302.  
  303. alias "mag7"     "give weapon_mag7"
  304.  
  305. alias "molotov"     "give weapon_molotov"
  306.  
  307. alias "bottle"     "give weapon_molotov"
  308.  
  309. alias "mp7"     "give weapon_mp7"
  310.  
  311. alias "mp9"     "give weapon_mp9"
  312.  
  313. alias "negev"     "give weapon_negev"
  314.  
  315. alias "nova"     "give weapon_nova"
  316.  
  317. alias "p90"     "give weapon_p90"
  318.  
  319. alias "p250"     "give weapon_p250"
  320.  
  321. alias "cz75"     "give weapon_cz75a"
  322.  
  323. alias "cz-75"     "give weapon_cz75a"
  324.  
  325. alias "cz-75-auto"     "give weapon_cz75a"
  326.  
  327. alias "cz"     "give weapon_cz75a"
  328.  
  329. alias "sawedoff"     "give weapon_sawedoff"
  330.  
  331. alias "scar20"     "give weapon_scar20"
  332.  
  333. alias "scar"     "give weapon_scar20"
  334.  
  335. alias "sg556"     "give weapon_sg556"
  336.  
  337. alias "sg"     "give weapon_sg557"
  338.  
  339. alias "smoke"     "give weapon_smokegrenade"
  340.  
  341. alias "ssg08"     "give weapon_ssg08"
  342.  
  343. alias "scout"     "give weapon_ssg08"
  344.  
  345. alias "ssg"     "give weapon_ssg08"
  346.  
  347. alias "taser"     "give weapon_taser"
  348.  
  349. alias "zeus"     "give weapon_taser"
  350.  
  351. alias "tec9"     "give weapon_tec9"
  352.  
  353. alias "ump45"     "give weapon_ump45"
  354.  
  355. alias "ump"     "give weapon_ump45"
  356.  
  357. alias "xm1014"     "give weapon_xm1014"
  358.  
  359. alias "autoshotgun"     "give weapon_xm1014"
  360.  
  361. alias "vest"     "give weapon_vest"
  362.  
  363. alias "helmet"     "give weapon_vesthelm"
  364.  
  365. alias "fullkevlar"     "give weapon_vesthelm"
  366.  
  367. alias "bm_help"     "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"
  368.  
  369. 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"
  370. 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"
  371.  
  372. // *********** 1 **********
  373. // Disable in-game voice + no rebinds needed
  374. alias "disablevoice" "voice_chat"
  375. alias "voice_chat" "chat_1"
  376. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  377. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  378.  
  379.  // Trash Talk Bind
  380. alias "trashtalker" "trashtalk1"
  381. alias "trashtalk1" "say You must have been born on a highway, because that's where most accidents happen..; alias trashtalker trashtalk2"
  382. alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
  383. alias "trashtalk3" "say You are so ugly that when your mama dropped you off at school she got a fine for littering.; alias trashtalker trashtalk4"alias "trashtalk4" "say CS:GO is too hard for you m8 maybe consider a game that requires less skill, like idk.... solitare; alias trashtalker trashtalk5"
  384. alias "trashtalk5" "say Bro you couldn't hit an elephant in the ass with a shotgun with aim like that; alias trashtalker trashtalk6"
  385. alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
  386. alias "trashtalk7" "say server cvar 'sv_rekt' changed to 1.; alias trashtalker trashtalk8"
  387. alias "trashtalk8" "say Was that your spray on the wall or are you just happy to see me?; alias trashtalker trashtalk9"
  388. alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
  389. alias "trashtalk10" "say Is this casual?? I have 16k..; alias trashtalker trashtalk11"
  390. alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
  391. alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
  392. alias "trashtalk13" "say Even Noah can't carry these animals; alias trashtalker trashtalk14"
  393. alias "trashtalk14" "say Help & Options -> How To Play; alias trashtalker trashtalk15"
  394. alias "trashtalk15" "say How much did you tag that wall for??; alias trashtalker trashtalk16"
  395. alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
  396. alias "trashtalk17" "say Who are you sponsored by? Parkinson's?; alias trashtalker trashtalk18"
  397. alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
  398. alias "trashtalk19" "say stop buying an awp you're just a $4750 decoy; alias trashtalker trashtalk20"
  399. alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
  400. alias "trashtalk21" "say Is your monitor on; alias trashtalker trashtalk22"
  401. alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
  402. alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
  403. alias "trashtalk24" "say you should have been a handjob; alias trashtalker trashtalk25"
  404. alias "trashtalk25" "say You have the reaction time of a dead puppy.; alias trashtalker trashtalk1"
  405. bind "-" "trashtalker"
  406.  
  407. //Net config
  408. cl_cmdrate "128"
  409. cl_updaterate "128"
  410. cl_interp_ratio "1"
  411. cl_interp "0"
  412. snd_mixahead "0.05"
  413. rate "786432"
  414.  
  415. host_writeconfig