i agree with this one 100 percent. they’re controlling their players! oh well. waiting for the discord servercat_catastrophe wrote: ↑Fri Feb 14, 2025 12:00 amThe devs are definitely control freaks; when you consider all the time gating in the game mixed with the fact that they went out of their way to make sure players get penalized for time traveling... I think that's likely what lead to a lot of us using CE on it to begin with. I'm sure a chunk of the people here would have simply time traveled if the devs hadn't been dicks about it.
Nintendo didn't even do this with Animal Crossing. Nintendo. AKA the most notorious control freaks in gaming, lol. It's wild to me.
Like for me anyway, I don't usually pull out CE for cozy games, pretty much all my prior use cases of it were when I was struggling with something in combat-heavy games that didn't have any real modding community. But the time gating on everything in HKIA was driving me up a frikkin' wall. I was happily surprised that I found a thread with scripts and people assembling cheat tables.![]()
[request] hello kitty island adventures
Re: [request] hello kitty island adventures
-
- Expert Cheater
- Posts: 53
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 6
Re: [request] hello kitty island adventures
I also think it's a shame that the new update no longer allows you to use CE. HKIA is a very nice game, but the materials are hard to get together because you always have to wait until the next day and with the CE table you could double the materials so nicely. I hope that someone finds a solution so that the table can work again so that you can continue to enjoy the game.
Re: [request] hello kitty island adventures
I'm an absolute noob on this topic, I downloaded cheat engine just the day before yesterday, but there was no limit to my joy when I found this method with 99 items, and what pain I felt when it stopped working the very next day, I'm honestly even ready to pay the one who returns this opportunity, so please share if you create a discord server
Re: [request] hello kitty island adventures
I really hate that company!!! I am regretting paying $60 for this game.
- AskaLangly
- Novice Cheater
- Posts: 22
- Joined: Thu Nov 25, 2021 5:13 am
- Reputation: 2
Re: [request] hello kitty island adventures
Watching this space.
Re: [request] hello kitty island adventures
I would also love to join, the "99 items" cheat was really nice to have and pretty much made the infinite stamina one obsolete when you have hundreds of stamina apples. Thankfully I already have quite a surplus of materials so I can help my girlfriend out when she finally gets the game.
-
- Noobzor
- Posts: 5
- Joined: Thu Jun 24, 2021 12:09 pm
- Reputation: 10
Re: [request] hello kitty island adventures
Howdy howdy, since you liked my last script here's one for the Rockadoodler Roundup. Just need to catch one of the little guys, use Pochaco or Keropi to help! Also I'd appreciate a discord invite!
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>2</ID>
<Description>"Catch 1 Rockadoodler to win!"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(chicken_count_aob,GameAssembly.dll,01 91 90000000)
alloc(newmem,$100,chicken_count_aob)
label(return)
newmem:
add [rcx+90], edx // Adds Rockadoodler to scoreboard
add [rcx+90], edx // Repeat it 15 times to avoid a crash
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
add [rcx+90], edx
jmp return
chicken_count_aob:
jmp newmem
nop
return:
registersymbol(chicken_count_aob)
[DISABLE]
chicken_count_aob:
db 01 91 90000000
unregistersymbol(chicken_count_aob)
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
-
- What is cheating?
- Posts: 1
- Joined: Thu Sep 12, 2024 3:42 am
- Reputation: 0
Re: [request] hello kitty island adventures
Odd request but does anyone know how to unlock crafting plans with CE? Or how to edit friendship levels with a resident to lower it again? I stupidly had a friendship multiplier on and one of the rewards was a crafting plan that it skipped over... I need the plan for a quest now and I'm regretting my choices LOL
-
- Noobzor
- Posts: 5
- Joined: Thu Jun 24, 2021 12:09 pm
- Reputation: 10
Re: [request] hello kitty island adventures
And here is one script for Bogging for Apples. This one is a little weird and can cause a crash. I have tested it a few times and the way to prevent this is to attach CE to the program, start a round of the minigame, and then enable the script. Once it's enabled, don't turn it off otherwise trying to pick an apple will crash your game. Feel free to try and tweak it on your own though.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>24663</ID>
<Description>"Grab one apple to win!"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(apple_aob,GameAssembly.dll,01 91 90000000 C6 81 C0000000 01 C3)
alloc(newmem,$100,apple_aob)
label(return)
newmem:
add [rcx+90],edx // Adds 1 apple to scoreboard
add [rcx+90],edx // Repeated 25 times to win
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
add [rcx+90],edx
jmp return
apple_aob:
jmp newmem
nop
return:
[DISABLE]
apple_aob:
db 01 91 90000000 C6 81 C0000000 01 C3
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
-
- Expert Cheater
- Posts: 53
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 6
Re: [request] hello kitty island adventures
can someone create a cheat where visitors get a 5 star rating and a cheat for instant flowers
Re: [request] hello kitty island adventures
I would either need a deleveling cheat or a save that has been played since 1st of february for the fest items. Can Anyone help me? My save is screwed because I used the friendship option and thus have no blueprints at all
-
- Administration
- Posts: 408
- Joined: Fri Mar 03, 2017 12:04 am
- Reputation: 173
Re: [request] hello kitty island adventures
Topic cleaned. The discord was just a place to shill for the notorious paid trainer app that engages in theft and sketchy activities and is banned from being mentioned here.
-
- Expert Cheater
- Posts: 53
- Joined: Thu Jul 04, 2024 8:04 am
- Reputation: 6
Re: [request] hello kitty island adventures
can someone create a table where you can delete the quest items.
-
- What is cheating?
- Posts: 1
- Joined: Mon Feb 17, 2025 6:15 am
- Reputation: 0
Re: [request] hello kitty island adventures
is anyone able to work on the 99 item thing? i'm so deflated finding out it was there, working, and then some update ruined it just recently.. or is there another way to edit the inventory somehow? T^T
i unlocked the recycle plant and gave it 75 trash bags instantly and it gave me a single thing in return bc i guess it was the unlock quest and i. didn't know it would do that,,, so i am frustrate. why there the devs so anal abt being control freaks
i unlocked the recycle plant and gave it 75 trash bags instantly and it gave me a single thing in return bc i guess it was the unlock quest and i. didn't know it would do that,,, so i am frustrate. why there the devs so anal abt being control freaks
-
- What is cheating?
- Posts: 3
- Joined: Thu Feb 13, 2025 6:38 pm
- Reputation: 0
Re: [request] hello kitty island adventures
yeah so far I think no luck on getting a new working table =( I will patiently wait, wish I knew how to fix the table that was already working =(
Who is online
Users browsing this forum: Bing [Bot], Haeon223