Jump to content

MSHOOKING AND FLEX HELP!


Mr. Hyperion

53 posts in this topic

Recommended Posts

Posted

Where can I contact you like kik?

I'm still having trouble putting in a -void with 2 arguments that are NULL. This is what the tweak.xm looks like...

But 1 more thing. -void isn't working for new header/target class

%hook GameState

-(void) player:(id) hitLaserSprite:(id) atPoint:(b2Vec2) {

}

%end

I want to null this so the level won't restart when I hit laser so the ball will go right through. I forgot to mention that there are 2 arguments BUT they both return NULL. This is the last piece to my hack

i could give you my tweak.xm if you want...
  • Replies 52
  • Created
  • Last Reply
Posted

Where can I contact you like kik?

I'm still having trouble putting in a -void with 2 arguments that are NULL. This is what the tweak.xm looks like...

But 1 more thing. -void isn't working for new header/target class

%hook GameState

-(void) player:(id) hitLaserSprite:(id) atPoint:(b2Vec2) {

}

%end

I want to null this so the level won't restart when I hit laser so the ball will go right through. I forgot to mention that there are 2 arguments BUT they both return NULL. This is the last piece to my hack

How did b2Vec2 compile without any problems lol

 

And you could totally make an aimbot by exploiting that vector. And how do you know they return null?

try this

 

%hook GameState

- (void)player:(id)arg0 hitLaserSprite:(id)arg1 atPoint:(b2Vec2)arg2 {

}

or

 

%hook GameState

- (void)player:(id)arg0 hitLaserSprite:(id)arg1 atPoint:(void *)arg2 {

}

my dumbass forgot the %end lol I cant edit code on mobile

Posted

i could give you my tweak.xm if you want...

Sure I just want to see what you did so I can use for in future. Thanks

Hello there, i made a patcher for flappy golf 2 with flex and i had also alot of issues... :) You don't have to disable the laser...You can just turn your shield inv.

so you are invincible. (y)

Can I see ur tweak.xm if I could?
Posted

How did b2Vec2 compile without any problems lol

And you could totally make an aimbot by exploiting that vector. And how do you know they return null?

try this


Aimbot for a golf game :woa:

Posted

yes I'm guessing that the vector stores the x and y where the ball hit

Yeah I googled it last week for @AxCE , it does but I don't know how to set a (x,y) on a patcher lol

Posted

Yeah I googled it last week for @AxCE , it does but I don't know how to set a (x,y) on a patcher lol

it's not as simple as that :3 I didn't mean the return value I meant modifing the Box2D vector

 

Read here: http://www.learn-cocos2d.com/api-ref/1.0/Box2D/html/structb2_vec2.html

 

Ctrl F and search for void b2Vec2::Set(float32 x_, float32 y_)

 

I would call that upon the vector in the method and then set the coordinates to where the hole is

Posted

it's not as simple as that :3 I didn't mean the return value I meant modifing the Box2D vector

Read here: http://www.learn-cocos2d.com/api-ref/1.0/Box2D/html/structb2_vec2.html

Ctrl F and search for void b2Vec2::Set(float32 x_, float32 y_)

I would call that upon the vector in the method and then set the coordinates to where the hole is

This is the exact thing I read, but I didn't understand the part on how to actually get the hole coordinates :S maybe make a tutorial? :woa:

Posted

it's not as simple as that :3 I didn't mean the return value I meant modifing the Box2D vector

Read here: http://www.learn-cocos2d.com/api-ref/1.0/Box2D/html/structb2_vec2.html

Ctrl F and search for void b2Vec2::Set(float32 x_, float32 y_)

I would call that upon the vector in the method and then set the coordinates to where the hole is

I need simple help with gdb. It's not giving me the address after I continue after setting watchpoint and a lose money in the game then it should freeze but it's not freezing the game. I hold ctrl-c but It still doesn't not freeze game when continuing.

Posted

This is the exact thing I read, but I didn't understand the part on how to actually get the hole coordinates :S maybe make a tutorial? :woa:

get the hole coordinates from another method, store them in variables, and call Set(float32,float32) with those variables.

 

for example:

 

float32 x = 0.0f;
float32 y = 0.0f;

//this is a method that I think is in the game, or something like it
- (void)getCoordinates:(b2Vec2)arg0 {
//somehow get x and y of arg0, I assume it would be like arg0[1][0] for x and arg0[0][1] for y but I honestly have no clue, but lets say I do have them and x has a value of -10.0f and y has a value of 20.0f

x = arg0[1][0];
y = arg0[0][1];
}

//then

- (void)player:(id)arg0 hitLaserSprite:(id)arg1 atPoint:(b2Vec2)arg2 {
//these are made up by me but it would be something like that
arg2.setX(x);
arg2.setY(y);
}

I need simple help with gdb. It's not giving me the address after I continue after setting watchpoint and a lose money in the game then it should freeze but it's not freezing the game. I hold ctrl-c but It still doesn't not freeze game when continuing.

You gotta use LLDB. GDB sucks for watchpoints but is amazing for breakpoints. I dont use watchpoints anymore takes too much time anyway, but search for LLDB on here

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • King God Castle:Tower Defense v153.0.02 +8 Cheats
      Modded/Hacked App: King God Castle By AWESOMEPIECE
      Bundle ID: com.awesomepiece.castle
      iTunes Store Link: https://apps.apple.com/us/app/king-god-castle/id1526791430?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:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited Skills
      - Kill All Enemies
      - Spawn Max Level Units
      - Game Speed Multiplier
      - Free Summon Cost
      - Free Expand Cost
      - Jailbreak Detection Removed


      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/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 108 replies
    • League of Dreamers - My Story v2.0 +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/
      • 149 replies
    • League of Dreamers - My Story v2.0 +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/
      • 69 replies
    • The Walking Zombie 2 v3.33.0 +12 Jailed Cheats [ God Mode, Damage, Speed ]
      Modded/Hacked App: The Walking Zombie 2 By Alda Games s.r.o.
      Bundle ID: com.aldagames.zombieshooter
      iTunes Store Link: https://apps.apple.com/us/app/the-walking-zombie-2/id1477794561
       

      Hack Features:
      - Unlimited Silver
      - Unlimited Gold
      - God Mode
      - Custom Damage
      - Custom Move Speed
      - Custom Doctor
      - Unlimited Ammo -> Will not decrease.
      - Instant Reload
      - Insane Fire Rate
      - No Weapon Recoil
      - No Weapon Spread
      - No Camera Shake


      Jailbreak required hack(s): [Mod Menu Hack] The Walking Zombie 2 v3.6.12 +12 Cheats [ God Mode, Damage, Speed ] - 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/
      • 82 replies
    • The Walking Zombie 2 v3.33.0 +12 Cheats [ God Mode, Damage, Speed ]
      Modded/Hacked App: The Walking Zombie 2 By Alda Games s.r.o.
      Bundle ID: com.aldagames.zombieshooter
      iTunes Store Link: https://apps.apple.com/us/app/the-walking-zombie-2/id1477794561


      Hack Features:
      - Unlimited Silver
      - Unlimited Gold
      - God Mode
      - Custom Damage
      - Custom Move Speed
      - Custom Doctor
      - Unlimited Ammo -> Will not decrease.
      - Instant Reload
      - Insane Fire Rate
      - No Weapon Recoil
      - No Weapon Spread
      - No Camera Shake


      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/
      • 79 replies
    • MARVEL Puzzle Quest: Hero RPG v321.0.701151 +2 Jailed Cheats [ One-Hit Kill ]
      Modded/Hacked App: MARVEL Puzzle Quest: Hero RPG By D3PA
      Bundle ID: com.d3p.yorkMPQ
      iTunes Store Link: https://apps.apple.com/us/app/marvel-puzzle-quest-hero-rpg/id618349779


      Hack Features:
      - God Mode -> Linked. Wait until it's the enemies turn then enable this feature.
      - One-Hit Kill -> Linked. Wait until it's your turn then enable this feature.


      Jailbreak required hack(s): [Mod Menu Hack] MARVEL Puzzle Quest: Hero RPG v264.0.617994 +2 Cheats [ One-Hit Kill ] - 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/
      • 96 replies
    • MeChat v4.32.2 +1 Jailed Cheat [ Unlimited Gems ]
      Modded/Hacked App: MeChat By PlayMe Studio
      Bundle ID: world.playme.mechat
      iTunes Store Link: https://apps.apple.com/us/app/mechat/id1536157979
       

      Hack Features:
      - Unlimited Gems -> Will increase instead of decrease.
      - Unlimited Gems -> Earn some then uninstall this hack. DO NOT SPEND ANY GEMS WHILST THIS FEATURE IS ENABLED! [ VIP ]


      Free Jailbreak required hack(s): [Mod Menu Hack] [Free] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - Free Jailbroken Cydia Cheats - iOSGods
      ViP Jailbreak required hack(s): [Mod Menu Hack] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - ViP 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
      • 751 replies
    • Disney Speedstorm v1.11.0 +2 Jailed Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Jailbreak required hack(s): [Mod Menu Hack] Disney Speedstorm v1.5.0 +2 Cheats [ Unlimited Nitro ] - 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/
      • 74 replies
    • Disney Speedstorm v1.11.0 +2 Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Disney Speedstorm v1.5.0 +2 Jailed Cheats [ Unlimited Nitro ] - 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/
      • 63 replies
    • MARVEL Puzzle Quest: Hero RPG v321.0.701151 +2 Cheats [ One-Hit Kill ]
      Modded/Hacked App: MARVEL Puzzle Quest: Hero RPG By D3PA
      Bundle ID: com.d3p.yorkMPQ
      iTunes Store Link: https://apps.apple.com/us/app/marvel-puzzle-quest-hero-rpg/id618349779


      Hack Features:
      - God Mode -> Linked. Wait until it's the enemies turn then enable this feature. This feature will auto update itself once a new version of the app is released!
      - One-Hit Kill -> Linked. Wait until it's your turn then enable this feature. This feature will auto update itself once a new version of the app is released!


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] MARVEL Puzzle Quest: Hero RPG v264.0.617994 +1 Jailed Cheat [ One-Hit Kill ] - 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/
      • 56 replies
    • [ VIP ] MeChat v4.32.2 +1 Cheat [ Unlimited Gems ]
      Modded/Hacked App: MeChat By PlayMe Studio
      Bundle ID: world.playme.mechat
      iTunes Store Link: https://apps.apple.com/us/app/mechat/id1536157979
       

      Hack Features:
      - Unlimited Gems -> Earn some then uninstall this hack. DO NOT SPEND ANY GEMS WHILST THIS FEATURE IS ENABLED!


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] MeChat - Love Secrets v3.3.2 +1 Jailed Cheat [ Unlimited Gems ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Free Jailbreak required hack(s): [Mod Menu Hack] [Free] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - 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/
      • 128 replies
    • Claire's Chronicles: Solitaire v0.19.0 +1++ Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Claire's Chronicles: Solitaire By wooga gmbh
      Bundle ID: net.wooga.claires.chronicles.solitaire.design.mystery.town.adventure
      iTunes Store Link: https://apps.apple.com/gb/app/claires-chronicles-solitaire/id6478491092?uo=4


      Hack Features:
      - Unlimited Everything -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Claire's Chronicles: Solitaire v0.12.1 +1++ Cheat [ Unlimited Everything ] - 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/
      • 13 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