Jump to content
  • 0

group research with exact numbers on keys


Boardoptions

Question

Posted

I have a sequence of known values and would like to do a search to display the exact keys that contain all the values together, which would be:

1.120.403.456 Dword

100,0 Float <- that number will be frozen

5,53552857e-315 EDouble

0 Word

0 Byte

1.120.403.456 Qword

-116.126.184 Xor

42C80000 Hex

so in my search I wanted to list only the keys that contain all of them simultaneously

because with each restart of the game, these values remain the same, but the key changes randomly

8 answers to this question

Recommended Posts

Posted
42 minutes ago, Enyby said:

"Keys"? I do not get your point.

Use group search

 

[added 3 minutes later]
42 minutes ago, Enyby said:

"Keys"? I do not get your point.

Use group search.

the "keys" I refer to are the address or the mask, which are always random, but the sequence of numbers will always be this. so, I want the search to show only addresses that contain only this sequence of d, f, q, x values used in the topic

Posted
4 minutes ago, Boardoptions said:

example I want the "keys" with these exact values;

1,000 Dword 500 Float 1,000 Qword -210.0000.0 Xor

BBBBBB: 1.0000D, 500F, 1,000Q, -210.0X FFFFFFF: 1,000D, 500F, 1,000Q, -210.0X GGGGGG: 1,000D, 500F, 1,000Q, -210.0X

 

########### examples that appear in the common group search:

 

BBBBBB: (1,000D) 24F 2,000Q -30.0X

FFFFFFF: 300D, (500F), 400Q, 21.0X but they don't have the desired string of values in a single "key" "BBBBB"

[added 3 minutes later]

the "keys" I refer to are the address or the mask, which are always random, but the sequence of numbers will always be this. so, I want the search to show only addresses that contain only this sequence of d, f, q, x values used in the topic

so I wanted to know the correct way to display addresses that contain these specific values:

 

1,120,403,456 Dword

100.0 Float

5.53552857e-315Double

0 W

0Byte

1,120,403,456 Qword

-116,126,184 Xor

42C80000 Hex

  • Administrators
Posted

Still understand nothing.

If you want store different group search strings in table with access with some keys - it is possible:

t = {}
t.AAAAAA = '1D;2F;3W'
T.BBBBBB = '4B;5D'

 

Posted
4 minutos atrás, Enyby disse:

Ainda não entendo nada.

Se você deseja armazenar diferentes strings de pesquisa de grupo na tabela com acesso com algumas teclas - é possível:


   

 

that's right, different addresses with the same values d, f, x

Posted
1 hour ago, Enyby said:

Use group search. For example '123D;456F;789W' and so on. If you know order or possible group size use it.

I was successful, now I need to study a little more about a script with options menu, gratitude for the boss attention helped me a lot

 

like a boss 😁🙅🧞

Lets Go Reaction GIF

[added 1 minute later]
Just now, Boardoptions said:

I was successful, now I need to study a little more about a script with options menu, gratitude for the boss attention helped me a lot

 

like a boss 😁🙅🧞

Lets Go Reaction GIF

the result its very simple, i have entered code 

 

100F;5,53552857e-315E::5

get 22 results

and freeze all double values  and get infinite armor and health 

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.