rc configs

desc: desubticks movement keys and rebinds keys 1-4 after kz

//Shorthands

alias dc disconnect
alias vnl "connect 108.62.103.140:27016"
alias kz "connect 108.62.103.140:27015"
alias kzeu "connect 141.95.37.150:27015"
alias bhop "connect 108.62.103.140:27017"
alias 5v5 "connect 108.62.103.140:27018"

//Movement key binds

bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind mwheelup "jomp"
bind ctrl +duck_
bind shift +sprint_
bind w +forward_
bind a +left_
bind s +back_
bind d +right_

//Desubtick movement

alias +jump_ "+jump;+jump"
alias -jump_ "-jump;-jump;-jump"
alias jomp "+jump_;-jump_"
alias +duck_ "+duck;+duck"
alias -duck_ "-duck;-duck;-duck"
alias +sprint_ "+sprint;+sprint"
alias -sprint_ "-sprint;-sprint"

alias +forward_ "+forward;+forward"
alias -forward_ "-forward;-forward;-forward"
alias +left_ "+left;+left"
alias -left_ "-left;-left;-left"
alias +back_ "+back;+back"
alias -back_ "-back;-back;-back"
alias +right_ "+right;+right"
alias -right_ "-right;-right;-right"

//LJ bind (middle mouse wheel)
alias +lj "+duck_; +jump_; checkw"
alias -lj "-duck_; -jump_;"

bind "mouse4" "+lj"
alias _checkw "-forward_; alias checkw";
alias +w "+forward_; alias checkw _checkw";
alias -w "checkw";
bind w +w

Save to <steam library>\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\autoexec.cfg

Then, put “+exec autoexec.cfg” in your launch options


desc: rebinds keys to emulate gokz menu, rebinds movement keys to default

//GOKZ menu binds
bind 1 kz_cp
bind 2 kz_tp
bind 3 kz_prevcp
bind 4 kz_nextcp
bind 7 kz_r
bind alt kz_noclip

//DEFAULT movement key binds because server is desubticked entirely
bind w +forward
bind a +left
bind s +back
bind d +right
bind mwheelup +jump
bind ctrl +duck
bind shift +sprint

//Subticked LJ
alias +lj "+duck; +jump; checkw"
alias -lj "-duck; -jump;"

bind "mouse4" "+lj"
alias _checkw "-forward; alias checkw";
alias +w "+forward; alias checkw _checkw";
alias -w "checkw";
bind w +w

Save to <steam library>\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\kzbinds.cfg

Then, type “exec kzbinds” in console whenever you join a kz server
If you want to play mm again type “exec autoexec” to fix your keys