//*
Allows you to auto-jump by holding down the key.
method released by: no name
script released by: NaXiMuZ
*// // the script
alias +a-jump "alias _special jump;jump"
alias -a-jump "alias _special"
alias jump "+jump;wait;-jump;wait;special" // the bind
bind "space" "+a-jump" // spacebar : jump-key
把这段参数复制到userconfig里面。就是按住空格为连跳,超级跳还是要你的鼠标键盘配合的!