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.
174 lines (152 sloc)
5.3 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:50; top:50; width:800"> | |
| <p><font size=7><tt> uNf, well invet.com was owned by johnA and phel0n of hackweiser.</tt></font></p> | |
| <p><font size=7><tt>littel note:</tt></font></p> | |
| <p><font size=7><tt>admin: shit is backed</tt></font></p> | |
| <p><font size=7><tt>zeno:sup</tt></font></p> | |
| <p><font size=7><tt>b33r: y0</tt></font></p> | |
| <p><font size=7><tt>sj: my nigga</tt></font></p> | |
| <p><font size=7><tt>idi0: wuzzup</tt></font></p> | |
| <p><font size=7><tt>t4ct: uNf</tt></font></p> | |
| <p><font size=7><tt>pimpshiz: wazzup</tt></font></p> | |
| <p><font size=7><tt>data: y0</tt></font></p> | |
| <p><font size=7><tt>SteeLe: hey</tt></font></p> | |
| <p><font size=7><tt>cara: MEANY HEAD!</tt></font></p> | |
| <p><font size=7><tt>well thats all folks...</tt></font></p> | |
| <p><font size=7><tt>until next time, masterbate.</tt></font></p> | |
| <p> </p> | |
| <p><font size=7><tt>who did dis!?!!?!</tt></font></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:150; top:150; 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 --> |