View previous topic :: View next topic |
Author |
Message |
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25509 Location: The netherlands
|
Posted: Mon Mar 21, 2022 5:06 pm Post subject: Groupscan to find related addresses |
|
|
lets say you know there are some addresses related with eachother, and it's likely they are in the same structure/class
You can then use the groupscan to find them without having to know the exact offsets between them with the help of OOO:U (or OOO:A) which means out of order. This will let CE scan any order of the given values within a certain distance
example is the tutorial step 4, this groupscan command will find both values.
The minimum blocksize is 16, but as you can see, a size of 1000 can also find it
Code: |
BS:1000 OOO:U f:<health> d:<ammo>
|
_________________
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 |
|
|
AylinCE Grandmaster Cheater Supreme Reputation: 34
Joined: 16 Feb 2017 Posts: 1418
|
Posted: Mon Mar 21, 2022 5:14 pm Post subject: |
|
|
This is beyond me.
I've been dealing with group calls lately.
And at the same time, I posted a different option from the code above.
_________________
|
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25509 Location: The netherlands
|
Posted: Mon Mar 21, 2022 5:18 pm Post subject: |
|
|
that's why i'm giving some examples as not many people seem to understand it
another example
let's say you have 20500 coins, 1100 diamonds, and 50 cash, within a 28 byte range
you can then do
Code: |
BS:28 OOO:U 4:20500 4:1100 4:50
|
or if you know it is in this specific order and each value is separated by 8 bytes each, then you can do:
Code: |
4:20500 w:8 4:1100 w:8 4:50
|
which is slightly faster than an out of order scan
Tip: Click on the "generate groupscan command" button that appears when the type is set to groupscan, it will make it easier to deal with this
_________________
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 |
|
|
AylinCE Grandmaster Cheater Supreme Reputation: 34
Joined: 16 Feb 2017 Posts: 1418
|
Posted: Mon Mar 21, 2022 6:57 pm Post subject: |
|
|
Ok, now I understand more clearly.
I will add this topic to the current archive.
Description: |
|
Filesize: |
33.18 KB |
Viewed: |
8113 Time(s) |
|
Description: |
|
Filesize: |
10.19 KB |
Viewed: |
8114 Time(s) |
|
Description: |
|
Filesize: |
7.29 KB |
Viewed: |
8113 Time(s) |
|
_________________
|
|
Back to top |
|
|
|