z Dragon Age The Veilguard

Upload your cheat tables here (No requests)
Post Reply
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 »

ori'grom wrote:
Mon Nov 04, 2024 12:32 pm
Foomy wrote:
Sat Nov 02, 2024 5:19 pm
Anyone have pointers for companion skill points? I think I fucked up and got all my companions at max bonds level before they have any skill point, so at this point I'm fucked since I can't use script since they need a skill point to be used before the cheat to work
Have you ever managed to find a solution to this? Am in the same boat and 11 hours in. Both my Harding and Neve are at rank 10 with no skill points. I'd hate to reset the whole playthrough.
Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.

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

User avatar
Foomy
Expert Cheater
Expert Cheater
Posts: 64
Joined: Thu May 18, 2017 6:15 am
Reputation: 8

Re: z Dragon Age The Veilguard

Post by Foomy »

zachillios wrote:
Mon Nov 04, 2024 4:37 pm
ori'grom wrote:
Mon Nov 04, 2024 12:32 pm
Foomy wrote:
Sat Nov 02, 2024 5:19 pm
Anyone have pointers for companion skill points? I think I fucked up and got all my companions at max bonds level before they have any skill point, so at this point I'm fucked since I can't use script since they need a skill point to be used before the cheat to work
Have you ever managed to find a solution to this? Am in the same boat and 11 hours in. Both my Harding and Neve are at rank 10 with no skill points. I'd hate to reset the whole playthrough.
Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.
It's working, thanks for this!!

ori'grom
Novice Cheater
Novice Cheater
Posts: 24
Joined: Fri Mar 03, 2017 3:12 pm
Reputation: 3

Re: z Dragon Age The Veilguard

Post by ori'grom »

zachillios wrote:
Mon Nov 04, 2024 4:37 pm
ori'grom wrote:
Mon Nov 04, 2024 12:32 pm
Foomy wrote:
Sat Nov 02, 2024 5:19 pm
Anyone have pointers for companion skill points? I think I fucked up and got all my companions at max bonds level before they have any skill point, so at this point I'm fucked since I can't use script since they need a skill point to be used before the cheat to work
Have you ever managed to find a solution to this? Am in the same boat and 11 hours in. Both my Harding and Neve are at rank 10 with no skill points. I'd hate to reset the whole playthrough.
Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.
It worked!!! Thank you soooo sooo much :D!

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

Re: z Dragon Age The Veilguard

Post by bikeracer4487 »

Has anyone ran into a bug where you die during a battle, get revived by a companion, but your health stays at 0 and you're essentially invulnerable and none of the enemies seem to register your existence? I've been playing with relatively minimal cheats (gave myself a few extra skill points and edited the material values and that's it), and I've never even turned on any kind of infinite health or mana cheat, but I haven't seen this bug mentioned anywhere else, so I'm curious if anyone here has run into it.

User avatar
Boxs
Cheater
Cheater
Posts: 41
Joined: Sat Mar 07, 2020 12:07 am
Reputation: 14

Re: z Dragon Age The Veilguard

Post by Boxs »

is there a way to incrase the drop rate for the enemy?

eugene9
Expert Cheater
Expert Cheater
Posts: 101
Joined: Sat Mar 24, 2018 11:27 pm
Reputation: 2

Re: z Dragon Age The Veilguard

Post by eugene9 »

Has anyone found skill slot addresses, or know how to find them? I cannot find them the same way I do in other games :(. Btw, what about a script for removing the 1 specialization limit?

sicwan
Expert Cheater
Expert Cheater
Posts: 133
Joined: Mon Oct 01, 2018 9:55 pm
Reputation: 16

Re: z Dragon Age The Veilguard

Post by sicwan »

AeroShok999 wrote:
Mon Nov 04, 2024 3:54 pm
I can comfirm this table doesn't work with the EA app/store version. Can someone please update it?
Uhh, It's working for me,, some options don't work but its a far cry from "not working"

duducasarotto
Expert Cheater
Expert Cheater
Posts: 112
Joined: Wed Apr 10, 2019 2:32 am
Reputation: 13

Re: z Dragon Age The Veilguard

Post by duducasarotto »

Zanzer wrote:
Fri Nov 01, 2024 10:20 pm
Unlimited Potions
Unlimited Mana
Unlimited Arrows
Unlimited Skill Points
No Cooldowns
No Companion Cooldown
Faction Strength Pointer
Materials Pointer
is there a way to put a no need for materials to upgrade shop or something like that?

udoo
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Nov 05, 2024 11:18 am
Reputation: 1

Re: z Dragon Age The Veilguard

Post by udoo »

Unlimited Health

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"Dragon Age The Veilguard.exe"+16B79C3) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

cmp [r9+51c],1
jne originalcode
movss [rdi+0c],xmm0
jmp exit
originalcode:
movss [rdi+08],xmm0

exit:
jmp returnhere

"Dragon Age The Veilguard.exe"+16B79C3:
jmp newmem
returnhere:
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Dragon Age The Veilguard.exe"+16B79C3:
db F3 0F 11 47 08
//movss [rdi+08],xmm0

Enferno33
Expert Cheater
Expert Cheater
Posts: 250
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 57

Re: z Dragon Age The Veilguard

Post by Enferno33 »

EDIT** Scratch this, I figured it out!
Last edited by Enferno33 on Tue Nov 05, 2024 11:05 pm, edited 1 time in total.

kornicska
Expert Cheater
Expert Cheater
Posts: 60
Joined: Thu Nov 23, 2017 5:38 pm
Reputation: 5

Re: z Dragon Age The Veilguard

Post by kornicska »

All caracter Infinite HP and One Hit Kill cheat table nothing?

Rankti
Expert Cheater
Expert Cheater
Posts: 82
Joined: Mon Mar 26, 2018 8:19 am
Reputation: 17

Re: z Dragon Age The Veilguard

Post by Rankti »

Hey! Thank you for the table!
Is there a way of increasing a faction's strengh without opening the marchant menu? I ask because I
Spoiler
decided to save Treviso and now I cannot increase Shadow Dragon's strengh anymore via Merchant so I will not be able to reach the "perfect ending" as well as the achievement" :-(
That would be awesome! Thanks

syntheticlion
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sat Jan 29, 2022 9:20 am
Reputation: 1

Re: z Dragon Age The Veilguard

Post by syntheticlion »

How do we use the materials pointer or increase individual material amount? I apologize I can't understand how it's meant to be used.

Enferno33
Expert Cheater
Expert Cheater
Posts: 250
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 57

Re: z Dragon Age The Veilguard

Post by Enferno33 »

syntheticlion wrote:
Tue Nov 05, 2024 8:41 pm
How do we use the materials pointer or increase individual material amount? I apologize I can't understand how it's meant to be used.
Once you loot / gather material, then the number will change to what you have. You can then edit the amount of the material that you looted / gathered. It will not change it in the game until you either loot / gather more or spend some of what you have or craft / etc.

Enferno33
Expert Cheater
Expert Cheater
Posts: 250
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 57

Re: z Dragon Age The Veilguard

Post by Enferno33 »

kornicska wrote:
Tue Nov 05, 2024 2:16 pm
All caracter Infinite HP and One Hit Kill cheat table nothing?
Where did you get the "One Hit Kill"?

It's not in the original script or any script posted on any page up until this one. At least from what I've seen it was only the "Alt Walk Key" / "Undead" / "Unlimited HP" and "Companion Ability Point Fix".

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baidu [Spider], Google [Bot], Google Adsense [Bot], guytonetter, mcneil_1, mldt-f1, Rarr