Game Name: Shattered Heaven
Game Engine: Unity
Tags: Strategy, Roguelite, Deck Building, 2D, Turn-Based Combat
Looking for:
Infinite Health
God Mode
Infinite Resource (gold, iron, keys,)
One Hit Kill
[Request] Shattered Heaven
Re: [Request] Shattered Heaven
Shattered Heaven [
Activate Shattered Heaven after launching your game, then you can press while playing the option named Character_Parameter:Update after you've got hit once.
Only five pointers i've setup so far, the rest is up to you, the rest of the options won't work unless you'll add some stuff, for all, i wasn't in any mood at all in order to rename all of them, there's a lot of options below, so you can set the value yourself to those you might desire, i even made you a small tutorial, it's Unity, so damn easy.
Ok, click on any pointer that is not working, starting with HealingItemLevel, then make it look like this below, make sure to add v for the address, or you can change it in the script, your choice and most of all, best of luck!
What you need to do?
In that example the address is 2E7FF000+25C, to change the address, just rename all with v, that's the name of the pointer, in my script, from my name, V...... , anyway, then click on Pointer and add the offset, meaning 25C.All will be like that, different offsets though, same address, meaning v.
There, you've learned how to add these from Unity, big deal!
_____________________________________________________________
Reason why i did this? Perhaps some could actually learn something!
Take care!
Non-Steam
] v 1.5.0Activate Shattered Heaven after launching your game, then you can press while playing the option named Character_Parameter:Update after you've got hit once.
Only five pointers i've setup so far, the rest is up to you, the rest of the options won't work unless you'll add some stuff, for all, i wasn't in any mood at all in order to rename all of them, there's a lot of options below, so you can set the value yourself to those you might desire, i even made you a small tutorial, it's Unity, so damn easy.
Ok, click on any pointer that is not working, starting with HealingItemLevel, then make it look like this below, make sure to add v for the address, or you can change it in the script, your choice and most of all, best of luck!
What you need to do?
Change address
Change offset
In that example the address is 2E7FF000+25C, to change the address, just rename all with v, that's the name of the pointer, in my script, from my name, V...... , anyway, then click on Pointer and add the offset, meaning 25C.All will be like that, different offsets though, same address, meaning v.
There, you've learned how to add these from Unity, big deal!
Note
: the script is also working for all three heros, without adding pointers, just remove what's done for pointer, then you can set the health for them, meaning mov [eax+250],(int)999_____________________________________________________________
Reason why i did this? Perhaps some could actually learn something!
Take care!
- Attachments
-
- Shattered Heaven.CT
- [Non-Steam] 1.5.0
- (117.79 KiB) Downloaded 214 times
Re: [Request] Shattered Heaven
infinite thanksVampTY wrote: ↑Thu Nov 16, 2023 8:36 pmShattered Heaven [Non-Steam
] v 1.5.0
Activate Shattered Heaven after launching your game, then you can press while playing the option named Character_Parameter:Update after you've got hit once.
Only five pointers i've setup so far, the rest is up to you, the rest of the options won't work unless you'll add some stuff, for all, i wasn't in any mood at all in order to rename all of them, there's a lot of options below, so you can set the value yourself to those you might desire, i even made you a small tutorial, it's Unity, so damn easy.
Ok, click on any pointer that is not working, starting with HealingItemLevel, then make it look like this below, make sure to add v for the address, or you can change it in the script, your choice and most of all, best of luck!
What you need to do?
Change address
Change offset
In that example the address is 2E7FF000+25C, to change the address, just rename all with v, that's the name of the pointer, in my script, from my name, V...... , anyway, then click on Pointer and add the offset, meaning 25C.All will be like that, different offsets though, same address, meaning v.
There, you've learned how to add these from Unity, big deal!
Note
: the script is also working for all three heros, without adding pointers, just remove what's done for pointer, then you can set the health for them, meaning mov [eax+250],(int)999
_____________________________________________________________
Reason why i did this? Perhaps some could actually learn something!
Take care!