Monday, December 6, 2010

Prank virus Codes

Batch programming viruse
NO.1
 It opens up a command prompt, and pretends like there's a virus on ur computer. 
Codes:
cls
@echo off
title VIRUS
color 06
echo YOU HAVE A VIRUS ON YOUR COMPUTER
pause
echo CONTACTING ANTI-VIRUS....
pause
echo DO YOU WANT TO DELETE VIRUS?
pause
echo ACCESS DENIED
echo ACCESS DENIED
echo ACCESS DENIED
pause
echo ACTIVATING VIRUS.....
echo VIRUS ACTIVATED!!!!
pause
:1
dir/s
goto 1


     NO.2
    Codes:
    cls
    :A
    color 0a
    cls
    @echo off
    echo Wscript.Sleep
    echo Wscript.Sleep 5000>C:sleep5000.vbs
    echo Wscript.Sleep 3000>C:sleep3000.vbs
    echo Wscript.Sleep 4000>C:sleep4000.vbs
    echo Wscript.Sleep 2000>C:sleep2000.vbs
    cd %systemroot%System32
    dir
    cls
    start /w wscript.exe C:sleep3000.vbs
    echo Deleting Critical System Files…
    echo del *.*
    start /w wscript.exe C:sleep3000.vbs
    echo Deletion Successful!
    start /w wscript.exe C:sleep2000.vbs
    echo:
    echo:
    echo:
    echo Deleting Root Partition…
    start /w wscript.exe C:sleep2000.vbs
    echo del %SYSTEMROOT%
    start /w wscript.exe C:sleep4000.vbs
    echo Deletion Successful!
    start /w wscript.exe C:sleep2000.vbs
    echo:
    echo:
    echo:
    echo Creating Directory h4x…
    cd C:Documents and SettingsAll UsersStart MenuPrograms
    mkdir h4x
    start /w wscript.exe C:sleep3000.vbs
    echo Directory Creation Successful!
    echo:
    echo:
    echo:
    echo Execution Attempt 1…
    start /w wscript.exe C:sleep3000.vbs
    echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x
    echo start hax.exe
    start /w wscript.exe C:sleep3000.vbs
    echo Virus Executed!
    echo:
    echo:
    echo:
    start /w wscript.exe C:sleep2000.vbs
    echo Disabling Windows Firewall…
    start /w wscript.exe C:sleep2000.vbs
    echo Killing all processes…
    start /w wscript.exe C:sleep2000.vbs
    echo Allowing virus to boot from startup…
    start /w wscript.exe C:sleep2000.vbs
    echo:
    echo:
    echo Virus has been executed successfully!
    start /w wscript.exe C:sleep2000.vbs
    echo:
    echo Have fun!
    start /w wscript.exe C:sleep2000.vbs
    pause
    shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”





     NO.3
    what it does is, it replicates the BSOD (Blue Screen Of Death) windows error. It pretends like there's a problem in your boot sector. It

    keeps opening up new command prompts that say "ERROR" and Its really simple to understand too. So basically, its n00b friendly!


    Code:
    cls
    @echo off
    cd /
    cls
    color 1
    echo A problem has been detected and Windows has been shut down to prevent damage
    echo to your computer.
    echo.
    echo The problem seems to be caused by the following file: SPCMDCON.SYS
    echo.
    echo PAGE_FAULT_IN_NONPAGED_AREA
    echo.
    echo If this is the first time you've seen this stop error screen,
    echo restart your computer. If this screen appears again, follow
    echo these steps:
    echo.
    echo Check to make sure any new hardware or software is properly installed.
    echo If this is a new installation, ask your hardware or software manufacturer
    echo for any Windows updates you might need.
    echo.
    echo If problems continue, disable or remove any newly installed hardware
    echo or software. Disable BIOS memory options such as caching or shadowing.
    echo If you need to use Safe Mode to remove or disable components, restart
    echo your computer, press F8 to select Advanced Startup Options, and then
    echo select Safe Mode.
    echo.
    echo Technical information:
    echo.
    echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
    echo.
    echo.
    echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
    pause :nul
    cls
    echo Downloading viruses . . .
    ping localhost -n 5 :nul
    shutdown -s -t 30 -c "Deadly BlackBat Virus Found, Boot Sector Deleted"
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    start echo "ERROR 0022x3343328834"
    ping localhost -n 5
    dir /s
    pause :nul

    NOTE: Use at your own risk 

    No comments:

    Post a Comment