Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Use the online binary tools from DiDA for class-dump
  2. Yes but you can't install the app later because every install path is unique Create a folder ex. com.yourname.app Create a DEBIAN folder inside with the control file and the folder of your app dpkg -b com.yourname.app
  3. #define kPath @"/var/mobile/Library/Preferences/YOUR_PLIST_NAME.plist" %hook targetClass -(bool)istargetmethodActive { NSDictionary *prefs=[[NSDictionary alloc] initWithContentsOfFile:kPath]; %orig; if ([[prefs objectForKey:@"keyFromPlist"] boolValue]){ return true; } else { return %orig; } } %end
  4. Forgot to close out. Set another } at the end
  5. -(bool)istargetmethodActive{ if ([[prefs objectForKey:@"keyFromPlist"] boolValue]){ return true; } else { return %orig; } %end
  6. try with 'else {'
  7. istargetmethodActive is case sensitive, have you copied it correctly?
  8. Black Desert Online is amazing :o

  9. Baka the video is from 's promotional YouTube video
  10. Buy DRM-free games from donation funds and upload them for donators and ViP members
  11. pass-through doesn't exist, usually just leave it empty. I guess the problem lies somewhere else
  12. missing '}' in the last block
  13. That's not the error - You have one unallocated %end or one missing %hook
  14. But then you can just pick any if you don't need the password, am I wrong? If you can't think of one, narrow down the most common emails
  15. It makes you realize that your brain is working so that's strong in some way I guess
  16. you can raise max coins to 10000
  17. Why would I help you to create a scam
  18. return nil; is still a return parameter blame the (void)
  19. nothing and you should only use it if you intend to disable the Invisible function
  20. You can't possibly hack CC with Flex. Not the jailbreak protection, nor iAP
  21. In the executable binary
  22. Yes you can switch the AppStore country/region at any time but you must have 0.00 credits on your account left
×
  • 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