Skip to content

Instantly share code, notes, and snippets.

@KMontag42
Created October 23, 2023 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KMontag42/5230e6630646661aa8cb29a5be7ada28 to your computer and use it in GitHub Desktop.
Save KMontag42/5230e6630646661aa8cb29a5be7ada28 to your computer and use it in GitHub Desktop.
KRM cs2 config
alias "+dropbomb" "slot5";
alias "-dropbomb" "drop";
bind "-" "+dropbomb";
alias "+jumpaction" "+jump";
alias "+throwaction" "-attack;-attack2";
alias "-jumpaction" "-jump";
bind "v" "+jumpaction;+throwaction";
alias "+runjump" "+forward;+jump";
alias "-runjump" "-jump;-forward";
bind "c" "+runjump;+throwaction";
alias +qswitch "slot3";
alias -qswitch "lastinv";
bind "q" +qswitch;
alias "+mz" "cl_radar_scale 0.3; cl_radar_always_centered 0; +cl_show_team_equipment";
alias "-mz" "cl_radar_scale 0.5; cl_radar_always_centered 1; -cl_show_team_equipment";
bind "z" "+mz";
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
bind "space" "+cjump"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+left"
bind "d" "+right"
bind "mwheelup" "exec lmaojump"
bind "mwheeldown" "exec lmaojump"
bind "shift" "+sprint"
bind "ctrl" "+duck"
bind "[" "drop"
bind "g" "exec buysmoke"
bind "f" "exec buyflash"
bind "t" "exec buyhe"
bind "0" "exec buyfire"
bind "backspace" "inspect"
bind "delete" "noclip"
speaker_config 2;
hud_showtargetid 1;
buy incgrenade;
buy molotov;
slot10;
buy flashbang
slot7
buy hegrenade;
slot6;
buy smokegrenade
slot8
bot_kick
mp_warmup_end
sv_cheats 1
cl_showpos 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
sv_infinite_ammo 1
sv_showimpacts 1
sv_showimpacts_time 10
ammo_grenade_limit_total 5
sv_grenade_trajectory_prac_pipreview 1
mp_restartgame 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment