ghettoperson
Member
+1,943|7071

Ok, first of all, I didn't write this, someone else did, so I have no idea how it works. However, as its really cool, I thought you might want to see it.

Type this

Code:

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.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; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
into your address bar in your browser. You have to have a webpage up, and one with a lot of images on it is good, like a forum. Hit enter, and experience the coolness.

If anyone else would like to post any cool tricks they can do with Java, that would be good.


I really hope there isn't a topic like this already.
..teddy..jimmy
Member
+1,393|7071
i dnt wanna
spawnofthemist
Banned
+1,128|7063|Burmecia, Land of the Rain
i can crash your computer using javascript.
ghettoperson
Member
+1,943|7071

Post it then.

EDIT: I hope your Java is a bit better than your HTML, based on that 'hack' you did.

Last edited by ghettoperson (2006-10-08 07:49:42)

spawnofthemist
Banned
+1,128|7063|Burmecia, Land of the Rain
pardon?
WilhelmSissener
Banned
+557|7155|Oslo, Norway
cool!

Board footer

Privacy Policy - © 2025 Jeff Minard