Scoped.lima-city.de: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 15: Line 15:
When opened, the website will display a flashing, grayscale picture of the face from [[What's Wrong?]] along with an extremely loud looping, echoing scream. The page also uses JavaScript1.2 code to make the window move around at the screen in small steps extremely fast which makes the startle effect bigger. When the user tries to exit the page it will show a blank message box with a question mark that can't be closed. However the scripts will only work on Internet Explorer (you may need to click "Show all content" for the screamer to load correctly).
When opened, the website will display a flashing, grayscale picture of the face from [[What's Wrong?]] along with an extremely loud looping, echoing scream. The page also uses JavaScript1.2 code to make the window move around at the screen in small steps extremely fast which makes the startle effect bigger. When the user tries to exit the page it will show a blank message box with a question mark that can't be closed. However the scripts will only work on Internet Explorer (you may need to click "Show all content" for the screamer to load correctly).


After an update, a script was added that will prevent the site from being minimized.
After an update, a script was added that prevented the site from being minimized.
 
=== Source Code: ===
<pre>
<script language="JavaScript1.2">
function randBetween(l,u){
return Math.floor((Math.random() * (u-l+1))+l);
}
 
function nevaGonnaLetYouGo() {
var messages =  [""],
message,
stay = true;
while (stay == true){
message = randBetween(0, messages.length - 1);
confirm(messages[message]);
stay == true;
}
}
</script>
<body onbeforeunload="nevaGonnaLetYouGo();">
</pre>


== Link ==
== Link ==
<font color="yellow">'''<u>NOTE</u>''': The following website contains a [[screamer]] with flashing lights,</font> <span style="color:red">as a well-known script that may harm your computer!
<font color="yellow">'''<u>NOTE</u>''': The following website contains a [[screamer]] with flashing lights,</font> <span style="color:red">as a well-known script that may harm your computer!
* '''Doesn't work''': <s>web.archive.org/web/20160831193354/Scoped.lima-city.de</s>
* '''Doesn't work''': <s>web.archive.org/web/20160831193354/Scoped.lima-city.de</s>
* '''What the Screamer (probably) looks like''': web.archive.org/web/20160309121708oe_/prison-fakes.ru/s/swf/7.swf
* '''What the [[Screamer|screame]]r (probably) looked like:''' web.archive.org/web/20160309121708oe_/prison-fakes.ru/s/swf/7.swf
{{Comments}}
{{Comments}}
[[Category:Websites]]
[[Category:Websites]]

Navigation menu