Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. I knew it was something simple. Not sure how I let that go by. Glad you got it fixed, though
  2. No, those should be fine if you did what Diversityy suggested earlier
  3. 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
  4. Hmm, you shouldn't be getting that error from what I can see. Try changing every instance of %orig(fp8); to fp8 = %orig;
  5. Show me what your Tweak.xm looks like now
  6. 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
  7. Pro

    Build Source Code

    cool
  8. 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
  9. I see you're on 8.4. As far as I know, iOS 8.4 is the absolute worst for using GDB
  10. If you have iAPCrazy or XModGames installed, remove it.
  11. People keep trying to enter but don't actually know what to do
  12. No problem
  13. 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; }
  14. It's just "code" "/code" (replace quotations with brackets, of course)
  15. Use the code tag if you're trying to do what I did
  16. Try -(void)headSmash:(float)argument { if(GetPrefBool(@"key2")) { %orig(9999999.9f); } return %orig; } for those methods
  17. It's fine, just seemed weird that yours was posted a couple hours after the Flex patch was
  18. https://iosgods.com/topic/38668-emulsio-all-versions-pro-package-hack-no-watermark/ ?
  19. I looked at that request last night, installed the app, and used it for a bit. After that, I deleted it and completely forgot about the request Good job
  20. People here have hacking sessions?
  21. Hidden features? Should be good
×
  • 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