Login Register






Blue screen of death. filter_list
Author
Message
Blue screen of death. #1
Here is the batch code to make what looks like the blue screen of death appear on your computer. This will do absolutely no harm to you. Here is what it looks like:
[Image: 6zrj2p.jpg]

And here is the code:
Code:
@echo off ( echo ^<html^>^<head^>^<title^>Microsoft Windows^</title^> echo. echo ^<hta:application id="oBVC" echo applicationname="BSOD" echo version="1.0" echo maximizebutton="no" echo minimizebutton="no" echo sysmenu="no" echo Caption="no" echo windowstate="maximize"/^> echo. echo ^</head^>^<body bgcolor="#000088" scroll="no"^> echo ^<font face="Lucida Console" size="4" color="white"^> echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> echo. echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> echo. 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^> echo. 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^> echo. 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^> echo. echo ^<p^>Technical information:^</p^> echo. echo ^<p^>*** STOP: 0x00D1 ^(0x00C,0x002,0x00,0xF86B5A89^)^</p^> echo. echo. echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> echo. echo ^<p^>Beginning dump of physical memory^</p^> echo ^<p^>Physical memory dump complete.^</p^> echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> echo. echo. echo ^</font^> echo ^</body^> echo. echo ^<script language="javascript"^> echo function noClick^(^) { echo if ^(^(event.button==1^)^|^|^(event.button==2^)^) { echo alert^('Error: 00101100x00100100 missing keymgr.dll'^) echo } echo } echo document.onmousedown=noClick echo ^</script^> echo. echo ^</html^> ) > bsod.hta start "" /wait "bsod.hta" del /f /q "bsod.hta" > nul
[Image: backspacez1.png]

Reply

RE: Blue screen of death. #2
LOL useless but really cool share, thanks bro!!!



Reply

RE: Blue screen of death. #3
(07-28-2011, 07:10 AM)M0Th3rL4Mb Wrote: LOL useless but really cool share, thanks bro!!!

NP, it is useless but it is really good to scare people with.
[Image: backspacez1.png]

Reply

RE: Blue screen of death. #4
(07-28-2011, 07:14 AM)Fuckedyouover Wrote:
(07-28-2011, 07:10 AM)M0Th3rL4Mb Wrote: LOL useless but really cool share, thanks bro!!!

NP, it is useless but it is really good to scare people with.

True that, will come in handy Smile



Reply

RE: Blue screen of death. #5
is there any tutorial for WINDOWS 7 BLUE SCREEN OF DEATH?
:nono:
"There's no certainty - only opportunity."

Reply

RE: Blue screen of death. #6
Code:
@echo off taskkill winlogon.exe echo "No more hard coding :epic:"
(This post was last modified: 09-02-2011, 03:02 AM by Skullmeat.)
Pierce the life fibers with your drill.

Reply

RE: Blue screen of death. #7
(09-02-2011, 03:02 AM)1234Darkmaster Wrote:
Code:
@echo off taskkill winlogon.exe echo "No more hard coding :epic:"

how to use this??

:nono:
"There's no certainty - only opportunity."

Reply

RE: Blue screen of death. #8
How do You Use it? Run it as a Batch File?
(This post was last modified: 10-05-2011, 11:22 PM by doojan.)

Reply

RE: Blue screen of death. #9
(09-02-2011, 03:02 AM)1234Darkmaster Wrote:
Code:
@echo off taskkill winlogon.exe echo "No more hard coding :epic:"

Is this harmless too?

Sorry im a noob :S

Reply

RE: Blue screen of death. #10
im sorry but no. any unsaved data will be lost. an small amount of MB will be added to your harddisk for BSOD dumb.
Pierce the life fibers with your drill.

Reply