Jump to content
  • 0

How to make script likes this


ItsCharls

Question

2 answers to this question

Recommended Posts

if gg.isVisible(true) then
gg.setVisible(false)
gg.clearResults()
end

gg.searchNumber('18', gg.TYPE_DWORD)

t = gg.getResults(5) -- load items

t[1].value = '18'

t[1].freeze = true

print('addListItems: ', gg.addListItems(t))

 

goto lol

::lol::
os.exit()

Link to comment
Share on other sites

  • Administrators

Screenshots contradict each other.

Screenshot 1 and 2. Element with 684 at the end of the address.
Screenshot 3 and 4. Element with 5f8 at the end of the address.
Screenshot 6. Saved list with an item with 680 at the end of the address.

Accordingly, it is not clear what the author wants.

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.