// This is a buyscript that binds a few different keys to buy different items suiting different game types. Copy everything after this message up until I say to stop. // Zombie
// This will buy you an m249 and dual elites when you hit f5 along with an he grenade and 2 flashes
alias "dualiesandm249" "buy m249; buy elite; buy hegrenade; buy flash; buy flash"
bind "f5" "dualiesandm249"
// Next this will buy an m3 (pump shottie) and a deagle when you hit f6 along with an he and 2 flashes
alias "m3deagle" "buy m3; buy deagle; buy hegrenade; buy flash; buy flash"
bind "f6" "m3deagle"
// Next this will buy a p90 and elites by hitting f7 along with an he and 2 flashes
alias "elitep90" "buy p90; buy elite; buy hegrenade; buy flash"
bind "f7" "elitep90"
// The next gametype is surf
// This next thing will buy an m4a1 or an ak depending on which team your on along with a deagle and some nades
alias "whichone" "buy m4a1; buy ak47; buy deagle; buy hegrenade; buy flash; buy flash"
bind "f8" "whichone"
// Stop copying now, that is just for some gametypes and I included the most popular weapons used in the gametype there. If of course you can for example use the p90 and elites zombie bind in dust, it doesnt matter. I just listed them in catergories for organizational purposes