Found this "spam" script for q3a servers, but cant make it work properly :
// This is my console spam script for you to enjoy aswell. Basically I couldnt find anyone that made something where I could have console say things
// periodically without me running something off my computer will all this crazy anticheat ban stuff. So here it is, it's not too hard to figure out but
// I put explinations in to make it easier.
// These are the wait timers, its in miliseconds so by using exponential growth you can get long waits with short aliases
// You can change these if you want to make the wait longer, or you can change the code down further with the same effect, whatever makes you smile.
// and yes, the last one doesnt wait 2500 it waits 5000, my math is bad, regardless it waits 5000 no matter what the alias is.
alias w5 "wait;wait;wait;wait;wait"
alias w25 "w5;w5;w5;w5;w5"
alias w100 "w25;w25;w25;w25;w25"
alias w500 "w100;w100;w100;w100;w100"
alias w2500 "w500;w500;w500;w500;w500;w500;w500;w500;w500;w500"
// These are the spam messages, obviously you replace my words with yours, but make sure you leave the quotes
// Get rid of the numbers you dont use, they just make the config bigger
alias 1 say "Welcome to .oD] overDose! The only server gay enough to promote Penguin's wild and unmerciful rcon abuse."
alias 2 say "Welcome to .oD] overDose! Please keep in mind, if scissors begins to run at you madly with his pistol erect, assume the fetal position."
alias 3 say "Welcome to .oD] overDose! Visit www.clanoverdose.com"
alias 4 say "Welcome to .oD] overDose! Please, be as dirty as you possibly can in here. This includes vulgar language and blatant team-killing."
alias 5 say "Welcome to .oD] overDose! Contrary to popular belief, CaJe's name is pronounced ''Cah-Hey,'' and you should address him as such."
alias 6 say "Welcome to .oD] overDose! If your lawn is looking a bit overgrown, don't hesitate to contact Captain-A and his family. They work for free!"
alias 7 say "Welcome to .oD] overDose! If you get hacked by MadMarsh, his IP is 24.130.65.98. Do your worst."
alias 8 say "Welcome to .oD] overDose! The server IP is 70.84.48.45. You must be sick and uninformed if you write it down with intentions of coming back."
alias 9 say "Welcome to .oD] overDose! Server donations are appreciated via Phoon's small penis."
// This is the spam part, also where it gets most confusing. notice how between every w2500 command there is a number, those numbers correspond
// to the alias numbers above for the spam messages. You set the order of the messages here. s1 and s2 do not have to do with the spam aliases
// so dont chage those. make sure when youre done that alias s1 and alias s2 are the same, and that no alias number (1-9 in the original case)
// is called that doesnt have a spam message attached to it.
alias s1 "1; w2500; 2; w2500; 3; w2500; 4; w2500; 5; w2500; 6; w2500; 7; w2500; 8; w2500; 9; w2500; s2"
alias s2 "1; w2500; 2; w2500; 3; w2500; 4; w2500; 5; w2500; 6; w2500; 7; w2500; 8; w2500; 9; w2500; s1"
// These 2 characters start the script, so you dont want to change them.
s1
// When in the server type the command as it appears here:
// rcon exec scissorsspam.cfg
// once its done executing you should see your first message appear instantly, if it doesn't something is wrong so go back and take a look
// as far as maximum length of the message, i really dont know, but its about 300 characters i think
// (none of the above are longer than 140 to give you an idea) so yea.
// and that it! any questions message me on AIM irunwithsciszors. have fun with your spam!
[/code]