Skip to content

Instantly share code, notes, and snippets.

@BuriedStPatrick
Last active April 25, 2020 14:24
Show Gist options
  • Save BuriedStPatrick/6270a605cf36ef42ba8d9be1595346f2 to your computer and use it in GitHub Desktop.
Save BuriedStPatrick/6270a605cf36ef42ba8d9be1595346f2 to your computer and use it in GitHub Desktop.
CSGO Keypad buy binds
bind "kp_downarrow" " buy vesthelm;"
bind "kp_pgdn" " buy defuser;"
bind "kp_leftarrow" "buy m4a1; buy ak47;"
bind "kp_5" "buy famas; buy galilar;"
bind "kp_rightarrow" "buy p90;"
bind "kp_uparrow" " buy hegrenade;"
bind "kp_home" " buy flashbang;"
bind "kp_pgup" " buy smokegrenade;"
bind "kp_end" " buy vest;"
bind "kp_ins" "buy fiveseven; buy tec9;"
bind "kp_del" "buy p250;"
bind "SPACE" "+jump"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "mouse3" "use weapon_hegrenade"
bind "mouse4" "use weapon_flashbang"
bind "mouse5" "use weapon_smokegrenade"
bind "KP_END" "buy vest"
bind "KP_DOWNARROW" "buy vesthelm"
bind "KP_PGDN" "buy defuser"
bind "KP_LEFTARROW" "buy m4a1; buy ak47"
bind "KP_5" "buy famas; buy galilar"
bind "KP_RIGHTARROW" "buy ump45"
bind "KP_HOME" "buy flashbang"
bind "KP_UPARROW" "buy hegrenade"
bind "KP_PGUP" "buy smokegrenade"
bind "KP_ENTER" "buy awp"
-console -novid -fullscreen exec autoexec.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment