yes it is ive done it many times
[added 3 minutes later]
local function h3()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("28271;29285;16384::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("29285", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
r = gg.getResults(100)
local t = {}
t[1] = {}
t[1].address = r[1].address + 0x20
t[1].flags = gg.TYPE_DWORD
t[1].value = 9999
t[1].freeze = true
gg.setValues(t)
gg.addListItems(t) --automaticly saves the list
gg.clearResults()
gg.toast(" ENJOY UNLIMITED CHILIS")
gg.loadResults(t)--loading the list
end