Scrub Spy - TF2 Config Script
This script automatically triggers "last disguise" after attacking and changing weapons. The lastdisguise function is an ability of the spy; After breaking disguise, pressing B (default key is B) you re-disguise in your last disguise. This script triggers the lastdisguise command instantly after you attack and whenever you change weapon.
Download
If you don't know what to do, follow this guide on Setting up TF2 Configuration Files before you continue.
Packed script: scrubspy.rar - 1.18KB
The Script for Manual Install
- Open your TF2 Configuration Folder. Should be something like:
C:\Program Files (x86)\Steam\steamapps\common\team fortress 2\tf\custom\myconfigs\cfg - Open spy.cfg in a Text Editor (Notepad on Windows)
- Copy this code into spy.cfg, then save and close.
// setting up the script alias +at "+attack" alias -at "-attack;lastdisguise" alias switcher "lastinv;lastdisguise" alias spy1 "slot1;lastdisguise" alias spy2 "slot2;lastdisguise" alias spy3 "slot3;lastdisguise" // binds bind mouse1 "+at" bind q "switcher" bind 1 "spy1" bind 2 "spy2" bind 3 "spy3"
- Open scout.cfg, soldier.cfg, pyro.cfg, demoman.cfg, heavyweapons.cfg, engineer.cfg, medic.cfg and sniper.cfg
- Copy this code into all of them, then save and close.
bind mouse1 "+attack" bind q "lastinv" bind 1 "slot1" bind 2 "slot2" bind 3 "slot3"
Notes
I am bad at spy. And you will be bad too if you use this script.
Using this script will limit your potential as spy. Controlling and managing your disguises on-the-fly will always have a higher skill potential than this. Don't limit yourself if you want to play spy regularly.