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

    • Brick Out - Shoot the ball v25.0508.01 +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
      • 97 replies
    • Brick Out - Shoot the ball v25.0508.01 +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
      • 104 replies
    • Heroes vs. Hordes v3.9.0 +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
      • 332 replies
    • Heroes vs. Hordes v3.9.0 +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
      • 300 replies
    • Merge Miners v2.5.4 +2 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Merge and Dig By SUPERSONIC STUDIOS LTD
      Bundle ID: com.tcg.fpsdungeonminer
      iTunes Store Link: https://apps.apple.com/us/app/merge-and-dig/id1640610431?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<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Freeze Currency


      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
      • 91 replies
    • Merge Miners v2.5.4 +2 [Currency Hack]
      Modded/Hacked App: Merge and Dig By SUPERSONIC STUDIOS LTD
      Bundle ID: com.tcg.fpsdungeonminer
      iTunes Store Link: https://apps.apple.com/us/app/merge-and-dig/id1640610431?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<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Freeze Currency


      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
      • 65 replies
    • Dead Ahead: Zombie Warfare v4.2.1 +6 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Dead Ahead: Zombie Warfare By ABE Entertainment Limited
      Bundle ID: com.mobirate.DeadAheadTactics
      iTunes Store Link: https://apps.apple.com/us/app/dead-ahead-zombie-warfare/id1017311881?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:
      - Infinite Currency
      - Infinite Fuel
      - Infinite Items
      - No Spawn Cooldown
      - Bypass Required Level
      - No Reload


      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
      • 248 replies
    • Dead Ahead: Zombie Warfare v4.2.1 +6 [Currency Hack]
      Modded/Hacked App: Dead Ahead: Zombie Warfare By ABE Entertainment Limited
      Bundle ID: com.mobirate.DeadAheadTactics
      iTunes Store Link: https://apps.apple.com/us/app/dead-ahead-zombie-warfare/id1017311881?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:
      - Infinite Currency
      - Infinite Fuel
      - Infinite Items
      - No Spawn Cooldown
      - Bypass Required Level
      - No Reload


      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
      • 135 replies
    • Pocket Land! v0.112.1 +3 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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:
      - Freeze Currency
      - Freeze Resources


      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
      • 72 replies
    • Pocket Land! v0.112.1 +3 [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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:
      - Freeze Currency
      - Freeze Resources
      - Upgrade without Resources (Dont Abuse)


      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
      • 39 replies
    • Brave Merge - Battle & Defense v1.6.6 [Currency Hack/Debug Menu +50 Options]
      Modded/Hacked App: Brave Merge - Battle & Defense By SayGames LTD
      Bundle ID: com.brave.merge
      iTunes Store Link: https://apps.apple.com/us/app/brave-merge-battle-defense/id6444832814?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:
      - Debug Menu (Open settings then click support button to open the Debug Menu)


      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
      • 58 replies
    • Brave Merge - Battle & Defense v1.6.6 [Currency Hack/Debug Menu +50 Options]
      Modded/Hacked App: Brave Merge - Battle & Defense By SayGames LTD
      Bundle ID: com.brave.merge
      iTunes Store Link: https://apps.apple.com/us/app/brave-merge-battle-defense/id6444832814?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:
      - Debug Menu


      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
      • 85 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