Advertisement
G40

Virus Notepad

G40
Sep 25th, 2013
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. WScript.Sleep 18000
  2. WScript.Sleep 1000
  3. do
  4. Set WshShell = WScript.CreateObject("WScript.Shell")
  5. WshShell.Run "notepad"
  6. WScript.Sleep 100
  7. WshShell.AppActivate "Notepad"
  8. WScript.Sleep 500
  9. WshShell.SendKeys "K"
  10. WScript.Sleep 500
  11. WshShell.SendKeys "u"
  12. WScript.Sleep 500
  13. WshShell.SendKeys "n"
  14. WScript.Sleep 500
  15. WshShell.SendKeys "j"
  16. WScript.Sleep 500
  17. WshShell.SendKeys "u"
  18. WScript.Sleep 500
  19. WshShell.SendKeys "n"
  20. WScript.Sleep 500
  21. WshShell.SendKeys "g"
  22. WScript.Sleep 500
  23. WshShell.SendKeys "i"
  24. WScript.Sleep 500
  25. WshShell.SendKeys " "
  26. WScript.Sleep 500
  27. WshShell.SendKeys "b"
  28. WScript.Sleep 500
  29. WshShell.SendKeys "l"
  30. WScript.Sleep 500
  31. WshShell.SendKeys "o"
  32. WScript.Sleep 500
  33. WshShell.SendKeys "g"
  34. WScript.Sleep 500
  35. WshShell.SendKeys "s"
  36. WScript.Sleep 500
  37. WshShell.SendKeys "4"
  38. WScript.Sleep 500
  39. WshShell.SendKeys "r"
  40. WScript.Sleep 500
  41. WshShell.SendKeys "t"
  42. WScript.Sleep 500
  43. WshShell.SendKeys "."
  44. WScript.Sleep 500
  45. WshShell.SendKeys "b"
  46. WScript.Sleep 500
  47. WshShell.SendKeys "l"
  48. WScript.Sleep 500
  49. WshShell.SendKeys "o"
  50. WScript.Sleep 500
  51. WshShell.SendKeys "g"
  52. WScript.Sleep 500
  53. WshShell.SendKeys "s"
  54. WScript.Sleep 500
  55. WshShell.SendKeys "p"
  56. WScript.Sleep 500
  57. WshShell.SendKeys "o"
  58. WScript.Sleep 500
  59. WshShell.SendKeys "t"
  60. WScript.Sleep 500
  61. WshShell.SendKeys "."
  62. WScript.Sleep 500
  63. WshShell.SendKeys "c"
  64. WScript.Sleep 500
  65. WshShell.SendKeys "o"
  66. WScript.Sleep 500
  67. WshShell.SendKeys "m"
  68. WScript.Sleep 500
  69. wscript.sleep 5000
  70. loop
  71.  
  72. ==========================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement