
Happy Secret
-
Posts
538 -
Joined
-
Last visited
Posts posted by Happy Secret
-
-
1 hour ago, Jose Da manga said:
Whats downlod?
Scroll down to see download link
-
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 = 100You need to run this with H5GG enhanced menu. It is not a standalone script
-
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...
-
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 cheatSpoiler3. 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. -
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
-
10 hours ago, asdf1111 said:
Please update to v0.27.13
Thank you so much😃Cheat updated ..
Game developer updated they logic again...
They spent significant effort to ensure a fair gaming environment, which is good.
-
3 hours ago, kevzz01 said:
Game crashes after a few minutes of using the cheat. Can somebody help?
Try reduce the cheat amount. The game developer is taking serious action against cheat. Suggest to move back to a more legitimate value.
-
2 hours ago, kevinlz86 said:
NO I don’t know how to do it
Download the DIY PACK, and follow instructions
-
24 minutes ago, kevinlz86 said:
sir, its version 1.51.1.2 now, hopefully you will release a new update version soon,thank you very much,
Did you try the DIY? You can use the DIY on top of other cheat like map hack.
-
4 hours ago, qwe013019 said:
When the value is too much ,all damage will goes nothing
Seems to be change value with typing not slider
Feel free to update the script. Just find those value to change
-
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.WARNINGThis game has high cheat detection and kick rate. Use at your own risk
Cheat Video/Screenshots:N/A
Credits:
- Happy Secret-
37
-
3
-
1
-
2
-
4
-
1
-
-
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
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.
-
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
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”
-
2 hours ago, iosappcrack said:
how can i find document of script for H5GG?
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
-
1 hour ago, iosappcrack said:
How Can I use H5GG to mod offset for PUBG.
Sorry, I don’t familiar with modding PUBG
-
9 hours ago, Lumine. said:
possible make 1 hit include barrier or shield sir?
I haven’t meet enemy with Shield yet. When will that enemy appear? I need to test.
-
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.
-
11 minutes ago, congxyz2k6 said:
My iPad has 7.5 gb left so I don’t know if that’s the issue
7.5gb is not an issue.
Sorry, I have no idea why it don’t work for you. Please accept my apology. -
4 hours ago, Lumine. said:
possible make 1 hit include barrier or shield sir?
When will enemy has a shield? I didn’t actually play this game much.
-
8 hours ago, congxyz2k6 said:
also it only work 1 time when I redownload the modded game and wait for the cheat box while downloading game data, then i get into the game and use it normally
Meaning after full download, then you can’t use the cheat again? It looks like memory or storage issue to me.
-
45 minutes ago, congxyz2k6 said:
my device is not jailbroken and it doesnt show any error message it just crash
im using an ipad is that any problem?
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”?
-
2 hours ago, congxyz2k6 said:
My game always crashing while loading the cheat box , how to fix?
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 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
-
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
Eversoul v0.27.13 (Patched and no longer working) +3 Mod Menu Cheats for Jailed iDevices!
in Free Non-Jailbroken IPA Cheats
Posted
Developer added Cheat detection. Game shutdown even before cheat enabled.
Will check later to see way to bypass.
Anyway, this game has weekly update schedule and very desperate to kick cheat.
Even I would provide an update, it probably be last update. This developer deserves a clean gaming environment.