Scripts
This page contains scripts for use in game. All scripts are league friendly.
In each script. Replace KEY with the keyboard key of your choice.
e.g. bind KEY +talk with bind kp_arrowdown +talk
Crosshair Colour Toggle
This script changes the colour of your Crosshair each time you press the key.
bind KEY "toggle cl_crosshaircolor 0 1 2 3 4"
FPS Toggle
This script displays your Frames Per Second counter on key press, and deactivates on another key press.
bind KEY "toggle cl_showfps 0 2"
Net Graph Toggle
This script activates the Net Graph on key press, and deactivates on another key press.
bind KEY "toggle net_graph 0 3"
Reload Enhanced
This script reloads your gun and purchases additional ammo in situations where you require it. This is useful when you spend the first few seconds of a round laying down cover fire and wish to replenish your ammo before the buy timer has expired.
alias +reload_ "+reload; buy primammo; buy secammo" alias -reload_ "-reload" bind KEY +reload_
Talk
This script activates ingame voice communications and quietens ingame volume while the key is pressed.
I’ve included three variations for INGAME, MUMBLE and VENTRILO. The reason i included three is that i use two buttons for voice in my setup. One for INGAME and one for MUMBLE.
Ingame
alias +talk "+voicerecord; volume 0.1"
alias -talk "-voicerecord; volume 0.8"
bind KEY +talk
Mumble
alias +mumble "volume 0.1"
alias -mumble "volume 0.8"
bind KEY +mumble
Ventrilo
alias +vent "volume 0.1"
alias -vent "volume 0.8"
bind KEY +vent
Walk Toggle
This script is a toggle for walking. On press you will walk and on a subsequent press you will run. Running is the default speed.
alias walk "+speed; bind q run"
alias run "-speed; bind q walk"
bind KEY "walk"

