Jump to content

Happy Secret

Contributor
  • Posts

    542
  • Joined

  • Last visited

Everything posted by Happy Secret

  1. Modded/Hacked App: Oxide: Survival IslandBundle ID: com.catsbit.oxidesurvivalislandiTunes Store Link: https://apps.apple.com/us/app/oxide-survival-island/id1579424683 DIY Requirements: - Non-Jailbroken iPhone/iPad/iPod Touch. DIY Features: - JumpHeight (Try not to change the value, looks like server would kick you if jump height equal or above 3) - ForwardSpeed (Try to limit the multiply of ForwardSpeed and RunSpeedMultiplier below 8, looks like server will kick you if you are running too fast for long time) - RunSpeedMultiplier (Try to limit the multiply of ForwardSpeed and RunSpeedMultiplier below 8, looks like server will kick you if you are running too fast for long time) - CrouchSpeedMultiplier (Didn't do much testing, but 1 looks ok.Test it yourself) - SidewaysSpeed (Tried with 5 looks ok, didn't do more testing on it. Test it yourself) - BackwardSpeed (Tried with 5 looks ok, didn't do more testing on it. Test it yourself) - SwimSpeed (I didn't test any. Test it yourself) DIY Instructions: 1. Download last decrypted version from Decrypted iOS IPA App Store (iOSGods) 2. Download the DIY Pack from here 3. Unzip the downloaded DIY Pack into a folder 4. Put Step 1 Downloaded ipa into this newly created folder 5. Follow README to make game IPA H5frida/Frida/Cheat ready 6. Sideload the new ipa with H5GG with ARM and Unity v1.8.4.dylib using Sideloadly (**Enable File Sharing) 7 Enjoy your DIY Oxide Survival Island Cheat 8. Explore more cheat yourself with H5GG Unity Static Analyzer (UA Button) and Share your finding down below. Happy DIY. WARNING This game has high cheat detection and kick rate. Use at your own risk Cheat Video/Screenshots: N/A Credits: - Happy Secret
  2. Use at your own risk… https://iosddl.net/b66dcf757102fd16/H5JSPlugin_-_OxideSurvivalIsland.js Jump: Should not higher than 2 Forward Speed / RunMultiplier: Multiple of two better not exceed 8….or don’t keep high run speed for too long time. Caution is doing Jump on high run speed…very easy to cause kick by server I start the cheat from InventoryController in order to reach one single PlayerManager…there are multiple player manager something. It likely be other player.
  3. Are you sure you can cheat JumpHeight with H5GG Enhanced Menu? When I modify JumpHeight, I immediately get kicked with message ”You will be kicked from the server Reason: Suspected cheating #1”
  4. In case, you refer to general H5GG script, it is JavaScript based. You can find more documentation in H5GG GitHub. In case you are referring to my JSPlug-in framework. You may refer to release note in my enhanced menu post and below tutorial post
  5. 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.
  6. 7.5gb is not an issue. Sorry, I have no idea why it don’t work for you. Please accept my apology.
  7. Meaning after full download, then you can’t use the cheat again? It looks like memory or storage issue to me.
  8. 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”?
  9. 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
  10. 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
  11. 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
  12. Then you don’t need. Can you try if you can cheat with option 2 first?
  13. 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
  14. 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)
  15. Can you share your few lines of code to wrap the object and load the field? Or simply share the entire script
  16. 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
  17. 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
  18. Not sure what you mean. Of course the script need to run with H5GG
  19. This normally happens when you have wrong object pointer, class name, or field name.
  20. For those who are interested in H5GG Enhanced Menu, I have created a tutorial on JSPlug-in and shared a simple cheat menu template. 

     

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