Jump to content
  • 0

How to edit just that value in the script?


FangYX

Question

4 answers to this question

Recommended Posts

it's cannot change the value😭

function FULL()

gg.clearResults()

gg.setRanges(gg.REGION_ANONYMOUS)

gg.searchNumber(';׎"Ͽ', gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.refineAddress("DAC")

gg.getResults(1)

  resultsCount = gg.getResultCount()

    results = gg.getResults(resultsCount)

    for x = 1, resultsCount do    

      gg.addListItems({

        [1] = {

          address = results[x].address + -48,

          flags = 4,

          value = 7;0;0;0

        }

      })

    end

   gg.toast("Visibility ON")

  gg.clearList()

 gg.clearResults()

end

Link to comment
Share on other sites

6 hours ago, Fathoni267 said:

it's cannot change the value😭

function FULL()

gg.clearResults()

gg.setRanges(gg.REGION_ANONYMOUS)

gg.searchNumber(';׎"Ͽ', gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.refineAddress("DAC")

gg.getResults(1)

  resultsCount = gg.getResultCount()

    results = gg.getResults(resultsCount)

    for x = 1, resultsCount do    

      gg.addListItems({

        [1] = {

          address = results[x].address + -48,

          flags = 4,

          value = 7;0;0;0

        }

      })

    end

   gg.toast("Visibility ON")

  gg.clearList()

 gg.clearResults()

end

already fixed 😁 i forgot to add "freeze = true" code

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.