Results 1 to 2 of 2
  1. #1
    S3ctr0's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    263
    My Mood
    Devilish

    Post [HOW TO] Use custom scripts in Team Fortress 2

    Hi there guys and girls, today i bring you a tutorial on how to use custom scripts in Team Fortress 2, as you did read in the title DONT YOU?!
    Well lets begin. Its actually very easy and it won't take more time than reading this whole tutorial .

    First we go to where we installed Team Fortress 2. Standard it is C:\Program Files (x86)\Steam\steamapps\[YOUR STEAM ACC NAME]\team fortress 2. When you are there, you go into "tf" and then in to "cfg" what stands for config, or configuration. There you will see 19 files. If you have a script that is for a certain class, for example scout, you open scout.cfg file with notepad and it should be empty. Then you paste the code there. If you have a script for every class, you will need to have a new .cfg file that is called autoexec.cfg you can download it below.


    Well enjoy you scripts and here are some examples.

    For engy and scout, if they have a pistol equipped, a rapid fire script made by Sturmeh:

    Alias +quickfire "slot2; wait; +rs"
    alias "+rs" "-reload; wait 5;alias reps +rsse;+rsse"
    alias "+rsse" "+attack;wait 3;-rsse"
    alias "-rsse" "-attack;wait 3;reps"
    alias "reps" "+rsse"
    alias -rs "alias reps none;wait;+reload"
    alias -quickfire "-rs; wait 5; +reload; wait 15; -reload; wait 100; lastinv"

    bind "MOUSE4" +quickfire


    Binds MOUSE4 to:
    1.Switch to pistol.
    2.Rapid Fire until released.
    3.Reload when released. ( Slight Pause. )
    4.Switch back to last used weapon.

    You can change the hotkey you will press to do what the code scripted, by changing MOUSE4(with is one of the 2 left side buttons a pretty good mouse has) in bind "MOUSE4" +quickfire

    Here is another epic fun code for pyro, its called "Pyro Panic", by drake3713

    alias "battlecry" "voicemenu 2 1";
    alias "+panic" "battlecry; cl_yawspeed 3000; +left; +attack";
    alias "-panic" "-attack; -left; cl_yawspeed 210";
    bind "mouse4" "+panic";

    What it does, is that if you press the hotkey that you want (you can again change it by editing MOUSE4 in bind "mouse4" "+panic";it will shoot like fire, at the same time you battlecry, and at the same time you spin around extremely fast.

    Here is a rocket jump script by Bi0h4z4rd. You need to aim at the ground, and then press the button you want, and it does a perfect rocket jump eatch time:

    alias +rocketjump "+jump; +duck; wait; +attack"
    alias -rocketjump "-jump; -attack; wait; wait; wait; -duck"
    bind "MOUSE5" "+rocketjump"


    At last but not least, a script for all classes, so you want to paste this in your autoexec.cfg file that you can download below. What it does is a crouch jump, to reach the maximum jump height, i don't know who originally invented this:

    alias +crouchjump "+jump; +duck"
    alias -crouchjump "-duck; -jump"
    bind "space" "+crouchjump"
    echo "Crouch Jump Loaded Properly."


    That was my tutorial I hope it helped. You can google more scripts, and don't forget to download the attachment below

    Antivirus: https://www.virustotal.com/file/611c...is/1357661680/
    Another Antivirus scan: Autoexec.cfg.rar MD5:46e664cf3e07211e22322dcb6c2ae2b8 - VirSCAN.org Scanners did not find malware!

    BEyBEy :3











    <b>Downloadable Files</b> Downloadable Files

  2. The Following 4 Users Say Thank You to S3ctr0 For This Useful Post:

    amirul1994 (05-27-2013),chadwickxd (01-08-2013),gurtej2727 (11-27-2013),makelulz (01-08-2013)

  3. #2
    Austin's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Great White North
    Posts
    30,484
    Reputation
    6104
    Thanks
    8,326
    My Mood
    Lurking
    approved .




    VIP Support // May 2011
    CF Minion // January 2012
    Newsforce // August 2012
    Minion+ // March 2013
    Moderator // August 2014
    Former Staff // January 2015
    General Minion // July 2015
    Publicist // December 2015





Similar Threads

  1. [Tutorial] How To Get Free Items In Team Fortress 2 [Forever Working]
    By Kennetherex in forum Team Fortress 2 Hacks
    Replies: 208
    Last Post: 02-15-2013, 11:16 AM
  2. [Solved] how to use custom camo
    By XsoundXhoundX in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 06-18-2011, 03:35 PM
  3. how to use the scripts after the new powerbot update
    By [E]lmo in forum Runescape Hacks / Bots
    Replies: 10
    Last Post: 05-11-2011, 02:09 PM
  4. [VideomTutorial] How to use custom Camos/Skins
    By basti' in forum Call of Duty Modern Warfare 2 Texture Modding
    Replies: 1
    Last Post: 06-19-2010, 02:17 PM