z Dragon Age The Veilguard

Upload your cheat tables here (No requests)
svperstar
Novice Cheater
Novice Cheater
Posts: 17
Joined: Mon Apr 27, 2020 4:11 pm
Reputation: 1

Re: z Dragon Age The Veilguard

Post by svperstar »

I think I figured out how you "de-level" using factions. Basically if you check the factions and max it out then fast travel without unchecking factions or closing Cheat Engine you will de-level

Went from 29 to 4 just now. Reloaded my last save, closed Cheat Engine, and fast traveled. Still level 29.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

poptdp
Cheater
Cheater
Posts: 43
Joined: Sat May 11, 2019 2:23 am
Reputation: 5

Re: z Dragon Age The Veilguard

Post by poptdp »

poptdp wrote:
Mon Nov 18, 2024 3:44 am
poptdp wrote:
Sun Nov 17, 2024 7:46 am
Anyone know a cheat of script to allow you to walk through walls?

I have one chest left to 100% the game and it’s locked behind a wall in Minrathous because I chose Treviso and the room I need to get to is no longer accessible :/

So dumb.
Has anyone been able to add this mod?
Really need this mod if anyone can help.


I’m willing to pay $3907 (that’s all I have left in my bank account).

FrankyGoes
Noobzor
Noobzor
Posts: 7
Joined: Fri Nov 15, 2024 9:04 pm
Reputation: 9

Re: z Dragon Age The Veilguard

Post by FrankyGoes »

jonaaa wrote:
Tue Nov 19, 2024 2:33 am
AeroShok999 wrote:
Mon Nov 18, 2024 9:25 pm
jonaaa wrote:
Mon Nov 18, 2024 9:14 pm
~~snip~
~~snip~
Sorry if i was not clear enough, so, by "only once" i mean when you buy any weapon/armor/accessory normally, you can't buy it again because you already unlocked, right? So, in this case it works the same, even if you Swap IDs and revert it later, you can't buy that specific item anymore, even if you revert the IDs, probably there's a flag somewhere allowing us to buy that same item from the vendor again?
It seems to me that it works like this:
there is this pointer that allows you to list all the items you have already found (open player menu to populate)

Code: Select all

[ENABLE]

aobscanmodule(getItems,Dragon Age The Veilguard.exe,4D 8B 4D 08 49 8B 4D 10 45) // should be unique
alloc(newmem,$1000,getItems)

label(code)
label(return)

globalalloc(adrItems,8)
adrItems:
  dq 0

newmem:
  mov r9,adrItems
  mov [r9],r13

code:
  mov r9,[r13+08]
  mov rcx,[r13+10]
  jmp return

getItems:
  jmp newmem
  nop 3
return:
registersymbol(getItems)

[DISABLE]

getItems:
  db 4D 8B 4D 08 49 8B 4D 10

unregistersymbol(getItems)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: getItems

Dragon Age The Veilguard.exe+13FBD70: 4C 8B 62 08                       - mov r12,[rdx+08]
Dragon Age The Veilguard.exe+13FBD74: 4D 3B FC                          - cmp r15,r12
Dragon Age The Veilguard.exe+13FBD77: 0F 84 85 01 00 00                 - je "Dragon Age The Veilguard.exe"+13FBF02
Dragon Age The Veilguard.exe+13FBD7D: 48 89 58 08                       - mov [rax+08],rbx
Dragon Age The Veilguard.exe+13FBD81: 48 89 68 D8                       - mov [rax-28],rbp
Dragon Age The Veilguard.exe+13FBD85: 48 89 70 D0                       - mov [rax-30],rsi
Dragon Age The Veilguard.exe+13FBD89: 48 89 78 C8                       - mov [rax-38],rdi
Dragon Age The Veilguard.exe+13FBD8D: 48 8B 58 10                       - mov rbx,[rax+10]
Dragon Age The Veilguard.exe+13FBD91: 48 8B 78 18                       - mov rdi,[rax+18]
Dragon Age The Veilguard.exe+13FBD95: 66 66 66 0F 1F 84 00 00 00 00 00  - nop word ptr [rax+rax+00000000]
// ---------- INJECTING HERE ----------
getItems: 4D 8B 4D 08                       - mov r9,[r13+08]
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+13FBDA4: 49 8B 4D 10                       - mov rcx,[r13+10]
Dragon Age The Veilguard.exe+13FBDA8: 45 8B 17                          - mov r10d,[r15]
Dragon Age The Veilguard.exe+13FBDAB: 49 2B C9                          - sub rcx,r9
Dragon Age The Veilguard.exe+13FBDAE: 48 C1 F9 03                       - sar rcx,03
Dragon Age The Veilguard.exe+13FBDB2: 48 85 C9                          - test rcx,rcx
Dragon Age The Veilguard.exe+13FBDB5: 7E 4B                             - jle "Dragon Age The Veilguard.exe"+13FBE02
Dragon Age The Veilguard.exe+13FBDB7: 66 0F 1F 84 00 00 00 00 00        - nop word ptr [rax+rax+00000000]
Dragon Age The Veilguard.exe+13FBDC0: 48 8B D1                          - mov rdx,rcx
Dragon Age The Veilguard.exe+13FBDC3: 48 D1 FA                          - sar rdx,1
Dragon Age The Veilguard.exe+13FBDC6: 49 83 3C D1 00                    - cmp qword ptr [r9+rdx*8],00
}

Code: Select all

getLuaEngine().MenuItem5.doClick()

local chkAdr = getAddressSafe('[adrItems]')
if chkAdr == nil or chkAdr == 0 then return end
local basAdr = getAddressSafe('[[adrItems]+8]+0')
local maxAdr = getAddressSafe('[[adrItems]+10]+0')
local i = 0
while basAdr < maxAdr do
    i = i + 1
    local adrItem = readPointer(basAdr)
    local level = readInteger(adrItem + 0x38)
    local rarity = readInteger(adrItem + 0x40)
    local adr2 = readPointer(adrItem + 0x90)
    local adr3 = readPointer(adr2 + 0x38)
    local desc = readString(adr3,200)
    print(string.format("%3d\t%08x\t%08x\t%2d\t%d\t%s", i, basAdr, adrItem, level, rarity, desc))
    basAdr = basAdr + 0x8
end
For all equipment items (desc begins with 'rpg/equipment/') I think you can only find the same in a chest if you don't already have the max rarity for it but no matter the rarity you won't fint it anymore in a shop.

AeroShok999
Expert Cheater
Expert Cheater
Posts: 125
Joined: Mon Feb 08, 2021 12:54 pm
Reputation: 14

Re: z Dragon Age The Veilguard

Post by AeroShok999 »

jonaaa wrote:
Tue Nov 19, 2024 2:33 am
AeroShok999 wrote:
Mon Nov 18, 2024 9:25 pm
jonaaa wrote:
Mon Nov 18, 2024 9:14 pm
~~snip~
~~snip~
Sorry if i was not clear enough, so, by "only once" i mean when you buy any weapon/armor/accessory normally, you can't buy it again because you already unlocked, right? So, in this case it works the same, even if you Swap IDs and revert it later, you can't buy that specific item anymore, even if you revert the IDs, probably there's a flag somewhere allowing us to buy that same item from the vendor again?
That is perfect for RED/ unique items, right? Since RED/ unique only have 1 tier. So you could release a mod/cheat for all RED/ unique for each class at the Vieljumper vendor?

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 694
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 276

Re: z Dragon Age The Veilguard

Post by jonaaa »

You don't need a mod if you plan to swap IDs. Just use CE, you will probably need Frosty Editor to get the IDs though, there are 200 items so it's a bit tiresome to get the IDs.

demorest2
Expert Cheater
Expert Cheater
Posts: 372
Joined: Wed Mar 04, 2020 1:14 pm
Reputation: 48

Re: z Dragon Age The Veilguard

Post by demorest2 »

Any script to activate all 3 mastery like mod from nexus(https://www.fearlessrevolution.com/dragonagethev ... d/mods/401) !?
Cannt make to work Frosty, script for this would be nice :)
https://www.fearlessrevolution.com/dragonagethev ... d/mods/466 - this1 cool too (parry window)

zachillios
Table Makers
Table Makers
Posts: 933
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 824

Re: z Dragon Age The Veilguard

Post by zachillios »

There's officially a mod up that will allow you to get most gear.

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 694
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 276

Re: z Dragon Age The Veilguard

Post by jonaaa »

zachillios wrote:
Tue Nov 19, 2024 11:29 pm
There's officially a mod up that will allow you to get most gear.
Just saw it. Absolute fantastic.

AeroShok999
Expert Cheater
Expert Cheater
Posts: 125
Joined: Mon Feb 08, 2021 12:54 pm
Reputation: 14

Re: z Dragon Age The Veilguard

Post by AeroShok999 »

jonaaa wrote:
Tue Nov 19, 2024 11:31 pm
zachillios wrote:
Tue Nov 19, 2024 11:29 pm
There's officially a mod up that will allow you to get most gear.
Just saw it. Absolute fantastic.
Please help, the mod manager says I need an encryption key? Can you share one?

AeroShok999
Expert Cheater
Expert Cheater
Posts: 125
Joined: Mon Feb 08, 2021 12:54 pm
Reputation: 14

Re: z Dragon Age The Veilguard

Post by AeroShok999 »

zachillios wrote:
Tue Nov 19, 2024 11:29 pm
There's officially a mod up that will allow you to get most gear.
Ya, but I can't use it. The Frosty manager says I need an encryption key? Can you share one?

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 694
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 276

Re: z Dragon Age The Veilguard

Post by jonaaa »

There's a key in one of those mods there. I recall one of those mods were named 'Max Faction Valuable XP', check the comments. Also, please, don't share that encryption key here.

User avatar
Sapphire
Expert Cheater
Expert Cheater
Posts: 89
Joined: Thu Mar 12, 2020 11:31 pm
Reputation: 18

Re: z Dragon Age The Veilguard

Post by Sapphire »

AeroShok999 wrote:
Tue Nov 19, 2024 11:42 pm
zachillios wrote:
Tue Nov 19, 2024 11:29 pm
There's officially a mod up that will allow you to get most gear.
Ya, but I can't use it. The Frosty manager says I need an encryption key? Can you share one?
A link to the key is literally in the comments of that mod and you can also google it and get the key as its the same for all games

HolmersMJ
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Nov 20, 2024 1:50 am
Reputation: 4

Re: z Dragon Age The Veilguard

Post by HolmersMJ »

I'm the one who made the mod on the nexus.

I don't know if it's possible to make it work with cheat engine rather than an installable mod, but the info that I used to make the mod is found at "RPG/Loot/Debug" in frosty. The files containing the ItemDataIDs are the LootRangeRollLeafAsset types, such as "Loot_Item_All_Armors_Roll".

I'm replacing the LootRangeRollLeafAssets found in RPG/Loot/Destructibles with the debug ones.

I saw someone swapping the ItemDataIDs in cheat engine. Maybe you can swap the loot tables as well?

bikeracer4487
Cheater
Cheater
Posts: 42
Joined: Wed Mar 28, 2018 3:42 am
Reputation: 13

Re: z Dragon Age The Veilguard

Post by bikeracer4487 »

Can someone with the Steam version of the game take a screenshot of the Materials Pointer section when it's fully populated? I'm trying to make a version that works for those of us with the EA Play version, and I've been able to modify it to work on my specific machine, but I'm struggling to understand how the script works to populate everything.

poptdp
Cheater
Cheater
Posts: 43
Joined: Sat May 11, 2019 2:23 am
Reputation: 5

Re: z Dragon Age The Veilguard

Post by poptdp »

poptdp wrote:
Tue Nov 19, 2024 5:44 am
poptdp wrote:
Mon Nov 18, 2024 3:44 am
poptdp wrote:
Sun Nov 17, 2024 7:46 am
Anyone know a cheat of script to allow you to walk through walls?

I have one chest left to 100% the game and it’s locked behind a wall in Minrathous because I chose Treviso and the room I need to get to is no longer accessible :/

So dumb.
Has anyone been able to add this mod?
Really need this mod if anyone can help.


I’m willing to pay $3907 (that’s all I have left in my bank account).
I am once again asking for a 'walk through walls' mod in order to get an inaccessible chest that I can no longer get.

Post Reply

Who is online

Users browsing this forum: AmazonBot, Atlazs, Azrael35, BLEXBot, DevilsssSSSS, DotBot, Fitalia, Google Adsense [Bot], qwerpy, SashaFloats, Tearar, Thunter2012, variante, YandexBot