Jump to content
  • 0

Please explain it


ayam2

Question

gg.setRanges (gg.REGION_CODE_APP)
    gg.searchNumber ('0.001', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)

please explain the code if I want to do a search manually

I was set range in code app, enter value 0.001 in float

But i dont understand about false and gg.SIGN_EQUAL, 0,-1

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

SThe false means if it's an encrypted search True or False,

If you tap on the equal sign next to the number you are about to search you can see that this can be changed to not equal to or greater than and less than symbols

So sign equals tells the search to use an equal to sign in that field for the search

0, -1 start memory address search at and end at not really important for you to know for this search since you won't need to use it but here is a link for for the proper syntax

https://gameguardian.net/help/classgg.html#a14685d871e664a2f8ea74dc3293e428e

Link to comment
Share on other sites

16 hours ago, ayam2 said:

gg.setRanges (gg.REGION_CODE_APP)
    gg.searchNumber ('0.001', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)

please explain the code if I want to do a search manually

I was set range in code app, enter value 0.001 in float

But i dont understand about false and gg.SIGN_EQUAL, 0,-1

just select region XA and do normal search.

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.