Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Code:
  2.  
  3. //Skazzy3's epic clutch bind - START
  4. //Remake by Maxim
  5.  
  6. //Don't touch this
  7. alias "clutch" "clutchon"
  8. alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff"
  9. alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice Enabled, I can hear you now; alias clutch clutchon"
  10. clutchoff
  11.  
  12. //Bind this to a key (this will turn on & off the clutch)
  13. bind "F2" clutch
  14.  
  15. //Clutch audio options.
  16. //Feel free to edit these how you like.
  17. 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"
  18. 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"
  19. //Skazzy3's epic clutch bind - END
  20. Installation for beginners:
  21.  
  22. 1. Open up "Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg"
  23. 2. Create a blank text file.
  24. 3. Open the text file and paste the script into it.
  25. 4. Rename the text file to autoexec.cfg (show file extensions in Windows first!)
  26. 5. Open steam.
  27. 6. Go to Counter-Strike: Global Offensive > Properties > Set launch options.
  28. 7. Add "+exec autoexec.cfg" in the end without quotes (").
  29. 8. Open console and type "exec autoexec.cfg"
  30. If you already have a config you can just copy the code to it.
  31.  
  32. This is a remade version of the original script by Skazzy3. I changed a couple commands, fixed a couple issues I had with it, so this version is error-proof and comes directly from the video.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement