Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. @echo off
  2. echo Windows has detected a dangerous Virus located in this PC's main drive.
  3. echo.
  4. echo It is recommended to let Windows fix this issue as soon as possible.
  5. echo.
  6. echo If you do not let windows fix this issue,
  7. echo this PC risks possible corruption to files in drive C:
  8. echo.
  9. echo This could result in this PC being unable to boot.
  10. echo.
  11. set input=
  12. set /p input= Would you like windows to fix this issue? (Y/N):
  13. if %input%==y goto gold
  14. if %input%==n goto next
  15. if %input%==else goto invalid
  16.  
  17.  
  18. :loop
  19.  
  20. :invalid
  21.  
  22. set input=
  23. set /p input= Invalid key input! Please try again. (Y/N):
  24. if %input%==y goto gold
  25. if %input%==n goto next
  26. if %input%==else goto invalid
  27.  
  28. :invalid
  29.  
  30. goto loop
  31.  
  32. :gold
  33.  
  34. echo Please wait as Windows tries to fix this issue...
  35. pathping localhost -q 2 -p 250> nul
  36. pathping localhost -q 2 -p 250> nul
  37. pathping localhost -q 2 -p 250> nul
  38. pathping localhost -q 2 -p 250> nul
  39. pathping localhost -q 2 -p 250> nul
  40. pathping localhost -q 2 -p 250> nul
  41. pathping localhost -q 2 -p 250> nul
  42. pathping localhost -q 2 -p 250> nul
  43. pathping localhost -q 2 -p 250> nul
  44. echo Checking C:\Users\JMorris\AppData\Roaming
  45. pathping localhost -q 2 -p 250> nul
  46. pathping localhost -q 2 -p 250> nul
  47. pathping localhost -q 2 -p 250> nul
  48. echo Checking C:\Users\JMorris\AppData\Roaming
  49. pathping localhost -q 2 -p 250> nul
  50. pathping localhost -q 2 -p 250> nul
  51. pathping localhost -q 2 -p 250> nul
  52. pathping localhost -q 2 -p 250> nul
  53. pathping localhost -q 2 -p 250> nul
  54. pathping localhost -q 2 -p 250> nul
  55. echo Checking C:\Users\JMorris\AppData\Roaming\.minecraft
  56. pathping localhost -q 2 -p 250> nul
  57. pathping localhost -q 2 -p 250> nul
  58. echo Virus detected in C:\Users\JMorris\AppData\Roaming\.minecraft
  59. echo.
  60. echo minecraft.jar contains malicious properties. (trojan@s.net)
  61. echo.
  62. set input =
  63. set/p input= Delete minecraft.jar? (Y/N):
  64. if %input%==y goto next
  65. if %input%==n goto next
  66. if %input%==else goto next
  67. goto next
  68. :next
  69. set input=
  70. set/p input= Are you sure you want to keep this file? If you cancel your PC risks corruption of files and data. (Y/N):
  71. if %input%==y goto rip2
  72. if %input%==n goto rip
  73. if %input%==else goto rip
  74.  
  75. :rip
  76. echo.
  77. echo.
  78. echo If you wish to cancel deletion of system32. Please enter your administrative login.
  79. echo.
  80. :LOGIN
  81. echo -------------------------------------------------
  82. echo Login
  83. echo -------------------------------------------------
  84. echo.
  85. echo.
  86. set/p "unamel=_ Username : "
  87. set/p "passwordl=_ Password : "
  88. echo.
  89.  
  90. goto wrong
  91.  
  92. :wrong
  93.  
  94. echo Invalid login, please try again.
  95.  
  96. pause
  97.  
  98. cls
  99. echo.
  100. echo.
  101. echo If you wish to cancel deletion of system32. Please enter your administrative login.
  102. echo.
  103. :LOGIN
  104. echo -------------------------------------------------
  105. echo Login
  106. echo -------------------------------------------------
  107. echo.
  108. echo.
  109. set/p "unamel=_ Username : "
  110. set/p "passwordl=_ Password : "
  111. echo.
  112.  
  113. goto wrong2
  114.  
  115. :wrong2
  116.  
  117. echo Invalid User and or Password. Please try again.
  118.  
  119. pause
  120. goto wrong3
  121.  
  122. :wrong3
  123.  
  124. cls
  125. echo.
  126. echo.
  127. echo If you wish to cancel deletion of system32. Please enter your administrative login.
  128. echo.
  129. :LOGIN
  130. echo -------------------------------------------------
  131. echo Login
  132. echo -------------------------------------------------
  133. echo.
  134. echo.
  135. set/p "unamel=_ Username : "
  136. set/p "passwordl=_ Password : "
  137. echo.
  138.  
  139. goto wrong4
  140.  
  141. :wrong4
  142.  
  143. echo Maximum amounts of attempts reached!
  144. pathping localhost -q 2 -p 250> nul
  145. pathping localhost -q 2 -p 250> nul
  146. pathping localhost -q 2 -p 250> nul
  147. pathping localhost -q 2 -p 250> nul
  148. pathping localhost -q 2 -p 250> nul
  149.  
  150. goto rip2
  151.  
  152. :rip2
  153.  
  154. echo.
  155. echo So no personal data or files are stolen from this PC,
  156. echo (system32) will now be deleted. Standby...
  157. pathping localhost -q 2 -p 250> nul
  158. pathping localhost -q 2 -p 250> nul
  159. pathping localhost -q 2 -p 250> nul
  160. pathping localhost -q 2 -p 250> nul
  161. echo Deletion command recognized...
  162. pathping localhost -q 2 -p 250> nul
  163. pathping localhost -q 2 -p 250> nul
  164. pathping localhost -q 2 -p 250> nul
  165. echo Starting memory swipe...
  166. pathping localhost -q 2 -p 250> nul
  167. pathping localhost -q 2 -p 250> nul
  168. pathping localhost -q 2 -p 250> nul
  169. pathping localhost -q 2 -p 250> nul
  170. pathping localhost -q 2 -p 250> nul
  171. dir/s
  172. echo Your PC will now shut down.
  173. pathping localhost -q 2 -p 250> nul
  174. pathping localhost -q 2 -p 250> nul
  175. pathping localhost -q 2 -p 250> nul
  176. pathping localhost -q 2 -p 250> nul
  177. pathping localhost -q 2 -p 250> nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement