-- Hmmm searching single value is better than group search so I give idea like search   single value and search second single value like and adding more results to save list may cause gg to crash so pls save value that has low results savelist should not go more than100k so this will be fast with no crash for game
 
	gg.searchNumber("200",gg.TYPE_QWORD,false,gg.SIGN_EQUAL,0-1,0)
 
	k = gg.getResults(gg.getResultsCount(),nil,nil,nil,nil,nil,nil,nil) gg.addListItems(k) k =nil
 
	gg.searchNumber("205",gg.TYPE_QWORD,false,gg.SIGN_EQUAL,0-1,0)
 
	k = gg.getResults(gg.getResultsCount(),nil,nil,nil,nil,nil,nil,nil) gg.addListItems(k) k =nil
 
	gg.clearResults() 
 
	gg.loadResults(gg.getListItems(k))
 
	gg.refineNumber("200;205::1000") -- correct refine value
 
	gg.getResults(gg.getResultsCount())
 
	gg.editAll("0",gg.TYPE_QWORD)
 
	gg.clearResults()
 
	gg.clearList()
 
	gg.alert("hack done")