Jump to content

How to use ordered group search - GameGuardian



You can subscribe to our new videos.

 

Watch on YouTube:

How to use ordered group search - GameGuardian

 

 


From the category:

Video Tutorials

· 593 images
  • 593 images
  • 2,239 image comments


Recommended Comments

BELMONT69

Posted

How to search for millions in dawn of titans?

  • Administrators
Enyby

Posted

How this connected with this video?

MedoSator

Posted

Hello sir can you please explain how to get the search range?

Example 

Collect  1/20

Reward  25

1;20;25: range?!!!!

 

_______________________________________________
added 0 minutes later
On ٢٠‏/١‏/٢٠١٧ at 10:21 PM, Enyby said:

How this connected with this video?

Hello sir can you please explain how to get the search range?

Example 

Collect  1/20

Reward  25

1;20;25: range?!!!!

 

  • Administrators
Enyby

Posted

Group size depends from game and info what you search. If you do not know exactly - you can leave it empty. It is assumed as 512.

MedoSator

Posted (edited)

Yes I know. No problem. Hope you please make small tutorial for range search ?

hill climb 2 last update very hard not hackable. Modify the value cause. Internal data maybe corrupted. FC 

Like it dev patched it specifically for your beloved GG app. Lol

Thanks in advance 

@Enyby

Edited by MedoSator
  • Administrators
Enyby

Posted

 

 

Beast16

Posted

Hii sir,

Please make a video how to calculate the range in group search with explanation... Please sir

  • Administrators
Enyby

Posted

It is max size of bytes need for include first byte of each value.

For example if you have 4 dword it will be 13 because each dword is 4 byte and last 3 byte of last dword does not matter:

1111 2222 3333 4[444]

It can be calculated as 4 (items)*4 (size) - 3 (3 bytes and end) or 3 (items)*4 (size) + 1 (byte for last item) = 13

If you run simple search with only one type you can use more simple way - count of vars multiply on type size. In this example 4 values * 4 bytes each = 16.

It is produce same result because dword 4-byte aligned in memory.

But if you search byte with dword then minimal possible size is 2. not 5. 5 can find something like:

B??? DDDD

Of course all depends from what you want find.

You need imagine bigger pattern of you need and calculate maximal count of bytes for include all first bytes on it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.