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);
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?
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
ManiakMike Posted April 17, 2009 Posted April 17, 2009 Lawl all the sigs start to move and go around xD Funny one
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now