Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cl_yawspeed 100000000
- bind mouse2 "+attack2; charging"
- alias charging "bind a "+goleft"; bind d "+goright""
- alias +goright "+right"
- alias -goright "-right"
- alias +goleft" "+left"
- alias -goleft "-left"
- bind mouse1 "+attack; nocharge; -mleft; -mright; -goleft; -goright"
- alias nocharge "bind a "+mleft"; bind d "+mright""
- bind c "nocharge; -mleft; -mright; -goleft; -goright
- alias nocharge "bind a "+mleft"; bind d "+mright"
- alias +mleft "+moveleft"
- alias -mleft "-moveleft"
- alias +mright "+moveright"
- alias -mright "-moveright"
- //On charge you must press C or attack to reset your strafe keys so they strafe rather than control turning make you spin like crazy.
- //A and D control the turning. You must type exec charge into console the first
- //time you run the script. From there typing charge works fine. It works by
- //using +left and +right with a high yawspeed to give so many mouse inputs
- //that you turn around 90 degrees on charge. To install copy this text into
- // a file named charge.cfg in cfg in tf. (Assuming you know how to get
- //there) This will remove null cancelling movement scripts so use a reset.cfg (Google it)
- echo "------------------------------"
- echo "SupBro's charge script loaded!"
- echo "------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment