Page 1 of 7
[request] hello kitty island adventures
Posted: Thu Jan 30, 2025 12:12 pm
by CheshireRose247
Game Name: hello kitty island adventures
Game Engine: unity
Game Version: 1.0 im assuming since it just came out? sorry not sure how to find this i googled but nothing....
Options Required: infinate stamina, max resources and/or items
Steam Website:
Other Info: not sure if it matters but spesifically the deluxe edition not standard- i dont have the game just yet but getting it on payday and ill update the game version info then if needs be
Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 1:04 pm
by BabyGroot
There is no cracked version of this game yet, because this game uses (Denuvo Anti-Tamper).
And the prices on Steam make my eyes hurt.

Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 1:06 pm
by Sakura-Chan
+1
Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 1:42 pm
by CheshireRose247
BabyGroot wrote: ↑Thu Jan 30, 2025 1:04 pm
There is no cracked version of this game yet, because this game uses (Denuvo Anti-Tamper).
And the prices on Steam make my eyes hurt.
ah shoot. thank you i didnt know it had a anti tamper- hopefully someone can make a work around.
and lol yeah my wallets gonna hate me for quite some time...
Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 2:13 pm
by ramicca
+1 for this. i know it is still possible to make a ct file for this as final fantasy 16 has denuvo as well and people managed to make a ct file for it and also trainers
Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 2:23 pm
by Flipah
+1
Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 2:55 pm
by VampTY
Regarding Denuvo, no problem making cheats, i have a lot of games on my platform list that i made cheats for.You can easily make cheats for either pirated or legit versions.Now cracking the game on the other hand is difficult for crackers to work and to release their work and since not of all us buy it

we just do them cause we can and we want to help.CPY and Codex for example.Not many now will release, or they're bought not to release, remember Codex retire?Some say they did received a lot of money, some say they didn't, suddenly they retired from the scene.Denuvo is mostly used for anti piracy and online gameplay when is added, since dev's desire is to make some profit first and not doing nothing at all.
Expect from people that do own the game, i'm pretty sure it would be easy.And if this will be a port of the previous release, that would mean they've rushed it for money.And also 59,99€, what in the world.
Take care!

Re: [request] hello kitty island adventures
Posted: Thu Jan 30, 2025 3:09 pm
by BabyGroot
yes, Denuvo is not for blocking cheats, but for making pirated games.
Re: [request] hello kitty island adventures
Posted: Fri Jan 31, 2025 12:27 am
by miabi
+1
it is possible to edit item amount values easy enough (as they are easy to find once you have some but still need them in the first place) but would love something to edit friendship values because the walling sucks
Re: [request] hello kitty island adventures
Posted: Fri Jan 31, 2025 2:41 am
by Offor
You could easily change values by discarding, picking up or crafting items using 4 bytes.
Might be possible to freeze daily gifting.
Re: [request] hello kitty island adventures
Posted: Fri Jan 31, 2025 8:27 am
by CJBok
This should give you infinite stamina
Copy/Paste below code in your cheat table
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>24572</ID>
<Description>"Infinite Stamina"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(stamina_aob,lib_burst_generated.dll,C4 A1 7A 11 4C 09 ? 42 89 54 09 ? C4 A1 7A 11 54 09 ? C4 A1 7A 11 5C 09 ? 46 88 44 09 ?)
registersymbol(stamina_aob)
alloc(newmem,$100,stamina_aob)
label(return)
newmem:
vmovss [rcx+r9+40],xmm1
mov dword ptr [rcx+r9+40],(float)9
jmp return
stamina_aob:
jmp newmem
nop 2
return:
[DISABLE]
stamina_aob:
db C4 A1 7A 11 4C 09 40
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Re: [request] hello kitty island adventures
Posted: Fri Jan 31, 2025 4:31 pm
by GrangerGirl
CJBok wrote: ↑Fri Jan 31, 2025 8:27 am
This should give you infinite stamina
Copy/Paste below code in your cheat table
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>24572</ID>
<Description>"Infinite Stamina"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(stamina_aob,lib_burst_generated.dll,C4 A1 7A 11 4C 09 ? 42 89 54 09 ? C4 A1 7A 11 54 09 ? C4 A1 7A 11 5C 09 ? 46 88 44 09 ?)
registersymbol(stamina_aob)
alloc(newmem,$100,stamina_aob)
label(return)
newmem:
vmovss [rcx+r9+40],xmm1
mov dword ptr [rcx+r9+40],(float)9
jmp return
stamina_aob:
jmp newmem
nop 2
return:
[DISABLE]
stamina_aob:
db C4 A1 7A 11 4C 09 40
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Hey, first i'd like to thank you for putting the time to do this , you're awesome! But unfortunatly i'm a bit of a noob and might be doing something wrong.. When I pasted the script on my cheat table and tried to execute it , it gave me the following error:
[string "<?xml version="1.0" encoding="utf-8"?>..."]:1: unexpected symbol near '<'
Any idea of what I'm doing wrong?
Re: [request] hello kitty island adventures
Posted: Fri Jan 31, 2025 5:14 pm
by CJBok
GrangerGirl wrote: ↑Fri Jan 31, 2025 4:31 pm
CJBok wrote: ↑Fri Jan 31, 2025 8:27 am
This should give you infinite stamina
Copy/Paste below code in your cheat table
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>24572</ID>
<Description>"Infinite Stamina"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(stamina_aob,lib_burst_generated.dll,C4 A1 7A 11 4C 09 ? 42 89 54 09 ? C4 A1 7A 11 54 09 ? C4 A1 7A 11 5C 09 ? 46 88 44 09 ?)
registersymbol(stamina_aob)
alloc(newmem,$100,stamina_aob)
label(return)
newmem:
vmovss [rcx+r9+40],xmm1
mov dword ptr [rcx+r9+40],(float)9
jmp return
stamina_aob:
jmp newmem
nop 2
return:
[DISABLE]
stamina_aob:
db C4 A1 7A 11 4C 09 40
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Hey, first i'd like to thank you for putting the time to do this , you're awesome! But unfortunatly i'm a bit of a noob and might be doing something wrong.. When I pasted the script on my cheat table and tried to execute it , it gave me the following error:
[string "<?xml version="1.0" encoding="utf-8"?>..."]:1: unexpected symbol near '<'
Any idea of what I'm doing wrong?
- Click "SELECT ALL"
- Press "CTRL+C"
- Focus on Cheat Engine main screen
- Press "CTRL+V"
- Cheat should now be added

Re: [request] hello kitty island adventures
Posted: Sat Feb 01, 2025 6:47 am
by Sakura-Chan
please maximum friendship experience and max items.
Re: [request] hello kitty island adventures
Posted: Sat Feb 01, 2025 7:06 am
by Sakura-Chan
you can double items I did it with the cheat table but I can't create something like that myself I think you can cheat in the game because I tried it. I hope someone can create a table with max friendship, max items and infinite stamina