| View previous topic :: View next topic |
| Author |
Message |
Shapeless How do I cheat?
Reputation: 0
Joined: 30 Jun 2013 Posts: 7
|
Posted: Sun Sep 29, 2013 5:14 pm Post subject: Dynaimic addreses... |
|
|
I am trying to find a pointer to a value. I have tried using the pointer scan.
- When I use the pointer scan I get some pointers but after I leave the game a few times they don't work any more.
I have tried using an array of bytes. Using an array of 30 length had no similarities between them.
Any ideas on how to get this address? I need a static address or pointer for my trainer.
|
|
| Back to top |
|
 |
Shapeless How do I cheat?
Reputation: 0
Joined: 30 Jun 2013 Posts: 7
|
Posted: Tue Oct 08, 2013 6:26 pm Post subject: |
|
|
| .....
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25953 Location: The netherlands
|
Posted: Tue Oct 08, 2013 6:39 pm Post subject: |
|
|
try a groupscan for things around the value you're looking for.
e.g: Perhaps there is a specific vtable address at the start of the structure that address is part of you can look for, combined with a few other identifiers
Or try a pointerscan with a higher level value, and/or structure level.
tip: Configure windows to compress the results in the output folder
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Shapeless How do I cheat?
Reputation: 0
Joined: 30 Jun 2013 Posts: 7
|
Posted: Tue Oct 08, 2013 6:55 pm Post subject: |
|
|
Sorry I am quite new at this...
How can I do a "groupscan". I mostly understand just not sure how to execute it.
Also how can I "Configure windows to compress the results in the output folder
".
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25953 Location: The netherlands
|
Posted: Wed Oct 09, 2013 2:16 am Post subject: |
|
|
In the memory view window look around the memory of the address using different display types . Then see if you can find some common things that are always the same, and build a groupscan for that.
As for compressing, rightclick the folder in windows, go to properties, then go to the bottom and click on advanced options, and tick the option to compress the contents
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|