View previous topic :: View next topic |
Author |
Message |
Lear19 How do I cheat? Reputation: 0
Joined: 19 Nov 2024 Posts: 1
|
Posted: Tue Nov 19, 2024 3:10 pm Post subject: What am I doing wrong that causes the scripts not to work? |
|
|
There's this popular table for Dragon Age: Veilguard and it seems to be working just fine for everyone, but I can't seem to get it work. My Cheat Engine is up to date (v. 7.5), I use it as Administrator, I turn on the table, pick DA Veilguard as the process, leave the scripts, and yet they produce error message when I try to activate them.
What's going on?
Description: |
|
Filesize: |
24.15 KB |
Viewed: |
241 Time(s) |
|
|
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25540 Location: The netherlands
|
Posted: Tue Nov 19, 2024 3:15 pm Post subject: |
|
|
Looks like you're the reason why people have to design their scripts to use 14 or 1 byte jmp's
sadly enough, your memory layout in the game is thus that there is no memory allocatable within a 2GB memory range is the source address
what you can try is find the alloc's and remove the nearby preference allocation and replace the jmp instructions that reference those allocations with a jmp1 (slightly slower than a normal jmp, but still good enough for game routines)
or ask the maker of the table to use 14 byte jmp's instead
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
|
|