• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Website Tricks !

GangsteR

RPG Maker
Joined
Jul 1, 2007
Messages
815
Reaction score
2
Location
Turkiye
Google Trick [Super Cool]

Try this out.....

1. Go to Google
2. Click images
3. Type "flowers, cars, bikes" or any other word.
4. You will get a page which is having full of images
5. Then delete the URL from the address bar and paste the below script

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)
 
Last edited:
You guys got this from Tibiafans. I request this like a week ago.
 
Google Trick [Super Cool]

Try this out.....

1. Go to Google
2. Click images
3. Type "flowers, cars, bikes" or any other word.
4. You will get a page which is having full of images
5. Then delete the URL from the address bar and paste the below script

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)

Oluum show a pick so i can see :)
 
I knew this one ;)
Try this :

Code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

You can edit the page xDDD
 
i slowed mine right down :D
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()',100); void(0)
 
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*x2+ i*x3+x5)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3* y4+y5}R++ }setInterval('A()',100); void(0)

I changed the pattern :D
now it criss crosses :D
 
I don't even understand how to do this xD so ?? =s xDD-.-'??!! ;<,< ;( noob !! fak!!
 
Lol, cool tricks, but they can be used everywhere, for example you can do that thing of the images here, altought it is a mess because of the avatars, signatures and buttons :p
 
Back
Top