Jump to content
  • 0

Pls Help im Making a Text script in savelist.


ReignJoseph

Question

-- main code
gg.searchNumber(":set/?id=180426354", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
gg.refineNumber(":180426354", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)

local t = gg.getResults(1000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil


gg.clearResults()

revert = gg.getListItems()
local t = gg.getListItems()
for i, v in ipairs(t) do
    if v.flags == gg.TYPE_BYTE then
        v.value = ":178130996"
        v.freeze = false
        v.freezeType = gg.FREEZE_NORMAL
    end
end
gg.addListItems(t)
t = nil

 

I need help how do I change the result value of byte that I save it and replaced the text of :178130996, but its not working. set it to freeze = true will do all same numbers instead of different numbers 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.