Advertisement
Guest User

My CSGO .cfg file

a guest
Apr 26th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. //This is my CS:GO config
  2. // It may contain other peoples scripts
  3. //This paste contains many things including my regular keyboard and mouse setup.
  4.  
  5. //------------------------------------------------------------------------------------------------------\\
  6. //My scripts:
  7.  
  8. //Don't touch this
  9. alias "clutch" "clutchon"
  10. alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Clutch mode activated, I can’t hear you; alias clutch clutchoff"
  11. alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Clutch mode deactivated, I can hear you now; alias clutch clutchon"
  12. clutchoff
  13.  
  14. //Bind this to a key (this will turn on & off the clutch)
  15. bind “j” "clutch"
  16.  
  17. //Clutch audio options.
  18. //Feel free to edit these how you like.
  19. alias "clutchsoundon" "volume 0.6; snd_musicvolume 0.2; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1"
  20. alias "clutchsoundoff" "volume 0.5; snd_musicvolume 0; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 0"
  21. //END
  22.  
  23. // Show damage done and taken from players without bringing up the console
  24.  
  25. developer "1"
  26. con_filter_enable "2"
  27. con_filter_text_out "Player:"
  28. con_filter_text "Damage"
  29. //The text shows up in small font in top left-hand corner.
  30.  
  31. // Buy and drop
  32. alias "buyanddrop"
  33. alias "buyanddrop" "buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop"
  34. bind “n” “buyanddrop”
  35.  
  36. //Show Help Lines for using grenades.
  37. alias "+crosshairsmoke"
  38. alias "-crosshairsmoke" "cl_crosshairsize 2;cl_crosshairdot 0;cl_crosshairgap -2"
  39. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
  40. // Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
  41. // Don’t change the second line.
  42. bind “x” "+crosshairsmoke"
  43.  
  44. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  45. cl_autowepswitch 0
  46. //Don't auto-pick weapons
  47. cl_use_opens_buy_menu "0"
  48. //Disables E from opening buy-menu, really useful
  49. r_drawtracers_firstperson "0"
  50. //Hides bullet tracers in first person view
  51. cl_showhelp "0"
  52. //Removes on-screen help
  53. cl_autohelp "0"
  54. //Removes automatic help
  55. cl_disablefreezecam "1"
  56. //Disables Freezecam, very important to have off
  57. cl_disablehtmlmotd "1"
  58. //Removes "Message of the day" page when joining a server
  59.  
  60. // Buyscript
  61. // +=====================================================+
  62. // | NUM | - | MULTIPLY | MINUS |
  63. // | PAD | molotov | decoy | hegrenade |
  64. // |-------------|-------------|-------------|-----------|
  65. // | HOME | UPARROW | PGUP | |
  66. // | defuser | helm+kev | flash | PLUS |
  67. // |-------------|-------------|-------------| smoke |
  68. // | LEFTARROW | 5 |10RIGHTARROW | |
  69. // | tec9/p250* | m4/ak* | sg/aug* | |
  70. // |-------------|-------------|-------------|-----------|
  71. // | END | DOWNARROW | PGDN | |
  72. // | deagle* | awp* | p90 | ENTER |
  73. // |-------------|-------------|-------------| flash(2) |
  74. // | INS | DEL | smoke,he |
  75. // | default pack | dropmodif | |
  76. // +=====================================================+
  77.  
  78. // 1.1 Mapping for items to aliases
  79. alias b_uparrow "buy vesthelm; buy vest"
  80. alias b_leftarrow "buy tec9; buy fiveseven"
  81. alias b_5 "buy ak47; buy m4a1"
  82. alias b_rightarrow "buy sg556; buy aug"
  83. alias b_plus "buy smokegrenade"
  84. alias b_end "buy deagle"
  85. alias b_downarrow "buy awp"
  86. alias b_pgdn "buy p90"
  87. alias b_enter "buy flashbang; buy smokegrenade; buy hegrenade; buy flashbang"
  88.  
  89. // 1.2 Binding aliases to keys
  90. bind "-" "buy incgrenade; buy molotov" //There is a known problem with kp_slash
  91. bind "kp_multiply" "buy decoy"
  92. bind "kp_minus" "buy hegrenade"
  93. bind "kp_home" "buy defuser"
  94. bind "kp_uparrow" "b_uparrow"
  95. bind "kp_pgup" "buy flashbang"
  96. bind "kp_leftarrow" "b_leftarrow"
  97. bind "kp_5" "b_5"
  98. bind "kp_rightarrow" "b_rightarrow"
  99. bind "kp_plus" "b_plus"
  100. bind "kp_end" "b_end"
  101. bind "kp_downarrow" "b_downarrow"
  102. bind "kp_pgdn" "b_pgdn"
  103. bind "kp_ins" "b_5; b_uparrow"
  104. bind "kp_enter" "b_enter"
  105.  
  106. // Buy and drop
  107. alias "secLA" "buy tec9; buy fiveseven; drop"
  108. alias "secLAbind" "bind kp_leftarrow secLA"
  109. alias "secRA" "buy sg556; buy aug; drop"
  110. alias "secRAbind" "bind kp_rightarrow secRA"
  111. alias "sec5" "buy ak47; buy m4a1; drop"
  112. alias "sec5bind" "bind kp_5 sec5"
  113. alias "secEND" "buy deagle; drop"
  114. alias "secENDbind" "bind kp_end secEND"
  115. alias "secDA" "buy awp; drop"
  116. alias "secDAbind" "bind kp_downarrow secDA"
  117. alias "secINS" "b_5; b_uparrow; b_plus"
  118. alias "secINSbind" "bind kp_ins secINS"
  119. alias "priLA" "bind kp_leftarrow b_leftarrow"
  120. alias "pri5" "bind kp_5 b_5"
  121. alias "priRA" "bind kp_rightarrow b_rightarrow"
  122. alias "priEND" "bind kp_end b_end"
  123. alias "priDA" "bind kp_downarrow b_downarrow"
  124. alias "+delbinds" "secLAbind; sec5bind; secRAbind; secENDbind; secDAbind; secINSbind"
  125. alias "-delbinds" "priLA; pri5; priRA; priEND; priDA"
  126. bind "kp_del" "+delbinds"
  127.  
  128. //NETGRAPH+SCOREBOARD
  129. alias "+tabgraph"
  130. alias "+tabgraph" "+showscores; net_graph 1; net_graphproportional font 1; net_graphpos 2; net_graphheight 48"
  131. alias "-tabgraph" "-showscores; net_graph 0"
  132. bind "TAB" "+tabgraph"
  133.  
  134. //---------------------------------------------------------------------------------------------------\\
  135. //My controlls
  136.  
  137. //Walk "C"
  138. //Duck "Shift"
  139. //Jump "Spacebar"
  140. //Forward "W"
  141. //Backward "S"
  142. //Strafe Right "D"
  143. // Strafe Left "A"
  144. //Inspect "F"
  145. //Reload "R"
  146. //Drop "G"
  147. //Use "E"
  148. //Tabgraph "TAB"
  149. //Graffiti Menu "Hold T"
  150. //Quick Spray "T"
  151. //Buy and Drop "N"
  152. //Voice Chat "V or Mouse 4"
  153. //See Team Gear (through walls! Like team wallhack) "Mouse 5"
  154. // Call Vote "]"
  155. //Global Chat "Y"
  156. //Team Chat "U"
  157. //Clutch Mode "J"
  158. // Select Team "M"
  159. //Buy Menu "B"
  160. //-----------------------------------------------------------------------------------------------\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement