Here is a list of all the scripts i use in tfc. I hope some of these might be usefull to you. Thats why
I'm putting them here.
JUmp+duck script - This is your basic jump duck script
bind space +hijump
alias +hijump "+jump;wait;+duck;-jump"
alias -hijump "-duck"
Gren Prime Script- This is a push once to prime and push to release script. I use gren2 without push release but i added it
so u wouldn't have to
alias prime1 "primeone;alias grens1 throw1"
alias prime2 "primetwo;alias grens2 throw2"
alias throw1 "throwgren;alias grens1 prime1"
alias throw2 "throwgren;alias grens2 prime2"
alias grens1 prime1
alias grens2 prime2
bind "f" "grens1"
bind "g" "grens12"
Pipe jump sciprt - Aww love this one for my O demo days
bind c +pipejump
alias +pipejump "+jump; wait; detpipe; -jump;+duck"
alias - pipejump "-duck"
Reload Script - Standard Auto-Reloading script
alias "rreload" "+reload;bind r rrespawn" ;
alias "rrespawn" "-reload;wait;+attack;wait;-attack;wait;wait;wait; rreload"
bind "r" "rreload"
Rocket Jump Script - Bout Medium level Rjump not enuff to get u out of ele on 2fort
bind c +rocketjump
alias rjump "+jump;+attack;wait;-attack;-jump"
alias +rocketjump "cl_pitchspeed 9999; +lookdown; wait; rjump; -lookdown;force_centerview; wait;cl_pitchspeed 150;+duck"
alias -rocketjump "-duck"
Grenade Double-Tap Script - Press to prime , Press again to release
alias prime1 "primeone;alias grens1 throw;alias grens2 throw"
alias prime2 "primetwo;alias grens1 throw;alias grens2 throw"
alias throw "throwgren;alias grens1 prime1;alias grens2 prime2"
alias grens1 prime1
alias grens2 prime2
bind f grens1
bind g grens2
PipeDown Script - Shoots pipe straight down
alias downpipe "cl_pitchspeed 9999;cl_pitchdown 108.5;+lookdown; wait; +attack; wait; -attack; -lookdown; cl_pitchdown 89; force_centerview; cl_pitchspeed 150"
bind c "downpipe"
|