Guest User

SupBro's Tf2 charge script

a guest
Mar 24th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. cl_yawspeed 100000000
  2. bind mouse2 "+attack2; charging"
  3. alias charging "bind a "+goleft"; bind d "+goright""
  4. alias +goright "+right"
  5. alias -goright "-right"
  6. alias +goleft" "+left"
  7. alias -goleft "-left"
  8. bind mouse1 "+attack; nocharge; -mleft; -mright; -goleft; -goright"
  9. alias nocharge "bind a "+mleft"; bind d "+mright""
  10. bind c "nocharge; -mleft; -mright; -goleft; -goright
  11. alias nocharge "bind a "+mleft"; bind d "+mright"
  12. alias +mleft "+moveleft"
  13. alias -mleft "-moveleft"
  14. alias +mright "+moveright"
  15. alias -mright "-moveright"
  16. //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.
  17. //A and D control the turning. You must type exec charge into console the first
  18. //time you run the script. From there typing charge works fine. It works by
  19. //using +left and +right with a high yawspeed to give so many mouse inputs
  20. //that you turn around 90 degrees on charge. To install copy this text into
  21. // a file named charge.cfg in cfg in tf. (Assuming you know how to get
  22. //there) This will remove null cancelling movement scripts so use a reset.cfg (Google it)
  23. echo "------------------------------"
  24. echo "SupBro's charge script loaded!"
  25. echo "------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment