Page 1 of 1

Scripts...

PostPosted: Fri Jul 03, 2009 3:25 pm
by win1147
Heres a ""Script" i use to change my name...

\\\Is a 1 button name changeing alias
alias name1 name "-=[A.S.S]=-Win1147;alias namechanger name2"
alias name2 name "-=[A.S.S]=-bASic;alias namechanger name3"
alias name3 name "-=[A.S.S]=-^ScreeN;alias namechanger name4"
alias name4 name "-=[A.S.S]=-Player;alias namechanger name5"
alias name5 name "-=[A.S.S]=-GAMEFACE;alias namechanger name6"
alias name6 name "-=[A.S.S]=-S|!ck-Sh0T;alias namechanger name7"
alias name7 name "-=[A.S.S]=-^XsP;alias namechanger name8"
alias name8 name "-=[A.S.S]=-No^Skill;alias namechanger name1"
alias namechanger name1
bind end namechanger


---There it is..feel free to use it and modify it for your own names...just put it in your class configs or autoexec.cfg file or..config.cfg file...

Smileys

PostPosted: Fri Jul 03, 2009 3:27 pm
by win1147
I got one for smilelys too...

\\\Smilies...1 button alias for these smiles
alias smiles "say :);alias sface smiles2"
alias smiles2 "say :P;alias sface smiles3"
alias smiles3 "say :(;alias sface smiles4"
alias smiles4 "say :O;alias sface smiles5"
alias smiles5 "say :|;alias sface smiles6"
alias smiles6 "say :D;alias sface smiles"
alias sface smiles
bind f12 sface


There it is...Nice aint it..

for spies only

PostPosted: Fri Jul 03, 2009 3:34 pm
by win1147
I kinda made this one from another alias...if u are one of those guys that press tab alot to see scores and whos on..like me...then this is a good script for you.

//show scores timeleft flaginfo and spy disguise

alias +tabbster "+showscores;disguise_enemy 5;fov 0;alias +tabspy +tabbster2"
alias -tabspy "-showscores;timeleft;wait;flaginfo"
alias +tabbster2 "+showscores;disguise_enemy 2;fov 0;alias +tabspy +tabbster3"
alias -tabspy "-showscores;timeleft;wait;flaginfo"
alias +tabbster3 "+showscores;disguise_enemy 9;fov 0;alias +tabspy +tabbster4"
alias -tabspy "-showscores;timeleft;wait;flaginfo"
alias +tabbster4 "+showscores;disguise_enemy 3;fov 0;alias +tabspy +tabbster5"
alias -tabspy "-showscores;timeleft;wait;flaginfo"
alias +tabbster5 "+showscores;disguise_enemy 1;fov 0;alias +tabspy +tabbster"
alias -tabspy "-showscores;timeleft;wait;flaginfo"
alias +tabspy +tabbster
bind tab +tabspy


as u see when u press and hold tab it shows the score thing..when u let it go it changes ur disguiise and displays the timeleft and flaginfo...

Show health and armor

PostPosted: Fri Jul 03, 2009 3:37 pm
by win1147
This shows your hp and ap..

bind "o" "say Health -> %h :: %a <- Armor"


then u just press o....

Fun Script...

PostPosted: Fri Jul 03, 2009 3:39 pm
by win1147
Nice little script that makes u look funny....

\\\NIce little bind that turns you upside down
alias invertlookon "cl_pitchup 269; cl_pitchdown -91; m_yaw -.022;bind KP_END invertlookoff"
alias invertlookoff "cl_pitchup 89; cl_pitchdown 89; m_yaw .022; bind KP_END invertlookon"
bind KP_END "invertlookon"

Flag thorw...

PostPosted: Fri Jul 03, 2009 3:41 pm
by win1147
Ever tried to throw the flag and it just wouldnt throw?
Well this ""Script"" makes sure you throw it...

\\\Makes sure you drop that flag...
alias "d" "dropitems; wait; dropitems; wait;"
alias "fthrow" "d;d;d;d;d;d;d;d;d;d;"
bind mouse2 "fthrow"



just press mouse2 and it throws the flag...change the mouse2 part to anybutton u want..

For engis only

PostPosted: Fri Jul 03, 2009 3:47 pm
by win1147
Allows you to build sg/dispenser/tele BY PRESSING AND HOLDING the button. then press it agin to det it...

//dispenser script, builds dispens when you HOLD the button down...dets it when you press it agin
alias +dispenser "detdispenser; build 1"
alias -dispenser "build 3"
bind kp_home "+dispenser"

//sentry script, builds sg when you HOLD the button down...Dets it when you press it agin
alias +sentry "detsentry; build 2"
alias -sentry "build 3"
bind kp_uparrow "+sentry"
bind kp_leftarrow "rotatesentry"



//teleporter script, builds tele when you HOLD the button down...Dets when you press agin
alias +tele_ent "detentryteleporter; build 4"
alias -tele_ent "build 3"
alias +tele_exit "detexitteleporter; build 5"
alias -tele_exit "build 3"
bind kp_downarrow "+tele_ent"
bind kp_rightarrow "+tele_exit"




Feel free to change the keys its binded too...that is the part after the word bind....just change it to any key you want..

PostPosted: Fri Jul 03, 2009 5:02 pm
by Dadding
Mhm. I could add the part about my X menu thing.. but I dont think anyone would get it.

Re: Scripts...

PostPosted: Mon Jul 13, 2009 5:20 pm
by Mafia
*Sneaks In* :twisted:

Ok this is by far the best bhop script out. As most of you know already the bhop rule has been thrown out. Suprised I know!!

//consecutive +jump script, mimics wheelmouse jumping
bind mwheeldown +bhop
alias +bhop "+jump;wait;-jump;wait;+jump;wait;-jump;wait"
alias -bhop "-jump"

Copy and paste this at the bottom of your config file in your main tfc folder. To bhop flick your wheel down and use your strafe keys. Its gonna take practice but its worth it in the long run. 8)

-Mafia