you can use gg.clearResults() --By using so it clear's the list of searched results
::research::
v = gg.prompt({i='Enter value'}, {i='0'})
gg.searchNumber(v['i'], gg.TYPE_DWORD, true, gg.SIGN_EQUAL, 0, -1)
if gg.getResultCount() == 1 then
gg.editAll('10000', gg.TYPE_DWORD)
gg.alert('Hacking Done!, Enjoy')
gg.clearResults()
os.exit()
else gg.alert('Too much values found, Go to game and change the value, then open gameguardian window again')
goto research
end
it not a complete example but can work