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.
[REQUEST] Desk Garden
Re: [REQUEST] Desk Garden
+1
I don't know how to modify the gold coin and flower coin.
The game's achievement is crazy...
I don't know how to modify the gold coin and flower coin.
The game's achievement is crazy...
Re: [REQUEST] Desk Garden
Unlimited gold & flower coin, for DEMO VERSION.
I don't own this game.
Copy this code in Cheat Engine
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 & 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>
Who is online
Users browsing this forum: youngthugfan183