Why did you not post source here? Its not hard doing this. Zipping such simple scripts and then hosting in on a page is not needed. And your site needs JavaScript to be enabled, otherwise I could not download it. For that reason, I post your script here (may be some people find it funny too). But in this way, the explosion.mp3 file is not included:
Code:
SetWorkingDir, %A_ScriptDir%
SoundPlay, explosion.mp3
Sleep, 7000
MsgBox, 0, Fatal Explosion Detected, Your computer has exploded. Goodbye.
SendMessage, 0x112, 0xF170, 2,, Program Manager
BlockInput, MouseMove
esc::
SendMessage, 0x112, 0xF170, -1,, Program Manager
BlockInput, MouseMoveOff
exitapp
return
Ah i tested just something. I do not need to enable JavaScript on your site. I dont know why you did it, but on main page it does wait until i activate JavaScript. But if i call the
http://www.autohotkey.net/~Bingo324/site/ page directly, it works.
Why should I enable JS on your page???