login
April 27, 2024, 05:24:28 am

Author Topic: Cool Tricks!  (Read 999 times)

0 Members and 1 Guest are viewing this topic.

Crossfire|OutlawZ

  • Crazy Man
  • *****
  • Posts: 808
  • Country: 00
  • Wubba Lubba DUBB DUBBB BIAAAAATCH!!
    • View Profile
Cool Tricks!
« on: November 22, 2009, 07:40:17 am »
hey guys...these tricks are really cool!

step 1: goto google images and search anything u want...

step 2: now put this code (below) in the adress bar then see the magic

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);

and
copy these words (one at a time) and paste it at google.com and click "I am Feeling Lucky"

"google l33t"
"google loco"
"google gothic"
"google easter egg"


« Last Edit: November 22, 2009, 09:59:15 am by Khushal »
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor


Thijn

  • Forum Administrator
  • Crazy Man
  • *
  • *
  • *
  • Posts: 2946
  • Country: nl
    • View Profile
Re: Cool Tricks!
« Reply #1 on: November 22, 2009, 09:44:13 am »
hehe nice tricks :D
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor

I'm not totally useless,
I can be used as an bad example ;)

"Never do Today, What you can do Tomorrow"


Darfy

  • Fanatic
  • ****
  • Posts: 111
  • Country: fi
    • View Profile
Re: Cool Tricks!
« Reply #2 on: November 22, 2009, 12:54:55 pm »
cool tricks man :P
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor


Kong

  • Regular
  • ***
  • Posts: 67
    • View Profile
Re: Cool Tricks!
« Reply #3 on: November 22, 2009, 04:56:30 pm »
Code: [Select]
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.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.tan(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);you can also edit a website with this
Code: [Select]
javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0 XD
« Last Edit: November 22, 2009, 05:00:52 pm by KingKong »
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor