Jump to content

H5GG Menu with ARM64 Instruction and Unity Support (work on non-jailbroken)


1,814 posts in this topic

Recommended Posts

Posted

Version 1.9.3:
1. Add User Defined ValueType support for JSPlug-in. YES, you manipulate ValueType Data (not primitive) directly using JSPlug-in.  
    If you familiar with ValueType, it is actually different from object type where ValueType actual data is store directly on the offset, while Object Type store a pointer at offset instead.
    Therefore, for User Defined ValueType (Non System / UnityEngine namespace), we will return the offset address (object base + offset), instead of returning content of the offset address (content at object base + offset). 
    Then, we extended UnityObject to support ValueType. In this case, you will need to specify the Full Class Name of the ValueType

Note

Spoiler
let PlayerStats = new UnityObject(NinjaBehaviour._stats, "$PlayerStats");
PlayerStats.loadFields(["Damage", "Luck","EnergyGain","HealthRegen"])
  • Only specify the Class name for ValueType. DO NOT input that parameter for normal Unity Object.
  • ValueType also has fields, but the memory representation is quite different. Anyway, you can load fields as normal, access them as normal. 
  • Currently assume field / content of ValueType would not be ValueType (no nested ValueType)
  • Currently ValueType is not fully supported in Enhanced Menu UI. But you can access its content manually through Memory pointer


2. Minor bug fix on a number of bugs.
note:
1. This is a 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 these in your JS plugin. It won’t affect your performance if you are not using it.

Download Link: https://iosddl.net/321ed83222762532/H5GG_with_ARM_and_Unity_v1.9.3.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In 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