Jump to content

17 posts in this topic

Recommended Posts

Posted (edited)

I'm hacking trivia crack and it works when turning on in flex2! But when I ms hook it, it's not working the hack. I have the make file and control properly made 100% but the hack isn't working. Can you please pin point where/why not working?? Mainly WHATS WRONG WITH THE -VOIDS?Here is my tweak.xm:

 

%hook PRQuestionViewController

-(bool) characterWinTutorial {

return TRUE;

}

%end

 

%hook PRAnswersGroupView

-(void) setWrongAnswerSelector:(SEL)arg1 {

return %orig;

}

%end

 

%hook PRPowerUp

-(int) cost {

return 0;

}

%end

 

%hook PRGameViewController

-(bool) shouldShowPowerUpTips {

return TRUE;

}

%end

 

%hook PRGameViewController

-(bool) willShowPowerUpTip {

return TRUE;

}

%end

 

%hook PRQuestionViewController

-(void) showCorrectAnswer {

return %orig;

}

%end

 

%hook PRAccountManager

-(bool) userHasUnlimitedLives {

return TRUE;

}

%end

Updated by Asianplus
Posted

try this

 

%hook PRQuestionViewController
-(bool) characterWinTutorial {
return TRUE;
}
-(void) showCorrectAnswer {
return %orig;
}
%end
 
%hook PRAnswersGroupView
-(void) setWrongAnswerSelector:(SEL)arg1 {
return %orig;
}
%end
 
%hook PRPowerUp
-(int) cost {
return 0;
}
%end
 
%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}
-(bool) willShowPowerUpTip {
return TRUE;
}
%end
 
 
%hook PRAccountManager
-(bool) userHasUnlimitedLives {
return TRUE;
}
%end 
Posted

Looks like you're going off of my patcher in tweak form? :lol:

 

Anyway, is it the entire thing not working, or only the voids?

Posted (edited)

instead of:

%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}
%end

%hook PRGameViewController
-(bool) willShowPowerUpTip {
return TRUE;
}
%end

%hook PRQuestionViewController
-(void) showCorrectAnswer {
return %orig;
}
%end

make it 

%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}







-(bool) willShowPowerUpTip {
return TRUE;
}





-(void) showCorrectAnswer {
return %orig;
}

%end

they have to be in the same class

Updated by Doge Hacks
Posted

Looks like you're going off of my patcher in tweak form? :lol:

 

Anyway, is it the entire thing not working, or only the voids?

Just the voids

Looks like you're going off of my patcher in tweak form? :lol:

 

Anyway, is it the entire thing not working, or only the voids?

  

try this

 

%hook PRQuestionViewController

-(bool) characterWinTutorial {

return TRUE;

}

-(void) showCorrectAnswer {

return %orig;

}

%end

 

%hook PRAnswersGroupView

-(void) setWrongAnswerSelector:(SEL)arg1 {

return %orig;

}

%end

 

%hook PRPowerUp

-(int) cost {

return 0;

}

%end

 

%hook PRGameViewController

-(bool) shouldShowPowerUpTips {

return TRUE;

}

-(bool) willShowPowerUpTip {

return TRUE;

}

%end

 

 

%hook PRAccountManager

-(bool) userHasUnlimitedLives {

return TRUE;

}

%end

 

  

You can't hook the same method twice...

  

Can you show us your makefile?

  

instead of:

 

%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}
%end

%hook PRGameViewController
-(bool) willShowPowerUpTip {
return TRUE;
}
%end

%hook PRQuestionViewController
-(void) showCorrectAnswer {
return %orig;
}
%end
make it 

%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}







-(bool) willShowPowerUpTip {
return TRUE;
}





-(void) showCorrectAnswer {
return %orig;
}

%end
they have to be in the same class

Only the voids are NOT working!

Posted (edited)
#include <substrate.h>

%hook PRQuestionViewController
-(bool) characterWinTutorial {
return TRUE;
}
%end

%hook PRAnswersGroupView
-(void) setWrongAnswerSelector:(SEL)arg1 {
return %orig;
}
%end

%hook PRPowerUp
-(int) cost {
return 0;
}
%end

%hook PRGameViewController
-(bool) shouldShowPowerUpTips {
return TRUE;
}
%end

%hook PRGameViewController
-(bool) willShowPowerUpTip {
return TRUE;
}
%end

%hook PRQuestionViewController
-(void) showCorrectAnswer {
return %orig;
}
%end

%hook PRAccountManager
-(bool) userHasUnlimitedLives {
return TRUE;
}
%end

Add this to your make file:

ARCHS = armv7 arm64

Before you do that are unlimited lives working when you install the tweak?

Updated by Ficgan

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

    • We Are Warriors! v1.47.1 Cheats +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?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:
      - Unlimited everything
      - Auto complete task
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 128 replies
    • We Are Warriors! v1.47.1 Cheats +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited everything
      - Auto complete task
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 72 replies
    • Wukong's Arsenal:Rogue RPG v1.8 [+3 Cheats]
      Modded/Hacked App: Wukong's Arsenal:Rogue RPG By HangZhou Mai Di Wen Network Technology Co., Ltd
      Bundle ID: com.medivhgame.wukongfIght.ios
      App Store Link: https://apps.apple.com/us/app/wukongs-arsenal-rogue-rpg/id6733239805?uo=4

       

      🤩 Hack Features

      - Never Die
      - Unlimited Currency
      - Remove Ads
      • 1 reply
    • Wukong's Arsenal:Rogue RPG v1.8 [+3 Jailed Cheats]
      Modded/Hacked App: Wukong's Arsenal:Rogue RPG By HangZhou Mai Di Wen Network Technology Co., Ltd
      Bundle ID: com.medivhgame.wukongfIght.ios
      App Store Link: https://apps.apple.com/us/app/wukongs-arsenal-rogue-rpg/id6733239805?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency
      - Remove Ads
      • 0 replies
    • Prison Break Idle v0.1.5 [+3 Cheats]
      Modded/Hacked App: Prison Break Idle By Anisoft Yazilim Derya Bagdinli ve Ortagi Kollektif Sirketi
      Bundle ID: com.anisoftgames.prisonbreakidle
      iTunes Store Link: https://apps.apple.com/us/app/prison-break-idle/id6739884706?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Spend to earn)
       
        • Informative
        • Thanks
        • Like
      • 4 replies
    • Prison Break Idle v0.1.5 [+3 Jailed Cheats]
      Modded/Hacked App: Prison Break Idle By Anisoft Yazilim Derya Bagdinli ve Ortagi Kollektif Sirketi
      Bundle ID: com.anisoftgames.prisonbreakidle
      iTunes Store Link: https://apps.apple.com/us/app/prison-break-idle/id6739884706?uo=4

       

      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Spend to earn) 
        • Informative
        • Like
      • 8 replies
    • Omega Royale - Tower Defense v1.5.1 [+2 Jailed Cheats]
      Modded/Hacked App: Omega Royale - Tower Defense By Tower Pop Oy
      Bundle ID: com.towerpop.omegaroyale
      iTunes Store Link: https://apps.apple.com/us/app/omega-royale-tower-defense/id6447241072?uo=4

       

      🚀 Hack Features

      - Omega ViP Active
      - Always Can Cast Skill (Even when it's on cooldown)


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Winner
        • Like
      • 42 replies
    • Omega Royale - Tower Defense v1.5.1 [+2 Cheats]
      Modded/Hacked App: Omega Royale - Tower Defense By Tower Pop Oy
      Bundle ID: com.towerpop.omegaroyale
      iTunes Store Link: https://apps.apple.com/us/app/omega-royale-tower-defense/id6447241072?uo=4


       

      🚀 Hack Features

      - Omega ViP Active
      - Always Can Cast Skill (Even when it's on cooldown)


      🍏 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/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 37 replies
    • Loot&Boot v0.1 [+2 Jailed Cheats]
      Modded/Hacked App: Loot&Boot By 钰 孙
      Bundle ID: com.newayGames.LootBoot
      App Store Link: https://apps.apple.com/us/app/loot-boot/id6744019585?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Gold
        • Like
      • 0 replies
    • Loot&Boot v0.1 [+2 Cheats]
      Modded/Hacked App: Loot&Boot By 钰 孙
      Bundle ID: com.newayGames.LootBoot
      App Store Link: https://apps.apple.com/us/app/loot-boot/id6744019585?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Gold
       
        • Like
      • 1 reply
    • Conquer Countries v9.20 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Conquer Countries By SUPERSONIC STUDIOS LTD
      Bundle ID: com.ridgge.conquercountries
      iTunes Store Link: https://apps.apple.com/us/app/conquer-countries/id6480472116?uo=4

       
       

      Hack Features

      - Add Money*
      - Add People*
      - Add Knowledge*
      - Unlimited Gems -> Earn some.
      -- Gold Pass Purchased

      * - Head into Settings and toggle the Sound button. Only enable 1 feature at a time.


      Jailbreak required iOS hacks: [Mod Menu Hack] Conquer Countries v9.0 +5 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 24 replies
    • Conquer Countries v9.20 +5 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Conquer Countries By SUPERSONIC STUDIOS LTD
      Bundle ID: com.ridgge.conquercountries
      iTunes Store Link: https://apps.apple.com/us/app/conquer-countries/id6480472116?uo=4

       
       

      Hack Features

      - Add Money*
      - Add People*
      - Add Knowledge*
      - Unlimited Gems -> Earn some.
      -- Gold Pass Purchased

      * - Head into Settings and toggle the Sound button. Only enable 1 feature at a time.


      For Non-Jailbroken & No Jailbreak required hacks: [IPA Mod Menu] Conquer Countries v9.0 +5 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 11 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