Jump to content
  • 0

Unable to get search range of 2 values for a script.


ChrxnZX

Question

Posted

So I am trying to create a perfected search in game guardian for 2 values, let's say I have a search command in a script: gg.searchnumber("1;2::1"), how can I get the range of 1? (The ::1 part)

2 answers to this question

Recommended Posts

Posted

IMG_20221229_010308.thumb.jpg.fd057ff665d7f6c9f3d162c9594454bc.jpg

- select 2 values or more then tap that button as shown in the picture above.

IMG_20221229_010326.thumb.jpg.d827dfbe9c62fa3bb8eecb09c6cff70a.jpg

- a popup menu will appear as above and select > Add group size

- another popup will appear..from here you can either copy or make a search.

IMG_20221229_011326.thumb.jpg.ca5170811a0436a3a146b643dbfa82ad.jpg

- make sure to check the box as shown below if you want make an ordered search

IMG_20221229_011411.thumb.jpg.b22aa09d712bc3ec597649f658ebb060.jpg

Posted
On 12/28/2022 at 8:00 AM, ChrxnZX said:

So I am trying to create a perfected search in game guardian for 2 values, let's say I have a search command in a script: gg.searchnumber("1;2::1"), how can I get the range of 1? (The ::1 part)

Select the two values, press "Calculate offset, XOR", press "offset"

The range is the offset converted to decimal plus one

If offset is 0x14

local range = tonumber(0x14) + 1

 

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.