PDA

View Full Version : [Script]Little radio spam


emwu1988
27th December 2007, 14:06
this is a little redone script that spams radio commands when you move but I only used the commands that don't show up as text in the left-down corner...
Pretty funny when you enter a server with few friends and execute that :cool:
Credits to the person that made the original one for counterstrike
// Radio Spam
alias tntspam "tntspam1"
alias tntspam1 "voice_menu_2; menuselect 4; alias tntspam tntspam2"
alias tntspam2 "voice_menu_2; menuselect 5; alias tntspam tntspam3"
alias tntspam3 "voice_menu_2; menuselect 6; alias tntspam tntspam1"
alias tntspam4 "voice_menu_3; menuselect 2"
alias tntspam5 "voice_menu_3; menuselect 3"

// Spam execution + Binding to movement
alias SpamToggle "SpamOn"
alias SpamOn "bind w +mfspm;bind s +mbspm;bind d +mrspm;bind a +mlspm;bind mouse1 +shspm;bind space +djspm; alias SpamToggle SpamOff"
alias SpamOff "bind w +forward; bind s +back; bind d +moveright; bind a +moveleft; bind space +jump; bind mouse1 +attack; alias SpamToggle SpamOn"

alias +mfspm "+forward; tntspam"
alias -mfspm "-forward; tntspam"
alias +mbspm "+back; tntspam"
alias -mbspm "-back; tntspam"
alias +mrspm "+moveright; tntspam"
alias -mrspm "-moveright; tntspam"
alias +mlspm "+moveleft; tntspam"
alias -mlspm "-moveleft; tntspam"
alias +shspm "+attack; tntspam4"
alias -shspm "-attack; tntspam4"
alias +djspm "+jump; tntspam5"
alias -djspm "-jump; tntspam5"

bind ins "SpamToggle"

hiimchris
30th December 2007, 00:08
NEED A DISPENSER HERE! -Says Scout. =]

Thanks, but can you make one that'll just continuously spam instead of having to move (Toggle?)