tf2 auto fire script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------Script Collection v1--------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~via various sources/sites(gamebanana, SPUF, ect) or hand-made~ ----------------------= Using scripts and cfgs *C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\cfg *to have scripts that automatically runs upon launch make a text file named autoexec *changed the ".txt" ending to ".cfg" *to make a script that automatically runs apon joining a specific class make a .cfg file named after desired class tf2 auto fire script PasteShr tf2 auto fire script *Example: "pyro.cfg" "engineer.cfg" *You can execute any .cfg file by typing in the console "exec" then the name of the file (without the .cfg at the end) *In this collection I use as a place holder. Put whatever key you want there before you use *Except for scripts which the key used is a default function or the whole point of the script ----------------------= --Pseudo-zoom script alias t_zoomer zoomin alias zoomin "fov_desired 70; r_drawviewmodel 0; alias t_zoomer zoomout" alias zoomout "fov_desired 90; r_drawviewmodel 1; alias t_zoomer zoomin" tf2 auto fire script How to get it? tf2 auto fire script bind t_zoomer --voice-toggle Alias voicetoggle "voicetoggleon" alias voicetoggleon "+voicerecord; alias voicetoggle voicetoggleoff" alias voicetoggleoff "-voicerecord; alias voicetoggle voicetoggleon" bind "voicetoggle" --crouch-jump alias +crouchjump "+jump; +duck" tf2 auto fire script How to use it? tf2 auto fire script alias -crouchjump "-duck; -jump" bind space "+crouchjump" --high-5 toggle alias "hi_t" "+use_action_slot_item;bind H hi_l" alias "hi_l" "-use_action_slot_item;bind H hi_t" bind "H" "hi_t" --null-movement bind w +mfwd tf2 auto fire script PasteShr tf2 auto fire script 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" tf2 auto fire script How to dowload it? tf2 auto fire script 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 "" --viewmodel toggle alias stuffis stuffon tf2 auto fire script How to use it? tf2 auto fire script alias stuffon "r_drawviewmodel 0; bind stuffis stuffoff" alias stuffoff "r_drawviewmodel 1; bind stuffis stuffon" bind stuffis --Pyro panic button alias panic panicon alias panicon "+left; cl_yawspeed 1500; voicemenu 2 0; alias panic panicoff" alias panicoff "-left; cl_yawspeed 210; alias panic panicon" bind panic tf2 auto fire script How to dowload it? tf2 auto fire script --Engineer build + destroy binds //tent = teleporter entrance, text = teleporter exit alias buildsent "destroy 2 0; build 2 0" alias builddisp "destroy 0 0; build 0 0" alias buildtent "destroy 1 0; build 1 0" alias buildtext "destroy 1 1; build 1 1" bind buildsent bind builddisp bind buildtent bind buildtext tf2 auto fire script How to use it? tf2 auto fire script --EZ spy civilian //hold sapper out when using alias +civ "+use_action_slot_item" alias -civ "build 3 0; -use_action_slot_item" bind +civ --EZ Flarepunch //spew fire before activating tf2 auto fire script How to get it? tf2 auto fire script alias +punch "slot2; +attack" alias -punch "slot1; -attack" bind +punch --medic uber-shout auto-mask alias +maskcall "+attack2; voicemenu 2 4" alias -maskcall "-attack2" bind mouse2 +maskcall --Spy keypad disguising tf2 auto fire script PasteShr tf2 auto fire script //1-9 to disguise as a class respectively //hold down 0 and press a key to disguise as a friendly class //1-3 scout, soldier, pyro //4-6 demo, heavy, engi //7-9 medic, sniper, spy alias enemysco "disguise 1 -1" alias enemysol "disguise 3 -1" alias enemypyr "disguise 7 -1" alias enemydem "disguise 4 -1" tf2 auto fire script How to use it? tf2 auto fire script alias enemyhea "disguise 6 -1" alias enemyeng "disguise 9 -1" alias enemymed "disguise 5 -1" alias enemysni "disguise 2 -1" alias enemyspy "disguise 8 -1" alias friendsco "disguise 1 -2" alias friendsol "disguise 3 -2" alias friendpyr "disguise 7 -2" alias frienddem "disguise 4 -2" alias friendhea "disguise 6 -2" tf2 auto fire script PasteShr tf2 auto fire script alias friendeng "disguise 9 -2" alias friendmed "disguise 5 -2" alias friendsni "disguise 2 -2" alias friendspy "disguise 8 -2" alias enemydisguise "alias scodis enemysco; alias soldis enemysol; alias pyrdis enemypyr; alias demdis enemydem; alias headis enemyhea; alias engdis enemyeng; alias meddis enemymed; alias snidis enemysni; alias spydis enemyspy" alias frienddisguise "alias scodis friendsco; alias soldis friendsol; alias pyrdis friendpyr; alias demdis frienddem; alias headis friendhea; alias engdis friendeng; alias meddis friendmed; alias snidis friendsni; alias spydis friendspy" enemydisguise alias +setdisguise "frienddisguise" alias -setdisguise "enemydisguise" bind KP_INS +setdisguise tf2 auto fire script How to get it? tf2 auto fire script bind KP_END scodis bind KP_DOWNARROW soldis bind KP_PGDN pyrdis bind KP_LEFTARROW demdis bind KP_5 headis bind KP_RIGHTARROW engdis bind KP_HOME meddis bind KP_UPARROW snidis bind KP_PGUP spydis tf2 auto fire script