[request] hello kitty island adventures
- CheshireRose247
- Novice Cheater
- Posts: 18
- Joined: Tue Aug 06, 2019 6:39 pm
- Reputation: 4
[request] hello kitty island adventures
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
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
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.
And the prices on Steam make my eyes hurt.

-
- Expert Cheater
- Posts: 58
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 7
- CheshireRose247
- Novice Cheater
- Posts: 18
- Joined: Tue Aug 06, 2019 6:39 pm
- Reputation: 4
Re: [request] hello kitty island adventures
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
+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
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!

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!

Last edited by VampTY on Thu Jan 30, 2025 9:49 pm, edited 2 times in total.
Re: [request] hello kitty island adventures
yes, Denuvo is not for blocking cheats, but for making pirated games.
Re: [request] hello kitty island adventures
+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
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
You could easily change values by discarding, picking up or crafting items using 4 bytes.
Might be possible to freeze daily gifting.
Might be possible to freeze daily gifting.
Re: [request] hello kitty island adventures
This should give you infinite stamina
Copy/Paste below code in your cheat table
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>
-
- Noobzor
- Posts: 8
- Joined: Thu Jun 27, 2024 2:30 pm
- Reputation: 0
Re: [request] hello kitty island adventures
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:CJBok wrote: ↑Fri Jan 31, 2025 8:27 amThis should give you infinite stamina
Copy/Paste below code in your cheat tableCode: 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>
[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
GrangerGirl wrote: ↑Fri Jan 31, 2025 4:31 pmHey, 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:CJBok wrote: ↑Fri Jan 31, 2025 8:27 amThis should give you infinite stamina
Copy/Paste below code in your cheat tableCode: 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>
[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



-
- Expert Cheater
- Posts: 58
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 7
Re: [request] hello kitty island adventures
please maximum friendship experience and max items.
-
- Expert Cheater
- Posts: 58
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 7
Re: [request] hello kitty island adventures
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
Who is online
Users browsing this forum: chalothorn, Google Adsense [Bot], Natsume, NishihiroLeiro