Powered by Blogger.

Angry Birds - Puzzle Game - For All Game Lovers, amazing game

Thursday, May 26, 2011


In  one of previous article of my blog (Webbuzz) I posted about the Chrome version of Angry Birds game which you can play on any web browser. To read that article click here. The best game players (purists) out there beat every levels on the chrome version and progress to the next level wih fun and joy, as the game released on May 11th with fanfare at Google's I/O Conference. But what can we guys, who cannot beat the levels, do? Now here's a nice and pretty easy trick, found by Wes Bos, a notable tech entrepreneur and founder of DealPage. He has found a small piece of code that can unlock all the levels on the Chrome version of the game. This Chorme version of the game, can be played on any web browser as I said in my previous article. But...



In one of previous article of my blog (Webbuzz) I posted about the Chrome version of Angry Birds game which you can play on any web browser. To read that article click here.


The best game players (purists) out there beat every levels on the chrome version and progress to the next level wih fun and joy, as the game released on May 11th with fanfare at Google's I/O Conference. But what can we guys, who cannot beat the levels, do? Now here's a nice and pretty easy trick, found by Wes Bos, a notable tech entrepreneur and founder of DealPage. He has found a small piece of code that can unlock all the levels on the Chrome version of the game.


This Chorme version of the game, can be played on any web browser as I said in my previous article. But for this trick to work, you will need the Google Chrome. So download Google Chrome and later go to the Chrome web store. There download and install the Angy birds game.

And after loading the game, type the piece of javascript code below, in the chrome address bar.

javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();



Hit the enter key. Now the game starts loading again. Now you can find all the 70 levels of the game unlocked.



As you can see above, with this simple java script code we can unlock all the 70 levels

If you ever need to revert the game to it's original state, don't worry. There is another code to do so. Just type the below code in the address bar again.

javascript: var i = 1; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();
That's all. Now you can enjoy all the 70 levels of the game. Don't forget to leave a comment below.

No comments:

Post a Comment