| View previous topic :: View next topic |
| Author |
Message |
Redouane Master Cheater
Reputation: 3
Joined: 05 Sep 2013 Posts: 363 Location: Algeria
|
Posted: Thu Sep 05, 2013 2:39 am Post subject: Scanning while dissecting data/structures |
|
|
Suggestion:
In a game,I found the x;y coordinates of my player and I'm looking for the coordinates of a static enemy,what i want to do is to perform a rang search on my structure to filter all the addresses with values between 1400 and 1800 (I knew that,approximatively)
I should also be able to filter all the addresses with values greater than x,smaller than x etc in a structure.
|
|
| Back to top |
|
 |
661089799107 Expert Cheater
Reputation: 3
Joined: 25 Jan 2009 Posts: 186
|
Posted: Thu Sep 05, 2013 10:13 pm Post subject: |
|
|
| This would be quite useful. Filtering them out manually is quite tedious.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25899 Location: The netherlands
|
Posted: Fri Sep 06, 2013 2:40 am Post subject: |
|
|
You know you can specify a range to scan in the memory scanner? Just enter the range of that structure and do an inbetween scan.
_________________
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 |
|
 |
661089799107 Expert Cheater
Reputation: 3
Joined: 25 Jan 2009 Posts: 186
|
Posted: Fri Sep 06, 2013 2:21 pm Post subject: |
|
|
But you can't change the address range during the scan.
With structure dissect you have to put in the address, and remove the offsets manually. Then put in another address, and remove, and repeat.
It would be helpful when you aren't able to change the value you are looking for in the struct. So you have to change the base address.
Edit: After re-reading the OP I think he can do what he wants to already in CE as you said. In my case a simple "remove all red", or "remove all green" would suffice.
|
|
| Back to top |
|
 |
|