Archive

Archive for May, 2011

Angry birds hack for chrome browser


Hello,

Before few days angry birds launched their  game for browser and it was firstly released for Chrome, which was initially for apple and android.

They did fabulous job and it’s same as I played on mobile, everything is perfect and they have used HTML5 and CSS3 at extensively level.

I was playing and was trying to complete all the level with three start 😉 but I was unsuccessful though 😛

Someone found a hack taking advantage of unencrypted local storage values. The Toronto based web developer then shared his findings on his site; it’s a  line which you can copy and paste into your Chrome browser’s address bar when you have the web game up.

Here’s the line to access every level with three star:

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

This is a useful code for those of you that don’t want to replay levels from the mobile versions, or just like to cheat. However, if you’re tired of being a cheater, you can copy and paste the following line to lock all the levels again:

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

Categories: BUGS, hack