Jump to content

ButterSmooth

Senior Member
  • Posts

    452
  • Joined

  • Last visited

Everything posted by ButterSmooth

  1. He really wants to be a promoter
  2. Still trying :x Want to view the things too
  3. like this ? ._.https://imgur.com/a/rpimG
  4. Oh my bad its a * instead of " Okay thanks thats fixed now its too much error. I will try to fix those :x does the lexical constant need fixing or something ._. ?
  5. So do u want me to enclose it in a spoiler or code tag :x
  6. Guys i have this error 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
  7. Looks like twigrow or somethinng
  8. Forgot what i uninstalled. Those xmod tweaks i guess
  9. Nothing ._. But i fixed it. I removed xmodgames and some other stuff.Definitely didn't have tsprotector and Antivirus thingy thanks for help
  10. Is there any possible way to hack brave medals? ._.
  11. Thanks i need to check for example :x
×
  • 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