Ссылка на Сообщение
#1
10.5.2010, 10:46
DuckJump+bhop script
CODE
// This script is a duckjump and bunnyhop script combined with 2 easy keys as a toggle
// Copy everything proceeding this into your autoexec until I say to stop.
alias +duckjump "+jump; +duck"
alias -duckjump "-jump; -duck"
alias djbhopon "bind MWHEELUP +duckjump; bind MWHEELDOWN +duckjump; echo DylanM666's Bhop+DJ script activated!"
alias djbhopoff "bind space +jump; bind MWHEELUP invprev; bind MWHEELDOWN invnext; echo DylanM666's Bhop+DJ script deactivated!"
bind F11 "djbhopon"
bind F12 "djbhopoff"
// That is the bunnyhop and duckjump script combined, here is just a duckjump script with toggle
// Copy everything after this, if you want the version without bhop mixed in, into your autoexec til I say to stop.
alias +dj "+jump; +duck"
alias -dj "-jump; -duck"
alias djon "bind space +dj; echo DylanM666's DuckJump script activated!"
alias djoff "bind space +jump; echo DylanM666's DuckJump script deactivated!"
bind f1 "djon"
bind f2 "djoff"
// Copy everything proceeding this into your autoexec until I say to stop.
alias +duckjump "+jump; +duck"
alias -duckjump "-jump; -duck"
alias djbhopon "bind MWHEELUP +duckjump; bind MWHEELDOWN +duckjump; echo DylanM666's Bhop+DJ script activated!"
alias djbhopoff "bind space +jump; bind MWHEELUP invprev; bind MWHEELDOWN invnext; echo DylanM666's Bhop+DJ script deactivated!"
bind F11 "djbhopon"
bind F12 "djbhopoff"
// That is the bunnyhop and duckjump script combined, here is just a duckjump script with toggle
// Copy everything after this, if you want the version without bhop mixed in, into your autoexec til I say to stop.
alias +dj "+jump; +duck"
alias -dj "-jump; -duck"
alias djon "bind space +dj; echo DylanM666's DuckJump script activated!"
alias djoff "bind space +jump; echo DylanM666's DuckJump script deactivated!"
bind f1 "djon"
bind f2 "djoff"