[REQUEST] Holocure save the fans
Re: [REQUEST] Holocure save the fans
MY bad* just click in the box and no need to change type / value ?
Re: [REQUEST] Holocure save the fans
for active is just click in the box or change type / value ?
-
- What is cheating?
- Posts: 2
- Joined: Tue Jun 28, 2022 4:33 am
- Reputation: 1
Re: [REQUEST] Holocure save the fans
ayo the table doesnt work anymore so uh dont use it
Re: [REQUEST] Holocure save the fans
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 1680 times
Re: [REQUEST] Holocure save the fans
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 2408 times
Re: [REQUEST] Holocure save the fans
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.
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.
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 2103 times
Last edited by Loah26 on Fri Jul 01, 2022 3:33 pm, edited 7 times in total.
Re: [REQUEST] Holocure save the fans
it can't work properly, retry game or play awhile will make the cheats fail.Loah26 wrote: ↑Wed Jun 29, 2022 11:38 pmI'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
i think the base address isn't correct.
-
- What is cheating?
- Posts: 1
- Joined: Thu Jun 30, 2022 7:39 am
- Reputation: 0
Re: [REQUEST] Holocure save the fans
Here is my CT
-
- What is cheating?
- Posts: 4
- Joined: Mon Jun 27, 2022 3:08 am
- Reputation: 1
Re: [REQUEST] Holocure save the fans
how do you see your save? which file is it in?Ninomae Tako'nis wrote: ↑Mon Jun 27, 2022 5:31 pm[Link]raeyvolution wrote: ↑Mon Jun 27, 2022 5:04 pmThanks, but I cant seem to find said thread. Maybe it was deleted...
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.
Re: [REQUEST] Holocure save the fans
%LOCALAPPDATA%\HoloCurefrostyscyther wrote: ↑Thu Jun 30, 2022 1:47 pmhow do you see your save? which file is it in?Ninomae Tako'nis wrote: ↑Mon Jun 27, 2022 5:31 pm[Link]raeyvolution wrote: ↑Mon Jun 27, 2022 5:04 pmThanks, but I cant seem to find said thread. Maybe it was deleted...
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.
-
- What is cheating?
- Posts: 4
- Joined: Mon Jun 27, 2022 3:08 am
- Reputation: 1
Re: [REQUEST] Holocure save the fans
is there a way i can change the color of the characters or is it impossible?
Re: [REQUEST] Holocure save the fans
You can edit savefile with saveeditonline. Pretty easy and without ritual dances with decoders
-
- What is cheating?
- Posts: 1
- Joined: Sun Aug 14, 2022 3:34 am
- Reputation: 1
-
- Noobzor
- Posts: 6
- Joined: Thu Mar 31, 2022 8:58 pm
- Reputation: 2
Re: [REQUEST] Holocure save the fans
the game change the address everytime it start a new game. (the addres when i test it was 103DF650)MilkandCherries wrote: ↑Sun Aug 14, 2022 3:35 amUse the value 14F6ABB0 for an infinite amount of specials. The value type is double.
Hope this helps!
Who is online
Users browsing this forum: DotBot, Google [Bot], MysticalWhiteWolf, Retroboy, studexp, YandexBot