Java Hack - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: Java Hack (/showthread.php?tid=1332) Pages:
1
2
|
Java Hack - kojic - 10-12-2009 Yo people i find a great hack.....go to google and at address bar paste this 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); RE: Java Hack - TimK - 10-12-2009 It's Javascript and it's not a hack, lol. It's just simply a snippet for a cool effect. Good post nevertheless. RE: Java Hack - TheDoctor - 10-12-2009 Doesn't work for me :S RE: Java Hack - TimK - 10-12-2009 (10-12-2009, 12:16 PM)TheDoctor Wrote: Doesn't work for me :S Go to google images and do it. You need a page with a lot of images that are similar in size for it to work properly. RE: Java Hack - Project Evolution - 10-12-2009 Its fun for the first couple of minutes. But again, its not Java. RE: Java Hack - InsideSin - 10-12-2009 Not exactly "great" or a "hack". RE: Java Hack - brett7 - 10-12-2009 its quite cool but a long snippet so its a bit hard to show people i real life RE: Java Hack - cheeseburger - 10-12-2009 I thought we weren't talking about hacks on this forum? Anyway, it looks like a flying snake/dragon. Maybe you should have added in your guide to search "images" first, bring up a heap of pictures. Erase what's in the browsers address bar and then paste the code in your browsers address bar and push enter. The code should be in a box. RE: Java Hack - Lord_Scorch - 10-12-2009 Hello; This isn't technically a hack, but merely a way to move around the objects on the webscreen. And it's only client sided. (Meaning the only one can view it, is the person who types it in the browser.) -LS RE: Java Hack - zenzul - 10-12-2009 Oh that's pretty cool. I don't know a lot about JavaScript but i think NetDisaster.com uses it and it is sweet. |