MasterC Posted November 22, 2021 Posted November 22, 2021 Hi, I Need make Script for Copy and Replace Number found for Change for other Example: gg.searchNumber('12345', gg.TYPE_DWORD) r = gg.getResultsCount() gg.copyNumber(r[1].address) gg.pasteNumber(r[2].adress) How did for Make Script with copy and paste any value? Help me.
MasterC Posted September 17, 2022 Author Posted September 17, 2022 On 11/23/2021 at 6:05 PM, CmP said: What do you need it for? Because in your example it is known beforehand that all results (when they are checked by GG) will be equal to the value that you have searched for. For example, if you search "12345", every found result will have such value, so copying value of search result doesn't really make sense in this case. I need to copy this value and paste and another search that is not the same previous values
CmP Posted September 18, 2022 Posted September 18, 2022 Explain the algorithm that you need to implement. First step is, for example, new search for values of dword type that are equal to 12345. What are the next steps? To get address of first result and do something with it? Do you need to search for values that are equal to address of first result or what?
CmP Posted November 23, 2021 Posted November 23, 2021 What do you need it for? Because in your example it is known beforehand that all results (when they are checked by GG) will be equal to the value that you have searched for. For example, if you search "12345", every found result will have such value, so copying value of search result doesn't really make sense in this case.
Question
MasterC
Hi, I Need make Script for Copy and Replace Number found for Change for other
Example:
gg.searchNumber('12345', gg.TYPE_DWORD)
r = gg.getResultsCount()
gg.copyNumber(r[1].address)
gg.pasteNumber(r[2].adress)
How did for Make Script with copy and paste any value?
Help me.
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.