Jump to content

9 posts in this topic

Recommended Posts

Posted (edited)

Guys i have this error

 

VNF7i.png

 

 

Here's my tweak.xm

http://hastebin.com/iguverures.php

 

Just in case https://i.imgur.com/7mGPyi7.png

 

 

#define PLIST_PATH @"/var/mobile/Library/Preferences/com.ButterSmooth.ArchiePatch.plist"
 
inline bool GetPrefBool(NSString *key) {
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

//* Remove Jailbreak Protection *//

%hook FlurryUtil
+(BOOL) deviceIsJailbroken
	{
	return FALSE;
	}
%end

%hook CLSAnalyticsMetadataController
+(bool) hostJailbroken
	{
	return FALSE;
	}
%end

//* Security/Tracking/Advert *//
%hook FlurryUtil
+(BOOL) appIsCracked
	{
	return FALSE;
	}
%end

%hook CLSAnalyticsMetadataController
+(bool) trackingForAdvertisingEnabled
	{
	return FALSE;
	}
%end

%hook ACTAutomatedUsageTracker

-(bool) shouldContinueReporting
	{
	return FALSE;
	}
%end

%hook GAI
-(bool) trackUncaughtExceptions
	{
	return FALSE;
	}
%end

%hook TAGAdIdAccess
-(bool) retrieveTrackingFlag
	{
	return FALSE;
	}
%end


%hook TAGAdvertisingTrackingEnabledMacro
-(bool) advertisingTrackingEnabled
	{
	return FALSE;
	}
%end

//* Subscription/Transaction Faker *//

%hook Madefire.MFSubscriptionManager
-(bool) validSubscriptionForUser:(id) 
	{
		return TRUE;
	}
%end

%hook Madefire.MFSubscriptionManager
-(bool) validSubscriptionForSkus:(id)
	{
		return TRUE;
	}
%end

%hook Madefire.MFUserSubscription
-(bool) isValid
	{
		return TRUE;
	}
%end

%hook Madefire.MFUserSubscription
-(bool) canceled
	{
		return FALSE;
	}
%end

%hook MFWork
-(bool) freeTier
	{
		return TRUE;
	}
%end

%hook CargoBay
-(bool) isValidTransaction:(id) error:(id")
	{
		return TRUE;
	}
%end

%hook UAAnalystics
-(bool) isEventValid:(id)
	{
		return TRUE;
	}
%end

%hook AFAPIClient
-(bool) checkNeedsVerification:(id)
	{
		return FALSE;
	}
%end

%hook MFPurchase
-(bool) verifyReceiptWithPublicKey
	{
		return FALSE;
	}
%end

%hook MFCrypto
+(bool) verifySignatureUsingSHA1withRSA:(id) plainData:(id) publicKey:(id)
	{
		return FALSE;
	}
%end

%hook MFCrypto
+(bool) addPublicKeyToKeyChain:(id)
	{
		return TRUE;
	}
%end

%hook TAGFunctionCallImplementation
-(bool) hasRequiredKeys:(id)
	{
		return TRUE;
	}
%end


/* Popup with a link 

Varieties of a UIAlertView Popup can be found here: http://iosgods.com/topic/13988-varieties-of-uialertview-types-to-use-in-your-tweaks-patchers/

*/


%hook AppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc.

- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app.
UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"ArchiePatch Cheats" 
                                                  message:@"\nArchiePatch Cheats by ButterSmooth for iOSGods.com"
                                                 delegate:self 
                                                                                cancelButtonTitle:@"Thanks" 
                                                                                otherButtonTitles:@"Visit Us", nil]; 
[igcredits show];
[igcredits release]; 
return %orig();
}
 
%new
-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
 
NSString *button = [alertView buttonTitleAtIndex:buttonIndex];
 
        if([button isEqualToString:@"Visit Us"])
        {
                [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com/"]];                                                                                
        }
}
%end 
Updated by DiDA
Posted

 

%hook CargoBay
-(bool) isValidTransaction:(id) error:(id")
    {
        return TRUE;
    }
%end

 

" next to id but after that u get more tons of errors

Posted (edited)

 

%hook CargoBay
-(bool) isValidTransaction:(id) error:(id")
	{
		return TRUE;
	}
%end
" next to id but after that u get more tons of errors
Oh my bad its a * instead of " xD

Okay thanks thats fixed now its too much error. I will try to fix those :x does the lexical constant need fixing or something ._. ?

Updated by ButterSmooth

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Townfall: Zombie Tower Defense v6.5.3 [+4 Cheats]
      Modded/Hacked App: Townfall: Zombie Tower Defense By Sugarscone
      Bundle ID: com.nmg.townfall.ios
      App Store Link: https://apps.apple.com/us/app/townfall-zombie-tower-defense/id6476259669?uo=4



      🤩 Hack Features

      - No Reload
      - Add Gold (Enable inside battle and finish stage)
      - Add Wood (Enable inside battle)
      - Skip Wave (Enable inside wave)
      • 0 replies
    • Townfall: Zombie Tower Defense v6.5.3 [+4 Jailed Cheats]
      Modded/Hacked App: Townfall: Zombie Tower Defense By Sugarscone
      Bundle ID: com.nmg.townfall.ios
      App Store Link: https://apps.apple.com/us/app/townfall-zombie-tower-defense/id6476259669?uo=4



      🤩 Hack Features

      - No Reload
      - Add Gold (Enable inside battle and finish stage)
      - Add Wood (Enable inside battle)
      - Skip Wave (Enable inside wave)
      • 0 replies
    • Triple Fantasy v7.82.0 +2 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Triple Fantasy By Gameplete
      Bundle ID: com.Gameplete.CardFantasy
      iTunes Store Link: https://apps.apple.com/us/app/triple-fantasy/id1018725872?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      • 7 replies
    • Triple Fantasy v7.82.0 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Triple Fantasy By Gameplete
      Bundle ID: com.Gameplete.CardFantasy
      iTunes Store Link: https://apps.apple.com/us/app/triple-fantasy/id1018725872?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      • 6 replies
    • MIST: Horror Idle Survival RPG v1.8.1 +4 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: MIST: Horror Idle Survival RPG By Anton Nazarov
      Bundle ID: com.eg.mist.horror.idle.rpg
      iTunes Store Link: https://apps.apple.com/us/app/mist-horror-idle-survival-rpg/id6499312165?uo=4


      Hack Features:
      - God Mode
      - Damage Multiplier
      - Unlimited Resources/Currencies -> Will not decrease.
      - Unlock All Skill Slots -> Slots will cost nothing to unlock then after disable this feature to use the slots.


      Jailbreak required hack(s): [Mod Menu Hack] MIST: Horror Idle Survival RPG v1.2 +4 Cheats [ Damage Multiplier ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 17 replies
    • MIST: Horror Idle Survival RPG v1.8.1 +4 Cheats [ Damage + More ]
      Modded/Hacked App: MIST: Horror Idle Survival RPG By Anton Nazarov
      Bundle ID: com.eg.mist.horror.idle.rpg
      iTunes Store Link: https://apps.apple.com/us/app/mist-horror-idle-survival-rpg/id6499312165?uo=4


      Hack Features:
      - God Mode
      - Damage Multiplier
      - Unlimited Resources/Currencies -> Will not decrease.
      - Unlock All Skill Slots -> Slots will cost nothing to unlock then after disable this feature to use the slots.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] MIST: Horror Idle Survival RPG v1.2 +4 Jailed Cheats [ Damage Multiplier ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 44 replies
    • Good Pizza, Great Pizza v5.29.0 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet.

      VIP
      - Unlimited Pizza Pass Tokens
      - Chef Pass Unlocked
      - Max Pizza Pass Level
      - Starter Bundle Unlocked
      - All Achievements Completed
        • Agree
        • Haha
        • Winner
        • Like
      • 324 replies
    • Secret Puzzle Society v1.26.2 +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Secret Puzzle Society By Wildlife Studios, Inc
      Bundle ID: com.arizonags.puzzlesocietyalpha
      iTunes Store Link: https://apps.apple.com/us/app/secret-puzzle-society/id6449197556?uo=4


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Clues -> Earn or spend some.
      - Unlimited Lives -> Earn or spend some.
      - Auto Win -> Use a move.


      Jailbreak required hack(s): [Mod Menu Hack] Secret Puzzle Society v1.6.3 +4 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 17 replies
    • Secret Puzzle Society v1.26.2 +4 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Secret Puzzle Society By Wildlife Studios, Inc
      Bundle ID: com.arizonags.puzzlesocietyalpha
      iTunes Store Link: https://apps.apple.com/us/app/secret-puzzle-society/id6449197556?uo=4


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Clues -> Earn or spend some.
      - Unlimited Lives -> Earn or spend some.
      - Auto Win -> Use a move.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Secret Puzzle Society v1.6.3 +4 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 15 replies
    • Trash Tycoon Idle Empire v3.5.5 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Trash Tycoon Idle Empire By SUPERSONIC STUDIOS LTD
      Bundle ID: com.funcell.trashinc
      iTunes Store Link: https://apps.apple.com/us/app/trash-tycoon-idle-empire/id1595274680?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Trash Tycoon Idle Empire v2.6.2 +1++ Cheat [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 65 replies
    • Trash Tycoon Idle Empire v3.4.0 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Trash Tycoon Idle Empire By SUPERSONIC STUDIOS LTD
      Bundle ID: com.funcell.trashinc
      iTunes Store Link: https://apps.apple.com/us/app/trash-tycoon-idle-empire/id1595274680?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Trash Tycoon Idle Empire v2.6.2 +1++ Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 34 replies
    • Good Pizza, Great Pizza v5.29.0 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet. 

      VIP
      - Unlimited Pizza Pass Tokens 
      - Chef Pass Unlocked 
      - Max Pizza Pass Level 
      - Starter Bundle Unlocked 
      - All Achievements Completed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 175 replies
×
  • 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