Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exec gfx
- exec settings
- // Null-cancelling movement script
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- // The rest -->
- bind "CTRL" "+duck"
- bind "SPACE" "+jump"
- bind "q" "lastinv"
- bind "6" "+attack3"
- bind F "voicemenu 1 1"
- bind "4" "slot4"
- bind "5" "slot5"
- unbind "RSHIFT"
- // Reset mouse buttons
- bind "MOUSE1" "+attack"
- bind "MOUSE2" "+attack2"
- bind "MOUSE3" "+voicerecord"
- exec aliases
- exec binds
- -attack
- fov_desired 90
- viewmodel_fov 75
- hud_saytext_time "12"
- voice_enable "1"
- sv_voiceenable "1"
- voice_scale "0.75"
- voice_modenable "1"
- crosshair 0
- bindtoggle "]" "sv_cheats 0 1"
- bind "PGUP" "tf_bot_add"
- bind "RCTRL" "exec jump"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement