HackingUniversity - Hacks . Tricks . How-To's

30 September 2012

Destroy Websites with Asteroids Shooting Game JavaScript

Destroying website using asteroid shooting is just a fun little prank you can do with any website using a simple JavaScript bookmark. Its simply like the Angry Birds version used to destroy website we posted earlier but its much more fun and interesting, now you can enhance your flying skills and get the css html enemies out of it. So you are just a pilot of an animated space ship with a mission to destroy in your mind.

asteroid-shooting

So as you can see in the above screenshot Facebook website has been destroyed and score is being counted, so the more I destroy the more I can score. You just need to roam and use the keys to shoot at the object and that object will get vanished with a increase in your score.

  1. Simply Drag this Asteroid Shooting Link to your bookmarks bar for using it on any website anytime, you can also use the below JavaScript directly in any browser except than chrome.

    javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);

  2. Now just visit any website which you wanna play with and click the link or paste the JavaScript.
  3. Now it time to play just use arrow keys and Space key to shoot at objects.
  4. Now enjoy guys hit the sites and impress your friends.