Unlock All Levels in Angry Birds

As we all know Angry birds is out in Chrome is awesome to play when you want to take a break from hectic work icon smile Unlock All Levels in Angry Birds . I tried some levels but was very curious to unlock other levels. Did a google search on this and got a java script which will help you to unlock all levels. Now if you are a die hard fan of Angry birds, try playing all levels without unlocking them icon wink Unlock All Levels in Angry Birds . But if  you can even lock all of them again with another script.

Unlock All Levels in Angry Birds

Open the game app and start the game, once it is loaded past the following java script in the address bar.

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

and all the levels will be unlocked

angrybirds unlcok Unlock All Levels in Angry Birds

In case you want to lock them back, use this code:

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

Have fun!!

Related Articles You Are Probably Interested In :

Incoming search terms:

  • angry birds java
  • angry bird asli
  • incoming search terms angry birds case
  • incoming search terms : angry birds case
  • how to lock angry birds levels
  • cases for samsung galaxy s2 angry birds india
  • app game levels lock image

Stay Updated

Subscribe to our e-mail newsletter to receive updates.

2 Responses to Unlock All Levels in Angry Birds

  1. pankaj June 2, 2011 at 8:42 am #

    works fine…tested :)

Leave a Reply

Notify me of followup comments via e-mail. You can also subscribe without commenting.