Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. So that method doesn't give you an error when compiling?
  2. I feel like that would give you an error if you try compiling
  3. It's okay, I still can't do x32
  4. I knew it was something simple. Not sure how I let that go by. Glad you got it fixed, though
  5. No, those should be fine if you did what Diversityy suggested earlier
  6. I'm honestly clueless right now, and it's probably something simple I'm missing out on. I'll install the game real quick and use your Tweak.xm and see if I can figure it out that way
  7. Hmm, you shouldn't be getting that error from what I can see. Try changing every instance of %orig(fp8); to fp8 = %orig;
  8. Show me what your Tweak.xm looks like now
  9. 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
  10. Pro

    Build Source Code

    cool
  11. I can confirm this. I've used it before, and I went to buy cash while using it (was gonna get cash regardless), and it gave me the amount of cash it usually does
  12. I see you're on 8.4. As far as I know, iOS 8.4 is the absolute worst for using GDB
  13. If you have iAPCrazy or XModGames installed, remove it.
  14. People keep trying to enter but don't actually know what to do
  15. No problem
  16. Use this method from my Trivia Crack patcher as an example for nulling a void for yours: -(void)setupQuestionTimer { if(GetPrefBool(@"key1")) { return; } return %orig; }
  17. It's just "code" "/code" (replace quotations with brackets, of course)
  18. Use the code tag if you're trying to do what I did
  19. Try -(void)headSmash:(float)argument { if(GetPrefBool(@"key2")) { %orig(9999999.9f); } return %orig; } for those methods
  20. It's fine, just seemed weird that yours was posted a couple hours after the Flex patch was
  21. https://iosgods.com/topic/38668-emulsio-all-versions-pro-package-hack-no-watermark/ ?
×
  • 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