-
Posts
630 -
Joined
-
Last visited
Everything posted by JustinPet26
-
Help/Support respring method doesnt work with sdk 8.1
JustinPet26 replied to dzcracker's topic in Help & Support
I'm sorry but I have to say.. are there any mistakes? -
Help/Support respring method doesnt work with sdk 8.1
JustinPet26 replied to dzcracker's topic in Help & Support
#import <Preferences/Preferences.h> @interface LastronautListController: PSListController { } @end @implementation LastronautListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"Lastronaut" target:self] retain]; } return _specifiers; } -(void)respring { system("killall -9 SpringBoard"); } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com"]]; } @end // vim:ft=objc Place respring command exactly where I have mine placed. -
Help/Support respring method doesnt work with sdk 8.1
JustinPet26 replied to dzcracker's topic in Help & Support
I'm using 8.1 SDK and it's working fine. Are you making a patcher? -
Patcher [UPDATE] Heroes of Order and Chaos v2.0.0 +2 Hack
JustinPet26 replied to Mayaxaya's topic in Free Jailbreak Cheats
Nice, but you need to add Unlimited MP else you have to wait for more until you can use skill again. -
UPDATE: - Bug Fixes
-
Choose app > Install > Hack
-
App Store
-
Spell Sword 1.2 +7 - God Mode (DON'T use in Endless) - Unlimited Rupees - Unlimited Dragon Coins - Spell Cards Unlocked/Maxed Out - Character Moves Super Fast - Game Lasts 10 Minutes Instead of 60 Seconds - Choose A Constant Spell Card To Spawn (TURN ON then choose number from list) [Hidden Content] 1. Download .deb from link provided 2. Install 3. Configure options from settings 4. Run game Brought to you by JustinPet26!
-
-
Lastronaut 1.0.2 +3 - God Mode - Auto Fire - Make Character Roll [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!
-
nice
-
General Remove popup with tweak to get another popup
JustinPet26 replied to Demi-God's topic in General Talk
I've been using that method now, even I'm happy now that my recent/future hacks will only show it once now -
Hatchi 2 - The Virtual Pet Breeding Game 1.0.2 +10 - Unlimited Gems - Always Hungry - Always Unhygienic - Always Unhappy - Always Has No Energy - Unlimited Lives In Mini-Game - Always Eligible To Breed - Make Hatchi Smelly - Make Hatchi Poop - Extra Hatchi Slots Expanded (100) [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!
-
Hatchi - A Retro Virtual Pet 7.3.0 +10 - Unlimited Coins - Max Hunger (Never Hungry) - Max Hygiene (Never Smelly) - Max Smarts (Super Smart) - Max Active (Always Active) - Max Energy (Always Has Energy) - Max Happy (Always Happy) - Make Hatchi Smelly - Make Hatchi Poop - Extra Hatchi Slots Expanded (100) [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!
-
Dragon Legends 1.6 +12 - Unlimited Gems - Unlimited Coins - Unlimited Food - Unlimited Mana - God Mode (Never Die - Campaign/Online) - One Hit Kill (Campaign/Online) - Everything In Shop Unlocked - Player Level 100 - All Combat Arenas Unlocked - Always Rewarded (Win/Lose) - Monsters Can Crossbreed - No Battle Mana Cost [Hidden Content] 1. Download .deb from link provided 2. Install 3. Respring iDevice 4. Configure options from Settings 5. Respring 6. Run game Brought to you by JustinPet26!
- 71 replies
-
- 35
-
-
-
-
-
-
-
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!
- 46 replies
-
- 10
-
-
-
-
-
#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
-
Patcher Chef Town: Cook, Farm & Expand 2.8 +20
JustinPet26 replied to JustinPet26's topic in Free Jailbreak Cheats
Yes -
Save Game Yu-Gi-Oh! Duel Generation [7400+ Cards] (No JB necessary)
JustinPet26 replied to irdc's topic in Save Game Cheats
Cheers -
Patcher Chef Town: Cook, Farm & Expand 2.8 +20
JustinPet26 replied to JustinPet26's topic in Free Jailbreak Cheats
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