Jump to content

Sputnik82

Newbie
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Sputnik82

  1. @Rook Is it working?
    I've been trying to download an app (Slid - Story of your activity) since yesterday and it just stays on the "enqueued" state forever.

    The queue_time service reports 571 waiting, yesterday it was 423 when I tried for the first time:

    {
      "free": {
        "process": 28.519099999999998,
        "wait": 226702.2002
      },
      "vip": {
        "process": 78.5372,
        "wait": 155.8494
      },
      "waiting": 571
    }

     

  2. Sorry to revive this topic, but I've been trying to work with this game for some time.

    This game was built with cocos2d-x, so the main logic resides in LUA scripts.
    The scripts have been compiled and encrypted, most likely with xxtea which is the default algorithm provided with cocos2d-x.

    If you look at the luac files, they all begin with the string LAKYSIGN, which is the signature used by xxtea during encryption.
    I've been trying to find the key to decrypt the files without success.

    I've followed many tutorials but somehow the common methods used for findind the key in cocos2d games do not work with this game.
    For instance, these are some of the things I've already tried:

    1. Using frida to intercept methods like setXXTEAKeyAndSign and luaL_loadbuffer, they are never called.
    2. Searching the main executable for the key ("LAKYSIGN") with a disassembler, it's not there or is probably hidden somehow!

    If anyone wants to give it a try, you can get a decrypted IPA from the Decrypted App Store:
    https://armconverter.com/decryptedappstore/Kings Throne

    If you don't have access to the Decrypted App Store, I've also uploaded the main game executable and one of the luac files here:
    https://mega.nz/folder/k8szHSgR#mmIpmmd5obaEF4vHTxFcxQ

     

    Thanks!

  3. 12 hours ago, jorgedcastro said:

     

    Unable to sign you in to your Apple ID. Try again later.

    Retrying with alt Anisette 

     

    still getting same error all time.. 😴

    Same problem here.
    I have a paid developer account and I can't make it work, with or without Anisette.

    Without Anisette:

    Obtaining team ID
    Got error: Login failed (-36607): Unable to sign you in to your Apple ID. Try again later.
    Retrying with alt Anisette
    ERROR: Guru Meditation f8880e@244:3aea77 Login failed (-36607): Unable to sign you in to your Apple ID. Try again later.

    With Anisette:

    Obtaining team ID
    Using team "REDACTED" (Individual) with id F8C9CWTNFB
    Making sure device ID 00008020-000539REDACTED is registered
    ERROR: Guru Meditation f8880e@876:3aea77 Failed: (3019) Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID.

     

    It seems this is a widespread problem caused by Apple changing some of their internal APIs.
    Even the folks at Microsoft are struggling to fix it for Xamarin/Visual Studio: https://developercommunity.visualstudio.com/t/cannot-load-apple-certificates/1692185

×
  • 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