Created
June 22, 2019 22:29
-
-
Save prati0100/2633d8ba3bd4740055a987c524b1e6a8 to your computer and use it in GitHub Desktop.
CSGO Autoexec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// buy binds generated by csgobuynds.com | |
bind "kp_end" "buy m4a1; buy ak47;" | |
bind "kp_downarrow" "buy vest;" | |
bind "kp_pgdn" "buy vesthelm;" | |
bind "kp_leftarrow" "buy flashbang;" | |
bind "kp_5" "buy smokegrenade;" | |
bind "kp_rightarrow" "buy hegrenade;" | |
bind "kp_home" "buy incgrenade; buy molotov;" | |
bind "kp_uparrow" "buy awp;" | |
bind "kp_pgup" "buy defuser;" | |
bind "kp_slash" "buy tec9; buy fiveseven;" | |
bind "kp_multiply" "buy p250;" | |
bind "kp_plus" "buy famas; buy galilar;" | |
bind "kp_minus" "buy deagle;" | |
bind "kp_ins" "buy aug; buy sg556;" | |
alias +quickswitch "slot3;" | |
alias -quickswitch "slot2; slot1;" | |
bind l +quickswitch | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
bind "x" "+jumpthrow" | |
bind "alt" r_cleardecals | |
bind rctrl disconnect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment