- -1
Help About GG argumen....
-
Similar Content
-
- 11 answers
- 2,004 views
-
- 2 replies
- 2,067 views
-
- 3 answers
- 857 views
-
- 0 replies
- 1,920 views
-
- 11 replies
- 3,370 views
-
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.
Question
Vaster
About gg.prompt How to make gg.loadresults to This prompt ?
function mrdiggsc()
gg.setVisible(false)
gg.clearResults()
gg.searchNumber('1,062,836,634D;1,106,247,680D;5D~99D;5D~99D;5D;5D::21', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0x7000000000, 0x7FFFFFFFFF, 0)
gg.refineAddress("0", 0xff, gg.TYPE_DWORD, gg.SIGN_EQUAL, 0, -1, 0)
if gg.getResultsCount() == 0 then gg.toast("Value Not Found") MAIN()end
gg.refineNumber(1062836634, gg.TYPE_DWORD)
if gg.getResultsCount() == 0 then gg.toast("Value Not Found .... Wait.....")end
local modc = gg.prompt({'Enter Value : 0 > 99'}, {[1] = recentvalue}, {[1] = "Number"})
if modc == nil then return gg.alert("Value Eror .....") end
local limit = tonumber(modc[1])
if limit < 0 or limit > 99 then return gg.alert("Value Eror .....")
elseif limit == 100 or limit == 99999 then return gg.alert("Value Eror .....")
elseif limit == nil then return gg.alert("Value Eror .....") end
local r = gg.getResults(1)
local t = gg.TYPE_BYTE
local t = {}
t[1] = {}
t[1].flags = gg.TYPE_BYTE
for i, v in pairs(r) do
v.address = v.address + 0x08
v.flags = gg.TYPE_BYTE
v.value = modc[1]
v.name = "Mr.DiggsRCount"
v.freeze = true
gg.addListItems(r)
gg.setValues(r)
gg.loadResults(r)
gg.getResults(1)
recentvalue = gg.getValues(r)
gg.toast("")
gg.clearResults()
end
end
the "recentvalue" not work if i put to the gg.prompt
where i wrong ? can u tell me abut that Sir?
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now