Advertisement
Guest User

treetapper general script

a guest
Jan 10th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bind 1 "slot1; alias equip_3last equip_3" // Key for primary
  2. bind 2 "slot2; alias equip_3last equip_3" // Key for secondary
  3. bind 3 "slot3; alias equip_3last equip_last" // Key for melee
  4. bind capslock "slot2; slot1; alias equip_3last equip_3" // Key for switching between primary and secondary (equips primary when melee active)
  5. bind q equip_3last // Key for switching between melee and lastinv
  6.  
  7. alias equip_3 "slot3; alias equip_3last equip_last"
  8. alias equip_last "lastinv; alias equip_3last equip_3"
  9. alias equip_3last equip_3
  10.  
  11.  
  12. // To undo this script, execute the following lines (remove the "//" before each first)
  13. // See the following link for information on keeping the above script limited to spy
  14. // http://www.reddit.com/r/tf2scripthelp/wiki/introduction#wiki_preventing_changes_from_carrying_over_to_other_classes
  15.  
  16. //bind 1 slot1
  17. //bind 2 slot2
  18. //bind 3 slot3
  19. //bind q lastinv
  20. //unbind capslock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement