A fun toy for you and your web browser...
TryinToGetPaid
06-11-2006 16:07:15
Go to the forum, and type this into the address bar
javascriptR=0; x1=.1; y1=.05; x2=1000; 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(Rlix1+ilix2+x3)lix4+x5;DIS.top=Math.cos(Rliy1+iliy2+y3)liy4+y5}R++ }setInterval('A()',5); void(0)
Actually go to any website and do this
TFOAF
06-11-2006 16:08:22
Holy fuck. O_O
samz465
06-11-2006 16:11:06
Loll thats cool.
turpentinedreams
06-11-2006 16:11:18
opera disabled jackass javascript by default.
CustomOrderThis
06-11-2006 16:17:19
Whoa. That is awesome!
MyungChunHa
06-11-2006 16:18:48
shock
That was pretty cool, didn't think you could do shit like that
TryinToGetPaid
06-11-2006 16:22:36
ANOTHER ONE
javascriptR=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.tan(Rlix1+ilix2+x3)lix4+x5)+"px"; DIS.top=(Math.tan(Rliy1+iliy2+y3)liy4+y5)+"px"}R++}setInterval('A()',5); void(0);
MyungChunHa
06-11-2006 16:25:21
I'm freakin out man, this is trippy
Jeorgius
06-11-2006 16:27:44
nice )
VrExe
06-11-2006 16:30:34
Cool tricks! 8)
benner410
06-11-2006 16:47:18
you on BB.com? this was just posted in the misc
Buster389
06-11-2006 16:47:33
thats awsum
TryinToGetPaid
06-11-2006 17:01:55
nope, what is BB.com?
JordanE
06-11-2006 17:17:35
Thats tight.
ilanbg
06-11-2006 17:25:58
What does it do?
TryinToGetPaid
06-11-2006 17:27:05
umm do it and find out?
ronmm
06-11-2006 17:37:15
lol, those were pretty weird. I always wonder how these get figured out. Maybe people with too much time on their hands?
TFOAF
06-11-2006 17:38:52
It's pretty simple actually, that is, you could understand it if you're a programmer. ;)
ronmm
06-11-2006 17:42:05
[quoted2458af95d="TFOAF"]It's pretty simple actually, that is, you could understand it if you're a programmer. ;)[/quoted2458af95d]
I am a programmer but I program things 'I' find useful so I would never find things like this. I guess if your programming forum addons or if you were up to no good looking for expoits you might come across this. Probably just depends on what you program.
unknown uchiha
06-11-2006 17:43:31
This is old. I read this somewhere a while back. Might be a different forum though o_o
TFOAF
06-11-2006 17:44:43
[quote9e6dec9102="ronmm"][quote9e6dec9102="TFOAF"]It's pretty simple actually, that is, you could understand it if you're a programmer. ;)[/quote9e6dec9102]
I am a programmer but I program things 'I' find useful so I would never find things like this. I guess if your programming forum addons or if you were up to no good looking for expoits you might come across this. Probably just depends on what you program.[/quote9e6dec9102]
If you look at it closely, anyone who likes mathematics could attempt to figure out how it works. It's using the coordinates of the webpage, and all of the images on the webpage, and then there's a timed loop which constantly moves the images around (according to the coordinates), using the function created, and never stops until you get out of the page. Also noticed it uses speed.
ronmm
06-11-2006 17:54:52
[quote74b597a41d="TFOAF"][quote74b597a41d="ronmm"][quote74b597a41d="TFOAF"]It's pretty simple actually, that is, you could understand it if you're a programmer. ;)[/quote74b597a41d]
I am a programmer but I program things 'I' find useful so I would never find things like this. I guess if your programming forum addons or if you were up to no good looking for expoits you might come across this. Probably just depends on what you program.[/quote74b597a41d]
If you look at it closely, anyone who likes mathematics could attempt to figure out how it works. It's using the coordinates of the webpage, and all of the images on the webpage, and then there's a timed loop which constantly moves the images around (according to the coordinates), using the function created, and never stops until you get out of the page. Also noticed it uses speed.[/quote74b597a41d]
That not what I said is it? I said who I find it strange that someone would take the time to figure it out 'not' that's it's crazy that someone can understand what this person did.
You seem to love math, did you figure this out? No, but you understand it that's fine. I'm not saying it's hard to understand, I'm saying taking the time to find it is not understandable to me. That's all.
TFOAF
06-11-2006 17:57:06
[quote1e84496737="ronmm"][quote1e84496737="TFOAF"][quote1e84496737="ronmm"][quote1e84496737="TFOAF"]It's pretty simple actually, that is, you could understand it if you're a programmer. ;)[/quote1e84496737]
I am a programmer but I program things 'I' find useful so I would never find things like this. I guess if your programming forum addons or if you were up to no good looking for expoits you might come across this. Probably just depends on what you program.[/quote1e84496737]
If you look at it closely, anyone who likes mathematics could attempt to figure out how it works. It's using the coordinates of the webpage, and all of the images on the webpage, and then there's a timed loop which constantly moves the images around (according to the coordinates), using the function created, and never stops until you get out of the page. Also noticed it uses speed.[/quote1e84496737]
That not what I said is it? I said who I find it strange that someone would take the time to figure it out 'not' that's it's crazy that someone can understand what this person did.
You seem to love math, did you figure this out? No, but you understand it that's fine. I'm not saying it's hard to understand, I'm saying taking the time to find it is not understandable to me. That's all.[/quote1e84496737]
I know. I was just talking about the script, itself. ;)
Tholek
06-11-2006 18:01:52
Goddamn it, I just ate...
Cool, though. )
I better lay off the pot.. I'm starting to see shit! shock
JennyWren
06-11-2006 20:12:58
Aaaaaagh!!!!! My eyes! My eyes!
[quote95795bfbad="benner410"]you on BB.com? this was just posted in the misc[/quote95795bfbad]
lawlz misc
BOOOM PROTEIN EVERYWHERE!!
PIITB FOE SHO
Tholek
06-11-2006 20:51:10
Too bad there isn't a way to hotlink that so people who clicked on it would get the page they were on to do that.
johnjimjones
06-11-2006 20:52:02
HOT!
Fugger
06-11-2006 21:03:17
try this one!!!
http//www.lemonparty.org !!! copy/paste/enjoy
JordanE
06-11-2006 21:22:43
Thats fucking un-called for.
No kidding... What the fuck is the matter with you?
CollidgeGraduit
07-11-2006 03:00:04
[quote40b671b9b2="Fugger"]try this one!!!
http//www.lemonparty.org !!! copy/paste/enjoy[/quote40b671b9b2]
lol
TryinToGetPaid
07-11-2006 06:23:41
LOL. You all got owned.
johnjimjones
07-11-2006 07:41:08
Anyone that clicked that was dumb not to know what it contained.