Thanks:
- GameMaker Tools by aSwedishMagyar
I modified the Lua code & merged it as GM.lua
- Without that contribution, this topic wouldn't exist. Press and rate positive the post linked above as well, thanks.
- 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.
- Fixed
- The order of the variables under P->playerStatUps changes with updates, so named with numbers.
View options
- 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)
- Notes:
- Load Checkbox States
- Expand All Headers
- Check Updates
- Save Checkbox States
- 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
- Money Multiplier
- 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
- 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.
- ObjectArray & StringsList
- Fixed
- Food Drop Chance Buff
Developer changed the variable name. (ver 0.6.1693652770)
- Food Drop Chance Buff
- Added
- Already Have Golden Hammer
You don't need level 50 & multiple Super Collabs are possible. - Freeze Time
- Some variables.
- Already Have Golden Hammer
- 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.
- Weapon Strength Upgrade Buff
- Confirmed that itch.io version (0.6.1692569813) works now, but I cannot guarantee it in the future.
- Added
- P->playerStatUps
Under Pointer->PlayerManager.
- P->playerStatUps
- Added
- Pointer->FishingMiniGame
- Auto Fish Catching
- Pointer->FarmingSpot
- No Watering Cooldown
Only affects the top left plant. - Enable Speedhack
- Have fun
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.
Just updated my table. Let me know if Ive missed anything.
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1