InternetLatest Updates

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

About author

Articles

Arun Wilson is a self-confessed tech and gadget freak. When he isn't busy navigating life, he loves sharing the latest updates on technology, internet security, and new gadgets. Connect with Arun: Follow on X | Facebook
Related posts
InternetLatest Updates

Beyond Passwords: A Guide to the Different Types of 2-Factor Authentication

If your online accounts were a house, a password would be the lock on the front door. It keeps…
Read more
How-ToInternetLatest Updates

Don't Toss It! How to Turn Your Old Wi-Fi Router into a Repeater

We’ve all been there: you upgrade to a shiny new Wi-Fi router to get better speeds, and your…
Read more
Latest UpdatesTechnology

Beyond the Moat: Ditching VPNs for a Zero Trust Security Architecture

For years, the gold standard for secure remote access was the Virtual Private Network (VPN). We…
Read more