[Request] Dragon Age the Veilguard

Ask about cheats/tables for single player games here
User avatar
UnknownGamer
Expert Cheater
Expert Cheater
Posts: 267
Joined: Sun Jun 03, 2018 11:03 pm
Reputation: 193

Re: [Request] Dragon Age the Veilguard

Post by UnknownGamer »

cjqnsnyc wrote:
Fri Nov 01, 2024 1:43 pm
This script crashes the game.
Which script???

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 414

Re: [Request] Dragon Age the Veilguard

Post by Marc »

unlimited mana. Seems to work fine. :)

have fun,
Marc

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>30</ID>
      <Description>"unlimited mana"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-01
  Author : Marc

  lets jump over the "decrease mana" code :)
}

define(address,"Dragon Age The Veilguard.exe"+1313A90)
define(bytes,0F 84)

[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,"Dragon Age The Veilguard.exe"+1313A90)

address:
  db 0f 88 // js "Dragon Age The Veilguard.exe"+1313B4E

[DISABLE]
address:
  db bytes
  // je "Dragon Age The Veilguard.exe"+1313B4E

dealloc(newmem)

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

Dragon Age The Veilguard.exe+1313A75: 0F 28 F3                 - movaps xmm6,xmm3
Dragon Age The Veilguard.exe+1313A78: 83 78 48 00              - cmp dword ptr [rax+48],00
Dragon Age The Veilguard.exe+1313A7C: 75 0C                    - jne "Dragon Age The Veilguard.exe"+1313A8A
Dragon Age The Veilguard.exe+1313A7E: 66 90                    - nop 2
Dragon Age The Veilguard.exe+1313A80: 38 41 09                 - cmp [rcx+09],al
Dragon Age The Veilguard.exe+1313A83: 0F 95 C0                 - setne al
Dragon Age The Veilguard.exe+1313A86: FF C0                    - inc eax
Dragon Age The Veilguard.exe+1313A88: EB 03                    - jmp "Dragon Age The Veilguard.exe"+1313A8D
Dragon Age The Veilguard.exe+1313A8A: 8B 40 48                 - mov eax,[rax+48]
Dragon Age The Veilguard.exe+1313A8D: 83 F8 02                 - cmp eax,02
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+1313A90: 0F 84 B8 00 00 00        - je "Dragon Age The Veilguard.exe"+1313B4E
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+1313A96: F3 0F 10 49 28           - movss xmm1,[rcx+28]
Dragon Age The Veilguard.exe+1313A9B: 0F 57 E4                 - xorps xmm4,xmm4
Dragon Age The Veilguard.exe+1313A9E: 0F 28 DD                 - movaps xmm3,xmm5
Dragon Age The Veilguard.exe+1313AA1: 8B C2                    - mov eax,edx
Dragon Age The Veilguard.exe+1313AA3: 48 89 74 24 50           - mov [rsp+50],rsi
Dragon Age The Veilguard.exe+1313AA8: F3 0F 11 74 24 20        - movss [rsp+20],xmm6
Dragon Age The Veilguard.exe+1313AAE: 48 89 7C 24 58           - mov [rsp+58],rdi
Dragon Age The Veilguard.exe+1313AB3: F3 48 0F 2A E0           - cvtsi2ss xmm4,rax
Dragon Age The Veilguard.exe+1313AB8: 89 51 2C                 - mov [rcx+2C],edx
// some more code ^^
Dragon Age The Veilguard.exe+1313ABB: F3 0F 59 25 A1 3B 6E 03  - mulss xmm4,["Dragon Age The Veilguard.exe"+49F7664]
Dragon Age The Veilguard.exe+1313AC3 - 0F28 C4               - movaps xmm0,xmm4
Dragon Age The Veilguard.exe+1313AC6 - 0F28 D4               - movaps xmm2,xmm4
Dragon Age The Veilguard.exe+1313AC9 - F3 0F59 D6            - mulss xmm2,xmm6
Dragon Age The Veilguard.exe+1313ACD - F3 0F59 C5            - mulss xmm0,xmm5
Dragon Age The Veilguard.exe+1313AD1 - F3 0F5C D8            - subss xmm3,xmm0
Dragon Age The Veilguard.exe+1313AD5 - 0F28 C4               - movaps xmm0,xmm4
Dragon Age The Veilguard.exe+1313AD8 - F3 0F59 C5            - mulss xmm0,xmm5
Dragon Age The Veilguard.exe+1313ADC - F3 0F59 E6            - mulss xmm4,xmm6
Dragon Age The Veilguard.exe+1313AE0 - F3 0F58 DA            - addss xmm3,xmm2
Dragon Age The Veilguard.exe+1313AE4 - 0F28 D5               - movaps xmm2,xmm5
Dragon Age The Veilguard.exe+1313AE7 - F3 0F5C D0            - subss xmm2,xmm0
Dragon Age The Veilguard.exe+1313AEB - F3 0F11 59 28         - movss [rcx+28],xmm3
Dragon Age The Veilguard.exe+1313AF0 - 0F28 DD               - movaps xmm3,xmm5
Dragon Age The Veilguard.exe+1313AF3 - F3 0F58 D4            - addss xmm2,xmm4
Dragon Age The Veilguard.exe+1313AF7 - E8 64FAFFFF           - call "Dragon Age The Veilguard.exe"+1313560
Dragon Age The Veilguard.exe+1313AFC - 48 8B 7B 30           - mov rdi,[rbx+30]
Dragon Age The Veilguard.exe+1313B00 - 8B 73 38              - mov esi,[rbx+38]
Dragon Age The Veilguard.exe+1313B03 - 8B 17                 - mov edx,[rdi]
Dragon Age The Veilguard.exe+1313B05 - 0FBA E2 11            - bt edx,11

}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

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

Re: [Request] Dragon Age the Veilguard

Post by zachillios »

Marc wrote:
Fri Nov 01, 2024 2:46 pm
unlimited mana. Seems to work fine. :)

have fun,
Marc

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>30</ID>
      <Description>"unlimited mana"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-01
  Author : Marc

  lets jump over the "decrease mana" code :)
}

define(address,"Dragon Age The Veilguard.exe"+1313A90)
define(bytes,0F 84)

[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,"Dragon Age The Veilguard.exe"+1313A90)

address:
  db 0f 88 // js "Dragon Age The Veilguard.exe"+1313B4E

[DISABLE]
address:
  db bytes
  // je "Dragon Age The Veilguard.exe"+1313B4E

dealloc(newmem)

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

Dragon Age The Veilguard.exe+1313A75: 0F 28 F3                 - movaps xmm6,xmm3
Dragon Age The Veilguard.exe+1313A78: 83 78 48 00              - cmp dword ptr [rax+48],00
Dragon Age The Veilguard.exe+1313A7C: 75 0C                    - jne "Dragon Age The Veilguard.exe"+1313A8A
Dragon Age The Veilguard.exe+1313A7E: 66 90                    - nop 2
Dragon Age The Veilguard.exe+1313A80: 38 41 09                 - cmp [rcx+09],al
Dragon Age The Veilguard.exe+1313A83: 0F 95 C0                 - setne al
Dragon Age The Veilguard.exe+1313A86: FF C0                    - inc eax
Dragon Age The Veilguard.exe+1313A88: EB 03                    - jmp "Dragon Age The Veilguard.exe"+1313A8D
Dragon Age The Veilguard.exe+1313A8A: 8B 40 48                 - mov eax,[rax+48]
Dragon Age The Veilguard.exe+1313A8D: 83 F8 02                 - cmp eax,02
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+1313A90: 0F 84 B8 00 00 00        - je "Dragon Age The Veilguard.exe"+1313B4E
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+1313A96: F3 0F 10 49 28           - movss xmm1,[rcx+28]
Dragon Age The Veilguard.exe+1313A9B: 0F 57 E4                 - xorps xmm4,xmm4
Dragon Age The Veilguard.exe+1313A9E: 0F 28 DD                 - movaps xmm3,xmm5
Dragon Age The Veilguard.exe+1313AA1: 8B C2                    - mov eax,edx
Dragon Age The Veilguard.exe+1313AA3: 48 89 74 24 50           - mov [rsp+50],rsi
Dragon Age The Veilguard.exe+1313AA8: F3 0F 11 74 24 20        - movss [rsp+20],xmm6
Dragon Age The Veilguard.exe+1313AAE: 48 89 7C 24 58           - mov [rsp+58],rdi
Dragon Age The Veilguard.exe+1313AB3: F3 48 0F 2A E0           - cvtsi2ss xmm4,rax
Dragon Age The Veilguard.exe+1313AB8: 89 51 2C                 - mov [rcx+2C],edx
// some more code ^^
Dragon Age The Veilguard.exe+1313ABB: F3 0F 59 25 A1 3B 6E 03  - mulss xmm4,["Dragon Age The Veilguard.exe"+49F7664]
Dragon Age The Veilguard.exe+1313AC3 - 0F28 C4               - movaps xmm0,xmm4
Dragon Age The Veilguard.exe+1313AC6 - 0F28 D4               - movaps xmm2,xmm4
Dragon Age The Veilguard.exe+1313AC9 - F3 0F59 D6            - mulss xmm2,xmm6
Dragon Age The Veilguard.exe+1313ACD - F3 0F59 C5            - mulss xmm0,xmm5
Dragon Age The Veilguard.exe+1313AD1 - F3 0F5C D8            - subss xmm3,xmm0
Dragon Age The Veilguard.exe+1313AD5 - 0F28 C4               - movaps xmm0,xmm4
Dragon Age The Veilguard.exe+1313AD8 - F3 0F59 C5            - mulss xmm0,xmm5
Dragon Age The Veilguard.exe+1313ADC - F3 0F59 E6            - mulss xmm4,xmm6
Dragon Age The Veilguard.exe+1313AE0 - F3 0F58 DA            - addss xmm3,xmm2
Dragon Age The Veilguard.exe+1313AE4 - 0F28 D5               - movaps xmm2,xmm5
Dragon Age The Veilguard.exe+1313AE7 - F3 0F5C D0            - subss xmm2,xmm0
Dragon Age The Veilguard.exe+1313AEB - F3 0F11 59 28         - movss [rcx+28],xmm3
Dragon Age The Veilguard.exe+1313AF0 - 0F28 DD               - movaps xmm3,xmm5
Dragon Age The Veilguard.exe+1313AF3 - F3 0F58 D4            - addss xmm2,xmm4
Dragon Age The Veilguard.exe+1313AF7 - E8 64FAFFFF           - call "Dragon Age The Veilguard.exe"+1313560
Dragon Age The Veilguard.exe+1313AFC - 48 8B 7B 30           - mov rdi,[rbx+30]
Dragon Age The Veilguard.exe+1313B00 - 8B 73 38              - mov esi,[rbx+38]
Dragon Age The Veilguard.exe+1313B03 - 8B 17                 - mov edx,[rdi]
Dragon Age The Veilguard.exe+1313B05 - 0FBA E2 11            - bt edx,11

}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Works great for mana but it does seem to freeze your companion's cooldown timer.

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 414

Re: [Request] Dragon Age the Veilguard

Post by Marc »

Works great for mana but it does seem to freeze your companion's cooldown timer.
really? Haven't noticed yet...seems we need to put it on a hotkey then :)

goodevilgamer
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Nov 01, 2024 4:01 pm
Reputation: 0

Re: [Request] Dragon Age the Veilguard

Post by goodevilgamer »

zachillios wrote:
Fri Nov 01, 2024 12:37 pm
risko wrote:
Fri Nov 01, 2024 12:22 pm
Here’s a table for Gold, Shop Strength, and some Item Quantity pointers

Note: For the Shop Strength script to work, enable it first, then sell an item
Nice I was just about to look into faction strength. Here's mine: Has Infinite ability points for both Rook and companions, no cooldowns for Rook, and Infinite gold after selling something.
No cooldowns for rook only remove the visual of the cooldown. The ability is still on cooldown, but you just don't see the cooldown.

Pastafazool
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Nov 01, 2024 4:55 pm
Reputation: 3

Re: [Request] Dragon Age the Veilguard

Post by Pastafazool »

I'm not sure if it has been said but possible to unlock Blood Dragon Preorder bonus armor?

ducharrier
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Sep 20, 2021 8:40 pm
Reputation: 0

Re: [Request] Dragon Age the Veilguard

Post by ducharrier »

something to unlock armor appearances would be amazing

LuckySlavar
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 02, 2024 6:33 pm
Reputation: 0

Re: [Request] Dragon Age the Veilguard

Post by LuckySlavar »

risko wrote:
Fri Nov 01, 2024 12:22 pm
Here’s a table for Gold, Shop Strength, and some Item Quantity pointers

Note: For the Shop Strength script to work, enable it first, then sell an item
after using this i lost 6 character levels and can't level up anymore, I'm stuck at my level
(was 14 now im level 8)

justomentosssss
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Nov 01, 2024 8:50 pm
Reputation: 0

Re: [Request] Dragon Age the Veilguard

Post by justomentosssss »

LuckySlavar wrote:
Fri Nov 01, 2024 8:37 pm
risko wrote:
Fri Nov 01, 2024 12:22 pm
Here’s a table for Gold, Shop Strength, and some Item Quantity pointers

Note: For the Shop Strength script to work, enable it first, then sell an item
after using this i lost 6 character levels and can't level up anymore, I'm stuck at my level
(was 14 now im level 8)
turn off the shop strength its the one making you cant level up

User avatar
Razapudroshko
Expert Cheater
Expert Cheater
Posts: 178
Joined: Sat Jan 16, 2021 7:07 pm
Reputation: 8

Re: [Request] Dragon Age the Veilguard

Post by Razapudroshko »

god mode !?

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1150
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 4005

Re: [Request] Dragon Age the Veilguard

Post by Zanzer »


Locked

Who is online

Users browsing this forum: Baidu [Spider], CatLady, coccocbot-web, NerebArlay, Sensei7