Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. @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
  2. So umm.. Do you know how to fix this?
  3. I thought I already was what am I using? MS?
  4. 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
  5. 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?
  6. 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
  7. 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
  8. Have you tried this? https://iosgods.com/topic/28884-update-kendall-and-kylie-v130-5-cheats/
  9. Didn't know that a clash royal hack would be possible, mybad
  10. "Useless tuts" lol
  11. Helloooooooooooooooo
  12. Welcome
×
  • 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