Archive for the ‘Scripts’ Category

Wiggle Script

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 […]

Jump+Crouch Script

Crouch and jump at the same time to get to all those hard to reach spots. Here is the script that will do both actions with just a press of the space bar!

Raise your FPS with a simple script!

Do you have a LOW FPS and want to know a FREE easy way to help make it higher? Try out this great script I found, I’m sure you’ll see a difference!

Team Fortress 2 - server side commands

I found a great compile list of Team Fortress 2 server side commands with brief explanations of what it does and how to modify it. This list is very useful for any new server host.

Engineer script

I got sick of using the build menu as a Engineer to build everything in Team Fortress 2, so I put together a simple little script that binds everything to your keyboard arrows to help speed things up. I also included a great bind to “E” that allows you to push & hold e and repair whatever it is your repairing, then switch back to your last used weapon when you release it. Check it out, I’m sure you’ll enjoy it.

Categories

Resources