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:@"iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAIu0lEQVRoge1aS4wlZRX+zvmr7q17+/ZrunsezEwIM1EDRDEIPhY+4oKIEkk0ujC6IhrUKEhijFFXbkgUYuKCjawMmkiMgUQSNoZEXBgfDGEhOIA6DENPd09Pd993Vf3nc1FVt+vevt1zuxnjhMzZdN2qv87/f+d9TrWQxDuB9P99gKtF14Fca3QdyLVG14Fca/SOARLs9uDUZ74EIENq2a0bhLzPyM+ocyckCCIIQmX2XAQQApSdvIqUq6XcS8nuCwASCdOU5v2KijwvIr8w4C9lHq///lcHAzJCX6HZT1xUXarNzr1VmZraRBisikhlzFoiByMooRKANgyzEJKQsSVJ2O90ZuONja+mvf59ovpzAN8DEE9ywCsCMeAh0B6pLxy6EC0tvqDOqRidgQogHVosklU8qVeSIChiAEmBABpVEhAQUgyZVpQARFSrVV+vRau12dmL3bW1w731yw9S5BSALwLoHxiICEDiU6A9Uj+89O/a4tIlmoXmM0MrnMvya6oQnX6l/cKrN3Q2W4Fopg8RiEJEAKmdOLxVveXG5cH7ZVMjIZ4Oqq5+9OiKOhd3VlY/K6oPA/jOgYEAiGj2aDQ3t15bWLxk5sPyQxtdrcr2uYvTNzSmZx74/tcRBA4ucAgChzAI8M/X3sDDjzw+W7npyCXUo3icmRWAYD6MFhc30jhejjc2HxDVXwL4+4GAkLzLBcHNtcWFMwQHTg0MO7YUzg4g7vTcjadP8957P7kjGk4fmqcHSMtcqBREhgRTaIrCsLa4+FbSah+l9/cD+NpeQHYNvzTeHU432q5a8WIcLFYAzA9PDh+Gqdd6NM7/gW63C4AQlYFBFfzK1wNhGeEqFQsbU5eN/MReIPYEAuBUUK9fAhCYbG9gIy+Vr33qtVarjufmLTMbDMfngt+odvLfQVivr0Fw9MBAVKSuYQhwO/4Xm1F2ghES8F4r9dqYTAKYGYRg4RmjPjYKBsgtrBJSIbtIZwIgFFCBkCBHtSBjmkqSAm9aq9XH8yOzyCT527KdSAtwmt8fNjkJd3LbSbuH39JhR9FavmF2LRDJA6k3mZqqjeXnvQdAaCU0BM7DqJKBExEBAJo3BYfNd0d03C+QcSQqpAhhlMJIhCYkhalXn3qdaYwHkqYpOp2uXH7xtUUzA9PUMfHKNNUwCGTmPSfXdWmuRaMMMj72duKJgAi2VW4ARJVstqPWy+cWOlvtQIxCM4WZCCGqIvFm283OTO30aACNRp0fuO1mNz89faRWq6LRmML09BTm5hp45ewb+txfzwRzH72tLZpl4uIMVjrHgYAQmXlJAUrB5j/OLbx77tDCXV+4B1FUQa0WoV6LEEVVRFEVYTXkrbecHivED935Xn3mqcdUdefj3zz9HJ/945+FZgJ1JoBcyScnBjIECJmQer2+vO/2W/ntb315N43vKrtxAArq9fqAyoDBaHCZhK64vmAsItDQWbPZ3ucWVyaSYwPKfiZu+wKuTtntT1RV74vM54ac9SiyX20Ae/lIbiRlqahz1vkfABHhdmlS7LVPHnv6CCX3j2IT59iPk31usZOMQELAE/ACNBPAyTaIUVCT0J4JUZiBUOR/nVq/H6PHzPnT/DBpnsRiAgsBUBsjzg0P/HYD6BqQGBB7IPGAVICX1hNUJMuswPhy5cBAylQkpyBQXuqk/NmF7F6SAN4bvDckZmgmHvedrOCOObeDx/raBp987CnrbzUFvb5Yr0ff78MnMTpvXpBwfiZmoAZPKWvibSfEggZ5BEA420g2XzmPZ37wY2OawicxLElgcUyfJGg2W/axH33D3XH3R3bs397YwNlfP+GlVum4epSqU5PAGQLHYCFKqydONEmgEMFV9xHmIDT1Gh5daFo/ubD62ksRnPPilBI4qnOGirK98uahteXVsTVK4AJU6lOIbj990S3NdeBtpJ63Qdkz1GRdDSDljFokqeqp45cqp4+PWQy686vTzWZrbPmrKqIiMO8lSL3QbNBilXuScvdIXMWiUQn4Ehh4PxBUsWExfBBV6+6SMFW1aJGzUpeleVdpXTmr7ydq7aU9GtC3vMYe1xWW+wkRpQRqza3W2ITsVCmSzYvGSXlc/85swNTHBEl+VyBGqvX7gQCDMDLaVwN5iM4HES4Mrdkar5HQZUMhMivTR7Uw7jACMIn7ofHK9e+upqWApu32POfnL5JZt7tbr16QqwR+bauDszHQ9sCWB9oGdBxwfqsqBkFADhJtMY0pgynzJ+B9qzO3y3aTARHV9aTVnkq73SCs1WhmUtjv6HCuSJiVSmDLl1t49MV1xM0We5tb6De3kG5tonP+DaT9voSV0Mjs/OPEvO2AyqTTDeN2e15UNw4MBMAL3uye7srq8fDkif+ISDhq30OASIRHF7pbZ15Pn//m/erTxNIkNvNmGohH4Cy66VjLzTV6NMu7y+33UeIlIhCztLe6ciON6lRefTtAnhLVH8ad9mJrebk3dezYRVUNzIbj/2BM5E3dwkw7uvNd/7J2NwwqlTSqhh6V0ETFxKmJKmlZX15+v+x3qkqSafut5SNxu7PoVGHA028HyN9E8LRC7+1tbJ5gmlbqhw9fcFHks70p5Ih5EAhmpzuYn0E2WMgLcwIE82m8ZN7OUtMGQFUIwnyv5zorKyf7rfZhlzVjawAePzCQPE48BODDTvVI0mof3uyem602GmuuMbUVVqsxRaooYVFs55y9aCTyEcZ+Gverabs9EzebS/BWyTUBBR5UYPnAQHJ6nYLPk3hSVY+BrHY3N49jc/O4U80+bUg2mytC9Gi2ZikysbTGC+CysE0hSDPNhxyAapHhvwvgiQlkM1E58ycFPm7A7wwwdYpc5YMBI5DlkmKgPZSdS/eKNeX7QogBKqoQ1eK9MxTcA+Cnk4AAJp9rnVXgcwA+aMSnBXg/BYeEpc8BpU9po1opm9IQyNxB8t8dBV4G8AcAz2KCjztlkuv/VHON0XUg1xq9Y4D8FybHQFj5BlmMAAAAAElFTkSuQmCC"];    

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

    • ULTRAMAN Puzzle Shuwatch!! +3 Jailed Cheats
      Modded/Hacked App: ULTRAMAN Puzzle Shuwatch!! By Meta Field Inc.
      Bundle ID: com.ultraman.puzzshuwa
      App Store Link: https://apps.apple.com/us/app/ultraman-puzzle-shuwatch/id6744716764?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
      - Always Our Turn
      - No ADS

       

      ⬇️ 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
      • 35 replies
    • Hunters Origin +7 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hunters Origin By BoomBit, Inc.
      Bundle ID: com.hunters.legacy
      iTunes Store Link: https://apps.apple.com/pl/app/hunters-origin/id6473918865

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode

      VIP
      - Gold Modifier
      - Diamonds Modifier
      - Seasonal Points Modifier
      - Speed Multiplier
      - XP Multiplier
      - VIP Enabled
      - Premium Pass Enabled

      You risk your account being banned using this cheat. Play it safe and you should be okay.
      If you expose yourself using cheats then that's on you.
      • 185 replies
    • Pond Pals +1++ Mod [ Unlimited Currencies ]
      Mod APK Game Name: Pond Pals By HyperBeard
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.hyperbeard.pondpals

       

      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      • 0 replies
    • Animal Busters : Idle RPG +3 Jailed Cheats
      Modded/Hacked App: Animal Busters : Idle RPG By LINE Games
      Bundle ID: com.linegames.pak
      App Store Link: https://apps.apple.com/us/app/animal-busters-idle-rpg/id6751829352?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
      - Freeze Currencies
      - Unlimited Currencies → Spend/Gain
      - No ADS

       

      ⬇️ 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
      • 24 replies
    • K-Devil Hunter +6 Cheats
      Mod APK Game Name: K-Devil Hunter By MayonnaiseLab Co., Ltd.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.codedragon.kdemon

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Gold Multiplier → Disable When Do Spending
      - Diamond Multiplier → Disable When Do Spending
      - EXP Multiplier → Disable When Do Spending
      - No ADS

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 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.
      • 9 replies
    • Galaxy Attack: Space Shooter +3 Jailed Cheats
      Modded/Hacked App: Galaxy Attack: Space Shooter By RocketAds Ltd
      Bundle ID: com.game.space.shooter2
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-space-shooter/id1225548580?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:
      - 1 Hit Kill
      - Never Die
      - Instant Kill


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      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, 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, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 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: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 208 replies
    • West Survivor +5 Cheats
      Mod APK Game Name: West Survivor By Xiamen Yiniao Game Technology Co.,Ltd.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.west.survivor.lczyzf

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - All Currency Multiplier
      - Increase On Spend
      - No ADS

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 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.
      • 0 replies
    • WIND BREAKER 不良英雄譚 +2 Jailed Cheats
      Modded/Hacked App: WIND BREAKER 不良英雄譚 By SOFTSTAR Games INC.
      Bundle ID: com.softstargames.wbrebelheroes
      App Store Link: https://apps.apple.com/tw/app/wind-breaker-%E4%B8%8D%E8%89%AF%E8%8B%B1%E9%9B%84%E8%AD%9A/id6747578364?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, 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
      • 5 replies
    • OUTERPLANE - Strategy Anime +2 Cheats
      Mod APK Game Name: OUTERPLANE - Strategy Anime By Major Nine Co., Ltd.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.smilegate.outerplane.stove.google

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ 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

      - Theo1357

       

      📷 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.
      • 16 replies
    • HungryAliens +5 Jailed Cheats
      Modded/Hacked App: HungryAliens By DETAIL GAMES Inc.
      Bundle ID: com.DetailGames.HungryAliens
      iTunes Store Link: https://apps.apple.com/us/app/hungryaliens/id6449141384?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
      • 84 replies
    • Switching Heroes: Action RPG +10 Jailed Cheats
      Modded/Hacked App: Switching Heroes : Idle Rpg By ZillionGames lnc
      Bundle ID: com.zilliongames.collectionidle
      iTunes Store Link: https://apps.apple.com/ph/app/switching-heroes-idle-rpg/id6473819116?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
      - Loot/Reward Multiplier → Turn Off When Spending
      - No ADS

       

      ⬇️ 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
      • 312 replies
    • (Kyoutou Kotoba RPG: Kotodaman) コトダマン-共闘ことばRPG +2 Jailed Cheats
      Modded/Hacked App: コトダマン-共闘ことばRPG By XFLAG, Inc.
      Bundle ID: com.sega.Kotodaman
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%B3%E3%83%88%E3%83%80%E3%83%9E%E3%83%B3-%E5%85%B1%E9%97%98%E3%81%93%E3%81%A8%E3%81%B0rpg/id1298368256?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:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      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, 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, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 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: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 45 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