
Happy Secret
Contributor-
Posts
536 -
Joined
-
Last visited
Everything posted by Happy Secret
-
Can’t wait to see new update in iOSGods for non-jailbroken! I have a project being worked on, but lacking motivation to complete it. If it happens to complete in 2025, will definitely release in iOSGods here.
-
For those who like my H5GG Enhanced Menu, I have released a new version 1.9.6, which includes a bunch of interesting features. You wont want to miss them.
-
Version 1.9.6: Quite a number of improvement in this release. If you are using older version, strongly suggest you to move on this version. 1. Added support for using Offset to search for Method under Unity Static Analyser. YES, you can now use the offset from debug mode or iGameGod to locate the method that you are interested. If you are advanced iGameGod user, you sometime might experience situation that you found an offset of an assembly instruction that changes the value that you are interested. However, in iGameGod, it didn't actually give you any indication of what method is it. Now, in Unity Static Analyser, you can input instruction offset to local the corresponding cached method info. Of course you would like to skip last two or three digits of your offset. This search is an exact (partial) match. 2. Added Dictionary support for look up known Unity User Object from address. YES, Meaning you can now use any value address (random address) inside a dictionary object, to locate the corresponding Unity User Object. Sometime, when you use memory search feature, you have located an address that hold the value that you interested. It could be HP, Gold, etc. However, cannot locate the Unity User Object that holding this value. This supposed to be a feature that exists for long time. The reason why you cannot locate it this time is, the value is stored inside a Dictionary inside the Unity User Object. It is not directly inside a field of the Unity User Object. With this new improvement, you can now defect Dictionary value as well. 3. Extended the find object logic to mostly any active live object, even it is not in scene. YES, this is CRAZY improvement. It is now a lot of easy to locate an object. Simply because of this NEW features, you should upgrade to this version of Enhanced Menu. It is way to powerful then what you can imagine. The only draw back is, there is a little performance hit. Especially, when there are a lot of objects that need to scan through or locate. 4. Extended ValueType support for Unity User Object Explorer, including List but not Dictionary. YES, this is another CRAZY feature. User can click through field with ValueType to drill into its value. Update field in ValueType is supported. Some games like to store Character Stat inside ValueType (Struct), which is fine. The problem is, they store those ValueType (Struct) insider a List. e.g. It could be list that contains different level of the item. Different level has different stat. Now, using Unity User Object Explorer, you can navigate this list, the ValueType (Struct) value inside, and even update the value stored. 5. Extended ValueType support for Unity Static Analyser, it is now display properly the address to it. YES, of course I wont missed the Unity Static Analyser. You can work with ValueType as well. Just like normal Unity User Object Type, you can search and find all instance of the ValueType and step into Unity User Object Explorer, like it is a normal Unity User Object Type. 6. Extended Obscured Type support to cover Obscured Boolean. YES, I eventually figure out how to support Obscured Boolean. Just like other Code Stage Obscured Type, you can read and update Obscured Boolean with Unity User Object Explorer or through JSPlug-in. note: 1. This is a BETA 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 these in your JS plugin. It won’t affect your performance if you are not using it. Download Link: https://iosddl.net/3ec9add067aa0903/H5GG_with_ARM_and_Unity_v1.9.6.zip
-
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
Here is the answer for you. They might either removed the export completely or obfuscated the export name for those Il2cpp api. https://github.com/vfsfitvnm/frida-il2cpp-bridge/issues/300 I haven’t try implement the workaround yet -
Modded/Hacked App: Ghost Survivors : Pixel HuntBundle ID: com.superbox.ios.ghosthunteriTunes Store Link: https://apps.apple.com/ae/app/ghost-survivors-pixel-hunt/id6449464089 DIY Requirements: - Non-Jailbroken iPhone/iPad/iPod Touch. DIY Features: - Being Rich (Power, Gold, Diamond, Materials, Keys) - Boost Skill (Short Cooldown, High Damage, More effective) - High Damage - High Walk Speed - Short Skill Cooldown DIY Instructions: 1. Download last decrypted version from Decrypted iOS IPA App Store (iOSGods)2. Download the DIY Pack from here3. Unzip the downloaded DIY Pack into a folder4. Put Step 1 Downloaded ipa into this newly created folder5. Follow README to make game IPA H5frida/Frida/Cheat ready6. Sideload the new ipa with H5GG with ARM and Unity v1.9.5.dylib using Sideloadly (**Enable File Sharing)7 Enjoy your DIY Ghost Survivors : Pixel Hunt Cheat 8. Explore more cheat yourself with H5GG Unity Static Analyzer (UA Button) and Share your finding down below. Happy DIY. Cheat Video/Screenshots: Credits: - Happy Secret
-
Modded/Hacked App: Dino Bash - Defend & FightBundle ID: com.pokokostudio.dinobashiTunes Store Link: https://apps.apple.com/us/app/dino-bash-defend-fight/id895462868 DIY Requirements: - Non-Jailbroken iPhone/iPad/iPod Touch. DIY Features: - Being Rich (Lots of Golds and Diamonds) - Fast Apple Generation - Unlimited Consumables (Blizzard / Big Rock / etc), you need to own it first (as the game progress). - Buy Unit at ZERO Cost - Short Buy Unit Cooldown - Short Skill Cooldown DIY Instructions: 1. Download last decrypted version from Decrypted iOS IPA App Store (iOSGods)2. Download the DIY Pack from here3. Unzip the downloaded DIY Pack into a folder4. Put Step 1 Downloaded ipa into this newly created folder5. Follow README to make game IPA H5frida/Frida/Cheat ready6. Sideload the new ipa with H5GG with ARM and Unity v1.9.5.dylib using Sideloadly (**Enable File Sharing)7 Enjoy your DIY Dino Bash Cheat 8. Explore more cheat yourself with H5GG Unity Static Analyzer (UA Button) and Share your finding down below. Happy DIY. Cheat Video/Screenshots: N/A Credits: - Happy Secret
-
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in Advanced
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
Support both online and offline games. But it can only modify local part of the game. -
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
Encrypted in certain way probably -
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
Anyway, Il2cpp dumper uses Il2cpp api…..if they block Il2cpp api access, then both dumper and H5GG can’t use. I am not sure how iGameGod do the dump, but likely also leveraging Il2cpp api….if that is the case, it will fail again -
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
Did you try using iGameGod to dump? -
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
I didn’t cheat this game before. But there are a lot people cheating it and I won’t surprise to see any anti-cheat on this game. -
This games actually not protected much. You can use iGameGod or H5GG to search and edit all numbers, including gems and all other currency But they catch cheating seriously though. If you really want to cheat in this game. Don’t make too crazy number and use them up and don’t leave big number of resources not used. Resources are mostly stored as Double for this type of game. If you want cheat their Skill cooltime, go find Manager_Skill -> sc_ActiveSkill -> per individual SkillInfo in the array -> Skill_MaxTime and Skill_Power once again, they catch cheater seriously. Don’t blame if you get banned.
-
Help/Support H5GG - error when loading script
Happy Secret replied to Crimson's topic in Help & Support
This normally mean it is either 1) not a Unity Game 2) Il2cpp API is protected What game is it? -
H5GG Enhanced Menu v1.9.5 (skipped v1.9.4) - A series of bug fix for usability and stability.
-
Version 1.9.5:1. Series of bug fix for usability and stability.note: 1. This is a BETA 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 these in your JS plugin. It won’t affect your performance if you are not using it. Download Link: https://iosddl.net/3e7bde5a74b9252c/H5GG_with_ARM_and_Unity_v1.9.5.zip For iOS 17 User, Stay tuned, we are still waiting for Frida Gadget update for iOS17
-
No god mode or one hit. Do you want zero skill and ultimate cooldown?
-
Cool, thank you iOSGods! Happy New Year.