Jump to content

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


Happy Secret

1,624 posts in this topic

Recommended Posts

Version 1.9.2:
1. Improved support on UnityDictionary, handling some exception scenarios. YES, you should able to use UnityDictionary covering most, if not all, scenarios now.  
    In Unity Dictionary Key size looks like has some odd handling depends on Game developer's implementation preference. Current update should able to handle more scenarios that might happens. 
2.
Improved support on Color type in both Enhanced Menu UI or JSPlug-in. YES, you can now directly see the content of Color (RGBA) on the explorer UI, also can retrieve/update it from JSPlug-in.  
    Color is a value type combining 4 float numbers representing Red, Green, Blue, Alpha of the Color. For easy for human interpretation, I have converted it as 3 integer numbers (0-255, RGB Color) and a float number for Alpha.

Spoiler
var script = initializeUnitySupport();
var aryObj = script.call("findUnityObjectOfType", ["BeatStar$RhythmGame$GameController", true]);
var GameController = new UnityObject(aryObj[0]);
GameController.loadFields(["rhythmGameColours"])
var RhythmGameColours = new UnityObject(GameController.rhythmGameColours);
RhythmGameColours.loadFields(["laneColoursByScore"])
var LaneColoursByScoreDict = new UnityDictionary(RhythmGameColours.laneColoursByScore,"int32","color");
var color = {"r": 127,"g":17,"b":224,"a":1}
var ret = LaneColoursByScoreDict.set_Item(0,color)
//LaneColoursByScoreDict.export();

3. 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/cc5300c6b25b4bcd/H5GG_with_ARM_and_Unity_v1.9.2.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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