Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. I get this error Compiling Tweak.xm... Tweak.xm:16:90: error: unknown type name '_MAIN_STRUCT' ...SEL, _MAIN_STRUCT*); static int _logos_method$_ungroup... ^ Tweak.xm:16:194: error: unknown type name '_MAIN_STRUCT' ...SEL, _MAIN_STRUCT*); ^ Tweak.xm:14:99: error: unknown type name '_MAIN_STRUCT' ...self, SEL _cmd, _MAIN_STRUCT* fp8) { if(GetPrefBool(@"... ^ 3 errors generated. make[2]: *** [obj/Tweak.xm.e19b5f27.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [abhack.all.tweak.variables] Error 2
  2. 500 reps Help seeker
  3. Welcome
  4. Welcome
  5. Re-download gameplayer. A slow search is due to an old device or you're processing too much apps at the same time
  6. People still play this game lol?
  7. Unlimited anything is not possible for non-jailbroken since, they're all cloud based and don't save directly in your phone. I tried hacking it for non-jailbroken devices but couldn't
  8. You should make a support topic, it's great that you're getting help on mine but it kinda removes my question..
  9. Works in flex
  10. @Killer Shark when using flexconverter, it gives me the same code I was using before lol. The errors i'm getting are the same, it's saying that MAIN STRUCT is an unknown type name
  11. So umm.. Do you know how to fix this?
  12. I thought I already was what am I using? MS?
  13. I'll check it out but I still want to understand why my patcher isn't working and what kind of method this game uses. I'm learning obj c and it would be too easy using the flexconverter
  14. Like this? %hook MyMainGame (int)SYS_GetRemainderJewel:(_MAIN_STRUCT*)fp8 { if(GetPrefBool(@"kJewels")) { return 999999999; } return %orig; } %end Thanks for the help, you the best! Where to I type that? In Mterminal?
  15. Changing the return value won't really fix it since it work in flex. For the method I tried to change it in soooo many ways but it still didn't work sometimes it compiles but the hack doesn't work
  16. I have been trying to get this working for days and I can't seem to understand why it's not working. Basically, I'm trying to make a flex patch into a patcher. This is what it looks like it flex : I tried many things, exemple, doing this : #typedef id _MAIN_STRUCT* -(int)SYS_GetRemainderJewel:(_MAIN_STRUCT*)fp8 { if(GetPrefBool(@"kJewels")) { return 999999999; } return %orig; } Will give me errors stating that (_MAIN_STRUCT*) is an unknown type. Sorry for the long topic
  17. Have you tried this? https://iosgods.com/topic/28884-update-kendall-and-kylie-v130-5-cheats/
×
  • 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