Jump to content
  • 0

why this two button are used while script searching


nio04

Question

4 answers to this question

Recommended Posts

If im not wrong youve asked the same question. Whatever im not a good explainer. 

 

For question 2

It is a size of group search.

 

For question 1

Its order of group search. As example

address >> value --dword
0000 >>> 45
0004 >>> 20

Without using order button , 

gg.searchNumber('45;20:9',4)

or 

gg.searchNumber('20;45:9',4)

.both of them will find all 45;20 and 20;45.(more results)

 

But if u use order button searching will only be 

gg.searchNumber('45;20::9',4)

And it will find only 45;20 which u want.(more specific then not using order but a little long time)

 

if u use

gg.searchNumber('20;45::9',4)

Then the results you found dont include the value you want. Because wrong order. 

Link to comment
Share on other sites

21 minutes ago, Lover1500 said:

If im not wrong youve asked the same question. Whatever im not a good explainer. 

 

For question 2

It is a size of group search.

 

For question 1

Its order of group search. As example


address >> value --dword
0000 >>> 45
0004 >>> 20

Without using order button , 


gg.searchNumber('45;20:9',4)

or 


gg.searchNumber('20;45:9',4)

.both of them will find all 45;20 and 20;45.(more results)

 

But if u use order button searching will only be 


gg.searchNumber('45;20::9',4)

And it will find only 45;20 which u want.(more specific then not using order but a little long time)

 

if u use


gg.searchNumber('20;45::9',4)

Then the results you found dont include the value you want. Because wrong order. 

u r Right!! i asked, but i got ban, by asking this question... thats why i donno, if somebody replied that time...

 

button2: why group size here too??? 

 

when we select multiple value from memory range & make group value... there was also a option for group size selection... then why here too?

 

button1: according to ur explain - i think u mean,

 

if we search 45;20 --float, (without order)

it will also get value for us, example - 45.9, 45.5, 20.3 etc, right?

Link to comment
Share on other sites

41 minutes ago, nio04 said:

button2: why group size here too??? 

The more size, the more results you will find. 

In above example, the minimum size must be 5.the size which less than 5 wont find the correct value. 

The first minimum size for dword group search is 5.the second 9.the third 13.the fourth 17.

You can see the first is 5 but the next are increased by 4.Lets see other example. 

By its minimum size, gg will show 5 for two adjacent group.(for three adjacent group, size will be 9 atleast)

Look at photo. 

 Screenshot_2020-11-04-20-40-50-649_io_va.exposed.thumb.jpg.fbe3dad45912d90d336999ab726c1ad0.jpgScreenshot_2020-11-04-20-41-32-690_io_va.exposed.thumb.jpg.973f3e94f194e3832037812d47b8f005.jpg

This group search needs size 5 atleast. 

But

Screenshot_2020-11-04-20-41-08-851_io_va.exposed.thumb.jpg.f96b47a5a65d1d7a1c953b0cbd9a7e7a.jpgScreenshot_2020-11-04-20-41-26-825_io_va.exposed.thumb.jpg.7b2d947d5a2b48b98b88dfbe85e9879d.jpg

we need size 9 for that group. If you set size 8,you wont find that value. But whatever number greater than size 9(may be 10 or 999) can find your value. But will be more other useless values. 

So the point you must know is not to set lower size than minimum size of your value group. Many script dont set size. gg will put size 512 automatically. 

 

41 minutes ago, nio04 said:

button1: according to ur explain - i think u mean,

 

if we search 45;20 --float, (without order)

it will also get value for us, example - 45.9, 45.5, 20.3 etc, right?

Its not. It searches only 45 and 20.not other values.without set order it will find not only

0000 >>> 45
0004 >>> 20

But

0000 >>> 20
0004 >>> 45

too. 

More results. 

 

Link to comment
Share on other sites

9 minutes ago, Lover1500 said:

The more size, the more results you will find. 

In above example, the minimum size must be 5.the size which less than 5 wont find the correct value. 

The first minimum size for dword group search is 5.the second 9.the third 13.the fourth 17.

You can see the first is 5 but the next are increased by 4.Lets see other example. 

By its minimum size, gg will show 5 for two adjacent group.(for three adjacent group, size will be 9 atleast)

Look at photo. 

 Screenshot_2020-11-04-20-40-50-649_io_va.exposed.thumb.jpg.fbe3dad45912d90d336999ab726c1ad0.jpgScreenshot_2020-11-04-20-41-32-690_io_va.exposed.thumb.jpg.973f3e94f194e3832037812d47b8f005.jpg

This group search needs size 5 atleast. 

But

Screenshot_2020-11-04-20-41-08-851_io_va.exposed.thumb.jpg.f96b47a5a65d1d7a1c953b0cbd9a7e7a.jpgScreenshot_2020-11-04-20-41-26-825_io_va.exposed.thumb.jpg.7b2d947d5a2b48b98b88dfbe85e9879d.jpg

we need size 9 for that group. If you set size 8,you wont find that value. But whatever number greater than size 9(may be 10 or 999) can find your value. But will be more other useless values. 

So the point you must know is not to set lower size than minimum size of your value group. Many script dont set size. gg will put size 512 automatically. 

 

Its not. It searches only 45 and 20.not other values.without set order it will find not only


0000 >>> 45
0004 >>> 20

But


0000 >>> 20
0004 >>> 45

too. 

More results. 

 

heads down!!! my head is damaged...

 

by the way - thanks for your knowledge... i learned a lot from you☺️

 

do you use TELEGRAM?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.