Jump to content

Happy Secret

Contributor
  • Posts

    536
  • Joined

  • Last visited

Everything posted by Happy Secret

  1. It looks a memory issue to me. which stage are you in? It could also because at later stage the game is a bit different.
  2. 7.5gb is not an issue. Sorry, I have no idea why it don’t work for you. Please accept my apology.
  3. Meaning after full download, then you can’t use the cheat again? It looks like memory or storage issue to me.
  4. I am using iPad as well. Did you sideload it with other framework/deb as well? it only crash when you click on “Toggle Cheat”?
  5. This cheat mostly for non-jailbroken. if you are jailbroken, you need to reboot into no jailbreak mode to use this cheat. please share if you have any error message received
  6. All the code is there, feel free to customise the UI and Flow. You may refer to my Arena of Valor cheat. I automate the flow. One click to initiate. Share your few lines of code, plz
  7. if you success in creating cheat script with option 2…the. Option 3 is not far away. if you can’t even make cheat with option 2, don’t even think about option 3. Option 3 is much advanced
  8. Then you don’t need. Can you try if you can cheat with option 2 first?
  9. Can you cheat this high jump with H5GG enhanced menu alone? if the only class object you need is ccdrivencontroller. Then you don’t need to travel to other class object. _config is just an example that I need to travel from CharacterMotor object to CharacterMotorConfig object
  10. If you want to test out Unity User Object wrapper, I suggest you to use Option 2 first. from you script, I have few questions. 1. Are you sure you can get object pointer for this class Oxide$CCDrivenController 2. Your step 3, doesn’t look right. You are also using _config??CharacterMotor.loadFields(["_config"]); 3. Your step 5, doesn’t look right as well. let CharacterMotorConfig = new UnityObject(CharacterMotor._config)??? What game is it? If you are using you can get an object from Oxide$CCDrivenController. And you just need to update m_JumpHeight from this object. Your step 3 should be CharacterMotor.loadFields(["m_JumpHeight"]); /l You may simplify step 5, to just put CCDrivenController object to cheatObj["CCDrivenController"] = CharacterMotor (or you should rename it)
  11. Can you share your few lines of code to wrap the object and load the field? Or simply share the entire script
  12. Thanks for the update. Yes, Game Developer made changes on HP and MP. max HP seems the temporary thing that we can use for now. But I guess game developer will fix this in next release. let me think about it
  13. This game has weekly update schedule. I strongly suggest you learn to do DIY by following the instructions I provided. This give you shortest time to get the cheat apply on new version
  14. Not sure what you mean. Of course the script need to run with H5GG
  15. This normally happens when you have wrong object pointer, class name, or field name.
  16. For those who are interested in H5GG Enhanced Menu, I have created a tutorial on JSPlug-in and shared a simple cheat menu template. 

     

    Read more  
  17. While people start cheating with H5GG Enhanced Menu on Unity Game, they might then looking for way to execute the cheat in a convenient way. JSPlug-in is obviously the ANSWER to this. JSPlug-in is a framework setup of H5GG Enhanced Menu which allow you to extend the H5GG menu with new features, such as cheat menu for a game. Under this Framework setup, user can leverage prebuilt H5GG Enhanced Menu function in their own user cheat. This largely simplify the complexity of the script, while having amazing features in it. To name a few: 1. Direct retrieve of Unity object pointers (Covering on Scene User Object, Singleton, any object that could link from object already found) 2. Use Unity dump structure to define the cheat without the need to hard code any offset. This essentially relieve people's headache in preparing cheat updates for game updates, because there is no more script update required. 3. Javascript as base, allow easy create cheat menu With latest release of H5GG Enhanced Menu v1.8.4 onwards, writing JSPlug-in is getting easier. The introduction of Unity User Object wrapper, seamlessly expose Unity User Object to Javascript. - User can access to Unity User Object's Fields and Methods directly from Javascript. Get / Set / Call and return, everything becomes so initiative. Here let's go through a quick example to demonstrate how powerful yet easy, JSPlug-in is. Game: Subway Surfers (Any version) Cheat feature: Big Jump (jump up very high) For those who want to know how to use H5GG Enhanced Menu to cheat this. You may see below tutorial from @impapas. There are multiple way to implement this with JSPlug-in, it is all available for you to choose from. Option 1) Minimum number of lines of code. 3 lines only. Option 2) Easiest to understand. 7 lines (4 lines more) but more readable. Option 3) Wrap everything with a Cheat Menu. New Badge 1. As they are JSPlug-in, in order to enable autoload on these script when H5GG startup and trigger. You need to define the name with prefix "H5JSPlugin - " with extension ".js". e.g. H5JSPlugin - Subway Surfers.js 2. And you will need to put this Javascript file either in Document folder or .app folder (app bundle). Please read Release note of H5GG Enhanced Menu for detail
  18. Fastest way to get an update is to follow this post to do DIY. Nothing difficult just running copy & paste and running a script
  19. What is the error ,message? Have you use H5GG before? If not, please complete some tutorial first.
  20. It allows patch any number of place, but u need to specify clearly where do you want to patch
×
  • 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