[REQUEST] Holocure save the fans

Ask about cheats/tables for single player games here
SergioP
Noobzor
Noobzor
Posts: 5
Joined: Mon Jun 27, 2022 4:04 am
Reputation: 0

Re: [REQUEST] Holocure save the fans

Post by SergioP »

MY bad* just click in the box and no need to change type / value ?

SergioP
Noobzor
Noobzor
Posts: 5
Joined: Mon Jun 27, 2022 4:04 am
Reputation: 0

Re: [REQUEST] Holocure save the fans

Post by SergioP »

for active is just click in the box or change type / value ?

renderkimigaya
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Jun 28, 2022 4:33 am
Reputation: 1

Re: [REQUEST] Holocure save the fans

Post by renderkimigaya »

ayo the table doesnt work anymore so uh dont use it

minisora
Noobzor
Noobzor
Posts: 9
Joined: Mon Jun 27, 2022 7:16 pm
Reputation: 9

Re: [REQUEST] Holocure save the fans

Post by minisora »

Simple table with coin and exp, just change exp value to a higher number to instant lvl up. Hopefully it works for other ppl too.
Attachments
HoloCure.CT
(1.59 KiB) Downloaded 1642 times

hobiron18
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Jan 31, 2022 7:55 pm
Reputation: 1

Re: [REQUEST] Holocure save the fans

Post by hobiron18 »

As of Today, @minisora's Cheat Table is still working for Me, i also made some additions to it, i hope it also works on ya'll.
Attachments
HoloCureV2.CT
(3.69 KiB) Downloaded 2362 times

djbb
Noobzor
Noobzor
Posts: 12
Joined: Tue Jun 11, 2019 6:47 am
Reputation: 2

Re: [REQUEST] Holocure save the fans

Post by djbb »

hobiron18 wrote:
Tue Jun 28, 2022 12:23 pm
As of Today, @minisora's Cheat Table is still working for Me, i also made some additions to it, i hope it also works on ya'll.
it doesn't work with me. it just won't cross the box

Loah26
Table Makers
Table Makers
Posts: 61
Joined: Wed Mar 09, 2022 6:37 am
Reputation: 128

Re: [REQUEST] Holocure save the fans

Post by Loah26 »

I've created simple one too.
Scripted because addresses are prone to fluctuation.

Confirmed that changing the upgrade level can achieve 999 rerolls and 100% food drop rate.
And These things are also probably possible:Crit100%/PickupRange1000%/InfSpecial/CooldownZero/Drop100%/Reroll999

EXP offset is wrong, but everything else seems to be fine after restarting, there's a trick to using this CT.

If you do too much editing, it could go wrong, you should keep a backup. C:\Users\"Yourname"\AppData\Local\HoloCure
If try to Refund with the maximum limit exceeded, it will be buggy, so it's better to restore the values to their original state.
My CT Feature
  • Basic
    • CompactMode
    • Attach to Process
    • Speed Hack
      • Force Pause
      • Speed multiplied 0.25
      • Speed multiplied 0.5
      • Speed multiplied 0.75
      • Speed multiplied 1.25
      • Speed multiplied 1.5
      • Speed multiplied 2
      • Speed multiplied 3
      • Speed multiplied 5
  • Coin/G.Rank Pointer
    • HoloCoins
    • Maybe coins often addressed incorrectly, but return to relevant screen, it'll be fine.
    • G.Rank
  • UpGrade Level
    • Highlight feature Level
    • Might be coins, especially when there's nothing else going on.
  • In Battle/Experience/KillCount Need to view Menu
    • Experience? Too far to hold accuracy
    • Coins
    • Kill Count
    • Display size
    • Current Health/Only view
    • Max Health/Only view
Additional Script for Up Grade Level
Focus on "Crit Up" and activate
As for Food Drops, they are far away and often misaligned.
But it's close by, so if you use double display type, it's easy to find.

Code: Select all

{$lua}
if syntaxcheck then return end

[ENABLE]

local addr, offset = getAddress("[ugptr]+10"), 0x20

local createStatsRecords = function()
        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x00 * offset
        mr.setDescription("Crit Up")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x01 * offset
        mr.setDescription("Max HP UP")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x12 * offset
        mr.setDescription("SPD UP")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x13 * offset
        mr.setDescription("Pick Up Range")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x1C * offset
        mr.setDescription("Reroll")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x1D * offset
        mr.setDescription("Money Gain Up")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x1E * offset
        mr.setDescription("EXP Gain Up")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x1F * offset
        mr.setDescription("SpecialCoolDown")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x20 * offset
        mr.setDescription("Regeneration")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x23 * offset
        mr.setDescription("ATK Up")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x27 * offset
        mr.setDescription("Haste Up")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x28 * offset
        mr.setDescription("Special Attack")
        mr.VarType = vtDouble

        mr = AddressList.createMemoryRecord()
        mr.appendToEntry(memrec)
        mr.Address = addr + 0x7D * offset
        mr.setDescription("Food Drops Up-Maybe bad")
        mr.VarType = vtDouble
end
createStatsRecords()

[DISABLE]

for i = memrec.count - 1, 0, -1 do memrec.Child[i].destroy() end
Attachments
HoloCure.CT
version DEMO 0.3.1656491913
(12.38 KiB) Downloaded 2069 times
Last edited by Loah26 on Fri Jul 01, 2022 3:33 pm, edited 7 times in total.

LiNcUtT
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Sep 26, 2018 1:43 pm
Reputation: 0

Re: [REQUEST] Holocure save the fans

Post by LiNcUtT »

Loah26 wrote:
Wed Jun 29, 2022 11:38 pm
I've created simple one too.
Scripted because addresses are prone to fluctuation.

Confirmed that changing the upgrade level can achieve 999 rerolls and 100% food drop rate.
And These things are also probably possible:Crit100%/PickupRange1000%/InfSpecial/CooldownZero/Drop100%/Reroll999
If you overdo it, it might be buggy, but it should be mostly okay.

As for UpGradeLevel,Ignore the upper limit.
If the upper limit is exceeded, it will be SoldOut, but you can change it.
Basically, the highlighting function is limited to changed value.
My CT Feature
  • Basic
    • CompactMode
    • Attach to Process
    • Speed Hack
      • Force Pause
      • Speed multiplied 0.25
      • Speed multiplied 0.5
      • Speed multiplied 0.75
      • Speed multiplied 1.25
      • Speed multiplied 1.5
      • Speed multiplied 2
      • Speed multiplied 3
      • Speed multiplied 5
  • Coin/G.Rank Pointer
    • HoloCoins
    • Maybe coins often addressed incorrectly, but return to relevant screen, it'll be fine.
    • G.Rank
  • UpGrade Level
    • Highlight feature Level
    • Might be coins, especially when there's nothing else going on.
  • In Battle/Experience/KillCount Need to view Menu
    • Experience? Too far to hold accuracy
    • Coins
    • Kill Count
    • Display size
    • Current Health/Only view
    • Max Health/Only view
it can't work properly, retry game or play awhile will make the cheats fail.
i think the base address isn't correct.

zonedragons2
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jun 30, 2022 7:39 am
Reputation: 0

Re: [REQUEST] Holocure save the fans

Post by zonedragons2 »

Here is my CT
HoloCure.CT
(13.22 KiB) Downloaded 1940 times

frostyscyther
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 27, 2022 3:08 am
Reputation: 1

Re: [REQUEST] Holocure save the fans

Post by frostyscyther »

Ninomae Tako'nis wrote:
Mon Jun 27, 2022 5:31 pm
raeyvolution wrote:
Mon Jun 27, 2022 5:04 pm
Thanks, but I cant seem to find said thread. Maybe it was deleted...
[Link]

Sorry, I forgot it was a thread about something completely unrelated. There are posts in this one talking about it.

Basically, open your save with a text editor and copy it into a Base64 decoder. Make your changes and then encode it back. Paste the new stuff into your save file and save it.
how do you see your save? which file is it in?

Nilaru
Cheater
Cheater
Posts: 26
Joined: Sat Mar 04, 2017 4:13 am
Reputation: 5

Re: [REQUEST] Holocure save the fans

Post by Nilaru »

frostyscyther wrote:
Thu Jun 30, 2022 1:47 pm
Ninomae Tako'nis wrote:
Mon Jun 27, 2022 5:31 pm
raeyvolution wrote:
Mon Jun 27, 2022 5:04 pm
Thanks, but I cant seem to find said thread. Maybe it was deleted...
[Link]

Sorry, I forgot it was a thread about something completely unrelated. There are posts in this one talking about it.

Basically, open your save with a text editor and copy it into a Base64 decoder. Make your changes and then encode it back. Paste the new stuff into your save file and save it.
how do you see your save? which file is it in?
%LOCALAPPDATA%\HoloCure

frostyscyther
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 27, 2022 3:08 am
Reputation: 1

Re: [REQUEST] Holocure save the fans

Post by frostyscyther »

is there a way i can change the color of the characters or is it impossible?

gexy_sasp
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jan 27, 2021 2:31 pm
Reputation: 0

Re: [REQUEST] Holocure save the fans

Post by gexy_sasp »

You can edit savefile with saveeditonline. Pretty easy and without ritual dances with decoders

MilkandCherries
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Aug 14, 2022 3:34 am
Reputation: 1

Re: [REQUEST] Holocure save the fans

Post by MilkandCherries »

Shunner wrote:
Mon Jun 27, 2022 9:37 am
does anyone know how to have infinite special yet?
Use the value 14F6ABB0 for an infinite amount of specials. The value type is double.
Hope this helps!

deppresioso
Noobzor
Noobzor
Posts: 6
Joined: Thu Mar 31, 2022 8:58 pm
Reputation: 2

Re: [REQUEST] Holocure save the fans

Post by deppresioso »

MilkandCherries wrote:
Sun Aug 14, 2022 3:35 am
Shunner wrote:
Mon Jun 27, 2022 9:37 am
does anyone know how to have infinite special yet?
Use the value 14F6ABB0 for an infinite amount of specials. The value type is double.
Hope this helps!
the game change the address everytime it start a new game. (the addres when i test it was 103DF650)

Post Reply

Who is online

Users browsing this forum: Gameseeker2198, Majestic-12 [Bot]