Angry Birds for Chrome hacked already!

Within an hour of Angry Birds for Chrome being released, it has already been hacked. Developer Wes Bos discovered that with a quick change to the cache, he was able to unlock all the levels in the game, including the Chrome limited edition levels.

You can see that I have all the levels unlocked, I have 3 stars on all levels, but with a score of zero. The hack gives all levels 3 stars, so you can play any level you want. Here are the hacks you need to make this happen:

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

And if you want to undo the change, and play the levels on your own to unlock, you can put this in the address bar:

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

In order to make the hack work, start angry birds in Chrome, then copy and paste the above code into the Address Bar. Once you have done that, just hit return and the game will reload with all the levels unlocked! Give it a try today to get the Chrome levels early and play some great Angry Birds!

Download Angry Birds for Chrome here. (And make sure you are using Chrome for the download to work)

Enjoy!

Subscribe to our RSS Feed and keep following us on TwitterFacebook and YouTube for all the latest news, updates and more.

 

About the Author

David is a Systems Engineer by day and a Competitive Triathlete on the weekends. He is an avid Apple fan who also loves everything Google. He writes on everything and loves to share news with fellow techies.

4 comments

  1. HI, i’ve tried this code but its not working. When I paste this code in address bar and hit enter, nothing happens. any suggestion??

  2. This means that consumers are turning a bit more smarter today that they can easily manipulate the code to break into the security of popular games like the Angry Birds

  3. HI, i’ve tried this code but its not working. When I paste this code in address bar and hit enter, nothing happens. any suggestion??

  4. This means that consumers are turning a bit more smarter today that they can easily manipulate the code to break into the security of popular games like the Angry Birds

Leave a comment