AutoHotkey Community

It is currently May 27th, 2012, 1:30 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: BSOD
PostPosted: April 7th, 2009, 5:56 pm 
Offline

Joined: March 21st, 2009, 8:12 pm
Posts: 28
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 7th, 2009, 6:55 pm 
Offline

Joined: November 24th, 2005, 8:16 am
Posts: 851
:) sweet.

the only thing is that your font size is probably set for a screen with a resolution higher than 1024x768
I had to change to 16 so it will look right on my machine.

_________________
Sector-Seven - Freeware tools built with AutoHotkey


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 7th, 2009, 8:56 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Try this for auto font size:
Code:
Gui,font,% "s" . Round(A_ScreenHeight/64) ,Lucida Console

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 7th, 2009, 8:57 pm 
Nice!

But i still prefer this version
http://www.autohotkey.com/forum/topic38397.html


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 2:22 pm 
Offline

Joined: March 21st, 2009, 8:12 pm
Posts: 28
Aaah, i didnt think about font sizes, my monitor is 1440x900. I thought it would show the same for all monitors. Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 2:27 pm 
Offline

Joined: March 21st, 2009, 8:12 pm
Posts: 28
Code:
Gui,font,% "s" . Round(A_ScreenHeight/45) ,Lucida Console

This looks better on my system (A_ScreenHeight/45 rather than /64)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group