Posts: 10
Threads: 5
Joined: Oct 2009
Reputation:
0
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);
Posts: 23
Threads: 2
Joined: Oct 2009
Reputation:
0
10-12-2009, 12:09 PM
(This post was last modified: 10-12-2009, 12:09 PM by TimK.)
It's Javascript and it's not a hack, lol. It's just simply a snippet for a cool effect. Good post nevertheless.
Posts: 120
Threads: 18
Joined: Oct 2009
Reputation:
0
Not exactly "great" or a "hack".
Posts: 46
Threads: 7
Joined: Oct 2009
Reputation:
1
its quite cool but a long snippet so its a bit hard to show people i real life
hey, if you like my post then please give me +rep, it only takes two seconds but it will be greatly appreciated thanks!
Posts: 951
Threads: 102
Joined: Oct 2009
Reputation:
28
10-12-2009, 04:22 PM
(This post was last modified: 10-13-2009, 05:53 AM by cheeseburger.)
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.
[yt]http://www.youtube.com/watch?v=KNooVX3yt6Y[/yt]
[yt]http://www.youtube.com/watch?v=yp-a1gIQ74c[/yt]
Posts: 153
Threads: 23
Joined: Oct 2009
Reputation:
9
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
"Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow."
Posts: 18
Threads: 6
Joined: Oct 2009
Reputation:
1
Oh that's pretty cool. I don't know a lot about JavaScript but i think NetDisaster.com uses it and it is sweet.