Advertisement
Guest User

TF2 Idle Script

a guest
May 13th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. shutdown /s /t 43200
  2.  
  3. ::REPLACE THE FOLDER PATH BELOW WITH YOUR OWN STEAM FOLDER IF IT'S STORED ELSEWHERE!
  4. cd C:\Program Files (x86)\Steam\
  5.  
  6. ::At the end of the below command, you can put game console commands or launch flags for the game. Launch flags must have a hyphen before each one, console commands must have a plus sign before each one.
  7.  
  8. ::REPLACE THE PART AFTER "+CONNECT" WITH THE IP OF YOUR FAVORITE IDLING SERVER.
  9.  
  10. steam.exe -applaunch 440 -novid +connect 0.0.0.0:27015 +wait 7000; jointeam red; join_class pyro;
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement