zimerfm Posted July 25, 2022 Posted July 25, 2022 hello. when I try to place the address in a variable in order to further use the address itself in the script for searching, I have a bug. main Address = {{}, {}} if(k == 1) then mainAddress[1] = result[1].address mainAddress[2] = result[2].address end the output console outputs: 0x2205861408 0x2205861412, which makes further search impossible I will clarify that I need an address in the form of 3f23fd, which can be used in the search. thanks
Platonic Posted October 10, 2022 Posted October 10, 2022 On 7/26/2022 at 12:35 AM, zimerfm said: hello. when I try to place the address in a variable in order to further use the address itself in the script for searching, I have a bug. main Address = {{}, {}} if(k == 1) then mainAddress[1] = result[1].address mainAddress[2] = result[2].address end the output console outputs: 0x2205861408 0x2205861412, which makes further search impossible I will clarify that I need an address in the form of 3f23fd, which can be used in the search. thanks What did you do with that address? If you use gg.searchNumber("result[1].address", gg.TYPE_DWORD) it should work.
Question
zimerfm
hello.
when I try to place the address in a variable in order to further use the address itself in the script for searching, I have a bug.
main Address = {{}, {}}
if(k == 1) then
mainAddress[1] = result[1].address
mainAddress[2] = result[2].address
end
the output console outputs: 0x2205861408 0x2205861412, which makes further search impossible
I will clarify that I need an address in the form of 3f23fd, which can be used in the search. thanks
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.