Page 2 of 3

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 6:26 am
by SergioP
MY bad* just click in the box and no need to change type / value ?

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 6:33 am
by SergioP
for active is just click in the box or change type / value ?

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 8:35 am
by renderkimigaya
ayo the table doesnt work anymore so uh dont use it

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 8:58 am
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.

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 12:23 pm
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.

Re: [REQUEST] Holocure save the fans

Posted: Tue Jun 28, 2022 10:48 pm
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

Re: [REQUEST] Holocure save the fans

Posted: Wed Jun 29, 2022 11:38 pm
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

Re: [REQUEST] Holocure save the fans

Posted: Thu Jun 30, 2022 3:40 am
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.

Re: [REQUEST] Holocure save the fans

Posted: Thu Jun 30, 2022 7:41 am
by zonedragons2
Here is my CT
HoloCure.CT
(13.22 KiB) Downloaded 1953 times

Re: [REQUEST] Holocure save the fans

Posted: Thu Jun 30, 2022 1:47 pm
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?

Re: [REQUEST] Holocure save the fans

Posted: Fri Jul 01, 2022 1:42 am
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

Re: [REQUEST] Holocure save the fans

Posted: Tue Jul 05, 2022 2:23 pm
by frostyscyther
is there a way i can change the color of the characters or is it impossible?

Re: [REQUEST] Holocure save the fans

Posted: Mon Jul 11, 2022 1:18 pm
by gexy_sasp
You can edit savefile with saveeditonline. Pretty easy and without ritual dances with decoders

Re: [REQUEST] Holocure save the fans

Posted: Sun Aug 14, 2022 3:35 am
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!

Re: [REQUEST] Holocure save the fans

Posted: Sun Sep 11, 2022 5:56 am
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)