Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. echo #### Loading autoexec.cfg ####
  2. rate "256000"
  3. cl_interp "0"
  4. cl_interp_ratio "2"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. fps_max "144"
  8. fps_max_menu "72"
  9. cl_forcepreload "1"
  10. cl_showloadout "0"
  11. cl_showhelp "0"
  12. cl_autohelp "0"
  13. gameinstructor_enable "0"
  14. cl_disablehtmlmotd "1"
  15. echo #### Performance tuning E N A B L E D ####
  16.  
  17. cl_crosshairstyle 2
  18. cl_crosshairalpha 200
  19. cl_crosshaircolor 5
  20. cl_crosshaircolor_b 250
  21. cl_crosshaircolor_r 255
  22. cl_crosshaircolor_g 110
  23. cl_crosshairdot 0
  24. cl_crosshairgap -1
  25. cl_crosshairsize 4
  26. cl_crosshairusealpha 1
  27. cl_crosshairthickness 1
  28. cl_fixedcrosshairgap -1
  29. echo #### Custom Crosshair E N A B L E D ####
  30.  
  31. dsp_enhance_stereo "0"
  32. snd_legacy_surround "0"
  33. snd_mixahead "0.05"
  34. snd_pitchquality "1"
  35.  
  36. snd_deathcamera_volume "0.2"
  37. snd_mapobjective_volume "0.2"
  38. snd_menumusic_volume "0.0"
  39. snd_musicvolume "0.0"
  40. snd_mute_losefocus "0"
  41. snd_roundend_volume "0.0"
  42. snd_roundstart_volume "0.0"
  43. snd_tensecondwarning_volume "0.0"
  44. snd_mute_losefocus "0"
  45.  
  46. windows_speaker_config "1"
  47. snd_front_headphone_position "53.2"
  48. snd_rear_headphone_position "90.0"
  49. snd_headphone_pan_exponent "1.2"
  50. snd_headphone_pan_radial_weight "0.5"
  51. voice_mixer_volume "0.50"
  52. echo #### Better sound E N A B L E D ####
  53.  
  54. alias groupc "password dolan;rcon_password whatisthis;connect groupc.de"
  55. echo "Alias for GroupC.de + RCON: groupc"
  56. echo #### Server quickconnect aliases E N A B L E D ####
  57.  
  58. bind "n" "incrementvar cl_hud_color 0 5 1"
  59. echo #### Hudcolor Switcher E N A B L E D ####
  60.  
  61. cl_loadout_colorweaponnames 1
  62. echo #### Weapon-Text Color E N A B L E D ####
  63.  
  64. bind "KP_HOME" "buy ssg08"
  65. bind "KP_UPARROW" "buy awp"
  66. bind "KP_PGUP" "buy g3sg1; buy scar20"
  67. bind "KP_LEFTARROW" "buy galilar; buy famas"
  68. bind "KP_5" "buy m4a1;buy ak47"
  69. bind "KP_RIGHTARROW" "buy aug; buy sg556"
  70. bind "KP_END" "buy p250"
  71. bind "KP_DOWNARROW" "buy incgrenade; buy molotov"
  72. bind "KP_PGDN" "buy fn57; buy tec9"
  73. bind "KP_INS" "buy defuser"
  74. bind "KP_DEL" "buy vesthelm; buy vest"
  75. bind "KP_MULTIPLY" "buy decoy"
  76. bind "KP_MINUS" "buy smokegrenade"
  77. bind "KP_PLUS" "buy flashbang"
  78. bind "KP_ENTER" "buy hegrenade"
  79. bind ins "buy mp7"
  80. bind home "buy negev"
  81. bind pgup "buy mac10; buy mp9"
  82. bind del "buy bizon"
  83. bind end "buy p90"
  84. bind pgdn "buy ump45"
  85. bind leftarrow "buy nova"
  86. bind rightarrow "buy mag7; buy sawedoff"
  87. bind uparrow "buy deagle"
  88. bind downarrow "buy xm1014"
  89. echo #### Epic Buyscript E N A B L E D ####
  90.  
  91. developer 1
  92. con_filter_text "Damage"
  93. con_filter_text_out "Player:"
  94. con_filter_enable 2
  95. echo #### Out-Of-Console Damage Report E N A B L E D ####
  96.  
  97. alias "+scoreboardnetgraph" "+showscores; net_graph 1; r_cleardecals; cl_showfps 1;"
  98. alias "-scoreboardnetgraph" "-showscores; net_graph 0; cl_showfps 0;"
  99. bind TAB "+scoreboardnetgraph"
  100. echo #### Scoreboard Netgraph + FPS E N A B L E D ####
  101.  
  102. alias +unscope "slot3; noclip 1;"
  103. alias -unscope "lastinv; noclip 0;"
  104. bind F5 "+unscope"
  105. echo #### Better Quickswitch unscope E N A B L E D ####
  106.  
  107. alias +sneaky "+speed; voice_scale 0.5; volume 0.75;"
  108. alias -sneaky "-speed; voice_scale 0.75; volume 0.5;"
  109.  
  110. bind "SHIFT" "+sneaky"
  111. echo #### r_cleardecals crouch/duck + Sneaky-Volume E N A B L E D ####
  112.  
  113. alias clutch_on "volume 1; voice_enable 0; echo 'DamageClutchOn!'; bind v clutch_off; bind SHIFT +speed;"
  114. alias clutch_off "volume 0.5; voice_enable 1; echo 'DamageClutchOff!'; bind v clutch_on; bind SHIFT +sneaky;"
  115.  
  116. clutch_off
  117. echo #### Clutch-Toggle on v E N A B L E D ####
  118.  
  119. echo #### autoexec.cfg finished! ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement