Jump to content

Happy Secret

Contributor
  • Posts

    538
  • Joined

  • Last visited

Posts posted by Happy Secret

  1. 4 hours ago, U Za said:

    How I implement this js script with html? 

    when I add it to html it is always error

     

    var script = initializeUnitySupport();
    var aryObj = script.call("findUnityObjectOfType", ["SYBO$RunnerCore$Character$CharacterMotor", true]);
    var CharacterMotor = new UnityObject(aryObj[0])
    CharacterMotor.loadFields(['_config'])
    var CharacterMotorConfig = new UnityObject(CharacterMotor._config)
    CharacterMotorConfig.loadFields(['JumpHeight'])
    CharacterMotorConfig.JumpHeight = 100

    You need to run this with H5GG enhanced menu. It is not a standalone script

  2. 1 hour ago, Gay 228 said:

    I was aware of this for a long time I looked at the source code and started to analyze it, I'm waiting for bool functions with calls to all that, you are not indifferent to each user I thought you would not answer thanks to you I will study the code and I will write something

    Enjoy coding...

  3. Version 1.8.5:
    1. 
    Improved Unity User Object wrapper around Return value from method call. YES, you do not need to manually parse the primitive value from pointer result.
        You will directly get the integer, float, double, string result from method call.
    2. Enhanced the template mod menu JSPlug-in to include Read/Update using Method. YES, apart from direct field update. You can configure the mod menu template to use method
        You may see the update example from Eversoul cheat

    Spoiler

    3. Minor bug fix on a number of bugs.

    note:
    1. This is an Beta 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.

  4. 1 hour ago, alissondelrey said:

    Funciona muito bem, mod incrível, é totalmente livre de ban, já estou usando a quase 3 semanas. Só precisa tomar cuidado pra não utilizar em boss de guild ou world boss.

    Game developer knows we are there, they just prefer to improve themselves instead of banning their player. 
    They have consecutive update break my cheat here with their code update.

     

    A very responsible game developer 

  5. 350x350bb.jpg

    Modded/Hacked App: Oxide: Survival Island
    Bundle ID: com.catsbit.oxidesurvivalisland
    iTunes 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

    • Like 37
    • Winner 3
    • Thanks 1
    • Haha 2
    • Agree 4
    • Informative 1
  6. On 7/21/2023 at 6:10 PM, Gay 228 said:

    i tried the hack with option 1 to advance to option two

    code in spoiler

      Reveal hidden contents

    var script = initializeUnitySupport();
    var aryObj = script.call("findUnityObjectOfType", ["Oxide$PlayerManager",true]);writeFloat(readPtr(Number(aryObj[0])+Number(gUnityClasses.Oxide$PlayerManager.offset))+Number(gUnityClasses.Oxide$PlayerManager.m_JumpHeight.offset),50)


    //(tried with another object trust me with CCCDrivenControlller same error)

     

    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.

  7. On 7/21/2023 at 6:10 PM, Gay 228 said:

    i tried the hack with option 1 to advance to option two

    code in spoiler

      Hide contents

    var script = initializeUnitySupport();
    var aryObj = script.call("findUnityObjectOfType", ["Oxide$PlayerManager",true]);writeFloat(readPtr(Number(aryObj[0])+Number(gUnityClasses.Oxide$PlayerManager.offset))+Number(gUnityClasses.Oxide$PlayerManager.m_JumpHeight.offset),50)


    //(tried with another object trust me with CCCDrivenControlller same error)

     

    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”

  8. 28 minutes ago, congxyz2k6 said:

    its okay . Ive found the only way it could work for me , it is by pressing on the icon when it is loading into the battle , then I can use it 1 time then the game will crashing after i enter the next loading screen

    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. 

  9. 6 hours ago, Gay 228 said:

    unity 5d is not very good, it allows you to create an esp, but I need it in the mod menu

    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. 

    5 hours ago, Gay 228 said:

    yes I tried and advanced to:
    get value failed: address format error
    What is wrong with me?

    Share your few lines of code, plz

  10. 2 minutes ago, Gay 228 said:

    i want to hack games with your java script i thought it was multitasking, you can just make a menu mod which also h5gg is cool.
    what about option 2 i will try. but I don't want to test I want to make a cheat.
    can you do esp in java? I would like to see esp just html is already outdated in my opinion


    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 

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