Skip to content

Instantly share code, notes, and snippets.

@mynameistito
Last active January 14, 2020 00:30
Show Gist options
  • Save mynameistito/99c3276aef4d49b697981de6c2607e14 to your computer and use it in GitHub Desktop.
Save mynameistito/99c3276aef4d49b697981de6c2607e14 to your computer and use it in GitHub Desktop.
// YWB 10/10/03:
// If the user doesn't have a config.cfg when they run, this gets executed the first time they run the engine
// It doesn't execute if they have their own config.cfg saved out.
unbindallmousekeyboard
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"
bind "TAB" "+showscores"
bind "SPACE" "+attack"
bind "," "buyammo1"
bind "." "buyammo2"
bind "0" "slot10"
bind "1" "slot3"
bind "2" "slot1"
bind "3" "slot2"
bind "4" "slot3"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveright"
bind "b" "buymenu"
bind "d" "+moveleft"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "kill"
bind "i" "show_loadout_toggle"
bind ";" "+voicerecord"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+forward"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "w" "+back"
bind "x" "slot12"
bind "y" "messagemode"
bind "z" "radio"
bind "CTRL" "+speed"
bind "SHIFT" "+duck"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "MOUSE1" "drop"
bind "MOUSE2" "drop"
bind "PAUSE" "pause"
bind "DEL" "mute"
echo "TROLL CONTROL CONFIG EXCUTED"
echo "TROLL CONTROL CONFIG EXCUTED"
echo "TROLL CONTROL CONFIG EXCUTED"
echo "MADE BY MY NAME IS TITO"
echo "MADE BY MY NAME IS TITO"
echo "MADE BY MY NAME IS TITO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment