View previous topic :: View next topic |
Author |
Message |
ScreamPai How do I cheat?
Reputation: 0
Joined: 22 Jan 2016 Posts: 6
|
Posted: Wed Apr 27, 2016 12:22 pm Post subject: Is there a guide on updating tables? |
|
|
I want to update DAI cheat table (not my table) because a lot of the cheats no longer work due to patch updates. I have no idea what I'm doing but I want to give it a shot.
Thanks.
Description: |
|
 Download |
Filename: |
DragonAgeInquisition.CT |
Filesize: |
1.56 MB |
Downloaded: |
819 Time(s) |
|
|
Back to top |
|
 |
finnegan waking up How do I cheat?
Reputation: 13
Joined: 05 Aug 2014 Posts: 0
|
|
Back to top |
|
 |
ScreamPai How do I cheat?
Reputation: 0
Joined: 22 Jan 2016 Posts: 6
|
Posted: Thu May 05, 2016 10:28 pm Post subject: |
|
|
Guess there isn't a way.
The tables forum is only where people post tables. The DAI table is outdated, which is why I want to learn how to update it....
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4702
|
Posted: Fri May 06, 2016 6:55 am Post subject: |
|
|
Making cheats is sometimes easier than updating them. If you don't know any asm, either start learning or give up.
If you do know some asm, then you should already have a general idea of how to update it. Take the AoB signature and start replacing all the operand bytes with wildcards. If it still hasn't been found, start replacing opcode bytes with wildcards too. When you do eventually find something, there's no guarantee it's what the person who made the script used. The person who originally made the script will have an easier time updating it since they should know where their injection point was and about how often it was run.
Sometimes it's faster to simply find it again completely from scratch. In your case, this would be synonymous to making your own scripts.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
ScreamPai How do I cheat?
Reputation: 0
Joined: 22 Jan 2016 Posts: 6
|
Posted: Sat May 07, 2016 9:38 am Post subject: |
|
|
ParkourPenguin wrote: | Making cheats is sometimes easier than updating them. If you don't know any asm, either start learning or give up.
If you do know some asm, then you should already have a general idea of how to update it. Take the AoB signature and start replacing all the operand bytes with wildcards. If it still hasn't been found, start replacing opcode bytes with wildcards too. When you do eventually find something, there's no guarantee it's what the person who made the script used. The person who originally made the script will have an easier time updating it since they should know where their injection point was and about how often it was run.
Sometimes it's faster to simply find it again completely from scratch. In your case, this would be synonymous to making your own scripts. |
Thank you. I don't know what an ASM is. >_< How do I start learning ASM?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4702
|
Posted: Sat May 07, 2016 9:49 am Post subject: |
|
|
asm = assembly, a programming language that more or less acts as a mnemonic for the machine code processors execute. There are a few assembly languages out there, but it's safe to assume anyone using CE is talking about x86 (or x86_64) unless otherwise stated.
This CEF topic is very beginner-friendly, but it oversimplifies a lot of things and skips over many fundamental concepts.
This YouTube playlist is better, but it's slow at times and uses more advanced diction.
Use google for other tutorials.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
|