Made this script because I see many people, without a defuse kit, hit TAB key like crazy to make the bar go slightly, very slightly, faster.
But it automates the process.
Just copy it to your userconfig.cfg.
if you don't have it just create one in your cstrike directory.
Код:
//poor people defuse kit alias wait2 "wait;wait" alias +tabspam "alias _special @tabspam;@tabspam" alias -tabspam "alias _special;-showscores" alias @tabspam "special; +showscores; wait2; -showscores; wait2" bind "p" "+tabspam"