Jump to content

Mr. Hyperion

Senior Member
  • Posts

    302
  • Joined

  • Last visited

Everything posted by Mr. Hyperion

  1. I have to erase at point and what's in the parentheses and I have to erase colon for it to compile. So what ur say is that this hook won't work in MSHook?
  2. isCharacterUnlocked isTrailUnlocked - Flappy Golf isPowerupUnlocked All (bool)
  3. but it works in flex2 but it's not working even after compiling in MTerminal. What am I doing wrong? This is the only thing I'm confused on other than gdb not giving correct address
  4. 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.
  5. What if I wanted to toggle switch on what's the code for thAt
  6. Thanks so much castix. With you and diversity and ProVIP combined it helped a lot! Thanks man turns out that you ended the code with ) not }
  7. did that. I just can't pin point what's wrong. I gotta sleep so please answer here and I'll check in the morning
  8. okay thanks. Just answer here cause I'm going to sleep. Also did I mess up in the control or make file at all?
  9. still says %end doesn't make sense inside a block error
  10. #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
  11. "%end doesn't make sense in block" terminal says "tweak.xm:28 error" So code is fine
  12. where do I add it? Between or top or end?
  13. Thanks shmoo. Because this is really aggravating me and your the one that inspired me to start!
  14. 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
  15. Believe it or not, I have a fix for that! You have to do a couple of stuff in ifile. I don't have time to explain but will probably make a tutorial. Nobody really doesn't do anything for me so yeah.
×
  • 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