Skip to content

Instantly share code, notes, and snippets.

@dtuominen
Last active December 31, 2015 05:49
Show Gist options
  • Save dtuominen/7943983 to your computer and use it in GitHub Desktop.
Save dtuominen/7943983 to your computer and use it in GitHub Desktop.
grips buyscript
///////// BUYSCRIPT STUFF
// ------------------------------------
// WEAPON ALIASES
alias "m4a1/ak47" "buy m4a1;buy ak47"
alias "aug/sg556" "buy aug;buy sg556"
alias "galilar/famas" "buy galilar;buy famas"
alias "g3sg1/scar20" "buy g3sg1; buy scar20"
alias "vesthelm/vest" "buy vesthelm;buy vest"
alias "incgrenade/molotov" "buy incgrenade;buy molotov"
alias "glock" "give weapon_glock; buy glock"
alias "xm1014" "give weapon_xm1014; buy xm1014"
alias "mac10" "give weapon_mac10; buy mac10"
alias "aug" "give weapon_aug; buy aug"
alias "elite" "give weapon_elite; buy elite"
alias "dualies" "give weapon_elite; buy elite"
alias "fiveseven" "give weapon_fiveseven; buy fiveseven"
alias "57" "give weapon_fiveseven; buy fiveseven"
alias "ump45" "give weapon_ump45; buy ump45"
alias "ump" "give weapon_ump45; buy ump45"
alias "galilar" "give weapon_galilar; buy galilar"
alias "galil" "give weapon_galilar; buy galilar"
alias "famas" "give weapon_famas; buy famas"
alias "awp" "give weapon_awp; buy awp"
alias "m249" "give weapon_m249; buy m249"
alias "m4a4" "give weapon_m4a1; buy m4a1"
alias "m4a1" "give weapon_m4a1; buy m4a1"
alias "tmp" "give weapon_tmp; buy tmp"
alias "g3sg1" "give weapon_g3sg1; buy g3sg1"
alias "deagle" "give weapon_deagle; buy deagle"
alias "deag" "give weapon_deagle; buy deagle"
alias "ak47" "give weapon_ak47; buy ak47"
alias "ak" "give weapon_ak47; buy ak47"
alias "p90" "give weapon_p90; buy p90"
alias "bizon" "give weapon_bizon; buy bizon"
alias "mag7" "give weapon_mag7; buy mag7"
alias "negev" "give weapon_negev; buy negev"
alias "sawedoff" "give weapon_sawedoff; buy sawedoff"
alias "sawnoff" "give weapon_sawedoff; buy sawedoff"
alias "tec9" "give weapon_tec9; buy tec9"
alias "taser" "give weapon_taser; buy taser"
alias "hkp2000" "give weapon_hkp2000; buy hkp2000"
alias "p2000" "give weapon_hkp2000; buy hkp2000"
alias "usp" "give weapon_hkp2000; buy hkp2000"
alias "mp7" "give weapon_mp7; buy mp7"
alias "mp9" "give weapon_mp9; buy mp9"
alias "nova" "give weapon_nova; buy nova"
alias "m3" "give weapon_nova; buy nova"
alias "p250" "give weapon_p250; buy p250"
alias "p228" "give weapon_p250; buy p250"
alias "scar17" "give weapon_scar17; buy scar17"
alias "scar20" "give weapon_scar20; buy scar20"
alias "sg553" "give weapon_sg556; buy sg556" // Ingame it is the 553..?
alias "sg556" "give weapon_sg556; buy sg556"
alias "ssg08" "give weapon_ssg08; buy ssg08"
alias "scout" "give weapon_ssg08; buy ssg08"
alias "flashbang" "give weapon_flashbang; buy flashbang"
alias "flash" "give weapon_flashbang; buy flashbang"
alias "smokegrenade" "give weapon_smokegrenade; buy smokegrenade"
alias "smoke" "give weapon_smokegrenade; buy smokegrenade"
alias "hegrenade" "give weapon_hegrenade; buy hegrenade"
alias "he" "give weapon_hegrenade; buy hegrenade"
alias "frag" "give weapon_hegrenade; buy hegrenade"
alias "molotov" "give weapon_molotov; buy molotov"
alias "incgrenade" "give weapon_incgrenade; buy incgrenade"
alias "incendiary" "give weapon_incgrenade; buy incgrenade"
alias "fire" "give weapon_incgrenade; buy incgrenade"
alias "decoy" "give weapon_decoy; buy decoy"
alias "vesthelm" "give vesthelm; buy vesthelm"
alias "vesth" "give vesthelm; buy vesthelm"
alias "helm" "give vesthelm; buy vesthelm"
alias "vest" "give vest; buy vest"
alias "defuser" "give defuser; buy defuser"
alias "defuse" "give defuser; buy defuser"
alias "kit" "give defuser; buy defuser"
//BUYSCRIPT BINDS
BIND NUMLOCK "smoke"
bind "KP_END" "awp"
bind "KP_DOWNARROW" "sawedoff;mag7"
bind "KP_LEFTARROW" "bizon"
bind "KP_5" "p250"
bind "KP_RIGHTARROW" "fiveseven"
bind "KP_PGDN" "defuser"
bind "KP_HOME" "nova"
bind "KP_UPARROW" "galilar/famas"
bind "KP_PGUP" "m4a1/ak47"
bind "KP_MULTIPLY" "hegrenade"
bind "KP_MINUS" "vesthelm/vest"
bind "KP_PLUS" "incgrenade/molotov"
bind "KP_ENTER" "frag"
bind "KP_DEL" "decoy"
bind "KP_INS" "deagle"
bind "KP_SLASH" "flashbang"
bind "-" "taser"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment