lazos1993 Posted April 13, 2009 Posted April 13, 2009 Goto any website with pictures showing, even this page will do. It works for Opera aswell. Just copy and paste the following into the address bar: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0); See the magic :)) Values can also be changed: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*1+i*x2+x3)*x1+x2)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0); Quote
xXSkillerXx Posted April 13, 2009 Posted April 13, 2009 If I got it correctly, you just change this part of the code... (Math.sin(R*1+i*x2+x3)*x1+x2) ...and the images fly in different places of the screen? Quote
Morian Posted April 14, 2009 Posted April 14, 2009 XAXAXA The images Fly! Thank you man is awesome! Quote
lazos1993 Posted April 15, 2009 Author Posted April 15, 2009 You need to go to a site that has images like the one in the upper side of maxcheaters..Type this and you will see them floating :P Quote
ManiakMike Posted April 17, 2009 Posted April 17, 2009 Lawl all the sigs start to move and go around xD Funny one Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.