Page 1 of 4

HoloCure - Save the Fans!

Posted: Thu Aug 17, 2023 5:35 am
by DhaosCollider

Thanks:
  • GameMaker Tools by aSwedishMagyar
    I modified the Lua code & merged it as GM.lua
  • Without that contribution, this topic wouldn't exist. Press Image and rate positive the post linked above as well, thanks.
Notes:
  • Requires Cheat Engine 7.2/later. (used many features added on CE 7.2)
  • You can lower your character's level.
    As an example, freeze "PLAYERLEVEL" to 1 when you reach level 2, earn as many rewards as you like. Unfreeze when you're satisfied.
  • Do not enable Money Multiplier on the opening, cuz CTD occurs when you start playing.
Nov 16, 2024:
  • Fixed
    • The order of the variables under P->playerStatUps changes with updates, so named with numbers.
  • HoloCure.CT
    (85.25 KiB) Downloaded 6540 times
View options
<colors>
  • Script or Script that's no available for AOB Error
  • AddressGroupHeader
  • GroupHeader/Comment
  • Variable

<scripts>
  • CE:
    • Compact Mode
    • Add Hotkeys Menu
    • Enable Speedhack
  • CT:
    • Save Checkbox States
      • Notes:
        • If saved, states of the checkbox can be restored when CT is started next time.
        • If they are variables, the values are also saved. (supports AllowIncrease/Decrease)
    • Load Checkbox States
    • Expand All Headers
    • Check Updates
  • Play:
    • Money Multiplier
      • times
    • RainBow EXP
    • Money Drop Chance Buff
    • Food Drop Chance Buff
    • Weapon Strength Upgrade Buff
      • strength
    • Ignore Enhance Costs
    • Infinite Reroll
    • Infinite Eliminate
    • Already Have Golden Hammer
    • Freeze Time
  • Holo House:
    • Auto Fish Catching
    • No Watering Cooldown
      • Note: Only affects the top left plant.

<pointers>
  • Pointer->GlobalVariables
    • version
    • PLAYERLEVEL
    • showHUDHP
    • showHPVal
    • aboveHP
    • maxHP
    • currentHP
    • experience
    • rainbowEXPDrop
    • goldAnvilCanDrop
    • moneyDropChanceBuff
    • fruitFoodBuff
    • anvilDropChanceBuff
    • enhancementBuff
    • moneyMultiplier
    • enhanceCostMultiplier
    • freeAnvil
    • stageCoinBonus
    • currentRunMoneyGained
    • moneyHeal
    • coinAutoPick
    • basedamage
    • damage
    • enemyDefeated
    • burgersEaten
    • showDamageText
    • reducedSpawn
    • gamepadSpeedMultiplier
    • rerollTimes
    • eliminateTimes
    • StatusEffects
    • goldenHammer
    • goldenHammerPieces
    • haluLevel
    • haluBuff
    • preHaluDefeated
    • timeModeRateScale
    • timeModeSpawnScale
    • timePause
    • timesDodged
    • fullscreen
    • screen_resolution_x
    • screen_resolution_y
    • width_gui
    • timeModeRateScale
    • bgmPlay
  • Pointer->PlayerManager
    • P->charName
    • P->playerStatUps
      • [1]
      • [2]
      • [3]
      • [4]
      • [5]
      • [6]
    • canControl
    • boxCoinGain
    • gotGoldenAnvil
    • enhanceDone
    • gameWon
    • hardcoreGamerFlag
    • lvlrate1
    • charPortrait
    • playerDamageTaken
    • boxCoinRate
    • winBonus
    • charWeapon
    • lvlexponent
    • charSpecial
    • specialCD
    • PERKS
    • gotAnvil
    • perksMenu
    • collabing
    • currentBoxItem
    • collabsMenu
    • haluBonusCoins
    • dontNeedFlag
    • eliminatedThisLevel
    • itemLimit
    • gameOvered
    • stickerActionSelected
    • ITEMS
    • eliminateMode
    • paused
    • reviving
    • holdLevel
    • superLit
    • darkening
    • goldenOptionSelected
    • hurtTime
    • collabsStartingIndex
    • collabCount
    • anvilID
    • stickerID
    • couchPotatoFlag
    • leveled
    • upgradeActionSelected
    • paused_screen_sprite
    • STICKERS
    • levelOptionSelect
    • stickerLineTime
    • itemBoxTakeOption
    • boxCoinTime
    • stickerAction
    • boxBounceTime
    • pauseOption
    • usedSticker
    • gotSticker
    • dankTime
    • controlsFree
    • numberOfMaxedWeapons
    • boxOpenned
    • boxItemAmount
    • numberOfOwnedItems
    • trueRNGcounter
    • boxOpenTime
    • enhancingTime
    • weaponLimit
    • collabDone
    • gotBox
    • canSpecial
    • collabingTime
    • goldenAnvilOptionSelected2
    • stickerPauseMenu
    • specialColorTime
    • enhanceResult
    • gameDone
    • specialIconPulseTime
  • Pointer->FishingMiniGame
    • barFlashTime
    • barHold
    • bonusFish
    • bonusYield
    • bpm
    • canControl
    • canPress
    • catchNumber
    • comboChain
    • currentDifficulty
    • difficultyUp
    • failAmount
    • failTimer
    • fireworksCD
    • fishDepleteRate
    • fishFound
    • fishGauge
    • fishingBegin
    • fishingFurniture
    • fishingMode
    • fishingTimer
    • fishSize
    • foundGold
    • goldBonus
    • letterBox
    • lightTime
    • minFish
    • queueTime
    • selectedFurniture
    • successAmount
    • waitTime
  • Pointer->FarmingSpot
    • attackCount
    • canControl
    • crit
    • cropsResults
    • cropsResultsTimer
    • currentMenu
    • currentPlant
    • cursorTime
    • DB
    • DR
    • emitter
    • farmConfirmSelect
    • farmID
    • glowTime
    • grown
    • growthState
    • growTime
    • highlighted
    • hitLimit
    • HPregen
    • interactable
    • interacting
    • inventorySelect1
    • inventorySelect2
    • lifetime
    • lightTime
    • pauseOption
    • pickupRange
    • removeConfirm
    • spriteHeight
    • spriteWidth
    • startingPosition
    • startingPosition2
    • transparent
    • uni_add
    • waitTime
    • waterCD
    • yieldNumber

<addresses>
  • CScriptList
  • ObjectArray
  • GlobalVariables
  • StringsList
View update history
Nov 15, 2024:
  • Fixed
    • ObjectArray & StringsList
      GameMaker update caused errors. Fixed so that those can be loaded correctly.
    • Removed Damage Multiplier (warning: also affects enemies)
      The damage variable is no longer responsive.
  • HoloCure.CT
    (85.26 KiB) Downloaded 935 times
Sep 03, 2023:
  • Fixed
    • Food Drop Chance Buff
      Developer changed the variable name. (ver 0.6.1693652770)
  • HoloCure.CT
    (86.7 KiB) Downloaded 8993 times
Aug 23, 2023:
  • Added
    • Already Have Golden Hammer
      You don't need level 50 & multiple Super Collabs are possible.
    • Freeze Time
    • Some variables.
  • Fixed
    • Weapon Strength Upgrade Buff
      You can now adjust the strength of the buff. (buffs are added when weapons are upgraded at max level)
    • Removed unrecognized variables.
      I hope developer don't change variable names unnecessarily.
  • Confirmed that itch.io version (0.6.1692569813) works now, but I cannot guarantee it in the future.
    HoloCure.CT
    (86.91 KiB) Downloaded 3868 times
Aug 20, 2023:
  • Added
    • P->playerStatUps
      Under Pointer->PlayerManager.
  • HoloCure.CT
    (81.99 KiB) Downloaded 2749 times
Aug 19, 2023:
  • Added
    • Pointer->FishingMiniGame
    • Auto Fish Catching
    • Pointer->FarmingSpot
    • No Watering Cooldown
      Only affects the top left plant.
    • Enable Speedhack
  • HoloCure.CT
    (81.46 KiB) Downloaded 1219 times
Aug 17, 2023:
  • Have fun :)
    HoloCure.CT
    (70.63 KiB) Downloaded 1351 times
How to unlock Archivements, Items etc
  • The save data source is a very easy-to-understand json file.
    Its Base64 encoded & exists as a dat file.
    If you search the internet about Base64 decoding & encoding, you'll probably find a lot of info in your language.

    File location: %LOCALAPPDATA%\HoloCure

    Many locked flags can be unlocked, but don't forget to back up your save data.

    Image
Reply:
  • Baofu wrote:
    Fri Nov 15, 2024 7:04 am
    Just updated my table. Let me know if Ive missed anything.

Re: HoloCure - Save the Fans!

Posted: Thu Aug 17, 2023 10:26 am
by kakiloe
thanks for the CT
but when i attached it popup error say : error string : gamer maker template 252 attempt to index to a nil value (field) ?

Re: HoloCure - Save the Fans!

Posted: Thu Aug 17, 2023 3:02 pm
by kakiloe
nope from steam one

Re: HoloCure - Save the Fans!

Posted: Thu Aug 17, 2023 5:34 pm
by raeyvolution
Here to report that it didn't work on my Steam version one too, same error as above---Game Maker template 252/209 attempt to index nil value

Re: HoloCure - Save the Fans!

Posted: Thu Aug 17, 2023 7:38 pm
by curambar
Same error here, maybe a day 0 patch changed the code?
Image

Re: HoloCure - Save the Fans!

Posted: Fri Aug 18, 2023 12:49 am
by Impala
Everything just worked for me fine

Re: HoloCure - Save the Fans!

Posted: Fri Aug 18, 2023 1:10 am
by topboy
Just start play this game yesterday because I never know the existence of it before. This game is so much fun.First few hour it's 100% positive on steam (now 99%) And IT'S FREE.

Thank you for the cheat table.

Re: HoloCure - Save the Fans!

Posted: Fri Aug 18, 2023 2:25 pm
by kakiloe
yes report in Build ID: 11969850 worrk perfectly

niceee

Re: HoloCure - Save the Fans!

Posted: Sat Aug 19, 2023 10:35 am
by raeyvolution
Tested and it worked great now! Thank you!

Re: HoloCure - Save the Fans!

Posted: Sat Aug 19, 2023 5:42 pm
by HeathenGator
is there any chance you can add pointers for pickup range and stage time?

Re: HoloCure - Save the Fans!

Posted: Sun Aug 20, 2023 3:43 am
by DarkFearless
Did they encrypt the Save file? Seems scrambled and no longer readable to unlock.

**UPDATE**:

Nevermind. As you've stated, had to decode base64. =).

Re: HoloCure - Save the Fans!

Posted: Mon Aug 21, 2023 12:45 am
by Carriva
Thanks you

Re: HoloCure - Save the Fans!

Posted: Mon Aug 21, 2023 7:06 am
by raeyvolution
Is there a way to fish Golden/Shiny Fishes? I found "foundGold" variable but just freezing it at 1 (true) does nothing other than making the animation a golden fish animation (and not the found fish)

Re: HoloCure - Save the Fans!

Posted: Mon Aug 21, 2023 10:22 am
by kynical
If you don't mind me asking what does the weapon str upgrade buff do?

Re: HoloCure - Save the Fans!

Posted: Mon Aug 21, 2023 4:47 pm
by Alex985
Pls update, the recent patch broke some scripts, for example the ones for stats and the fishing minigame