![]() | |
Cute little script that wiggles left to right on the push of a button. It’s basic, but useful. Enjoy.
// Wiggle Script
alias +k “+moveright”
alias -k “-moveright; alias +j +l; alias -j -l”
alias +l “+moveleft”
alias -l “-moveleft; alias +j +k; alias -j -k”
alias +j +k
alias -j -k
bind mouse5 “+j”** Just replace “mouse5″ with the key you’d like to bind. **
This is great for getting out of the way of those pesty missles, or just trying to avoid a headshot from a aggervating sniper!
Leave a reply
You must be logged in to post a comment.