Jump to content

Ted2 menu error: no visible @interface for 'Menu' declares the selector


11 posts in this topic

Recommended Posts

Posted (edited)

Hi @Ted2 can you help me with this error?

bash-5.0# sh "make.sh"
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS14.1.sdk/...
[1;31m> [1;3;39mMaking all for tweak adamzzz…[m
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS14.1.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS14.1.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS14.1.sdk/...
[0;33m==> [1;33mWarning:[m No files to link. Please check your Makefile! Make sure you set adamzzz_FILES (or similar variables)
[0;33m==> [1;39mLinking tweak adamzzz (arm64)…[m
[0;34m==> [1;39mGenerating debug symbols for adamzzz…[m
warning: no debug symbols in executable (-arch arm64)
[0;34m==> [1;39mStripping adamzzz (arm64)…[m
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/Documents/adamzzz/.theos/obj/arm64/adamzzz.dylib
[0;34m==> [1;39mMerging tweak adamzzz…[m
[0;34m==> [1;39mSigning adamzzz…[m
/var/theos/bin/fakeroot.sh: Option -/private/var/mobile/Documents/adamzzz/.theos/fakeroot unrecognized.
make: *** [/var/theos/makefiles/stage.mk:18: before-stage] Error 1
bash-5.0# 

Updated by mkaf7
Posted
10 minutes ago, Ted2 said:

You need to use my template as a theos NIC template.

i did bro look the new error 

bash-5.0# sh "make.sh"
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
[1;31m> [1;3;39mMaking all for tweak hshs…[m
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
[0;32m==> [1;39mCompiling KittyMemory/KittyArm64.cpp (arm64)…[m
[0;31m==> [1;39mPreprocessing Tweak.xm…[m
Tweak.xm:85: error: %ctor does not make sense inside a block
make[3]: *** [/var/theos/makefiles/instance/rules.mk:271: /private/var/mobile/hshs/.theos/obj/arm64/Tweak.xm.mm] Error 255
make[3]: *** Waiting for unfinished jobs....
[0;32m==> [1;39mCompiling KittyMemory/MemoryBackup.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/MemoryPatch.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/KittyUtils.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/KittyMemory.cpp (arm64)…[m
[0;32m==> [1;39mCompiling Menu.mm (arm64)…[m
rm /private/var/mobile/hshs/.theos/obj/arm64/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:52: /private/var/mobile/hshs/.theos/obj/arm64/hshs.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:119: hshs.all.tweak.variables] Error 2
bash-5.0# 

 

i changed the sdk to 14.1 same error

Posted
5 minutes ago, mkaf7 said:

i did bro look the new error 

bash-5.0# sh "make.sh"
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
[1;31m> [1;3;39mMaking all for tweak hshs…[m
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
[0;32m==> [1;39mCompiling KittyMemory/KittyArm64.cpp (arm64)…[m
[0;31m==> [1;39mPreprocessing Tweak.xm…[m
Tweak.xm:85: error: %ctor does not make sense inside a block
make[3]: *** [/var/theos/makefiles/instance/rules.mk:271: /private/var/mobile/hshs/.theos/obj/arm64/Tweak.xm.mm] Error 255
make[3]: *** Waiting for unfinished jobs....
[0;32m==> [1;39mCompiling KittyMemory/MemoryBackup.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/MemoryPatch.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/KittyUtils.cpp (arm64)…[m
[0;32m==> [1;39mCompiling KittyMemory/KittyMemory.cpp (arm64)…[m
[0;32m==> [1;39mCompiling Menu.mm (arm64)…[m
rm /private/var/mobile/hshs/.theos/obj/arm64/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:52: /private/var/mobile/hshs/.theos/obj/arm64/hshs.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:119: hshs.all.tweak.variables] Error 2
bash-5.0# 

 

i changed the sdk to 14.1 same error

Your tweak.xm is broken,  you forgot to close something.

Posted
3 minutes ago, Ted2 said:

Your tweak.xm is broken,  you forgot to close something.

#import "Macros.h"

/***********************************************************
  INSIDE THE FUNCTION BELOW YOU'LL HAVE TO ADD YOUR SWITCHES!
***********************************************************/

float(*old_GetGhostMaxSpeed)(void *this_);
float GetGhostMaxSpeed(void *this_) {

if([switches isSwitchOn:@"SpeedHack"]) {
return old_GetGhostMaxSpeed * [[switches getValueFromSwitch:@"SpeedHack"] floatValue];
return old_GetGhostMaxSpeed(this_);
}



void setup() {

  //public int GetGhostMaxSpeed(); // RVA: 0x18DFFF4 Offset: 0x18DFFF4
  HOOK(0x18DFFF4, GetGhostMaxSpeed, old_GetGhostMaxSpeed);

/* [switches addOffsetSwitch:@"kill"
              description:@"kill"
                offsets:{0x123456}
                bytes:{0x00008052C0035FD6}]; */


  // Slider Switch - used in hooking
  [switches addSliderSwitch:@"SpeedHack"
              description:@"Speed Hack"
                minimumValue:0.5
                  maximumValue:100
                    sliderColor:UIColorFromHex(0xBD0000)];

}

void setupMenu() {

  // If a game uses a framework as base executable, you can enter the name here.
  // For example: UnityFramework, in that case you have to replace NULL with "UnityFramework" (note the quotes)
  [menu setFrameworkName:"UnityFramework"];

  menu = [[Menu alloc]
initWithTitle:@"test"
            titleColor:[UIColor whiteColor]
            titleFont:@"AppleColorEmoji"
            credits:@"test menu message"
            headerColor:UIColorFromHex(0x8C198C)
            switchOffColor:UIColorFromHex(0x000000)
            switchOnColor:UIColorFromHex(0x8C198C)
            switchTitleFont:@"AppleColorEmoji"
            switchTitleColor:[UIColor whiteColor]
            infoButtonColor:UIColorFromHex(0xFFFFFF)
            maxVisibleSwitches:3 // Less than max -> blank space, more than max -> you can scroll!
            menuWidth:250
            menuIcon:@"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"];    

menuButton:@"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"]; 

    setup();
}

// If the menu button doesn't show up; Change the timer to a bigger amount.
static void didFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef info) {
  timer(15) {
    SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];

    [alert addButton: @"❤️Continue ->❤️" actionBlock: ^(void) {
      timer(2) {
        setupMenu();
      });
    }];    

    alert.shouldDismissOnTapOutside = NO;
    alert.customViewColor = [UIColor purpleColor];  
    alert.showAnimationType = SCLAlertViewShowAnimationSlideInFromCenter;   
    
    [alert showSuccess: nil
            subTitle:@"test mode menu" 
              closeButtonTitle:nil
                duration:99999999.0f];
  });
}

%ctor {
  CFNotificationCenterAddObserver(CFNotificationCenterGetLocalCenter(), NULL, &didFinishLaunching, (CFStringRef)UIApplicationDidFinishLaunchingNotification, NULL, CFNotificationSuspensionBehaviorDeliverImmediately);
}

This is my tweak.xm

Posted
4 minutes ago, mkaf7 said:
#import "Macros.h"

/***********************************************************
  INSIDE THE FUNCTION BELOW YOU'LL HAVE TO ADD YOUR SWITCHES!
***********************************************************/

float(*old_GetGhostMaxSpeed)(void *this_);
float GetGhostMaxSpeed(void *this_) {

if([switches isSwitchOn:@"SpeedHack"]) {
return old_GetGhostMaxSpeed * [[switches getValueFromSwitch:@"SpeedHack"] floatValue];
return old_GetGhostMaxSpeed(this_);
}



void setup() {

  //public int GetGhostMaxSpeed(); // RVA: 0x18DFFF4 Offset: 0x18DFFF4
  HOOK(0x18DFFF4, GetGhostMaxSpeed, old_GetGhostMaxSpeed);

/* [switches addOffsetSwitch:@"kill"
              description:@"kill"
                offsets:{0x123456}
                bytes:{0x00008052C0035FD6}]; */


  // Slider Switch - used in hooking
  [switches addSliderSwitch:@"SpeedHack"
              description:@"Speed Hack"
                minimumValue:0.5
                  maximumValue:100
                    sliderColor:UIColorFromHex(0xBD0000)];

}

void setupMenu() {

  // If a game uses a framework as base executable, you can enter the name here.
  // For example: UnityFramework, in that case you have to replace NULL with "UnityFramework" (note the quotes)
  [menu setFrameworkName:"UnityFramework"];

  menu = [[Menu alloc]
initWithTitle:@"test"
            titleColor:[UIColor whiteColor]
            titleFont:@"AppleColorEmoji"
            credits:@"test menu message"
            headerColor:UIColorFromHex(0x8C198C)
            switchOffColor:UIColorFromHex(0x000000)
            switchOnColor:UIColorFromHex(0x8C198C)
            switchTitleFont:@"AppleColorEmoji"
            switchTitleColor:[UIColor whiteColor]
            infoButtonColor:UIColorFromHex(0xFFFFFF)
            maxVisibleSwitches:3 // Less than max -> blank space, more than max -> you can scroll!
            menuWidth:250
            menuIcon:@"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"];    

menuButton:@"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"]; 

    setup();
}

// If the menu button doesn't show up; Change the timer to a bigger amount.
static void didFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef info) {
  timer(15) {
    SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];

    [alert addButton: @"❤️Continue ->❤️" actionBlock: ^(void) {
      timer(2) {
        setupMenu();
      });
    }];    

    alert.shouldDismissOnTapOutside = NO;
    alert.customViewColor = [UIColor purpleColor];  
    alert.showAnimationType = SCLAlertViewShowAnimationSlideInFromCenter;   
    
    [alert showSuccess: nil
            subTitle:@"test mode menu" 
              closeButtonTitle:nil
                duration:99999999.0f];
  });
}

%ctor {
  CFNotificationCenterAddObserver(CFNotificationCenterGetLocalCenter(), NULL, &didFinishLaunching, (CFStringRef)UIApplicationDidFinishLaunchingNotification, NULL, CFNotificationSuspensionBehaviorDeliverImmediately);
}

This is my tweak.xm

Your hook function is written wrong, it should be;
 

float(*old_GetGhostMaxSpeed)(void *this_);
float GetGhostMaxSpeed(void *this_) {
  if([switches isSwitchOn:@"SpeedHack"]) {
    return old_GetGhostMaxSpeed * [[switches getValueFromSwitch:@"SpeedHack"] floatValue];
  } // Note I'm closing the if statement here!!!!!!!!!!!!!
  return old_GetGhostMaxSpeed(this_);
}

 

  • Like 1
Posted
5 minutes ago, Ted2 said:

Your hook function is written wrong, it should be;
 

float(*old_GetGhostMaxSpeed)(void *this_);
float GetGhostMaxSpeed(void *this_) {
  if([switches isSwitchOn:@"SpeedHack"]) {
    return old_GetGhostMaxSpeed * [[switches getValueFromSwitch:@"SpeedHack"] floatValue];
  } // Note I'm closing the if statement here!!!!!!!!!!!!!
  return old_GetGhostMaxSpeed(this_);
}

 

the same error 

%ctor
Posted

You're not getting the same error if you've replaced your old hook with the one I provided. I just tested this on my machine.

However, your tweak.xm is full of errors. It's probably best if you go online to learn the basics of programming syntax.
Alternatively, for every change you make to the tweak.xm, do a "make package", so you know exactly when you did something wrong. Because right now, there are multiple errors in multiple places.

Posted
3 minutes ago, Ted2 said:

You're not getting the same error if you've replaced your old hook with the one I provided. I just tested this on my machine.

However, your tweak.xm is full of errors. It's probably best if you go online to learn the basics of programming syntax.
Alternatively, for every change you make to the tweak.xm, do a "make package", so you know exactly when you did something wrong. Because right now, there are multiple errors in multiple places.

okay f****ck it 

thanks for you advice mate

Posted
21 hours ago, mkaf7 said:

okay f****ck it 

thanks for you advice mate

You could also try online theos, maybe it's easier;

 

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

    • Idle Guy: Life Simulator Games +2 Jailed Cheats [ Unlimited Cash ]
      Modded/Hacked App: Idle Guy: Life Simulator Games By Heatherglade Publishing Korlatolt Felelossegu Tarsasag
      Bundle ID: com.heatherglade.idleguy
      iTunes Store Link: https://apps.apple.com/us/app/idle-guy-life-simulator-games/id1612163874?uo=4

      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Free In-App Purchases


      Jailbreak required hack(s): [Mod Menu Hack] Idle Guy: Life Simulator v1.9.302 +2 Cheats [ Unlimited Cash ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 116 replies
    • Soccer Spirits +2 Jailed Cheats
      Modded/Hacked App: Soccer Spirits By Com2uS Corp.
      Bundle ID: com.com2us.soccerspirits.normal.freefull.apple.global.ios.universal
      iTunes Store Link: https://apps.apple.com/us/app/soccer-spirits/id808137814?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Winner
        • Like
      • 12 replies
    • (+18) Zerowake GATES +2 Jailed Cheats
      Modded/Hacked App: Zerowake GATES By EroLabs
      Bundle ID: com.storytaco.p33erolabs
      App Store Link: https://www.ero-labs.com/en/game/zerowake-gates

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 22 replies
    • Hero Hunters - 3D Shooter wars +5 Jailed Cheats
      Modded/Hacked App: Hero Hunters - 3D Shooter wars By Supercharge Mobile Corp.
      Bundle ID: com.hotheadgames.ios.survivors
      iTunes Store Link: https://apps.apple.com/us/app/hero-hunters-3d-shooter-wars/id1110217724?uo=4


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


      Hack Features:
      - 1 Hit Kill
      - Unlimited Ammo
      - No Reload
      - Higher Fire Rate
      - Disable Enemy Attacks

      Note: Finish tutorial using original game first from here. Only in singleplayer.


      Jailbreak required hack(s): 


      iOS Hack Download Link:

      Hidden Content
      React or reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer then connect your iOS Device and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can also use Sideloadly to install the IPA with AppSync. Filza & IPA Installer (or alternatives) from Cydia also work. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - Zahir


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 115 replies
    • Fortias Saga: Idle RPG v1.1.05 +5 Cheats
      Mod APK Game Name: Fortias Saga: Idle RPG By ONDI TECHNOLOGY JSC
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ondi.fortias.saga

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Shards & Items Multiplier → Disable When Do Spending
      - Currencies Multiplier → Disable When Do Spending
      - No Ads

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download Modded APK







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
        • Agree
        • Thanks
        • Winner
        • Like
      • 11 replies
    • Ash N Veil : Fast Idle Action +5 Jailed Cheats
      Modded/Hacked App: Ash N Veil : Fast Idle Action By Gameberry Studio Inc
      Bundle ID: studio.gameberry.anv
      App Store Link: https://apps.apple.com/us/app/ash-n-veil-fast-idle-action/id6738157368?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Reward Multiplier
      - Unlimited Currencies → Spend/Gain
      - Freeze Currencies

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Thanks
        • Like
      • 11 replies
    • Rush Defense2 +2 Jailed Cheats
      Modded/Hacked App: Rush Defense2 By HONG KONG BASIC TECHNOLOGY LIMITED
      Bundle ID: com.ios.my.rushdefense2
      App Store Link: https://apps.apple.com/us/app/rush-defense2/id6756043178?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Agree
        • Like
      • 7 replies
    • Skullgirls: Fighting RPG +4 Cheats
      Mod APK Game Name: Skullgirls: Fighting RPG By Autumn Games, LLC
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.autumn.skullgirls

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - All Missions Unlocked
      - Dumb Enemies

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download Modded APK







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 43 replies
    • Town Guardians +4 Jailed Cheats
      Modded/Hacked App: Town Guardians By Epixel Games Inc
      Bundle ID: com.epixelgames.townguardians
      App Store Link: https://apps.apple.com/ph/app/town-guardians/id6748179942?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack Speed Multiplier
      - Loot/Drop/Rewards Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 106 replies
    • Oniro ARPG +5 cheats
      Modded/Hacked App: Oniro ARPG By REDEEV SRL
      Bundle ID: com.Redeev.Oniro
      App Store Link: https://apps.apple.com/us/app/oniro-arpg/id6746137443?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Defense Multiplier

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb 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 needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue 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

      - KyosukeNanbu

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 92 replies
    • Oniro ARPG +7 Jailed Cheats
      Modded/Hacked App: Oniro ARPG By REDEEV SRL
      Bundle ID: com.Redeev.Oniro
      App Store Link: https://apps.apple.com/us/app/oniro-arpg/id6746137443?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Defense Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - KyosukeNanbu

       

      📷 Cheat Video/Screenshots

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 138 replies
    • Idle Bloodbound Lord +4 Cheats
      Modded/Hacked App: Idle Bloodbound Lord By Superlink Ltd.
      Bundle ID: com.idlemaster.lord
      App Store Link: https://apps.apple.com/us/app/idle-bloodbound-lord/id6759195094?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Freeze Currency
      - No ADS

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb 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 needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue 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

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
        • Like
      • 2 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