[request] hello kitty island adventures

Ask about cheats/tables for single player games here
Post Reply
User avatar
CheshireRose247
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Aug 06, 2019 6:39 pm
Reputation: 4

[request] hello kitty island adventures

Post 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

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1659
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2818

Re: [request] hello kitty island adventures

Post 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. :D

Sakura-Chan
Expert Cheater
Expert Cheater
Posts: 58
Joined: Thu Jul 04, 2024 8:04 am
Reputation: 7

Re: [request] hello kitty island adventures

Post by Sakura-Chan »

+1

User avatar
CheshireRose247
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Aug 06, 2019 6:39 pm
Reputation: 4

Re: [request] hello kitty island adventures

Post 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. :D
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...

User avatar
ramicca
Noobzor
Noobzor
Posts: 8
Joined: Tue Jun 25, 2024 6:37 am
Reputation: 1

Re: [request] hello kitty island adventures

Post 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

User avatar
Flipah
Expert Cheater
Expert Cheater
Posts: 69
Joined: Mon Oct 31, 2022 7:34 pm
Reputation: 10

Re: [request] hello kitty island adventures

Post by Flipah »

+1

User avatar
VampTY
Table Makers
Table Makers
Posts: 1020
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1595

Re: [request] hello kitty island adventures

Post 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 :lol: 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. :lol:

Take care!
:P
Last edited by VampTY on Thu Jan 30, 2025 9:49 pm, edited 2 times in total.

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1659
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2818

Re: [request] hello kitty island adventures

Post by BabyGroot »

yes, Denuvo is not for blocking cheats, but for making pirated games.

User avatar
miabi
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sun Dec 23, 2018 1:52 am
Reputation: 12

Re: [request] hello kitty island adventures

Post 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

User avatar
Offor
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue May 29, 2018 10:26 am
Reputation: 4

Re: [request] hello kitty island adventures

Post by Offor »

You could easily change values by discarding, picking up or crafting items using 4 bytes.
Might be possible to freeze daily gifting.

CJBok
Table Makers
Table Makers
Posts: 52
Joined: Sat May 26, 2018 11:33 am
Reputation: 123

Re: [request] hello kitty island adventures

Post 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>

GrangerGirl
Noobzor
Noobzor
Posts: 8
Joined: Thu Jun 27, 2024 2:30 pm
Reputation: 0

Re: [request] hello kitty island adventures

Post 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?

CJBok
Table Makers
Table Makers
Posts: 52
Joined: Sat May 26, 2018 11:33 am
Reputation: 123

Re: [request] hello kitty island adventures

Post 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?
  1. Click "SELECT ALL"
  2. Press "CTRL+C"
  3. Focus on Cheat Engine main screen
  4. Press "CTRL+V"
  5. Cheat should now be added
Image
Image
Image

Sakura-Chan
Expert Cheater
Expert Cheater
Posts: 58
Joined: Thu Jul 04, 2024 8:04 am
Reputation: 7

Re: [request] hello kitty island adventures

Post by Sakura-Chan »

please maximum friendship experience and max items.

Sakura-Chan
Expert Cheater
Expert Cheater
Posts: 58
Joined: Thu Jul 04, 2024 8:04 am
Reputation: 7

Re: [request] hello kitty island adventures

Post 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

Post Reply

Who is online

Users browsing this forum: chalothorn, Google Adsense [Bot], Natsume, NishihiroLeiro