Jump to content

JustinPet26

ViP Pro
  • Posts

    630
  • Joined

  • Last visited

Everything posted by JustinPet26

  1. Restaurant Town 2.5 +9 - Unlimited Gems - Unlimited Coins - Max Restaurant Reputation - Player Level 80 - Perfumes Unlocked - Storage Capacity Now 5000 - All Shop Items Unlocked - More XP Rewarded When Cooking 1500 - No Wait Time When Expanding Restaurant [Hidden Content] 1. Download .deb from link provided 2. Install 3. Configure options from Settings 4. Respring 5. Run game Brought to you by JustinPet26!
  2. I did he said same thing as you to remove @class but it has to be there for some reason. Screw you THEOS. okay well.. I completely removed the %hook Level section from tweak.xm and now compiles, ehh it can live without it i guess haha
  3. I had to add that in, i compiled it and gave me error because @class wasn't there, so i added it then i get the %orig error -.- ahh i'm so confused the error without the @class
  4. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.JustinPet26.restauranttown.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook GameState -(int) playerGems { if(GetPrefBool(@"kGems")) { return 999999; } return %orig; } -(int) playerMoney { if(GetPrefBool(@"kCoins")) { return 9999999; } return %orig; } -(int) overallReputation { if(GetPrefBool(@"kRep")) { return 999; } return %orig; } -(int) playerLevel { if(GetPrefBool(@"kPlevel")) { return 80; } return %orig; } -(BOOL) perfumesUnlocked { if(GetPrefBool(@"kPerf")) { return TRUE; } return %orig; } -(int) storageCapacity { if(GetPrefBool(@"kStorage")) { return 5000; } return %orig; } %end %hook ProfileObject -(BOOL) unlocked { if(GetPrefBool(@"kItems")) { return TRUE; } return %orig; } %end %hook @class Level -(BOOL) isUnlocked { if(GetPrefBool(@"kSlevel")) { return TRUE; } return %orig; } %end %hook MerchandiseObject -(int) xpAdded { if(GetPrefBool(@"kXp")) { return 1500; } return %orig; } %end %hook GameLayer -(double) remainingExpandTime { if(GetPrefBool(@"kExpand")) { return 0; } return %orig; } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { NSUserDefaults *validate = [NSUserDefaults standardUserDefaults]; NSString *alreadyRun = @"already_run"; if ([validate boolForKey:alreadyRun]) return; [validate setBool:YES forKey:alreadyRun]; UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Hack Successful" message:@"Hacked by JustinPet26 for iOSGods.com" delegate:nil cancelButtonTitle:@"Close" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Some one tell me why this isn't compiling? It's fine ERROR: %orig found outside of hook or subclass
  5. UPDATED: - Patcher Added (Configure options from Settings) - Added Respring button in cheat Settings - Added Gain 700 XP from Planting Updated please try now. Added Patcher, please update
  6. UPDATE: Pantry/Fridge size fixed. Will have a look
  7. When I'm not too lazy I'll make one
  8. Filled. http://iosgods.com/topic/6942-chef-town-cook-farm-expand-20-19/ You're welcome
  9. Chef Town: Cook, Farm & Expand 2.8 +20 - Unlimited Coins - Unlimited Gems - Unlimited VIP Gems - Unlimited Energy - Max Culinary Stars - Max VIP Level - Player Level (80) - Gain 700 XP From Planting - Max Recommendation Status/Points (Five Star Restaurant) -Everything In Shop Is Unlocked (Including VIP) - Extra Slots Expanded (100) - Craft Slots Expanded (100) - Fridge Size Expanded (5000) - Pantry Size Expanded (5000) - No Craft Wait Time - No Preparation Wait Time - No Cooking Wait Time - All Recipes Mastered (Basic/Advanced/Expert) - No Ingredients Required To Craft - Cloud Removed From Locked Areas NOTE: If you have a previous save game a WARNING pop up for modding resources will show. Don't worry about it. [Hidden Content] 1. Download .deb from link provided 2. Install 3. Configure options from Settings 4. Respring 5. Run game Brought to you by JustinPet26!
  10. Looking into it now
  11. Drift Mania Championship 2 1.33 +2 - All Upgrades Purchased (LocalIAPStore) - All Cars Unlocked (LocalIAPStore/Win Races) - All Tracks Unlocked (Use Money) Instructions [Hidden Content] ALL UPGRADES & CARS UNLOCKED WOO! Brought to you by JustinPet26!
  12. Haha I know right, no problem on my side, I just didn't like how he commented he did it first. I just simply updated my hack, no competition here
  13. No problem, if that's the case DiDA will let me know, I just like my hacks updated.
  14. So? I updated my hack, problem mate?
  15. Follow instructions properly. I'm on 8.1.2, no problems.
  16. Tiny Guardians 1.0.2 +1 - All Units/Guardians Purchased (LocalIAPStore) Instructions [Hidden Content] ALL UNITS UNLOCKED! Brought to you by JustinPet26!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines