Jump to content

MSHOOKING AND FLEX HELP!


Go to solution Solved by AxCE,

53 posts in this topic

Recommended Posts

Posted

Hi I'm trying to hack Flappy Golf 2 with Flex! I made the template and did all that stuff and I will list the links to pics to show u how I cleaned it up. The problem is is that I install the hack but it's not actually applying to the game meaning that if I hacked all trails in Flex2 it would work in Flex2 but not my MSHOOK tweak! Why is this please help me!

1. https://m.imgur.com/RXINoqT

2. https://m.imgur.com/5QkMVfC

3. https://m.imgur.com/xlaeytu

4. https://m.imgur.com/IK9FDmw

5. https://m.imgur.com/KjydhYy

6. https://m.imgur.com/FskjIrX

7. https://m.imgur.com/wPL4Ccp

8. https://m.imgur.com/voL5fqi

 

And #9 I added :(int) to show you guys that it comes up an error when I do it too (you will understand #9 if you looked at all the other pics) sorry it's not in order of sequence!

 

9. https://m.imgur.com/VL29ewf

 

Please I'm begging you to help me. I followed all tutorials on iOSgods and I just don't know why/what i did wrong! Please help guys!

 

10. Here's the plist file just in case: http://imgur.com/LEh1252

Posted

If you're on iOS 9, add this to your makefile: 

 

XXX_LDFLAGS += -Wl,-segalign,4000

XXX = Name of your tweak

 

What are you trying to do for #9?

Posted

Remove everything before your credits popup in your Tweak.xm and do this:

#include <UIKit/UIKit.h>

%hook UserDataManager
 
-(bool)isTrailUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 
-(bool)isCharacterUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 

-(bool)isHatUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 

-(bool)isPowerupUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)

%end
Posted

If you're on iOS 9, add this to your makefile: 

 

XXX_LDFLAGS += -Wl,-segalign,4000

XXX = Name of your tweak
 

What are you trying to do for #9?

where do I add it? Between or top or end?
Posted

Remove everything before your credits popup in your Tweak.xm and do this:

 

#include <UIKit/UIKit.h>

%hook UserDataManager
 
-(bool)isTrailUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 
-(bool)isCharacterUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 

-(bool)isHatUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)
 

-(bool)isPowerupUnlocked:(int)fp8 {
return TRUE;
%orig(fp8);
 
)

%end
"%end doesn't make sense in block" terminal says "tweak.xm:28 error"

Below XXX_Frameworks.

So code is fine

Posted

"%end doesn't make sense in block" terminal says "tweak.xm:28 error"

 

So code is fine

Show me what your Tweak.xm looks like now

Posted

Show me what your Tweak.xm looks like now

#include <UIKit/UIKit.h>

 

%hook UserDataManager

 

-(bool)isTrailUnlocked:(int)fp8 {

return TRUE;

%orig(fp8);

 

)

 

-(bool)isCharacterUnlocked:(int)fp8 {

return TRUE;

%orig(fp8);

 

)

 

 

-(bool)isHatUnlocked:(int)fp8 {

return TRUE;

%orig(fp8);

 

)

 

 

-(bool)isPowerupUnlocked:(int)fp8 {

return TRUE;

%orig(fp8);

 

)

 

%end

 

%hook AppDelegate

-(void)applicationDidBecomeActive:(id)argument {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"FlappyGolf2Hack" message:@"Hacked by Sunny Patel" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil];

[alert show];

[alert release];

}

%end

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

    • Dawn of Ages: Medieval Games v2.0.4 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
        • Agree
        • Like
      • 46 replies
    • Dawn of Ages: Medieval Games v2.0.4 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
        • Thanks
        • Winner
        • Like
      • 26 replies
    • DC: Dark Legion™ v2.1.22 [+2 Cheats]
      Modded/Hacked App: DC: Dark Legion™ By FunPlus International AG
      Bundle ID: com.kingsgroup.dcdl
      App Store Link: https://apps.apple.com/us/app/dc-dark-legion/id6479020757?uo=4

       

      Important


      Doesn't work on PvP contents.

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

      1- Enable Activate Cheat

      2- Enable both multiplier

       

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
        • Agree
        • Winner
        • Like
      • 14 replies
    • DC: Dark Legion™  v2.1.22 [+2 Jailed Cheats]
      Modded/Hacked App: DC: Dark Legion™ By FunPlus International AG
      Bundle ID: com.kingsgroup.dcdl
      iTunes Store Link: https://apps.apple.com/us/app/dc-dark-legion/id6479020757?uo=4

      🤩 Hack Features
      - Damage Multiplier
      - Defense Multiplier
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 117 replies
    • Lands of Jail v1.0.13 [+1 Jailed Cheats]
      Modded/Hacked App: Lands of Jail By SINGAPORE JUST GAME TECHNOLOGY PTE. LTD.
      Bundle ID: com.justgame.jails.global
      App Store Link: https://apps.apple.com/us/app/lands-of-jail/id6738469826?uo=4



      🤩 Hack Features

      - Enemy Can't Attack (Enable Before Enter the Stage)

        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 11 replies
    • Lands of Jail v1.0.13 [+1 Cheats]
      Modded/Hacked App: Lands of Jail By SINGAPORE JUST GAME TECHNOLOGY PTE. LTD.
      Bundle ID: com.justgame.jails.global
      App Store Link: https://apps.apple.com/us/app/lands-of-jail/id6738469826?uo=4



      🤩 Hack Features

      - Enemy Can't Attack (Enable Before Enter the Stage)
       
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 19 replies
    • Hammer & Steel: idle business v0.12 [+5 Jailed Cheats]
      Modded/Hacked App: Hammer & Steel: idle business By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: hammer.and.steel.business.game
      App Store Link: https://apps.apple.com/us/app/hammer-steel-idle-business/id6742078527?uo=4



      🤩 Hack Features

      - Free IAP
      - Add Gold
      - Add Ore (Use it after tutorial)
      - No Fatique 
      - No Satiety
        • Like
      • 0 replies
    • Hammer & Steel: idle business v0.12 [+5 Cheats]
      Modded/Hacked App: Hammer & Steel: idle business By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: hammer.and.steel.business.game
      App Store Link: https://apps.apple.com/us/app/hammer-steel-idle-business/id6742078527?uo=4



      🤩 Hack Features

      - Free IAP
      - Add Gold
      - Add Ore (Use it after tutorial)
      - No Fatique 
      - No Satiety
        • Like
      • 0 replies
    • Waldur: Monster Hunt v1.8 [+2 Jailed Cheats]
      Modded/Hacked App: Waldur: Medieval Defense Game By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: waldur.tds.tactical.defense.war.strategy
      App Store Link: https://apps.apple.com/us/app/waldur-medieval-defense-game/id6739003797?uo=4

       

      🤩 Hack Features

      - Never Die
      - Add Currency


        • Like
      • 3 replies
    • Waldur: Monster Hunt v1.8 [+2 Cheats]
      Modded/Hacked App: Waldur: Medieval Defense Game By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: waldur.tds.tactical.defense.war.strategy
      App Store Link: https://apps.apple.com/us/app/waldur-medieval-defense-game/id6739003797?uo=4

       

      🤩 Hack Features

      - Never Die
      - Add Currency

        • Like
      • 3 replies
    • Go Go Werewolf! v1.3.4 [+3 Jailed Cheats]
      Modded/Hacked App: Go Go Werewolf! By Dejaime Antonio de Oliveira Neto
      Bundle ID: productions.artcode.ggw
      iTunes Store Link: https://apps.apple.com/us/app/go-go-werewolf/id6739493341?uo=4



      🤩 Hack Features

      - Never Die
      - Free Item Upgrade
      - Unlimited Coins (Enable and Finish Stage)
        • Like
      • 10 replies
    • Go Go Werewolf! v1.3.4 [+3 Cheats]
      Modded/Hacked App: Go Go Werewolf! By Dejaime Antonio de Oliveira Neto
      Bundle ID: productions.artcode.ggw
      iTunes Store Link: https://apps.apple.com/us/app/go-go-werewolf/id6739493341?uo=4


      🤩 Hack Features

      - Never Die
      - Free Item Upgrade
      - Unlimited Coins (Enable and Finish Stage)
        • Agree
        • Winner
        • Like
      • 5 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