Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. // LilBinjo's helpful scripts + trolls
  2. developer 1
  3. con_enable "1"
  4. con_filter_text "Damage Given"
  5. con_filter_text_out "Player:"
  6. con_filter_enable "2"
  7.  
  8. bind "x" "use weapon_molotov; use weapon_incgrenade"
  9. bind "x" "use weapon_smokegrenade"
  10. bind "x" "use weapon_hegrenade"
  11. bind "x" "use weapon_flashbang"
  12.  
  13. // J = Jump Throw
  14. alias +jumpthrow "+jump;+attack"
  15. alias -jumpthrow "-jump;-attack"
  16. bind "j" "+jumpthrow"
  17.  
  18. // Shift clear blood
  19. alias "cleard" "+lookatweapon;r_cleardecals"
  20. bind shift "cleard"
  21.  
  22. // Q = Double quick switch
  23. alias "+knife" "slot3"
  24. alias "-knife" "lastinv"
  25. bind "q" "+knife
  26.  
  27. // K = Crosshair switch
  28. cl_crosshairsize 2; cl_crosshairgap -1; cl_crosshaircolor 4; cl_crosshairstyle 4 cl_crosshairalpha 255; cl_crosshairthickness 1;
  29. alias crosshairswitch crosshair2
  30. alias crosshair1 "cl_crosshairsize 2; cl_crosshairgap -1; alias crosshairswitch crosshair2"
  31. alias crosshair2 "cl_crosshairsize 5; cl_crosshairgap -2.5; alias crosshairswitch crosshair1"
  32. bind k crosshairswitch
  33.  
  34. // Mouse4 = Run with knife
  35. alias +knife slot3
  36. alias -knife lastinv
  37. bind "mouse4" +knife
  38.  
  39. // space = jump and duck
  40. alias "+jumpduck" "+jump;+duck"
  41. alias "-jumpduck" "-jump;-duck"
  42. bind space "+jumpduck"
  43.  
  44. // h = crosshair lineup
  45. alias -ch_line "cl_crosshairsize 5; cl_crosshairgap -2.5; alias crosshairswitch crosshair1"
  46. alias +ch_line "cl_crosshairsize 9999;"
  47. bind h +ch_line
  48. //GlobalSettings
  49. fps_max "0"
  50. fps_max_menu "0"
  51. cl_autowepswitch "0"
  52. cl_showloadout "1"
  53. cl_downloadfilter "nosounds"
  54. cl_autohelp "1"
  55. cl_forcepreload 1
  56. cl_show_clan_in_death_notice "0"
  57. cl_showhelp "0"
  58. cl_disablefreezecam "1"
  59. option_speed_method "0"
  60. snd_mixahead "0.05"
  61. snd_musicvolume "0"
  62. windows_speaker_config "1"
  63. hud_scaling "0.707000"
  64. hud_showtargetid "1"
  65. con_enable "1"
  66. cl_righthand 0
  67.  
  68. //Teamchat
  69. bind "N" "say_team Need Weapon"
  70. bind "M" "say_team I can drop"
  71.  
  72. //viewmodel
  73. viewmodel_offset_z "-1.5"
  74. viewmodel_offset_x "2.5"
  75. viewmodel_offset_y "1.5"
  76. viewmodel_fov "65"
  77. cl_bob_lower_amt "0"
  78. cl_bobamt_lat "0"
  79. cl_bobamt_vert "0"
  80. cl_bobcycle "0.98"
  81. cl_viewmodel_shift_left_amt "0"
  82. cl_viewmodel_shift_right_amt "0"
  83. cl_autohelp 0
  84. cl_showhelp 0
  85. cl_disablehtmlmotd 1
  86. cl_freezecameffects_showholiday 0
  87. cl_showfps 1
  88.  
  89. //CHAT
  90. //trashtalk
  91. alias "trashtalker" "trashtalk1"
  92. alias "trashtalk1" "say You only killed me because I ran out of health..; alias trashtalker trashtalk2"
  93. alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
  94. alias "trashtalk3" "say I PLAY WITH A RACING WHEEL; alias trashtalker trashtalk4"
  95. 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"
  96. alias "trashtalk5" "say Bro you couldn't hit an elephant in the ass with a shotgun with aim like that; alias trashtalker trashtalk6"
  97. alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
  98. alias "trashtalk7" "say server cvar 'sv_rekt' changed to 1.; alias trashtalker trashtalk8"
  99. alias "trashtalk8" "say Was that your spray on the wall or are you just happy to see me?; alias trashtalker trashtalk9"
  100. alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
  101. alias "trashtalk10" "say Is this casual?? I have 16k..; alias trashtalker trashtalk11"
  102. alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
  103. alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
  104. alias "trashtalk13" "say Even Noah can't carry these animals; alias trashtalker trashtalk14"
  105. alias "trashtalk14" "say Options -> How To Play; alias trashtalker trashtalk15"
  106. alias "trashtalk15" "say How much did you tag that wall for??; alias trashtalker trashtalk16"
  107. alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
  108. alias "trashtalk17" "say Who are you sponsored by? Parkinson's?; alias trashtalker trashtalk18"
  109. alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
  110. alias "trashtalk19" "say Nice $4750 decoy; alias trashtalker trashtalk20"
  111. alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
  112. alias "trashtalk21" "say Is your monitor on; alias trashtalker trashtalk22"
  113. alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
  114. alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
  115. alias "trashtalk24" "say You have the reaction time of a dead puppy.; alias trashtalker trashtalk25"
  116. alias "trashtalk25" "say The only thing you carry is an extra chromosome.; alias trashtalker trashtalk26"
  117. alias "trashtalk26" "say How do you change your difficulty settings? My CSGO is stuck on easy; alias trashtalker trashtalk27"
  118. alias "trashtalk27" "say If I wanted to suicide, i'd jump from your ego to your elo; alias trashtalker trashtalk28"
  119. alias "trashtalk28" "say Options -> How To Play; alias trashtalker trashtalk29"
  120. alias "trashtalk29" "say Safest place for us to stand is in front of your gun; alias trashtalker trashtalk30"
  121. alias "trashtalk30" "say is that a decoy, or are you trying to shoot somebody?; alias trashtalker trashtalk31"
  122. alias "trashtalk31" "say I could swallow bullets and shit out a better spray than that; alias trashtalker trashtalk32"
  123. alias "trashtalk32" "say Not even Noah can carry these animals; alias trashtalker trashtalk33"
  124. alias "trashtalk33" "say deranking?; alias trashtalker trashtalk34"
  125. alias "trashtalk34" "say a bad awper = $5k decoy; alias trashtalker trashtalk35"
  126. alias "trashtalk35" "say Shut up, I fucked your dad.; alias trashtalker trashtalk36"
  127. alias "trashtalk36" "say How much did you tag that wall for?; alias trashtalker trashtalk37"
  128. alias "trashtalk37" "say You REALLY gotta win those; alias trashtalker trashtalk38"
  129. alias "trashtalk38" "say Buy sound next time; alias trashtalker trashtalk39"
  130. alias "trashtalk39" "say mad cuz bad; alias trashtalker trashtalk40"
  131. alias "trashtalk40" "say You can't even carry groceries in from the car; alias trashtalker trashtalk41"
  132. alias "trashtalk41" "say I kissed your mom last night. Her breath was globally offensive; alias trashtalker trashtalk42"
  133. alias "trashtalk42" "say Dude you're so fat you run out of breath rushing B; alias trashtalker trashtalk43"
  134. alias "trashtalk43" "say Did you learn your spray downs in a bukkake video?; alias trashtalker trashtalk44"
  135. alias "trashtalk44" "say You're almost as salty as the semen dripping from your mum's mouth; alias trashtalker trashtalk45"
  136. alias "trashtalk45" "say Rest in spaghetti never forgetti; alias trashtalker trashtalk46"
  137. alias "trashtalk46" "say Don't be upsetti, have some spaghetti; alias trashtalker trashtalk47"
  138. alias "trashtalk47" "say Stop buying an awp you $4750 Decoy; alias trashtalker trashtalk48"
  139. alias "trashtalk48" "say This guy is more toxic than the beaches at Fukushima; alias trashtalker trashtalk1"
  140. bind "." "trashtalker"
  141.  
  142. //jokes
  143. alias "jokes" "jokes1"
  144. alias "jokes1" "say XD [GIVEAWAY] Type "demos" in console for a skin.; alias jokes jokes2"
  145. alias "jokes2" "say lmao [EZFrags] Aimbot toggled ON ; alias jokes jokes3"
  146. alias "jokes3" "say gg [EZFrags] Wallhacks toggled ON ; alias jokes jokes1"
  147. bind "F6" "jokes"
  148.  
  149. //trolls
  150. alias "troll" "troll1"
  151. alias "troll1" "say White is always better, remember that kids.' - Ninjo; alias troll troll2"
  152. alias "troll2" "say I like black people. I think everyone should own one.; alias troll troll3"
  153. alias "troll3" "say What's black and doesn't work? ; alias troll troll4"
  154. alias "troll4" "say Half of London.; alias troll troll5"
  155. alias "troll5" "say Why don't black people go on cruises?; alias troll troll6"
  156. alias "troll6" "say You're the human equivalent of a participation award.; alias troll troll7"
  157. alias "troll7" "say What's white on top and black on the bottom.; alias troll troll8"
  158. alias "troll8" "say Society. ; alias troll jokes9"
  159. alias "troll9" "say So, Pokemon Black came out this weekend.; alias troll troll10"
  160. alias "troll10" "say Gotta Catch Jamal.; alias troll troll1"
  161. bind "F7" "troll"
  162.  
  163. //clantag
  164. alias "clantag" "clantag1"
  165. alias "clantag1" "cl_clanid 11084259; alias clantag clantag2"
  166. alias "clantag2" "cl_clanid 11084294; alias clantag clantag3"
  167. alias "clantag3" "cl_clanid 11084348; alias clantag clantag4"
  168. alias "clantag4" "cl_clanid 11084371; alias clantag clantag5"
  169. alias "clantag5" "cl_clanid 24428674; alias clantag clantag6"
  170. alias "clantag6" "cl_clanid 24428747; alias clantag clantag7"
  171. alias "clantag7" "cl_clanid 24428853; alias clantag clantag8"
  172. alias "clantag8" "cl_clanid 24428815; alias clantag clantag1"
  173. bind "F8" "clantag"
  174.  
  175. clear
  176. echo "Started Process...!"
  177. echo "Loading Processes...!!"
  178. echo "Successfully loaded Binjo's memes!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement