Page 1 of 1
[Request] DEMON GAZE EXTRA [STEAM]
Posted: Mon Apr 25, 2022 6:49 pm
by fearnotcheating
Game Name: DEMON GAZE EXTRA
Game Engine: Unknown
Game Version: 1.0
Game Type: Dungeon RPG
Release Data: April 25
Options Required: Money, item quantity (gems, healing items, etc...), number of stat increases at level up
Steam Website:
Re: [Request] DEMON GAZE EXTRA [STEAM]
Posted: Tue Apr 26, 2022 6:38 am
by BabyGroot
Infinite money
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>104799</ID>
<Description>"Infinite Money"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : DEMON GAZE EXTRA.exe
Version:
Date : 2022-04-26
Author : ResQ
This script does blah blah blah
}
define(address,"DemonGaze.dll"+5D9A1)
define(bytes,48 89 81 30 0E 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,"DemonGaze.dll"+5D9A1)
label(code)
label(return)
newmem:
mov rax,#99999999
code:
mov [rcx+00000E30],rax
jmp return
address:
jmp newmem
nop 2
return:
[DISABLE]
address:
db bytes
// mov [rcx+00000E30],rax
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: DemonGaze.dll+5D9A1
DemonGaze.dll+5D97C: CC - int 3
DemonGaze.dll+5D97D: CC - int 3
DemonGaze.dll+5D97E: CC - int 3
DemonGaze.dll+5D97F: CC - int 3
DemonGaze.dll+5D980: 8B C2 - mov eax,edx
DemonGaze.dll+5D982: 48 BA FF E3 0B 54 02 00 00 00 - mov rdx,00000002540BE3FF
DemonGaze.dll+5D98C: 48 01 81 30 0E 00 00 - add [rcx+00000E30],rax
DemonGaze.dll+5D993: 48 8B 81 30 0E 00 00 - mov rax,[rcx+00000E30]
DemonGaze.dll+5D99A: 48 3B C2 - cmp rax,rdx
DemonGaze.dll+5D99D: 48 0F 4F C2 - cmovg rax,rdx
// ---------- INJECTING HERE ----------
DemonGaze.dll+5D9A1: 48 89 81 30 0E 00 00 - mov [rcx+00000E30],rax
// ---------- DONE INJECTING ----------
DemonGaze.dll+5D9A8: C3 - ret
DemonGaze.dll+5D9A9: CC - int 3
DemonGaze.dll+5D9AA: CC - int 3
DemonGaze.dll+5D9AB: CC - int 3
DemonGaze.dll+5D9AC: CC - int 3
DemonGaze.dll+5D9AD: CC - int 3
DemonGaze.dll+5D9AE: CC - int 3
DemonGaze.dll+5D9AF: CC - int 3
DemonGaze.dll+5D9B0: 48 8B 01 - mov rax,[rcx]
DemonGaze.dll+5D9B3: 48 FF 60 08 - jmp qword ptr [rax+08]
}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
how to use this code?
1. Click code select all
2. Copy [CTRL+C]
3. Paste in Cheat engine
I don't think I like playing JRPG genre games. so this is all I can give

Re: [Request] DEMON GAZE EXTRA [STEAM]
Posted: Wed Apr 27, 2022 5:51 am
by nos4r2
Item are 2 byte address stay the same even when i reopen the game or loading save
For stats i only try to edit the level up point it work but it abit weird 2 byte again i try to add 2 point but it level up several stats at once dunno what happen try experiment i guess or wait until someone make table for easy edit it
Re: [Request] DEMON GAZE EXTRA [STEAM]
Posted: Wed Apr 27, 2022 4:30 pm
by Loah26
I've created a cheat table that covers most of the items here. viewtopic.php?f=4&t=19887
As for the number of status increases at level up.
I just analyzed it and was able to do it, but it was a prehistoric way of storing.
At any rate, it's possible to set the value to 100 or more, but it's troublesome that the display isn't correct.