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

    • Kitchen Masters v17.14.1 [ +4 APK MOD ] Currency Max
      Mod APK Game Name: Kitchen Masters
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.bigger.kitchenmasters&hl=en

       

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Cash
      - Lives Max
      - Tile Cost 0

       

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

      - IK_IK

       

      📷 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.
      • 1 reply
    • Backpacker™ Go! v1.8.1 [ +3 APK MOD ] Dice Unlimited
      Mod APK Game Name: Backpacker™ Go!
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.qiiwi.backpackergo&hl=en

       

      🤩 Hack Features

      - ADS NO [ Between Playing ] 
      - Cash Unlimited [ This Hack Linked Other Items - Ticket Exp Etc. Use Only Cash ] Use Another Items Maybe Game Freeze But Works  
      - Dice Unlimited / Disable After Hack

       

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

      - IK_IK

       

      📷 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.
      • 1 reply
    • Stickman War: Epic Idle RPG v1.0.27 [ +5 APK MOD ] Easy Win
      Mod APK Game Name: Stickman War: Epic Idle RPG
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.TSH011.stickman.zombie.epic.war.idle.rpg.warfare&hl=en

       

      🤩 Hack Features

      - Currency [ No Need ]
      - Resources [ No Need ]
      - Hero Status
      - Pet Status
      - Skill Status

      Note:- Hero Pet Skill After Hack Game Close Reopen Then Work

       

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

      - IK_IK

       

      📷 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.
      • 1 reply
    • Bulletstorm: Zombie Waves v1.4.3 [ +11 APK MOD ] Currency Max
      Mod APK Game Name: Bulletstorm: Zombie Waves
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ryki.fps.zombie&hl=en

       

      🤩 Hack Features

      - ViP Active
      - NO ADS [ Rewards Free ]
      - Currency & Resources / Linked With Pass
      - Blue Interest [ For Battle Skill & Attr Refresh ]
      - Advanced Diamond Free [ Pass Active ]
      - Claim Unlimited [ Advanced Diamond Free Pass ]
      - Rewards Unlocked All [ Advanced Diamond Free Pass ]
      - LvL Fund Active [ Advanced Diamond Free ]
      - Claim Unlimited [ Advanced Diamond Free LvL Fund ]
      - Rewards Unlocked All [ Advanced Diamond Free LVL Fund
      - ATK HP DEF + More [ Linked With Battle Skill Just Select Higher Value DMG HP DEF / Refresh Skill 

      NOTE:- Chest Open With Gems Don't Use & Get Golden Silver Keys / Game Freeze

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

      - IK_IK

       

      📷 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.
      • 1 reply
    • Rumble Bag: Bag Fight Hero v1.8.02 [ +7 APK MOD ] Currency Freeze
      Mod APK Game Name: Rumble Bag: Bag Fight Hero
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.defense.bag.fight.mergegame&hl=en

       

      🤩 Hack Features

      - ADS No / Free Rewards
      - ViP Active / Check Store
      - Currency Freeze / Disable Before The Battle
      - Weapon Unlocked
      - Merge Anything Weapons / Max LvL 5 Merging Above Disable Weapons
      - Silver Coins / End Wave Earn
      - DMG / Merge Weapons

       

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

      - IK_IK

       

      📷 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.
      • 2 replies
    • Loadout Warrior v3.1.3 [ +3 APK MOD ] Good MoD
      Mod APK Game Name: Loadout Warrio
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.mobgame.loadout.warrior&hl=en

       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]
      - HP
      - ATK CD

       

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

      - IK_IK

       

      📷 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.
      • 1 reply
    • Furry Evo v2.2.1 [ +2 APK MOD ] Currency NO Need
      Mod APK Game Name: Furry Evo By Ngoc Minh Le
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.run.monster.era&hl=en_US

       

      🤩 Hack Features

      - Currency No Need<br style="background-color:#ffffff;color:#353c41;font-size:14px;">
      - One Hit Kill / Just ATK Upgrade After Disable

       

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

      - IK_IK

       

      📷 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.
      • 3 replies
    • Snake.io - Fun Snake .io Games v2.2.120 [ +6 APK MOD ] AI Stupid
      Mod APK Game Name: Snake.io - Fun Snake .io Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.amelosinteractive.snake&hl=en

       

      🤩 Hack Features

      - No ADS
      - AI Stupid 
      - Skin Unlocked 
      - Revive Unlimited
      - Immortal 
      - Wall Hack
      • 8 replies
    • Boom Castle Tower Defense TD v1.7.4 [ +6 APK MOD ] Easy Win
      Mod APK Game Name: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=castle.heroes.tower.defense.kingdom.magic.battle.archer&hl=en

       

      🤩 Hack Features

      - Enemy Status [ HP DEF ]
      - Base HP
      - Battle Cost 1
      - Stage Unlocked [ Play Any Stage ]
      - Battle Pass Unlocked
      - Battle Pass Claim Unlimited [ Gems Gold ]

       

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

      - IK_IK

       

      📷 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.
      • 6 replies
    • Temple Run 3 v0.3.0 [ +5 APK MOD ] Never Die
      Mod APK Game Name: Temple Run 3 By Imangi Studios, LLC
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.imangi.tr3&hl=en

       

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - Score Multiplier 
      - Jump
      - Never Die

       

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

      - IK_IK

       

      📷 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.
      • 3 replies
    • Treasure Party: Puzzle Fun! v3.20.1 [ +3 APK MOD ] Coins Max
      Mod APK Game Name: Treasure Party: Puzzle Fun
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=net.playq.treasureparty4&hl=en

       

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Lives / Visual But Works
      - Unlimited Moves

       

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

      - IK_IK

       

      📷 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.
      • 2 replies
    • Squishmallows Match v1.6.1 [ +2 APK MOD ] Auto Win
      Mod APK Game Name: Squishmallows Match
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.eastsidegames.squishmallows&hl=en

       

      🤩 Hack Features

      - Auto Win
      - Lives [ 0 Play Unlimited ]

       

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

      - IK_IK

       

      📷 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.
      • 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