Jump to content

 Something great is coming! 🚀

Stay tuned for the big reveal happening here on iOSGods on the 17th of December!

The countdown has finished!

mkaf7

Senior Member
  • Posts

    132
  • Joined

  • Last visited

Everything posted by mkaf7

  1. Mode is updated This mode has been updated to last version in AppStore
  2. YouTube an old tutorial 🥴
  3. Updateed Updated to last version on AppStore
  4. You’re welcome can you tell me if it works without problems ?😁
  5. Yes 🤪🤪 and i hope it work fine🤟🤟
  6. Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / iMazing / or any other file managers for iOS. - Cydia Substrate, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia, Sileo or Zebra). Appstore link Hack Features: Unlimited currency iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download. STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza. STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues. Credits: - mkaf7 Cheat Video/Screenshots:
  7. Great as always 👍👍
  8. what macos do you have ?
  9. same error any fix?
  10. .🙄
  11. Hi guys I’m noob in hack world 😑 I just need explanation of how delta offset work and how to calculate it ❤️ in this case i take a screenshot from candy crush.. how can I calculate the delta offset from pagezero? ⬇️
  12. Hey if you have macOS Catalina i have full carcked ida pro😀
  13. How you did that?
  14. I tried this long time ago didn’t work for me 😒 but thanks for your help 😀
  15. Can you help me with it??
  16. Hi guys I really need your help can someone help me with make my uialert shows just once @Rook @Laxus the tweak.x👇🏼 #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <UIKit/UIControl.h> #import <spawn.h> #import <SCLAlertView/SCLAlertView.h> #import <CoreGraphics/CoreGraphics.h> #import <Accounts/Accounts.h> #import <Social/Social.h> #import <AVFoundation/AVFoundation.h> %hook UIApplication -(void)finishedTest:(id)arg1 extraResults:(id)arg2 { %orig; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"MKAF7 - Iosgods" message:@"ALL FEATURES IS ACTIVE 👍" preferredStyle:UIAlertControllerStyleAlert]; UIAlertAction* halimButton = [UIAlertAction actionWithTitle:@"iosgods.com " style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) { [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"www.iosgods.com"]]; }]; UIAlertAction* TVButton = [UIAlertAction actionWithTitle:@"Done " style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) { }]; [halimButton setValue:[UIColor redColor] forKey:@"titleTextColor"]; [TVButton setValue:[UIColor redColor] forKey:@"titleTextColor"]; [alert addAction:halimButton]; [alert addAction:TVButton]; [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:alert animated:true completion:nil]; alert.view.tintColor = [UIColor purpleColor]; } %end %hook XYIAPMgr -(bool)isVIP { return 1; } %end
×
  • 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