I was looking for one of these to fool my friends. I couldn't find one quite right so i made my own. It is accurate except for the last line, but you can edit that out if you want.
Code:
MouseMove, %A_ScreenWidth%, 0, 0
Gui, +AlwaysOnTop +Resize +ToolWindow -Caption
Gui, -Resize +LastFound +BackgroundTrans
Gui, Show,W%A_ScreenWidth% H%A_Screenheight% X0 Y0
GUI, Color, 0000FF
Gui,font,s22 ,Lucida Console
GUI, Add, Text, cwhite,A problem has been detected and Windows has been shut down to prevent damage`nto your computer.`n`nThe problem seems to be caused by the following file: ntfs.sys`n`nNTFS_FILE_SYSTEM`n`nIf this is the first time you've seen this Stop error screen,`nrestart your computer. If this screen appears again, follow`nthese steps:`n`nCheck to make sure any new hardware or software is properly installed.`nIf this is a new installation, ask your hardware or software manufacturer`nfor any Windows updates you might need.`n`nIf problems continue, disable or remove any newly installed hardware`nor software. Disable BIOS memory options such as caching or shadowing.`nIf you need to use Safe Mode to remove or disable components, restart`n your computer, press F8 to select Advanced Startup Options, and then`nselect Safe Mode`n`nTechnical information`n`n*** STOP 0x00000024 (0x402daba6,0x70588b22,0x77e1a238,0x36a7faa0)`n`n*** ntfs.sys - Address 0x70e5181f base at 0x0ef130a4, Datestamp 101bc94e`n`n`nHaha, Fooled you, press Ctrl+x
Gui, Show
^X::exitapp
You can exit it with Ctrl+X
Comments please