Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. It can be dangerous to delte the keychain.
  2. Killed:9 error is bcs of binaries not being signed due the Electra JB
  3. You need to declare it: inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } Also this may be a nice tool to use. http://armconverter.com/mshookgenerator/ Select patcher option
  4. failed to attach to process named: "" re-read your command.
  5. That's where my video is about. If you aren't bother watching the FULL video with your EYES, then don't even start this journey.
  6. Also, I do suggest you to use this: Instead of debugserver IDA, the link above is MUCH faster.
  7. LLDB needs port 23, so you need to create it. See video.
  8. Also: I suggest you to learn C on your pc/MacOS if you have one, actually any programming language is suggested to learn on PC.
  9. iOS 11 has some problems with this. However, I think @DiDA has a fix. Alternative: Try signing with extender from Julio (not sure if it supports signing Binary but it's worth a try)
  10. you can't hack new games with Flex anymore. New games are sub_x games, which means the binary doesn't contain Classes + function names. You need to hack them with IDA. The only thing you can try is: - Go to StoreKit - find (long long)transactionState & return this to 1 - if you're lucky, the game devs were pu$$ies & didn't protect themselves from fake purchaes.
  11. No that's not Shmoo's Twitter
  12. See this: https://iosgods.com/topic/5595-tutorial-how-to-get-unbanned-from-gameloft-games-on-your-idevice/ replace : delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' with: delete from genp where agrp = 'theoneofyourgame - search it in the keychain yourself.'
  13. Search forum, Laxus already hacked this.
  14. Always has been for me
  15. Alright, well help this guy out then. If he loses his JB just for a stupid firmware upgrade, it's not my fault.
  16. Still, it's not better than the 11.2.2 one
  17. Need to be signed, however ldid doesn't support iOS 11 as for now
×
  • 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