Jump to content

Happy Secret

Contributor
  • Posts

    532
  • Joined

  • Last visited

Posts posted by Happy Secret

  1. Version 1.8.3:
    1. 
    Improved Support Covering Unity Array, List, Dictionary, both on H5GG Enhanced Menu UI and JS Plug-in. YES, you can access Array, List, Dictionary with Menu UI and JS Plug-in.
        New UnityArray, UnityList, UnityDictionary class available in JS Plugin.
        e.g. let myDictionary = new UnityDictionary(<<Dictionary Address>>); 

                for (let i = 0; i < myDictionary.size(); i++) {console.log(myDictionary.get_Item(i))}
       Same JS Plug-in access pattern for UnityArray and UnityList
       Short demo on how to access with UI - https://streamable.com/wgr65h

    2. Further improved Object search function for Unity Class Static Analyser with support Singleton type. YES, you can directly access all singleton now!!! (This greatly improved the coverage) 
        Many games host important index or controller under Singleton class. You can check out full list of Singleton class under DebugInfo (of course on those loaded Assembly, default is Assembly-CSharp - you can load more)
    3. Minor bug fix on a number of bugs.

    note:
    1. This is really an Alpha release and for Unity Game only. It is good for Hack developer who want to test their limits only. Not for general user who do not
    familiar with Unity. For general user who do not familiar with Unity, it is still a good tool to use, but you cannot maximise its value.
    2. Performance could be bad, if the game has a lot class definition. It is tradeoff for features and performance for now. If you don't like it, you may skip the JS plugin. It is completely standalone plugin, base menu has no dependency on it. 

     

    • Like 1
  2. 1 hour ago, Xpoo said:

    h5gg 1.8.2

    iOS13.3.1 

    unc0ver 6.2.0

    error:2个错误 

    JS错误 在  Index 第3559 行第0列]: SyntaxError: No identifiers allowed directly after numeric literal

    JS 错误在 Index 第651行第24列 : ReferenceError: Can't find variable: dragElement 

    请问这个怎么解决。

     

    哦对了。 之前1.8.0 可以用。但是被我删除了,没有留备份,可以麻烦你发我一份吗? 万分感谢!!!

    @Happy Secret

    I didn’t change related logic. Pretty odd…..anyway, here is version 1.8.0

    https://iosddl.net/cb31a1e9f0a44f39/H5GG_with_ARM_and_Unity_v1.8.0.zip

  3. 3 minutes ago, Erayzdd said:

    Can you link me with the guide? Never done this but willing to give it a crack!

    First and foremost, get yourself up and running with this H5GG enhanced menu here - 

    https://iosgods.com/topic/169517-h5gg-menu-with-arm64-instruction-and-unity-support-work-on-non-jailbroken/

    Follow the post to find some good tutorial. 

    Actually, in this forum, there are a lot good tutorial on H5GG. But I guess, you better focus on my enhanced menu first. I have automated a lot of thing for general user and cheater.

    https://iosgods.com/forum/595-h5gg-igamegod/

    • Thanks 1
  4. 4 hours ago, Erayzdd said:

    Is there a way to use without plugin? 

    Yeah hard to do this without a computer hey 

    @Happy Secret

    You can do it all from iphone. Just copy paste the JS Plug-in script to your favourite text editor on phone and save file as “H5JSPlugin - Pixel Fantasia.js” and put it under App’s Document folder.

     

    Suggest you to learn how to DIY on these yourself, I can’t commit to update every version for people. I am very part-time on this and for interest.

     

    The script would never change, once you learn the end-to-end DIY enable IPA with H5GG enhanced menu and Frida support. You can upgrade this everyone yourself. 
     

    For this last time, I upload the script for people like you. 
    You may download the script here and put it inside App’s Document folder.

    https://iosddl.net/a71c76b6bc3917d6/H5JSPlugin_-_Pixel_Fantasia.js

    13 minutes ago, Erayzdd said:

    Yep think we all waiting for @Happy Secret

    See the above post

    Please learn DIY update. 
    Core script doesn’t change. 
    You just need to enable the decrypted IPA with H5GG enhanced menu. Then put the script there in App’s Documeht folder

    • Thanks 1
  5. 19 minutes ago, smartlove0102 said:

    Thank you i will try so all i need is the IPA file and Frida support that can download from your post and then Sideloadly to the device right?

    Yup, and the JS Plug-in Script from this post…

    If you gonna use version 1.7.0 or above of my H5GG menu, you will need to download the script again. There are some compatibility upgrade needed

  6. Version 1.8.2:
    1. 
    Improved On Scene Object(s) function of Unity Class Static Analyser with full pointer navigation path. YES, full navigation! Pointer to Pointer, up to end-to-end 5 level.
        This is VERY useful for cheat developer. You know exactly what to include in your cheat script.
    2. Further improved Object search function for Unity Class Static Analyser with support List type. YES, it can look through Generic Type List!!! (This greatly improved the coverage) 
        With this foundation setup, I will try to cover Array and Dictionary in coming update.
    3. Minor bug fix on a number of bugs.

    note:
    1. This is really an Alpha release and for Unity Game only. It is good for Hack developer who want to test their limits only. Not for general user who do not
    familiar with Unity. For general user who do not familiar with Unity, it is still a good tool to use, but you cannot maximise its value.
    2. Performance could be bad, if the game has a lot class definition. It is tradeoff for features and performance for now. If you don't like it, you may skip the JS plugin. It is completely standalone plugin, base menu has no dependency on it. 

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