The Æther Cognizant

The Cognizant Report

Check out the The Ramblings of a Mad Man section near the bottom of the page.

Team Fortress 2

ADVISORY:
I am not responsible any persons being banned for using the following scripts, keybinds and exploits that the following commands may contain.


PAGE INDEX:

1. CUSTOM AUTOEXE.CFG 
2. SNIPER SCOPE EXPLOIT
-----------------------

Download Scripts

Contents of downloadable files listed below.
------------------------------------------------------
AUTOEXE.CFG:

#No opening video (Valve/Source intro)
#Place in launch options
-novid

#Hide HUD (sv_cheat 1 must be enable)
cl_drawhud 0

#Change Field of View (75)
FOV_DESIRED 90

#Change Gun Model Range (45)
VIEWMODEL_FOV 75

#Change Graphics (1)
MAT_PHONG 0

#Chat Timer (12)
HUD_SAYTEXT_TIME 5

#Hide Hud (sv_cheats must be enabled on server)
#sv_cheats 1
#cl_drawhud 0

#Launch Options
#-64bit
#-mat_forcehardwaresync 0
#-useforcedmparms
#-noforcemaccel
#-noforcemspd

#Bind keys
#BIND z "say_team Incoming!"

#BIND x "say_team Spy!"

BIND v "say_team Sniper!"

#Toggle Bind
#Draws Players model
BINDTOGGLE ] "R_DRAWVIEWMODEL"

#Possible Fix for Freezing and sound looping
#Place in launch options
sv_forcepreload 1
cl_forcepreload 1

#Remove Fog
fog_enable 0
fog_override 1


##Spy Attack and Disguise
##=======================
#alias +spy_attackdisguise "+attack"
#alias -spy_attackdisguise "-attack; lastdisguise"
#bind "MOUSE1" +spy_attackdisguise


##Solder Rocket Jump Bind to Mouse 2 (Also works for Pyro)
#========================
alias +rocketjump "+jump;+duck;wait;+attack"
alias -rocketjump "-jump;-attack;wait;wait;wait;-duck"
bind e "+rocketjump"
#mouse2

## Part of the Custom Script to remove back around sniper scope when zoomed in
##=======================
alias remove_scope "sv_cheats 1; testhudanim scoperemoval"
remove_scope

===============================

SNIPER SCOPE EXPLOIT:

event ScopeRemoval
{
Animate HudScope Position "9999 9999" Linear 0.0 0.0
}

event DamagedPlayer
{
RunEvent ScopeRemoval 0.0
}

hudanimations_manifest
{

"file" "scripts/hudanimations_hud.txt"

}


Enjoy!