Last active
August 3, 2017 11:30
-
-
Save concHNO3/f012f4b9d9f77ff1b1bf to your computer and use it in GitHub Desktop.
Buyscript for CS:GO
This file contains 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
//------------------------------------------------------------------------------ | |
// | |
// Persoenliches Buyscript von | |
// konz_HNO3 | |
// | |
//------------------------------------------------------------------------------ | |
alias toknife "slot2; slot1; slot3" | |
// Ausruestung | |
bind "kp_del" "buy defuser;toknife" | |
bind "kp_ins" "buy vest; buy vesthelm;toknife" | |
// Granaten | |
bind "rightarrow" "buy flashbang;toknife" | |
bind "downarrow" "buy smokegrenade;toknife" | |
bind "leftarrow" "buy hegrenade;toknife" | |
bind "uparrow" "buy incgrenade; buy molotov;toknife" | |
bind "pgdn" "buy decoy;toknife" | |
// Pistiolen | |
bind "kp_multiply" "buy tec9; buy fiveseven;toknife" | |
bind "kp_slash" "buy deagle;toknife" | |
bind "kp_minus" "buy p250;toknife" | |
// Primaerfeuerwaffen | |
bind "kp_end" "buy ump45;toknife" | |
bind "kp_downarrow" "buy famas; buy galilar;toknife" | |
bind "kp_pgdn" "buy aug; buy sg556;toknife" | |
bind "kp_plus" "buy galilar; buy famas;toknife" | |
bind "kp_leftarrow" "buy nova;toknife" | |
bind "kp_5" "buy xm1014;toknife" | |
bind "kp_rightarrow" "buy negev;toknife" | |
bind "kp_home" "buy ssg08;toknife" | |
bind "kp_uparrow" "buy scar20; buy g3sg1;toknife" | |
bind "kp_pgup" "buy awp;toknife" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment