Post: How To Hack Team Fortress Two
09-23-2010, 10:34 PM #1
iwantiwant
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Step 1 - Copy your TF2 Settings Data off your PS3 with any usb drive

Step 2 - Download BruteCRC32 (You must login or register to view this content.)

Step 3 - Open BruteCRC32 (Press "Select" to choose "TF2-0", then "Examine" to get the HEX value of your save)

Step 4 - Open your CFG File (TF2-0) with notepad

Step 5 - Edit your CFG File and save it

Step 6 - Go back to BruteCRC32 and copy the value you got before into the spot above "Do It!"

Step 7 - Press "Do It!" and wait for a while..

Step 8 - Copy your TF2 Settings Data back to your PS3

Below is what your Settings Data should look like before you mod.

unbindall
bind "A_BUTTON" "+jump"
bind "B_BUTTON" "+reload"
bind "X_BUTTON" "taunt"
bind "Y_BUTTON" "changeclass"
bind "L_SHOULDER" "invprev"
bind "R_SHOULDER" "invnext"
bind "BACK" "togglescores"
bind "STICK1" "+DUCK"
bind "STICK2" "voicemenu 0 0"
bind "UP" "slot1"
bind "RIGHT" "slot2"
bind "DOWN" "slot3"
bind "LEFT" "slot4"
bind "S1_UP" "xmove"
bind "L_TRIGGER" "+attack2"
bind "R_TRIGGER" "+attack"
bind "S2_UP" "xlook"
tf_viewedmapmovies "31"
joy_pitchsensitivity "-3.122093"
joy_yawsensitivity "-3.122093"
joy_inverty "0"
joy_inverty_default "0"
joy_movement_stick_default "0"
joy_movement_stick "0"
cl_rumblescale "1.0"
hud_fastswitch "2"
cc_subtitles "0"
commentary "0"
volume "0.651163"
snd_musicvolume "1.0"
voip_HeadsetVolume "12.0"
voip_MicAGCLevel "13240.0"
voip_MicBackroundLevel "3.0"
voip_MicReverbMS "240.0"
r_gamma "0.5"
closecaption "0"
skill "1"
sv_unlockedchapters "99"
lastquicksaveslotused "1"

Here are some codes and an example. (Use ; to have multiple commands for one button)

bind "X_BUTTON" "taunt"
to
bind "X_BUTTON" "noclip"

Instant Respawn
ent_fire tf_gamerules setblueteamrespawnwavetime 0; ent_fire tf_gamerules setredteamrespawnwavetime 0

Name Change
setinfo name "WhateverYouWant"

Here's the command for coloring objects/players.. The numbers at the end are the RGB value, so you can mess with them to make original colors.. If you want to change your color, use !self instead of !picker. (Only put the ent_fire !picker color #+#+# part in your code) **NOTE: The color white is the default color of models..**
black ent_fire !picker color 0+0+0
blue ent_fire !picker color 0+0+255
cyan ent_fire !picker color 0+255+255
green ent_fire !picker color 0+255+0
orange ent_fire !picker color 255+128+1
pink ent_fire !picker color 255+0+255
purple ent_fire !picker color 140+3+253
red ent_fire !picker color 255+0+0
white ent_fire !picker color 255+255+255
yellow ent_fire !picker color 255+255+0

Here's a good wall to use for building/blocking paths..
prop_dynamic_create props_mining\support_wall001a

You'll probably want to rotate it..
ent_rotate 30

You may want to remove it..
PLEASE BE SUPER FUC*ING CAREFUL WITH THIS SH*T AS BY REMOVING A PLAYER YOU BREAK THE SERVER. HOPEFULLY NO ONE IS RETAR*ED ENOUGH TO DO THIS ON PURPOSE LIKE PEOPLE ON XBOX 360, AND HOPEFULLY NOBODY WILL ATTEMPT TO FIGURE OUT HOW TO CRASH PEOPLE'S CONSOLE, CAUSE THAT'S ANNOYING AS FUC*. Thank you.
ent_remove

Hope you found this tutorial useful. Smile
(adsbygoogle = window.adsbygoogle || []).push({});
10-02-2010, 05:35 PM #11
I already knew how to do the basic stuff, but thanks to you I can now change colour! BIG THANKS!
But if you know, It would be helpful if you could tell me how to get any weapon for any class. For example a medic with spy knife :mudkip:
10-02-2010, 05:54 PM #12
iwantiwant
Save Point
Originally posted by blackscalare View Post
I already knew how to do the basic stuff, but thanks to you I can now change colour! BIG THANKS!
But if you know, It would be helpful if you could tell me how to get any weapon for any class. For example a medic with spy knife :mudkip:


No problem bro, here it is:

Give tf_weapon_knife; +use; wait 10; -use; use tf_weapon_knife

Below are the names of the other weapons you can use..
**Note: Some weapons do not work properly for other classes.. For example, you can heal with the medigun, but you cannot ubercharge..**

Melee Weapons:
tf_weapon_bat
tf_weapon_bonesaw
tf_weapon_bottle
tf_weapon_club (Kukri)
tf_weapon_fists
tf_weapon_fireaxe
tf_weapon_knife
tf_weapon_shovel
tf_weapon_wrench

PRIMARY WEAPONS:
tf_weapon_flamethrower
tf_weapon_minigun
tf_weapon_grenadelauncher
tf_weapon_revolver
tf_weapon_rocketlauncher
tf_weapon_scattergun
tf_weapon_shotgun_primary
tf_weapon_sniperrifle
tf_weapon_syringegun_medic

SECONDARY WEAPONS:
tf_weapon_medigun
tf_weapon_pipebomblauncher
tf_weapon_pistol
tf_weapon_pistol_scout
tf_weapon_shotgun_hwg
tf_weapon_shotgun_pyro
tf_weapon_shotgun_soldier
tf_weapon_smg

OTHER:
tf_weapon_builder
tf_weapon_objectselection
tf_weapon_pda_engineer_build
tf_weapon_pda_engineer_destroy
tf_weapon_pda_spy
obj_attachment_sapper
tf_weapon_invis
10-02-2010, 06:11 PM #13
Originally posted by iwantiwant View Post
No problem bro, here it is:

Give tf_weapon_knife; +use; wait 10; -use; use tf_weapon_knife

Below are the names of the other weapons you can use..
**Note: Some weapons do not work properly for other classes.. For example, you can heal with the medigun, but you cannot ubercharge..**

Melee Weapons:
tf_weapon_bat
tf_weapon_bonesaw
tf_weapon_bottle
tf_weapon_club (Kukri)
tf_weapon_fists
tf_weapon_fireaxe
tf_weapon_knife
tf_weapon_shovel
tf_weapon_wrench

PRIMARY WEAPONS:
tf_weapon_flamethrower
tf_weapon_minigun
tf_weapon_grenadelauncher
tf_weapon_revolver
tf_weapon_rocketlauncher
tf_weapon_scattergun
tf_weapon_shotgun_primary
tf_weapon_sniperrifle
tf_weapon_syringegun_medic

SECONDARY WEAPONS:
tf_weapon_medigun
tf_weapon_pipebomblauncher
tf_weapon_pistol
tf_weapon_pistol_scout
tf_weapon_shotgun_hwg
tf_weapon_shotgun_pyro
tf_weapon_shotgun_soldier
tf_weapon_smg

OTHER:
tf_weapon_builder
tf_weapon_objectselection
tf_weapon_pda_engineer_build
tf_weapon_pda_engineer_destroy
tf_weapon_pda_spy
obj_attachment_sapper
tf_weapon_invis


Thank you SO much! I have been looking for this so long!
10-16-2010, 12:33 AM #14
Dylan_Owns
Master of teh internetz
Originally posted by iwantiwant View Post
No problem bro, here it is:

Give tf_weapon_knife; +use; wait 10; -use; use tf_weapon_knife

Below are the names of the other weapons you can use..
**Note: Some weapons do not work properly for other classes.. For example, you can heal with the medigun, but you cannot ubercharge..**

Melee Weapons:
tf_weapon_bat
tf_weapon_bonesaw
tf_weapon_bottle
tf_weapon_club (Kukri)
tf_weapon_fists
tf_weapon_fireaxe
tf_weapon_knife
tf_weapon_shovel
tf_weapon_wrench

PRIMARY WEAPONS:
tf_weapon_flamethrower
tf_weapon_minigun
tf_weapon_grenadelauncher
tf_weapon_revolver
tf_weapon_rocketlauncher
tf_weapon_scattergun
tf_weapon_shotgun_primary
tf_weapon_sniperrifle
tf_weapon_syringegun_medic

SECONDARY WEAPONS:
tf_weapon_medigun
tf_weapon_pipebomblauncher
tf_weapon_pistol
tf_weapon_pistol_scout
tf_weapon_shotgun_hwg
tf_weapon_shotgun_pyro
tf_weapon_shotgun_soldier
tf_weapon_smg

OTHER:
tf_weapon_builder
tf_weapon_objectselection
tf_weapon_pda_engineer_build
tf_weapon_pda_engineer_destroy
tf_weapon_pda_spy
obj_attachment_sapper
tf_weapon_invis


Is there ANY possibility of doing this with the unlockable weapons from PC? Or can they actually not be given at all?
10-17-2010, 07:07 PM #15
How do you get god mode, or unlimited life then?
10-17-2010, 07:32 PM #16
Originally posted by Owns View Post
Is there ANY possibility of doing this with the unlockable weapons from PC? Or can they actually not be given at all?

Can't be done.
Originally posted by iluvcows View Post
How do you get god mode, or unlimited life then?

Nice useless bump, Google it.
10-20-2010, 02:53 PM #17
Dylan_Owns
Master of teh internetz
Or God Mode:

bind "KEY" "buddha; hurtme -99999"
10-25-2010, 02:30 PM #18
glicher300
Save Point
if i download the program will i get a virus becouse i dont have an anti virus only windows defender (i have a vista laptop)
10-25-2010, 04:38 PM #19
iwantiwant
Save Point
Originally posted by glicher300 View Post
if i download the program will i get a virus becouse i dont have an anti virus only windows defender (i have a vista laptop)


I trust the site that hosts BruteCRC32, but if you're scared to do it, you can always get a free antivirus program called AVG,(You must login or register to view this content.) I trust that site too. Cool Man (aka Tustin)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo