Advertisement
lirva

Where's my perry - unlocked

Dec 23rd, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Where's Perry - Doofenshmiertz Level Unlocked
  2.  
  3. Open the perry.db with sqlite3 and execute the following sentences
  4.  
  5. update LevelInfo set stars=0, timesPlayed=0, TimesFinished=0, Unlocked=1, ParTime=45, BestScore=0, CollectibleFound='0', PlayTime=0, TimesRetried=0 where PackName= 'LP_DOOF_ONE';
  6.  
  7. update LevelInfo set available=1;
  8.  
  9. update LevelPackInfo set Bought=1, Unlocked=1 where IAP_item_id="doof01";
  10.  
  11. update DoofChallengeInfo set available=1, Completed=0;
  12.  
  13. update Hubinfo set Bought=1, Unlocked=1 where IAP_item_id="doof01";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement