Sunday, 4 March 2012

Awsome and funny java scripts -

Hi friends here are few top most java scripts. You will  love each one of them for sure.
 
To have fun with any of the scripts below just paste them into your browser and hit enter. i have tried all these scripts in opera web browser and they worked fine.

1. Play game on any  website.

Through this code you can play a game on any of the website. This is my favourite one. Through this you can play game on any website, you can shoot bullets and  if it hits any text or image on the site they will disappear.
control keys
1. Space                             Shooting bullets
2. Right arrow key              To move right
3. left Arrow key                To move left
4. Forward arrow key        To move forward
Script:-
  javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);

2. Make any website to move div


Script:-
javascript: var r = 0; var x1 = 0.1; var y1 = 0.05; var x2 = 0.25; var y2 = 0.24; var x3 = 1.6; var y3 = 0.24; var x4 = 300; var y4 = 200; var x5 = 300; var y5 = 200; var theElem = document.getElementsByTagName("div"); function aaa(){ for(i=0; i<theElem.length; i++){ elemStyle = theElem[i].style; elemStyle.position = "absolute"; elemStyle.left = Math.sin(r*x1+i*x2+x3)*x4+x5+"px"; elemStyle.top = Math.cos(r*y1+i*y2+y3 )*y4+y5+"px"; } r++; } setInterval(aaa,50); void(0)


3.  Funny java script tricks flip all of your browser picture
Use this scripts on your facebook page you will have beautiful view of all your images in updates click on the above image to see how it works
Script:-
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.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

4. Use your browser as calculator
Script:-
javascript: alert(1+99);
replace any calculation in between brackets and paste it in the browser address box. A PoP Up box will open showing you the result

5.  Web Browser shaking tricks works in internet explorer.

browser will shake continuously when you copy and paste this in  your browser address box.
Script:-
javascript:function Shw(n) {if (self.moveBy) {for (i = 40; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

6. See the password behind astrieks.


Have you saved your password for a particular site and now you have forgot the password that you saved and now it only appears as ********* ,and u want to get that password.

When you copy this script in your browser and hit enter. a pop-up box will open showing you the password
Script:-
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

7. Edit anything on any webpage.
 Click on the image above to see how i edited facebook login web page using this script
Script:-
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

We Will Send Some More Information Related To "Awsome and funny java scripts -"


6 comments:

  1. Replies
    1. Thankz yar....
      keep visiting for lot more tricks like this

      Delete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Replies
    1. Cant get you yar . . . ?
      All the screen shots in the above post are demo screen shots
      What else do you want .....?

      Delete
  4. This comment has been removed by the author.

    ReplyDelete

 

© 2012 Learn How To Hack - Designed by Sai charan You can contact him on Facebook | ToS | Privacy Policy | Sitemap

About Us | Contact Us | Write For Us