Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. sensitivity "1.35"
  2. fps_max_menu "0"
  3. fps_max "0"
  4. snd_use_hrtf "1"
  5. snd_mix_async "1"
  6. voice_positional "0"
  7. cl_hud_color "0"
  8. cl_hud_healthammo_style "0"
  9. cl_showpos "1"
  10. // repositions the gunmodel to mimic CSS more closely.
  11.  
  12. cl_righthand "1"
  13. viewmodel_fov "60"
  14. viewmodel_offset_x "2"
  15. viewmodel_offset_y "2"
  16. viewmodel_offset_z "-2"
  17. viewmodel_presetpos "0"
  18. cl_bob_lower_amt "5.000000"
  19. cl_bobamt_lat "0.100000"
  20. cl_bobamt_vert "0.100000"
  21. cl_bobcycle "0.980000"
  22. cl_viewmodel_shift_left_amt "0.500000"
  23. cl_viewmodel_shift_right_amt "0.250000"
  24. cl_bobup 0.5
  25. cl_color "1"
  26. r_drawtracers_firstperson "0"
  27.  
  28. //Crosshair
  29. cl_crosshair_drawoutline "0"
  30. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  31. cl_crosshair_dynamic_splitalpha_innermod "1"
  32. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  33. cl_crosshair_dynamic_splitdist "7"
  34. cl_crosshair_outlinethickness "1"
  35. cl_crosshair_sniper_width "1"
  36. cl_crosshairalpha "255"
  37. cl_crosshaircolor "0"
  38. cl_crosshaircolor_b "1"
  39. cl_crosshaircolor_g "-150"
  40. cl_crosshaircolor_r "-1"
  41. cl_crosshairdot "0"
  42. cl_crosshairgap "-2"
  43. cl_crosshairgap_useweaponvalue "0"
  44. cl_crosshairscale "999"
  45. cl_crosshairsize "2.5"
  46. cl_crosshairstyle "4"
  47. cl_crosshairthickness "1"
  48. cl_crosshairusealpha "1"
  49.  
  50.  
  51. // removes the shifting of the arm when crouching down.
  52.  
  53. m_rawinput "1" //Raw Input on
  54. m_customaccel "0" //Mouse Acceleration off
  55. m_customaccel_exponent "0" //Acceleration Amount
  56. m_mousespeed "0" //Windows mouse acceleration off
  57. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  58. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  59. ////
  60.  
  61. // scales the HUD depending on what resolution you use, 1 is max.
  62.  
  63. hud_scaling "1"
  64. cl_hud_radar_scale "1.100000"
  65. cl_radar_scale "0.3"
  66. hud_takesshots "1"
  67. cl_autohelp "1"
  68. cl_showloadout "0"
  69. cl_teamid_overhead_always "1"
  70. player_nevershow_communityservermessage "1"
  71.  
  72. // lowers delay between sounds.
  73.  
  74. volume "0.04"
  75. snd_mixahead "0.025"
  76. snd_musicvolume "0.1"
  77. snd_headphone_pan_exponent "2"
  78. snd_headphone_pan_radial_weight "2
  79. snd_legacy_surround "0"
  80. snd_pitchquality "1"
  81. dsp_enhance_stereo "0"
  82. snd_mute_losefocus "0"
  83. snd_musicvolume "0.0"
  84. snd_menumusic_volume "0.1"
  85. snd_tensecondwarning_volume "0.1"
  86. snd_occlusion "0"
  87. snd_deathcamera_volume "0"
  88.  
  89. // sets interpolation values.
  90.  
  91. net_client_steamdatagram_enable_override "1"
  92. steamdatagram_client_force_relay_cluster ""
  93. sdr ClientForceRelayCluster
  94. mm_dedicated_search_maxping "25"
  95.  
  96.  
  97.  
  98. // usual rate commands
  99. cl_disablehtmlmotd "1"
  100. cl_cmdrate "128"
  101. cl_interp "0.007813"
  102. cl_interp_ratio "1"
  103. cl_updaterate "128"
  104. rate "786432"
  105. net_maxroutable "1200"
  106. sv_minupdaterate "128"
  107. sv_minrate "786432"
  108. sv_mincmdrate "128"
  109. tv_snapshotrate "128"
  110. rcon_password "2105"
  111. sv_password "12"
  112. cl_join_advertise "2"
  113. cl_clanid "31056419"
  114.  
  115.  
  116. net_graph "1"
  117. net_graphpos "3"
  118. net_graphheight "85"
  119. net_graphproportionalfont "0"
  120.  
  121. // causes the scope to move less while moving scoped and reduces bobbing effect
  122.  
  123. cl_showfps "0"
  124. cl_forcepreload "1"
  125. mat_monitorgamma "1.6"
  126. mat_monitorgamma_tv_enabled "0"
  127. cl_hud_playercount_showcount "0"
  128. r_dynamic "0"
  129. cl_hud_playercount_pos "1"
  130. cl_freezecampanel_position_dynamic "0"
  131.  
  132. //buy binds
  133.  
  134. bind "downarrow" " buy vesthelm;"
  135. bind "uparrow" "buy ak47; buy m4a1;"
  136. bind "End" " buy vest;"
  137. bind "del" " buy defuser;"
  138. bind "pgdn" " buy hegrenade;"
  139. bind "pgup" "buy deagle;"
  140. bind "Home" "buy fiveseven; buy tec9;"
  141. bind "ins" "buy p250;"
  142. bind "rightarrow" " buy smokegrenade;"
  143. bind "leftarrow" " buy flashbang;"
  144. voice_scale "0.2"
  145. bind "shift" "+speed;r_cleardecals"
  146. bind capslock "+right"
  147. bind alt "noclip"
  148.  
  149.  
  150. alias ffadm connect 31.186.250.221:27015
  151. alias fragshacktdm connect 95.172.92.71:27015
  152. alias fragshack connect 95.172.92.240:27015
  153. alias skin "connect 31.186.250.221:27015"
  154. alias dust2 "connect 85.14.232.128:27015"
  155. alias dust2small "connect 85.14.236.97:27015"
  156. alias cache "connect 85.14.237.142:27015"
  157. alias retake "connect 85.14.235.251:27015"
  158. alias zeus "connect 85.14.229.112:27015"
  159. alias hs "connect 85.14.235.27:27015"
  160. alias showguns +cl_show_team_equipment
  161. bind n "showguns"
  162. bind "l" "sm_rl"
  163. bind "/" "sm_pause"
  164. bind "." "sm_unpause"
  165. bind "\" " say ༼ つ ◕◡◕ ༽つ"
  166. bind "," "say ( ° ͜ʖ͡°)Ɑ͞ ̶͞ ̶͞ ﻝﮞ"
  167.  
  168.  
  169.  
  170. //Scripts
  171.  
  172.  
  173. //Skazzy3's epic clutch bind - START
  174. //Remake by Maxim
  175.  
  176. //Don't touch this
  177. alias "clutch" "clutchon"
  178. alias "clutchon" "voice_enable 0; Voice_enable=0; cl_clearhinthistory; playvol buttons\weapon_confirm 0.5; say_team Voice_enable 0.; alias clutch clutchoff"
  179. alias "clutchoff" "voice_enable 1; voice_enable=1; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice_enable 1; alias clutch clutchon"
  180. clutchoff
  181.  
  182. //Bind this to a key (this will turn on & off the clutch)
  183. bind "kp_minus" clutch
  184.  
  185. //Clutch audio options.
  186. //Feel free to edit these how you like.
  187. alias "clutchsoundon" "snd_musicvolume 0.3; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1"
  188. alias "clutchsoundoff" "snd_musicvolume 0.3; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1"
  189. //Skazzy3's epic clutch bind - END
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. alias "trashtalker" "trashtalk1"
  204. alias "trashtalk1" "say You only killed me because I ran out of health..; alias trashtalker trashtalk2"
  205. alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
  206. alias "trashtalk3" "say I PLAY WITH A RACING WHEEL; alias trashtalker trashtalk4"
  207. 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"
  208. alias "trashtalk5" "say Bro you couldn't hit an elephant in the ass with a shotgun with aim like that; alias trashtalker trashtalk6"
  209. alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
  210. alias "trashtalk7" "say server cvar 'sv_rekt' changed to 1.; alias trashtalker trashtalk8"
  211. alias "trashtalk8" "say Was that your spray on the wall or are you just happy to see me?; alias trashtalker trashtalk9"
  212. alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
  213. alias "trashtalk10" "say Is this casual?? I have 16k..; alias trashtalker trashtalk11"
  214. alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
  215. alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
  216. alias "trashtalk13" "say Even Noah can't carry these animals; alias trashtalker trashtalk14"
  217. alias "trashtalk14" "say Options -> How To Play; alias trashtalker trashtalk15"
  218. alias "trashtalk15" "say How much did you tag that wall for??; alias trashtalker trashtalk16"
  219. alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
  220. alias "trashtalk17" "say Who are you sponsored by? Parkinson's?; alias trashtalker trashtalk18"
  221. alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
  222. alias "trashtalk19" "say Nice $4750 decoy; alias trashtalker trashtalk20"
  223. alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
  224. alias "trashtalk21" "say Is your monitor on; alias trashtalker trashtalk22"
  225. alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
  226. alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
  227. alias "trashtalk24" "say You have the reaction time of a dead puppy.; alias trashtalker trashtalk25"
  228. alias "trashtalk25" "say The only thing you carry is an extra chromosome.; alias trashtalker trashtalk26"
  229. alias "trashtalk26" "say How do you change your difficulty settings? My CSGO is stuck on easy; alias trashtalker trashtalk27"
  230. alias "trashtalk27" "say If I wanted to suicide, i'd jump from your ego to your elo; alias trashtalker trashtalk28"
  231. alias "trashtalk28" "say Options -> How To Play; alias trashtalker trashtalk29"
  232. alias "trashtalk29" "say Safest place for us to stand is in front of your gun; alias trashtalker trashtalk30"
  233. alias "trashtalk30" "say is that a decoy, or are you trying to shoot somebody?; alias trashtalker trashtalk31"
  234. alias "trashtalk31" "say I could swallow bullets and shit out a better spray than that; alias trashtalker trashtalk32"
  235. alias "trashtalk32" "say Not even Noah can carry these animals; alias trashtalker trashtalk33"
  236. alias "trashtalk33" "say deranking?; alias trashtalker trashtalk34"
  237. alias "trashtalk34" "say a bad awper = $5k decoy; alias trashtalker trashtalk35"
  238. alias "trashtalk35" "say Shut up, I fucked your dad.; alias trashtalker trashtalk36"
  239. alias "trashtalk36" "say How much did you tag that wall for?; alias trashtalker trashtalk37"
  240. alias "trashtalk37" "say You REALLY gotta win those; alias trashtalker trashtalk38"
  241. alias "trashtalk38" "say Buy sound next time; alias trashtalker trashtalk39"
  242. alias "trashtalk39" "say mad cuz bad; alias trashtalker trashtalk40"
  243. alias "trashtalk40" "say You can't even carry groceries in from the car; alias trashtalker trashtalk41"
  244. alias "trashtalk41" "say I kissed your mom last night. Her breath was globally offensive; alias trashtalker trashtalk42"
  245. alias "trashtalk42" "say Dude you're so fat you run out of breath rushing B; alias trashtalker trashtalk43"
  246. alias "trashtalk43" "say Did you learn your spray downs in a bukkake video?; alias trashtalker trashtalk44"
  247. alias "trashtalk44" "say You're almost as salty as the semen dripping from your mum's mouth; alias trashtalker trashtalk45"
  248. alias "trashtalk45" "say Rest in spaghetti never forgetti; alias trashtalker trashtalk46"
  249. alias "trashtalk46" "say Don't be upsetti, have some spaghetti; alias trashtalker trashtalk47"
  250. alias "trashtalk47" "say Stop buying an awp you $4750 Decoy; alias trashtalker trashtalk48"
  251. alias "trashtalk48" "say This guy is more toxic than the beaches at Fukushima; alias trashtalker trashtalk1"
  252.  
  253. bind "" "trashtalker"
  254.  
  255. clear
  256. exec beralecross.cfg
  257. cl_fixedcrosshairgap "0"
  258. clear
  259.  
  260. ECHO ================================================
  261. ECHO ===[ Potato Autoexec CFG loaded! ]=====
  262. ECHO ===[ Goodluck have fun! ]=====
  263. ECHO ================================================
  264.  
  265. //////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement