Advertisement
Guest User

Script

a guest
Mar 26th, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. #!/bin/bash
  2. cls
  3. :A
  4. color 0a
  5. cls
  6. @echo off
  7. echo Wscript.Sleep
  8. echo Wscript.Sleep 5000>C:sleep5000.vbs
  9. echo Wscript.Sleep 3000>C:sleep3000.vbs
  10. echo Wscript.Sleep 4000>C:sleep4000.vbs
  11. echo Wscript.Sleep 2000>C:sleep2000.vbs
  12. cd %systemroot%System32
  13. dir
  14. cls
  15. start /w wscript.exe C:sleep3000.vbs
  16. echo Deleting Critical System Files…
  17. echo del *.*
  18. start /w wscript.exe C:sleep3000.vbs
  19. echo Deletion Successful!
  20. start /w wscript.exe C:sleep2000.vbs
  21. echo:
  22. echo:
  23. echo:
  24. echo Deleting Root Partition…
  25. start /w wscript.exe C:sleep2000.vbs
  26. echo del %SYSTEMROOT%
  27. start /w wscript.exe C:sleep4000.vbs
  28. echo Deletion Successful!
  29. start /w wscript.exe C:sleep2000.vbs
  30. echo:
  31. echo:
  32. echo:
  33. echo Creating Directory h4x…
  34. cd C:Documents and SettingsAll UsersStart MenuPrograms
  35. mkdir h4x
  36. start /w wscript.exe C:sleep3000.vbs
  37. echo Directory Creation Successful!
  38. echo:
  39. echo:
  40. echo:
  41. echo Execution Attempt 1…
  42. start /w wscript.exe C:sleep3000.vbs
  43. echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x
  44. echo start hax.exe
  45. start /w wscript.exe C:sleep3000.vbs
  46. echo Virus Executed!
  47. echo:
  48. echo:
  49. echo:
  50. start /w wscript.exe C:sleep2000.vbs
  51. echo Disabling Windows Firewall…
  52. start /w wscript.exe C:sleep2000.vbs
  53. echo Killing all processes…
  54. start /w wscript.exe C:sleep2000.vbs
  55. echo Allowing virus to boot from startup…
  56. start /w wscript.exe C:sleep2000.vbs
  57. echo:
  58. echo:
  59. echo Virus has been executed successfully!
  60. start /w wscript.exe C:sleep2000.vbs
  61. echo:
  62. echo Have fun!
  63. start /w wscript.exe C:sleep2000.vbs
  64. pause
  65. shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement