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

    • Basketball Star Rising v1.5.4 [ +2 Cheats ] Gems Max
      Modded/Hacked App: Basketball Star Rising By 军 赵
      Bundle ID: com.casual.basketball
      App Store Link: https://apps.apple.com/us/app/basketball-star-rising/id1562071554?uo=4
       

      🤩 Hack Features

      - ADS NO
      - Gems
      • 1 reply
    • Basketball Star Rising v1.5.4 [ +2 Jailed ] Gems Max
      Modded/Hacked App: Basketball Star Rising By 军 赵
      Bundle ID: com.casual.basketball
      App Store Link: https://apps.apple.com/us/app/basketball-star-rising/id1562071554?uo=4
       

      🤩 Hack Features

      - ADS NO
      - Gems
      • 1 reply
    • Bully: Anniversary Edition Cheats v1.4.1 +1 [ Dev Menu ]
      Modded/Hacked App: Bully: Anniversary Edition by Rockstar Games, Inc.
      Bundle ID: com.rockstargames.bully
      iTunes Store Link: https://apps.apple.com/us/app/bully-anniversary-edition/id1148321705?uo=4&at=1010lce4


      Hack Features:
      Jump to (will lose current progress)
      - Ability to jump to any Mission in-game. From Chapter 1 to Chapter 6.
      - Ability to jump to any Classes in-game. Art, Biology, Gym, Geography, Math, English, Chemistry, Music, Photography, Shop.
      - Ability to play any Minigames such as Arcade, Mowing House 1/2/3, Mowing Part 1/2/3, Paper Route Intro, Paper Route, Keep Ups, Penalty Shots, Bike Store & Tattoos.
      - Teleport to any location in-game. Asylum (Ouside), Blue Skies Industrial Part (Trailer Part), Bullworth Town (Outside), Carnival (Outside), New Coventry (Outside), Old Bullworth Gardens (Park), Old Bullworth Vale (Town), High Striker (Carnival Games), etc, etc. 
       
      Interrupt time-space continuum
      - Ability to Change Time.
      - Ability to Change Season. Summer, Fall, Winter, Spring.
      - Cycle Weather.
       
      Cheats
      - Toggle FPS (Display and Frames Per Second counter at the bottom of your screen).
      - Heal (Heal yourself).
      - Give Money (Give yourself unlimited money. The more you tap on this option the more money you will get).
      - Disable Crime
      - Give Bike
      - Invulnerability a.k.a God Mode / Never Die
      - Unlimited Sprint
      - Unlimited Ammo
      - Max Ammo
      - One Shot Kills
      - All Pranks
      - All Weapons
      - All Moves
      - All Grapples
      - All Clothing
      - Pass mission (Pass your current mission with success).
      - Fail mission (Fail your current mission).
       

      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/135424-bully-anniversary-edition-v11-jailed-cheats-1-debug-menu/


      iOS Hack Download Link: https://iosgods.com/topic/113583-bully-anniversary-edition-cheats-v11-1-dev-menu/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,322 replies
    • SimCity BuildIt Cheats v1.66.1 +1 [ Freeze Currencies ]
      Modded/Hacked App: SimCity BuildIt By EA Swiss Sarl
      Bundle ID: com.ea.simcitymobile.bv
      iTunes Store Link: https://apps.apple.com/us/app/simcity-buildit/id913292932?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/124792-arm64-simcity-buildit-v1412-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/157687-simcity-buildit-cheats-v1415-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 670 replies
    • Aqua Match Cheats v0.230.1 +5
      Modded/Hacked App: Aqua Match By PLR Worldwide Sales Limited
      Bundle ID: com.playrix.aquamatch
      App Store Link: https://apps.apple.com/us/app/aqua-match/id6502511364?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

      - Freeze Moves
      - Freeze Life
      - Freeze Boosters
      - Freeze Coins
      - Freeze Gems



      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/196699-aqua-match-cheats-v02301-5/
        • Like
      • 2 replies
    • Star Wars™: Galaxy of Heroes Cheats v0.36.8 +8
      Modded/Hacked App: Star Wars™: Galaxy of Heroes By Electronic Arts
      Bundle ID: com.ea.starwarscapital.bv
      iTunes Link: https://itunes.apple.com/us/app/star-wars-galaxy-of-heroes/id921022358?mt=8&uo=4&at=1010lce4


      Mod Requirements
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features
      - No Skill Cooldown time / Skill Always Available. Linked with enemy. Enable when it's your turn, disable when it's enemies turn. Timing is key.
      - One Hit Kill / Very High Damage. This is linked with you and the enemy, use with Skip Enemy Turn feature or enable disable when you attack via the In-Game Mod Menu! Do not kill the last enemy with OHK otherwise the game will crash. This feature is only for x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      - Always Your Turn / Skip Enemy Turn. It's always your turn, you're always attacking.
      - Auto Win. You must use this with One Hit Kill in order for it to work. Kill 1 Enemy and you will auto win the battle.
      - Only 1 Encounter on All Missions.
      -- God Mode / Never Die thanks to the features above.

      This hack is now an In-Game Mod Menu. This means you can toggle switches on/off while in a fight. Since God Mode is linked, turn it off when you're attacking and turn it on when the enemy is attacking to do damage but not receive damage. Same goes for the other features.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,130 replies
    • Homematch - Home Design Games v2.17.2 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Homematch - Home Design Games By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.homecraft
      iTunes Store Link: https://apps.apple.com/us/app/homematch-home-design-games/id1438898374?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Jailbreak required hack(s): [Mod Menu Hack] Homematch - Home Design Games v1.92.3 +2 Cheats [ Unlimited Currencies ] - 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/
        • Like
      • 14 replies
    • Homematch - Home Design Games v2.17.2 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Homematch - Home Design Games By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.homecraft
      iTunes Store Link: https://apps.apple.com/us/app/homematch-home-design-games/id1438898374?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Homematch - Home Design Games v1.92.3 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA 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/
      • 7 replies
    • Hero's Adventure v1.2.117 +6 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hero's Adventure By X.D. Network Inc.
      Bundle ID: com.xd.dxlzz.global
      iTunes Store Link: https://apps.apple.com/us/app/heros-adventure/id6711347049?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Give All Items -> Head into Settings > Other and toggle the User Agreement button.
      - Unlock All Achievements -> Head into Settings > Other and toggle the Privacy Policy button.
      -- All DLC Purchased
      -- Guest Login Enabled
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 141 replies
    • Hero's Adventure v1.2.117 +6 Cheats [ Damage & Defence ]
      Modded/Hacked App: Hero's Adventure By X.D. Network Inc.
      Bundle ID: com.xd.dxlzz.global
      iTunes Store Link: https://apps.apple.com/us/app/heros-adventure/id6711347049?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Give All Items -> Head into Settings > Other and toggle the User Agreement button.
      - Unlock All Achievements -> Head into Settings > Other and toggle the Privacy Policy button.
      -- All DLC Purchased
      -- Guest Login Enabled
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 31 replies
    • Pal Go: Tower Defense TD v0.3.86 [+7 Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      🚀 Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 55 replies
    • Pal Go: Tower Defense TD v0.3.86 [+7 Jailed Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       

      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 79 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