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.
Ok, so you want to do somekind of computer prank on your friend/enemy/school. Usually you need to do some info gathering. This egg gives you a quick easy way to get some important info quickly without bringing much attention to yourself.
All you need to do is get a floppy disk, copy this italicized text into notepad and make it a batch file
(Save as --> anything.BAT)
@echo off
ipconfig/all > a:\\ip.txt
exit
Let\’s analyze. @echo off isn\’t really neccesary, it just keeps the command prompt totally black without the white letters. Ipconfig/all is the meat. It gets the info and then makes a text file called ip on your floppy disk to put it in. Exit just closes the screen, it might do this by default, but this is a good saftey measure if your teacher is suspicious about your computer activities.
Put the batch file on your floppy. Slide it in and run it.
You get in you get out, and the only visible sign was a flash of the black box.
