Description:

This script will stop all directional movement instantly, in order to provide better accuracy while avoiding attackers. Replace your normal movement keys with these aliases.

-----
alias w3 "wait; wait; wait"
alias w9 "w3; w3; w3"
alias +runleft "+moveleft"
alias -runleft "-moveleft; +moveright; w9; -moveright"
alias +runright "+moveright"
alias -runright "-moveright; +moveleft; w9; -moveleft"
alias +runforward "+forward"
alias -runforward "-forward; +back; w9; -back"
alias +runback "+back"
alias -runback "-back; +forward; w9; -forward"

bind w "+runforward"
bind s "+runback"
bind a "+runleft"
bind d "+runright"

-----

Autor skryptu: Fat4ssAntFarm