Description:

This script is a normal walktoggle script but it also automatically resumes running when you start firing (or if you press the button again). You do not have to have a finger on the walk toggle key all the time any more...

-----
alias "walktoggle" "walk"
alias run "-speed; bind mouse1 +attack; alias walktoggle walk"
alias walk "+speed; bind mouse1 +wakeup; alias walktoggle run"
alias +wakeup "+attack; -speed"
alias -wakeup "-attack; bind mouse1 +attack; alias walktoggle walk"

bind "yourkey" "walktoggle"

-----

Autor skryptu: Luis Cypher