Sunday, October 16, 2011

Angry Birds For Chrome Browser

Hi,

Want to play the much hyped game "Angry Birds".
Thanks to Google for giving the people who don't own andriod / apple devices.


Cheat Available ::

For unlocking all levels : In the browser window ( the one in which game is opened) place this javascript and press enter
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();

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




For checking the cheat source click here.

No comments: