Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: How Did He Do That

  1. #21
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    Originally posted by shn@7 April 2004 - 01:44
    There's 2 annoying scripts in this thread. Haxor's and the other. Try the other
    Oh, right, yeah, I've been to the other one already. Wasn't too much fun
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  2. Internet, Programming and Graphics   -   #22
    h1
    Guest
    I have to make this shit more evil now...

    Nobody's telling me if the CD drive trick or the AIM hijacker works though.

  3. Internet, Programming and Graphics   -   #23
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    Originally posted by supersonic+5 April 2004 - 00:16--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (supersonic &#064; 5 April 2004 - 00:16)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-muchspl2@5 April 2004 - 04:29
    scripts :/
    Code:
    &#60;html&#62;
    &#60;head&#62;
    &#60;title&#62;MostAnnoyingWebPage.com&#60;/title&#62;
    &#60;script&#62;alert &#40;&#39;Welcome to this site&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;hope you enjoy it.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;keep pushing ok to continue onto your surprise.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, while were waiting, how are you?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;hope youre fine.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;im fine too, thanks for asking.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but you didnt ask, did you?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you dont even care how i am, do you?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you think this page just created itself, dont you?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;little do you know, a real person made this page.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;someone with hopes, dreams, a life.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but you dont care.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;youre such a rude person&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;since youre so rude, maybe i should toy with you for a while.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;becuase as long as these little boxes keep popping up, youre stuck.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;go ahead and try.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;stop doesnt work, does it?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;nothing works. your stuck&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;hahaha&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;what if this stuff keeps going on forever?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;alert after alert after alert....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;as far as you know, they do keep going.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, i guess were stuck together for a while.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;while were waiting, why dont we have a talk.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you know, a heart to heart.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script language=JavaScript&#62;&#60;&#33;-- 
    // © Joey Kilaita, 1999. &#40;[email protected]&#41;
    // Contact above email for tech support.
    // Use this script freely as long as This header is included.
    var namePrompt = prompt&#40;&#34;so, whats your name, anyways?&#34;,&#34;&#34;&#41;;
    // Between the quotes above you can put whatever text you want on the 
    //prompt box.
    function dispname &#40;namePrompt&#41;{ 
        alert&#40;&#34; nice to meet you, &#34;+namePrompt+&#34; thanks for coming to the site.&#34;&#41;;
    // Again, you can change the text to your liking but DO NOT change the
    // &#34;+namePrompt+&#34; text or the script will not work.
    }
    // --&#62;&#60;/SCRIPT&#62;
    &#60;script language=JavaScript&#62;&#60;&#33;--
      {dispname&#40;namePrompt&#41;;} 
    //--&#62;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you have a weird name&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you must get teased a lot.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;what kind of person would name their kid your name?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;not my parents.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;maybe yours, but not mine.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;I mean, just look at your name&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;gosh, were they drunk or something?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;Just kidding, its not that bad.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;yeah yeah, i know what your thinking...&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;I have things to do&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;People to see&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;or is it the other way around? heh heh.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;But this is actually pretty fun.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;for me it is.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;Are you mad at me though?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;This is actually pretty irritating.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;But dont blame me.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;blame whoever sent you this link.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;theyre the ones who want you to go through this torture.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this is torture, isnt it?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;I bet your finger is getting tired.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you have to keep clicking and clicking...&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and clicking and clicking......&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;hope you dont get carpal tunnel syndrome.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;dont sue me if you do.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;ill just deny it.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you could just hit spacebar if you want.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;it works just the same.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, what should we talk about now?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script language=JavaScript&#62;&#60;&#33;-- 
    // © Joey Kilaita, 1999. &#40;[email protected]&#41;
    // Contact above email for tech support.
    // Use this script freely as long as This header is included.
    var namePrompt = prompt&#40;&#34;make a suggestion&#58;&#34;,&#34;&#34;&#41;;
    // Between the quotes above you can put whatever text you want on the 
    //prompt box.
    function dispname &#40;namePrompt&#41;{ 
        alert&#40;&#34; &#34;+namePrompt+&#34;??&#33;&#33;&#33;???&#33; what a dumb thing to talk about&#33;&#34;&#41;;
    // Again, you can change the text to your liking but DO NOT change the
    // &#34;+namePrompt+&#34; text or the script will not work.
    }
    // --&#62;&#60;/SCRIPT&#62;
    &#60;script language=JavaScript&#62;&#60;&#33;--
      {dispname&#40;namePrompt&#41;;} 
    //--&#62;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;are you stoned are something?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i mean wake up, ive heard of dumb things but jeez.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;no, just kidding, that wasnt THAT bad...&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;its just that its kind of a boring subject.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;soOoOo...&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i guess youre getting pretty tired.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;youve been here for a while.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so far, its been 65 alerts youve gone through.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;65&#33; can you believe it?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you know what my favorite number is?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;guess.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;nope, guess again.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;my favorite number is 150.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;dont you think thats a nice, big number?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;why dont we try to get up to that number?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;dont you think that would be fun?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;we could go alert after alert after alert....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;150&#33; that would be the coolest&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;then you could tell all your friends..&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i went to this fun page,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and we had to get through 150 alerts to get in&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but once i got in there,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;it was the coolest place in the world.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;because theres a surprise at the end, you know.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;a really, really, really cool surprise.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;cool cool cool.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;cool times a trillion.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but to get there, you have to get through 150 alerts.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;should we try?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;lets try.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this is number 89, by the way.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;90.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;91.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;92.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;93.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;94.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;95.....&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you know whats cool about this alert thing?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you have to listen to every thing i say.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and you have to agree with it&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;because every time you push ok, you agree.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;like, if i say -you suck&#33;&#33;- you agree with me.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;because you pushed ok, you agreed&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you stink&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;agreed with that too, didnt you?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;haha, this is soooo fun&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;were on number 105, by the way.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;45 to go&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you know, if i were you..&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i would get really mad at whoever told me to go here.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i mean, they are totally wasting your time&#33;&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but you know, now its your turn&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;to send this adress to people you know. &#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;now you can waste other peoples time&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;like i wasted yours.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, just send this adress to your so called friends,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and perpetuate this little torture device.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this is alert #115, by the way.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you know what?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;im running out of things to say.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;maybe i should type one word at a time now.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;game&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;is&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;annoying&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;isnt&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;it?&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;by&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;the&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;way,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;alert&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;is&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;number&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;133&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, seeing as how we only have 16 more alerts to go,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i guess i should start saying my goodbyes.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;its been a long hard trip for both of us,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and i know its been an annoying one for you.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;you are probably getting really mad,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;maybe you are fuming with anger.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;i bet you are going crazy.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;but you know, theres a lesson to be learned of this.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;always ask how someone is&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;when you first meet them.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;it would be a better world for everyone&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;if we all were a little more civil.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;so, goodbye, sayonara and adios,&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;peace out my friend.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;and be proud&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;that you made it through 150 alerts.&#39;&#41;&#60;/SCRIPT&#62;
    &#60;script&#62;alert &#40;&#39;this is number 150, so i guess its my last one. i hope you had fun reading these, and i hope you pass this page along to your friends&#33; bye&#33;&#39;&#41;&#60;/SCRIPT&#62;
    
    
    &#60;/head&#62;
    &#60;body bgcolor=&#34;#FFFFFF&#34; link=&#34;#880000&#34; alink=&#34;#880000&#34; vlink=&#34;#880000&#34; &#62;
    
    &#60;table cellpadding=&#34;2&#34; cellspacing=&#34;0&#34; border=&#34;0&#34; align=center&#62;
    &#60;tr&#62;&#60;td align=&#34;center&#34;&#62;
    &#60;div align=&#34;center&#34;&#62;
    
    
    
    &#60;/div&#62;
    &#60;/td&#62;&#60;/tr&#62;
    &#60;/table&#62;
    
    &#60;div align=&#34;center&#34;&#62;
    
    &#60;center&#62;
    &#60;/center&#62;
    &#60;center&#62;
    &#60;b&#62;&#60;font face=&#34;Comic Sans MS&#34; color=&#34;#000080&#34; size=&#34;6&#34;&#62;Ha Ha&#33; &#60;br&#62;&#60;br&#62;You just endured the internet&#39;s&#60;br&#62; most
    annoying webpage&#60;/B&#62;&#33; 
    &#60;p&#62;Now it&#39;s time to annoy all your friends with it&#33;
    &#60;/font&#62;&#60;/b&#62;&#60;/center&#62;
    &#60;BR&#62;
    &#60;center&#62;&#60;FONT FACE=&#34;Arial,Helvetica&#34;&#62;&#40;The message included in the email will
    say &#34;&#60;U&#62;Hey, visit this great site.&#60;/u&#62;&#34; A great way to trick anyone into coming here&#33;&#41;
    &#60;br&#62;&#60;br&#62;
    &#60;&#33;--&#60;script src=&#34;http&#58;//www.tafmaster.com/fp_rs.mpl?url=http%3A%2F%2Ftafmaster.com%2Ftaf%2F1641%2F250646%2F&#34;&#62;&#60;/script&#62;--&#62;
    &#60;font face=&#34;Comic Sans MS&#34; color=&#34;#000080&#34; size=&#34;6&#34;&#62;
    &#60;a href=&#34;http&#58;//tafmaster.com/taf/1641/250646/&#34; onClick=&#34;get_referrer&#40;&#41;;&#34;&#62;Click here to tell a friend about this page&#33;&#60;/a&#62;
    &#60;/font&#62;
    
    
    &#60;br&#62;&#60;br&#62;&#60;br&#62;&#60;BR&#62;&#60;BR&#62;
    &#60;hr width=50%&#62;
    &#60;font size=-1&#62;&#60;u&#62;Remember&#58;&#60;/u&#62; When you want to annoy someone, tell them about&#58;&#60;br&#62;
    &#60;b&#62;MostAnnoyingWebpage.com&#60;/b&#62;&#60;/font&#62;
    
    &#60;hr width=50%&#62;
    &#60;table width=300&#62;&#60;tr&#62;&#60;td&#62;
    &#60;font face=&#34;Comic Sans MS, Verdana, Arial Black&#34; size=1&#62;
    &#60;center&#62;&#60;u&#62;Link to us&#58;&#60;/u&#62; Link to us from your website by copying and pasting the
    following code onto your website&#58;&#60;br&#62;
    &#60;input size=40 type=text value=&#34;<a href=http&#58;//www.MostAnnoyingWebpage.com/>MostAnnoyingWebpage.com - Most
     annoying webpage in the world&#33;</a>&#34;&#62;
    &#60;/center&#62;&#60;br&#62;
    &#60;/font&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;
    
    
    &#60;/td&#62; 
    &#60;/table&#62;
    &#60;/td&#62; 
    &#60;/table&#62;
    
    
         &#60;/td&#62;
     &#60;/tr&#62;
    &#60;/table&#62;
    
    &#60;/center&#62;
    
    
    
    
    
    &#60;/td&#62;&#60;/tr&#62;
    &#60;/table&#62;
    
    &#60;/body&#62;
    &#60;/html&#62;
    © My Ass. All rights reserved. [/b][/quote]
    please don&#39;t quote such big posts






    woops

  4. Internet, Programming and Graphics   -   #24
    Poster
    Join Date
    Aug 2003
    Location
    Burmoda triangle, right behind you!
    Posts
    564
    l0l u quoted it ur self. Anyways, next time I won&#39;t
    Click the longhorn icon to visit my website.
    <span style='color:blue'><span style='font-size:8pt;line-height:100%'> You try Everything in my/our post(s) at YOUR own risk. I/we do not take responsibily for damages, caused by the post(s). Clicking on/or modifying anything in here is not permitted. Whoever edits my sig is a pussy.</span></span>

    ::::::::::::::::::::::::::::::::::::::::

  5. Internet, Programming and Graphics   -   #25
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    Originally posted by supersonic@9 April 2004 - 20:41
    l0l u quoted it ur self. Anyways, next time I won&#39;t

  6. Internet, Programming and Graphics   -   #26
    BigDaddy555's Avatar ONE MIN. NINE SEC.
    Join Date
    Mar 2004
    Location
    Texas!
    Age
    46
    Posts
    763
    Originally posted by haxor41789@7 April 2004 - 06:06
    I have to make this shit more evil now...

    Nobody&#39;s telling me if the CD drive trick or the AIM hijacker works though.
    yes the Cd rom will eject, however there is too much going on to really know what is happening w/ AIM. I didnt see it work when everything was running at the same time. It does work on its own from the code you sent me, Im sure you alredy knew that though..........


  7. Internet, Programming and Graphics   -   #27
    BigDaddy555's Avatar ONE MIN. NINE SEC.
    Join Date
    Mar 2004
    Location
    Texas!
    Age
    46
    Posts
    763
    just wondering if "HAXXOR" ever got my answer.............


  8. Internet, Programming and Graphics   -   #28
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by haxor41789@7 April 2004 - 00:06
    I have to make this shit more evil now...

    Nobody&#39;s telling me if the CD drive trick or the AIM hijacker works though.
    AIM hijacker? That sounds lame.

    "dnshijacker" would be much more better.

  9. Internet, Programming and Graphics   -   #29
    h1
    Guest
    @BigDaddy555:
    Yes, I saw that reply.

    @shn:
    Why? It&#39;s supposed to be harmless, not evil. If I wanted it to be evil, I&#39;d do something with ActiveX / COM and make it start up automatically with Windows lol.

    BTW, it&#39;s not really a hijacker... it actually takes over your away message.

  10. Internet, Programming and Graphics   -   #30
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by haxor41789@21 April 2004 - 15:44
    BTW, it&#39;s not really a hijacker... it actually takes over your away message.
    That&#39;s cute.

Page 3 of 4 FirstFirst 1234 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
  •