File: flood

package info (click to toggle)
rccp 0.9-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 244 kB
  • ctags: 44
  • sloc: ansic: 830; sh: 256; perl: 134; makefile: 71
file content (19 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#by cunni@linux.nu - 2002
#warning.. very lame.. do not use

#set this to the user you are flooding
user=hejhopp

#what important message do you want to send to him
msg="droppen som urhlkar stenen"

echo "INFO: this is very lame script that floods a user with priv messages"
echo "please edit the file before using"
echo "hit enter to start och CTRL-c to exit"

while [ 1 ]
do
	cccp -O -p $user $msg 2> /dev/null 
	echo -n . 
done