Description:
Bind the 2 keys that are ? one to toggle the jump-duck script, the other to your regular jump key (showed by the binds just incase you miss this or dont understand). Turn on the script, it will duck-jump for you, turn it off, it will be normal jumping. ----- alias w "wait" alias w2 "w; w" alias d1 "developer 1" alias d0 "developer 0" alias djtog "djson" alias djson "d1; echo Duck-Jump Toggle *ON*; w; djon" alias djsoff "d1; echo Duck-Jump Toggle *OFF*; w; djoff" alias djon "alias +rjump +djump; alias -rjump -djump; alias djtog djsoff" alias djoff "alias +rjump +jump; alias -rjump -jump; alias djtog djson" alias +rjump "+jump" //Normal Jump...bind ur jump key to this. alias -rjump "-jump" alias +djump "+jump; +duck; w" alias -djump "-jump; -duck" bind "?" "+rjump" //Jump...(change ? to your jump key bind "?" "djtog" //Turn toggle on/off ----- Autor skryptu: JayMan2889 |