Recent content by ricardoplatinmods

  1. Help! Cocos2djs & Js file help modification?

    can you tell the tutorial how to decrypt the index.jsc file ?
  2. Tutorial IDA Pro: How to decompile to pseudocode

    Sir, I would like to ask something. I have a file called "libcocos2djs.so" and I have edited it using IDA Pro. What confuses me is that when I save the data, the edited file becomes very large in size. Will it be a problem if I include the edited file in the APK? Could you please guide me on this?
  3. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    Sir, Can you also provide a descryption of the files in the path assets/src? I want to see the coding of other files.
  4. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    I have watched the video, it turns out that the .js file doesn't need to be converted to .jsc. Thank you, sir. You're great.
  5. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    I have tried it, sir. I have renamed the extension from .js to .jsc. After that, I compiled it into an APK, installed the APK but what happened was the game experienced a black screen. When I tried to use the original .jsc file again, the game ran normally. Is it possible that the .jsc file...
  6. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    You are truly remarkable, sir. There's not enough time for you to do everything. I commend your abilities. If I may ask, could you tell me what tool is suitable for the encrypted file that has been attached?
  7. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    game omniheroes, sir. The key encryption and decryption that I have found is d1c4e212-b327-46.
  8. Tool Tool Encryption & Decryption JSC Files to Modded Games Based Cocos2djs

    Sir, I have followed the steps and successfully performed the decryption. There were changes in the coding before and after decryption. However, the anomaly I found is that even though there were changes in the coding, the coding still remained random and unreadable. What is that about?