This Blog Is Officially Closed

This Blog Is Officially Closed
The Blog Author Is Start A New Blog With Her Own Server.Click On Above Image To View Her New Blog (Or) Go To This URL -- www.Techwales.com

Friday, 15 July 2011

Who To Unlock All Levels In Angry Birds

Unlock All Levels in Angry Birds

Start the game and once its fully loaded, just paste this javascript code in the address bar and press Enter.
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();
and all levels are unlocked….



In case, you want all levels to be locked again (and feel like you are cheating), then use this code:
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();
This is really a clever trick for those who just want to play the special Chrome only levels. Have fun.

Regards,
Lazy Goys Blog

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...