Jump to content
  • 0

Can't find a way to script addresses search


Roverturbo

Question

so here's what i want to do and how i scripted it but some commands i can't find a way to script them

my script is at the bottom

what i want to script

 

:Search Menu

search for dword 1

save all the results

 

:Saved Menu

Select all

Change address for all of the results  -1A   (hex is checked)

Replace all the results as Search results

 

:Search Menu

Refine search 1,2,3

and finally, edit results to 3

 

here's my script missing the commands in the saved menu section

searchDword('1')
    checkResult()
  gg.saveList()
  gg.loadList()

 

searchDword('1,2,3')

checkResult()
    getResults(1000)
    editAll(3, gg.TYPE_DWORD)

any help?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

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.