Elden Ring

1.14.2

The main forum for Cheat Table database collections.


Moderator: Table Moderator

Post Reply
User avatar
Marcus101RR
Administrator
Administrator
Journeyman Hacker
Journeyman Hacker
Posts: 147
Joined: Thu Jul 21, 2022 7:43 am
Answers: 0
Location: Tampa, FL
x 252
Contact:

Elden Ring

Post by Marcus101RR »

Welcome to another simple table, this is the first time I went into a game that isn't my style or type. Here it goes, for those of you want to learn how to find stuff this is a basic one. I expect someone else to take over this project!

Cheat Table In Review by PC Gamer

CT Version: 1.3
Features

  • Player Pointer (Runes, Health, Stats)

  • Map Pointer

  • Cheat Flags (In-Game)

  • Some Scripts (Item Gain)

  • Equipment Editor (Basic)

  • Weapon Editor

  • Accessory Editor

  • Ashes Editor (Needs more investigations)

  • Get Selected Item (Highlight Item in Inventory)

Credits

Get WorldFlags AOB

[codebox]<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1337208318</ID>
<Description>"CookBookAOB Example"</Description>
<Options moHideChildren="1"/>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
autoAssemble([[
aobscanmodule(CSFD4VirtualMemoryFlagAOB,eldenring.exe,48 8B 1D ? ? ? ? 48 8D 15 ? ? ? ? 48 8D 4D F0 E8 ? ? ? ? 4C 8B C0)
registersymbol(CSFD4VirtualMemoryFlagAOB)
]])
local addr = getAddress("CSFD4VirtualMemoryFlagAOB")
addr = addr + readInteger(addr + 3) + 7
unregisterSymbol("CSFD4VirtualMemoryFlagAOB")
registerSymbol("CSFD4VirtualMemoryFlag", addr, true)
{$asm}
[DISABLE]
unregisterSymbol(CSFD4VirtualMemoryFlag)

</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>1337208319</ID>
<Description>"Start()"</Description>
<LastState Value="2107184352" RealAddress="7FF43D380AE0"/>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>CSFD4VirtualMemoryFlag</Address>
<Offsets>
<Offset>0</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>[/codebox]

DEBUG: If the game updates, there is a fetch base address function in there, use it to get the pointers up to date!

Threads Merged: The tables were merged as they are the same game type.

aSwedishMagyar (Recommended)

Attachments
eldenring.CT
1.14.2
(401.74 KiB) Downloaded 407 times

Tags:

eradication0
Curious
Curious
Posts: 1
Joined: Tue Aug 16, 2022 2:36 pm
Answers: 0

Re: [STEAM] Elden Ring

Post by eradication0 »

Patch 1.06 on the 10th August 2022 broke all/most pointers it seems? Kinda weird since it only added small fixes and balance changes.

Here is are the patch notes
https://store.steampowered.com/news/app ... 1076639677

Would be amazing if the table could be updated, I know its a big one though!

Keep up the good work!

even when using the Fetching Base Addresses it only partially works? Here is a screenshot
https://i.imgur.com/eyphF9w.png


Post Reply