Scrub Spy - TF2 Config Script

Disclaimer: If you use this script you are bad. This script will stop you from playing spy properly; you will learn bad habbits. Don't use this if you take spy seriously and want to actually get better.

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

  1. Open your TF2 Configuration Folder. Should be something like:
        C:\Program Files (x86)\Steam\steamapps\common\team fortress 2\tf\custom\myconfigs\cfg
  2. Open spy.cfg in a Text Editor (Notepad on Windows)
  3. 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"
  4. Open scout.cfg, soldier.cfg, pyro.cfg, demoman.cfg, heavyweapons.cfg, engineer.cfg, medic.cfg and sniper.cfg
  5. 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.