Unlock Complete Levels of Angry Birds For Google Chrome

This is a magic from hackers 😛 With in few hours they hacked Angry birds with a java code for unlock complete levels of Angry birds for Google chrome. The Chrome version of Angry Birds has 70 levels and you need to complete all 69 levels to reach at the 70th level. But using java code in the browser can go directly to 70th level.

Below is the script, using that java script unlock all of the levels, just copy and paste this into your address bar in Chrome. Once you load the java script from the address bar, the game will restart and give access to all 70 levels in the game.

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

If you want to switch the game back to previous locked state, use this java code in the address bar.

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

Update : This trick is not working Now 🙁

If you’re a Facebook user and want to keep up on the latest Games  news why don’t you join the CyberVally Facebook page?

If you enjoyed reading this post, please consider leaving a comment below or subscribing to the feed