[REQUEST] Desk Garden

Ask about cheats/tables for single player games here
Post Reply
User avatar
deuxdoom
Cheater
Cheater
Posts: 35
Joined: Mon Aug 20, 2018 2:58 am
Reputation: 3

[REQUEST] Desk Garden

Post by deuxdoom »

Steam Website:
Game Name: Desk Garden
Game Engine:Unity
Game Version:2021.3.36f1
Other Info:
I tried to locate and modify the gold(coin) value, but it keeps reverting to the in-game amount and cannot be changed.

User avatar
chenhi25
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Feb 23, 2019 6:50 am
Reputation: 0

Re: [REQUEST] Desk Garden

Post by chenhi25 »

+1

I don't know how to modify the gold coin and flower coin.
The game's achievement is crazy...

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1660
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2821

Re: [REQUEST] Desk Garden

Post by BabyGroot »

Unlimited gold & flower coin, for DEMO VERSION.
I don't own this game.

Copy this code in Cheat Engine

Code: Select all

1. Select all Code And CTRL+C
2. Go to cheat engine and paste this code CTRL+v
3. Activate this script 
4. Done

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>105314</ID>
      <Description>"Unlimited Gold &amp; Flower Coin"</Description>
      <LastState Activated="1"/>
      <Color>804000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : DeskGardenDemo.exe
  Version: DEMO
  Date   : 2025-07-07
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscan(pData_Currency,48 8B 4E 50 48 33 C1) // should be unique
alloc(newmem,$1000,pData_Currency)

label(code)
label(return)

newmem:
  mov [rsi+50],#9999999999      //Gold
  mov [rsi+58],#9999999999      //flowerCoin


code:
  mov rcx,[rsi+50]
  xor rax,rcx
  jmp return

pData_Currency:
  jmp newmem
  nop 2
return:
registersymbol(pData_Currency)

[DISABLE]

pData_Currency:
  db 48 8B 4E 50 48 33 C1

unregistersymbol(pData_Currency)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Post Reply

Who is online

Users browsing this forum: AhrefsBot, remprest1, spillingreverie