ayam2 0 Posted February 23 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 0 Share this post Link to post Share on other sites
AKidWithMidgetFriend 40 Posted February 23 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 0 Share this post Link to post Share on other sites
TopGEOYT 241 Posted February 24 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. 0 Share this post Link to post Share on other sites