You are viewing an archive of Victory Road.
Victory Road closed on January 8, 2018. Thank you for making us a part of your lives since 2006! Please read this thread for details if you missed it.
I fond this in the forum and copy/pasted onto a few things in the catalog, so i decided I would see what it does ![]()
What it does is cause all the pictures to bounce around and go crazy, and make a little window pop up that says whatever is in the "s
On roblox it would annoy most people because they wouldn't be able to click anything. On this site, all it would do is make the avatars (and emotion things) bounce around.
This is the code:
javascript:R=0; x1=.01; y1=.9; x2=.09; y2=.99; x3=1.9; y3=.24; x4=900; y4=200; x5=300; y5=200; DI=document.images; 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()',5); void(0);javascript:alert("changable text")