Ads 468x60px

Wednesday, June 1, 2011

[INSTRUCTION] How to Unlock Angry Birds Game Levels

Unlock Angry Birds Levels

Is it easy to unlock Angry Birds levels? The answer is Yes. In recently launched Chrome browser’s version of Angry Birds game, you can apply some JavaScript code to unlock the locked levels and it doesn’t even ask gamers to complete all the required levels of the game.
In case you don’t know how to enable the locked levels in Chrome browser, read the following guide.

How to unlock Angry Birds Levels in Google Chrome Browser?


1. Open this “Link” in Chrome.
2. Once the Angry Birds has finished loading in your browser’s window, copy-paste the following code in the address bar of browser.
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();

3. Woot! You’re done. Now, you can play all the Angry Birds levels whenever you want.
Note: You can always lock these unlocked levels on your browser. Use the given code.

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

The Angry Birds game levels can also be unlocked on Nokia phones. With the help of improved NFC feature, Nokia C7 users can easily get access to the locked levels.

Google has implemented NFC support in Android OS, which brings Google Wallet service on compatible devices. Now, Nokia team has also brought this new technology for slightly different purpose. With this feature on Nokia C7, users can ask other users to help unlock levels. Sounds confusing? Well, here’s a quick video that will give you an idea about NFC feature on Nokia phone.

Unlock Angry Birds Levels on Nokia C7 with NFC


[JavaScript code via – Wesbos]

0 comments:

Post a Comment