Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
177 lines (155 sloc)
5.62 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>- -ck e- a--</title> | |
| <script language="JavaScript"> | |
| <!-- | |
| ns4 = (document.layers) ? true : false; | |
| ie4 = (document.all) ? true : false; | |
| var r = false; | |
| var bts = 255; | |
| blks = new Array(3); | |
| bgimg = new Image(); | |
| bgimg.src = "f1a.gif" | |
| function init() | |
| { | |
| initblk(0, 0, 25, 30, 5, "f1b.gif"); | |
| initblk(1, 0, 40, 70, 7, "f1c.gif"); | |
| initblk(2, 30, 20, 7, 7, "f1d.gif"); | |
| start(); | |
| } | |
| function initblk(n, ty, cyc, fxa, fxb, im) | |
| { | |
| if(ns4) blks[n] = eval('document.div' + n); | |
| else if(ie4) blks[n] = eval('div' + n +'.style'); | |
| else document.location="/a.html"; | |
| blks[n].xpos = parseInt(blks[n].left); | |
| blks[n].ypos = parseInt(blks[n].top); | |
| if( ty == 0 ) | |
| { | |
| blks[n].xinc = fxb*Math.cos(fxa*Math.PI/180); | |
| blks[n].yinc = fxb*Math.sin(fxa*Math.PI/180); | |
| } | |
| else | |
| { | |
| blks[n].xinc = fxa; | |
| blks[n].yinc = fxb; | |
| } | |
| blks[n].count = 0; | |
| blks[n].cyc = cyc; | |
| blks[n].ty = ty; | |
| blks[n].img = new Image(); | |
| blks[n].img.src = im; | |
| } | |
| function slide(i) { if( !(bts & (1 << i)) ) { slideblk(blks[i]); setTimeout("slide("+i+")", 30); } } | |
| function slideblk(block) | |
| { | |
| if( !r ) | |
| return; | |
| if( block.ty == 0 ) | |
| { | |
| if( block.count < block.cyc*2 ) | |
| block.xpos += block.xinc; | |
| else | |
| block.xpos -= block.xinc; | |
| if( block.count < block.cyc || block.count > block.cyc*3 ) | |
| block.ypos -= block.yinc; | |
| else | |
| block.ypos += block.yinc; | |
| block.count++; | |
| if( block.count > block.cyc*4 ) | |
| block.count = 0; | |
| } | |
| else | |
| { | |
| if( block.count < block.ty ) | |
| block.xpos += block.xinc; | |
| else if( block.count < (block.ty + block.cyc) ) | |
| block.ypos += block.yinc; | |
| else if( block.count < (block.ty*2+block.cyc) ) | |
| block.xpos -= block.xinc; | |
| else | |
| block.ypos -= block.yinc; | |
| block.count++; | |
| if( block.count > (block.cyc*2+block.ty*2) ) | |
| block.count = 0; | |
| } | |
| block.left = block.xpos; | |
| block.top = block.ypos; | |
| } | |
| function start() | |
| { | |
| r = true; | |
| var obts = bts; | |
| bts = 0; | |
| if( (obts & 1) == 1 ) slide(0); | |
| if( (obts & 2) == 2 ) slide(1); | |
| if( (obts & 4) == 4 ) slide(2); | |
| } | |
| function stop() | |
| { | |
| if( r ) r = false; | |
| } | |
| function movr(i) | |
| { | |
| if( ns4 ) blks[i].document.images[0].src = blks[i].img.src; | |
| if( ie4 ) document.images[i].src = blks[i].img.src; | |
| status="[clck those buggas]"; | |
| } | |
| function mout(i) | |
| { | |
| if( ns4 ) blks[i].document.images[0].src = bgimg.src; | |
| if( ie4 ) document.images[i].src = bgimg.src; | |
| status=""; | |
| } | |
| function foo(i) | |
| { | |
| bts |= (1 << i); | |
| if( bts == 7 ) | |
| { | |
| stop(); | |
| document.location="f2.html"; | |
| } | |
| } | |
| function bar() { start(); } | |
| //--> | |
| </script> | |
| </head> | |
| <body bgcolor="#000000" onLoad="init()" text="#FFFFFF"> | |
| <!--a href="javascript:start()">start</a> -- | |
| <a href="javascript:stop()">stop</a--> | |
| <div id="divT" style="position:absolute; left:7px; top:56px; width:800"> | |
| <p><font size=7><tt> Uh OH!!!!! another school</tt></font></p> | |
| <p><tt><font size="7">site owned uNF! i went to</font></tt></p> | |
| <p><tt><font size="7">clevland once, i hate ohio</font></tt></p> | |
| <p><tt><font size="7">everyone up there is too</font></tt></p> | |
| <p><tt><font size="7">nice, but im from china</font></tt></p> | |
| <p><tt><font size="7">so im not used to that,</font></tt></p> | |
| <p><tt><font size="7">STOP BEING SO NICE, and stop</font></tt></p> | |
| <p><tt><font size="7">looking at me! im seksi</font></tt></p> | |
| <p><tt><font size="7">but not that seksi.</font></tt></p> | |
| <p><tt><font size="7">well first some shouts to</font></tt></p> | |
| <p><tt><font size="7">any hax0r's that are ownen</font></tt></p> | |
| <p><tt><font size="7">in your school! keep it </font></tt></p> | |
| <p><tt><font size="7">real.</font></tt></p> | |
| <p> </p> | |
| <p><tt><font size="7">keep it real:</font></tt></p> | |
| <p><tt><font size="4">fut0n,b33r,sj,bighawk,idi0,johnA,pimpshiz</font></tt></p> | |
| <p><tt><font size="7"><b>gfo</b></font><font size="4">rce,phr4x(sorry),steele,seksi,doodoo</font></tt></p> | |
| <p><tt><font size="4">rsh,karney,data,t4ct,dm3, and whoever i forgot.</font></tt></p> | |
| <p> </p> | |
| <p align="center"><font size=7><tt><img src="phel0n_.jpg" width="365" height="77"><br> | |
| <br> | |
| i did.</tt></font></p> | |
| <p align="center"><tt><font size="7">im out peace</font></tt> </p> | |
| </div> | |
| <div id="div0" style="position:absolute; left:163px; top:139px; width:90"> <a href="javascript:foo(0);" onMouseOver="movr(0);" onMouseOut="mout(0);"> | |
| <img src="cracker.gif" width=54 height=46 border=0></a> </div> | |
| <div id="div1" style="position:absolute; left:50; top:250; width:90"> <a href="javascript:foo(1);" onMouseOver="movr(1);" onMouseOut="mout(1);"> | |
| <img src="cracker.gif" width=54 height=46 border=0></a> </div> | |
| <div id="div2" style="position:absolute; left:200; top:200; width:90"> <a href="javascript:foo(2);" onMouseOver="movr(2);" onMouseOut="mout(2);"> | |
| <img src="cracker.gif" width=54 height=46 border=0></a> </div> | |
| <div align="center"><font size="+2" color="#FFFFFF" face="Arial, Helvetica, sans-serif">hackweiser | |
| here in the 2k</font></div> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |