I found an important value of more than 5k results but this technique is slow to edit is there any other code that speeds up editing?
___
local edt = gg.getResults(gg.getResultCount())
for i,v in pairs(edt) do
edt[i].address = edt[i].address + 8
edt[i].flags = gg.TYPE_FLOAT
edt[i].value = 9999
edt[i].freeze = false
gg.setValues(edt)
end