| View previous topic :: View next topic |
| Author |
Message |
Systematic How do I cheat?
Reputation: 0
Joined: 12 Oct 2012 Posts: 9 Location: Everywhere
|
Posted: Fri Oct 12, 2012 1:19 pm Post subject: Help with finding base adress Dishonored |
|
|
I am attempting to make my own trainer for Dishonored.
I can find the value of mana easily and then I tried to pointer scan.
However I still get about 110000 results, after restarting the game multiple times and restarting my computer..
So where do I go from here? I know there are trainers out there but I'd like to learn this, as it is very fun even though I'm stuck now..
EDIT: Okay I found the adress by using what writes to this adress then closed everything and re-did it and it seems to be the same adress +6ACAC5.. What do I do with this? |
|
| Back to top |
|
 |
Wheel Of Fate Advanced Cheater
Reputation: 0
Joined: 01 Oct 2010 Posts: 75
|
Posted: Sat Oct 13, 2012 2:21 pm Post subject: |
|
|
What You Try To Do Exactly?I Don’t Have The Game But I Will Try To Help
If You Try To Set Value That Never Change In The Game Then I Suggest
To Right Click The Dynamic Address You Found "Find What Access To This Address"
Then Make Code Injection.
If You Try To Set Temporary Value That Change From Stage To Stage Then
I Suggest To Use Pointer But Don’t Use Pointer Scanner.
To Get 89% Successful Static Pointer Try Find Base Address. |
|
| Back to top |
|
 |
Systematic How do I cheat?
Reputation: 0
Joined: 12 Oct 2012 Posts: 9 Location: Everywhere
|
Posted: Sun Oct 14, 2012 2:29 pm Post subject: |
|
|
| Wheel Of Fate wrote: | What You Try To Do Exactly?I Don’t Have The Game But I Will Try To Help
If You Try To Set Value That Never Change In The Game Then I Suggest
To Right Click The Dynamic Address You Found "Find What Access To This Address"
Then Make Code Injection.
If You Try To Set Temporary Value That Change From Stage To Stage Then
I Suggest To Use Pointer But Don’t Use Pointer Scanner.
To Get 89% Successful Static Pointer Try Find Base Address. |
I've managed to find alot of adresses now, static ones so that's all good. However I don't understand when I should use pointer scanner or what writes to this adress..
And what is the difference between what writes to this adress and what accesses this adress? |
|
| Back to top |
|
 |
Wheel Of Fate Advanced Cheater
Reputation: 0
Joined: 01 Oct 2010 Posts: 75
|
Posted: Sun Oct 14, 2012 2:56 pm Post subject: |
|
|
| Systematic wrote: |
I've managed to find alot of adresses now, static ones so that's all good. However I don't understand when I should use pointer scanner or what writes to this adress..
And what is the difference between what writes to this adress and what accesses this adress? |
Use Pointer Scanner If You Can’t Find Stable Base Address.
"Find Out What Writes To This Address" here you tell Cheat Engine To
Observe Which "Code Address" Will Change When The Value Change.
"Find Out What Access To This Address" Here You tell Cheat Engine To Observe All Addresses That "Read / Write" Your Dynamic Address All The Time |
|
| Back to top |
|
 |
Systematic How do I cheat?
Reputation: 0
Joined: 12 Oct 2012 Posts: 9 Location: Everywhere
|
Posted: Mon Oct 15, 2012 4:25 am Post subject: |
|
|
Ahh okay I see, thanks!
I have found the majority of things now, except for the spells. How do I find an unknown timer value? I know that the dark vision spell is stored as float as mentioned in another thread, but I just can't find it.
I also know that bend time last for 12 seconds(level1) but I can't find that either. Any tips for finding these timer values? |
|
| Back to top |
|
 |
|