Happy Secret
Contributor-
Posts
542 -
Joined
-
Last visited
Everything posted by Happy Secret
-
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
- 40 replies
-
- 59
-
-
-
-
-
-
-
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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. -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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” -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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 -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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 -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
Then you don’t need. Can you try if you can cheat with option 2 first? -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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 -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
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) -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
Can you share your few lines of code to wrap the object and load the field? Or simply share the entire script -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
Not sure what you mean. Of course the script need to run with H5GG -
Tutorial H5GG Enhanced Menu Tutorial - JSPlug-in 101
Happy Secret replied to Happy Secret 's topic in H5GG & iGameGod
This normally happens when you have wrong object pointer, class name, or field name. -
For those who are interested in H5GG Enhanced Menu, I have created a tutorial on JSPlug-in and shared a simple cheat menu template.