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

    • Tiny Reaper: Reborn v1.0.4 +4 Cheats [ God Mode + More ]
      Modded/Hacked App: Tiny Reaper: Reborn By DAERI SOFT
      Bundle ID: com.daerigame.babysasin
      App Store Link: https://apps.apple.com/us/app/tiny-reaper-reborn/id6739761698?uo=4

       


      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - No Skill Cooldown
      - Dumb Enemies
        • Thanks
        • Winner
        • Like
      • 17 replies
    • FIFA Rivals - Mobile Football v1.0.2 +2 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: FIFA Rivals - Mobile Football By Mythical Games
      Bundle ID: com.mythical.fifarivals
      iTunes Store Link:https://apps.apple.com/us/app/fifa-rivals-mobile-football/id6746578704

       
       

      🤩 Hack Features

      - Auto Win -> Linked to yourself & opponent. Every goal scored will result in a win.
      - Season Pass Unlocked -> Will let you claim all rewards from all passes.
        • Agree
        • Haha
        • Winner
        • Like
      • 17 replies
    • FIFA Rivals - Mobile Football v1.0.4 +2 Cheats [ Auto Win ]
      Modded/Hacked App: FIFA Rivals - Mobile Football By Mythical Games
      Bundle ID: com.mythical.fifarivals
      iTunes Store Link:https://apps.apple.com/us/app/fifa-rivals-mobile-football/id6746578704

       
       

      🤩 Hack Features

      - Auto Win -> Linked to yourself & opponent. Every goal scored will result in a win.
      - Season Pass Unlocked -> Will let you claim all rewards from all passes.
        • Thanks
        • Winner
        • Like
      • 24 replies
    • League of Dreamers - My Story v2.1.2 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases -> Allows free in-app purchases.


      Jailbreak required hack(s): [Mod Menu Hack] League of Dreamers - My Story v1.54 +3 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 165 replies
    • League of Dreamers - My Story v2.1.2 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 77 replies
    • Good Coffee, Great Coffee v1.2.1 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4
       


      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 93 replies
    • Good Coffee, Great Coffee v1.2.1 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4

       
       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 53 replies
    • Heroes vs. Hordes v5.0.1 +6 Jailed Cheats [God Mode]
      Modded/Hacked App: Heroes vs. Hordes By Swift Games UG haftungsbeschraenkt
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes/id1608898173?uo=4


      Hack Features:
      - Free iAP
      - Infinite Currency/Resources
      - Instant Kill


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/

        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 341 replies
    • Heroes vs. Hordes v5.0.1 +6 [God Mode]
      Modded/Hacked App: Heroes vs. Hordes By Swift Games UG haftungsbeschraenkt
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes/id1608898173?uo=4


      Hack Features:
      - Free iAP
      - God Mode
      - Infinite Currency/Resources
      - Instant Kill
      - Kill All Enemies
      - Fast Enemies
      - Freeze Enemies
      - Poison Enemies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 305 replies
    • Brick Out - Shoot the ball v25.0619.00 +5 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?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:
      - No Ads
      - Free Revives


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 110 replies
    • Brick Out - Shoot the ball v25.0619.00 +5 [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?uo=4


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


      Hack Features:
      - No Ads
      - Add 10000 Rubies
      - Free Revives


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 113 replies
    • Tap Away 3D v159.5.4 +12 Jailed Cheats [Infinite Moves]
      Modded/Hacked App: Tap Away 3D By Popcore GmbH
      Bundle ID: com.jctswbglsm.SwipeAway
      iTunes Store Link: https://apps.apple.com/us/app/tap-away-3d/id1568058543?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:
      - No Ads
      - Infinite Moves
      - Freeze Challenge Moves
      - Disable Timer for Challenge


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/

        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 59 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