Team Fortress 2 Scripts

Joined
Aug 23, 2010
Messages
31
Generic Huntsman Script's

THESE ARE NOT CHEAT SCRIPTS!CHEAT SCRIPTS ARE RAPID FIRE AND AUTOSHOOTING

And rocket jump is not a cheat script because either way your pressing down a button on your mouse, same with pyro panic except your holding a button

This script is a "180 backstab" script, it jumps 180 degrees while your a spy and stabs by pushing the scroller on your mouse down, if you ever find yourself in a melle battle with a spy this will help. But were it says "sensitivity 10" you want to take out the 10 and set it to the sensitivity you have or else it wont to a complete 180.​

alias "battlecry" "voicemenu 2 1"
alias +backnife "battlecry; sensitivity 10; +jump; cl_yawspeed 1750; +right; wait 16; +attack"
alias -backnife "cl_yawspeed 210; -right; -jump; wait 16;sensitivity 3; -attack"
bind mouse3 +backnife

This script is a little hard to explain so ill give you an example
Example: Your disguised, and below were it shows the person your disguised as it also shows the weapon now you can change that by switching to a weapon of your own and pressing "B" BUT this script allows you to simply scroll your mouse and itl change the displayed weapon for you

bind mwheelup "invprev; lastdisguise"
bind mwheeldown "invnext; lastdisguise"


HOW TO ADD SCRIPTS

#1 Copy the Script
#2 go to the following path in your computer(or just search for cfg on your computer)
C:\Program Files\Steam\steamapps\(steam name)\team fortress 2\tf\cfg
#3 open the file with notepad
#4 past the script and save as to the appropriate class
Example: 180 backstab script goes into spy


Usefull scripts(not mine)


Css style sniper. Basicly after you shoot you dont need to keep zooming in it will zoom in for you

alias +fastscope "+attack2; wait 10; -attack2" // Scope the Rifle while the button is held down
alias -fastscope "+attack; wait 15; -attack" // Fire when button is released
bind mouse3 +fastscope

Soldier Rocket Jump....Self explanitory

// Uber Rocket Jump
alias +ubrrj "+jump; +duck; +attack"
alias -ubrrj "-attack; -duck; -jump"
bind mouse3 +ubrrj
echo "Uber Rocket Jump Script Loaded Properly"

Pyro Panic, Spins really fast while using flame thrower (its pretty funny)

alias "battlecry" "voicemenu 2 1";
alias "+panic" "battlecry; cl_yawspeed 3000; +left; +attack";
alias "-panic" "-attack; -left; cl_yawspeed 210";
bind "e" "+panic";
 
Last edited:
^ sortha what he said; technically '180s stabs' aren't cheat scripts, but they are 'cheap' scripts.

But seriously; this doesn't even seem very useful: Turning 180 and stabbing by no means guarantees a kill; and if one finds oneself in the situation where alot of fast 180 stabs are needed then maybe one shouldn't be playing Spy.
Just my two cents on usefulness, though, feel free to completely ignore what I say.

Other than that, seems nifty writen.

...

... I remember back in the day... ppl used to move the mouse to do 180s...


-K^^

Usual disclaimer: This is to be read as a useful argument and not as a rant

 
Last edited:
There not cheat scripts, they make your game experience easy for you, i never said you have to use them on eGo servers anyway. Cheating scripts are rapid fire and auto shooting ones.

-edit-
K^^ i made the 180 backstab script cause in my old clan we loved to mele battle it helped me out a couple of times and it was usefull to me.
 
Last edited:
i have a useful one where you can hold alt and use your scroll wheel to adjust mouse sensitivity. too lazy to find a link.

other than that, scripts are for lazy people, TURN AROUND AND STAB HIM YOURSELF. :)
 
My friend asked me about something similar. My response (please correct me if this is incorrect) was: If it is something you physically could do (maybe less reliably) without the script, then it should be acceptible. Obviously, some things you can do manually are still not acceptible (Exploits of the game, etc), but scripts like these are virtually identical to macros that you can program into keyboards like the G-15.
Truthfully, scripts like these are actually less useful than preforming the actions manually because they prevent you from learning the reflexes, and players that realize that it is a script have an easier time killing you because of it.
 
I believe those are cheat scripts?
Contrary to popular belief, scripts don't allow you to do anything that you can't already do with the keyboard. They just allow you to do it more reliably. The 180stab and rocket jump ones are of questionable use because server lag will throw the timing off. However, here's one I use regularly
Code:
alias "fastwpn" "priwpn"
alias "priwpn" "slot1; alias fastwpn secwpn"
alias "secwpn" "slot2; alias fastwpn priwpn"
alias "melwpn" "slot3; alias fastwpn secwpn"
bind "e" "melwpn"
bind "q" "fastwpn"
This sets Q to toggle between my primary and secondary weapons while E brings up my melee weapon. This is all stuff I could do with the slot keys and mouse wheel, but my script allows me to do it error-free.

Here's a nice one some admins may recognize
Code:
bind "F12" "sm_checkafk @aim"
I don't believe that's cheating either ;)
 
ok im an active kid and all but how can you get lazy on a computer game, like i said. Scripts make your gaming experience better and faster...this is just for me idk about anyone else
 
Contrary to popular belief, scripts don't allow you to do anything that you can't already do with the keyboard. They just allow you to do it more reliably. The 180stab and rocket jump ones are of questionable use because server lag will throw the timing off. However, here's one I use regularly


U might want to talk to the other eGO advisors, ur not allowed to use QUICK switch scripts in Day of Defeat... Unless this has been changed recently.

It is the same thing you are saying is ok to do, but time after time someone is told to lose the "quick switch script" or else.

I personally dont use any scripts, but I still think the same way you do.

I know this is TEAM Fortress and not Day of Defeat... but its all eGO :)

TAZ
 
Holy crap - you bound something to E? HOW DO YOU CALL FOR A MEDIC?!?!?!
um...bind "z" "voicemenu 0 0"
x-c-v are the standard voicemenu menus. b = noclip

Thanks TAZ, I'll check into that.
 
Last edited:
Umm looking at one of the threads in Day of Defeat.. Things have changed or I am losing it.... lol Looks like its ok to use Quick Scope( I think that is the same thing as Quick switch) Correct me if I am wrong please.

Thanks for the "quick" reply Idol :)

TAZ

(time to WORK)
 
Back
Top