Home Of The Pages

TF2 View Model Scripts and Binds:

Scout Soldier Pyro Demoman Heavyweapons Engineer Medic Sniper Spy
Most of the scripts are for all nine class which are for viewmodel changes. For example, you press down an arrow key that corresponds to your loadout, the script changes your viewmodel using the scroll wheel specified with that specific loadout. If you dont like some of the key binds, you can change them for yourself. If you want to add the scripts, go into your c-drive, and find a folder called program files (x86). Then Steam, Steamapps, common, TF2, tf, cfg. (Program Files (x86) | Steam | Steamapps | common | TF2 | TF | CFG) Then if you choose to add the script below, create a autoexec.cfg file for the script. And If you want viewmodel scripts for your classes, create each .cfg file with the names that are linked to the other pages for each class above.
Null Movement Script (In Autoexec):

bind w +mfwd

bind s +mback

bind a +mleft

bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"

alias +mback "-forward;+back;alias checkback +back"

alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"

alias +mright "-moveleft;+moveright;alias checkright +moveright"

alias -mfwd "-forward;checkback;alias checkfwd none"

alias -mback "-back;checkfwd;alias checkback none"

alias -mleft "-moveleft;checkright;alias checkleft none"

alias -mright "-moveright;checkleft;alias checkright none"

alias checkfwd none

alias checkback none

alias checkleft none

alias checkright none

alias none ""