Howard Stevens
// GAME SETTINGS

fps_max "0"
cl_updaterate 128
cl_interp 0.015625

//binds
bind mouse5 +lj
bind mouse4 +jb

//j alias
alias +jump_ "exec "+jump"
alias -jump_ "exec "-jump"
bind "mwheeldown" "+jump_"

//mj alias
alias mj_t "reset_t; -duck;-duck;-jump;-jump"
alias +mj "+jump"
alias -mj "+duck; alias t mj_t"

bind mwheelup +mj

exec movement/setup

// this plays a quiet cat sound to let you know the autoexec worked correctly
play \sounds\ambient\animal\cat_01.vsnd_c

//TOGGLE HUD ON AND OFF

alias "deathnoticesOn" "cl_draw_only_deathnotices 1; alias toggleDeathNotices deathnoticesOff"
alias "deathnoticesOff" "cl_draw_only_deathnotices 0; alias toggleDeathNotices deathnoticesOn"
alias "toggleDeathNotices" "deathnoticesOn"
bind "p" "toggleDeathNotices"

//NOCLIP ON HOLD

alias +nClip "tog;noclip"
alias -nClip "noclip"
bind alt "+nClip"
Comments
R20⁧⁧cs 17 Apr @ 2:42pm 
Insane cs2 movement + femboy approved!