Jump to content

Vaster

Members
  • Posts

    15
  • Joined

  • Last visited

Additional Information

  • Android
    11.x
  • Device
    Redmi Note 9 Pro Jeyouse

Recent Profile Visitors

846 profile views

Vaster's Achievements

Contributor

Contributor (5/14)

  • Collaborator Rare
  • One Month Later
  • First Post Rare
  • Reacting Well Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Many Thx Sir, for ur time ,and thx again for explain to me , I understand Now where my problem ,from ur explanation ....
  2. Still not Solve it , i try change my lua like this 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") return end gg.refineNumber(1062836634, gg.TYPE_DWORD) if gg.getResultsCount() == 0 then gg.toast("Value Not Found .... Wait.....")end local r = gg.getResults(1) for i, v in pairs(r) do v.address = v.address + 0x08 v.flags = gg.TYPE_BYTE gg.loadResults(r) end local results = gg.getResults(1) local numb = gg.getValues(results) local value = #numb local addrs = {1} for i=1, #numb do addrs[i] = {} addrs[i]["address"] = nil addrs[i]["flags"] = nil addrs[i]["value"] = "" ..value end local modc = gg.prompt({'Enter Value : 0 > 99'}, addrs, {nil}) if modc == nil then return gg.alert("Value Eror .....") end local r = gg.getResults(1) for i, v in pairs(r) do v.value = modc[1] v.name = "Mr.DiggsRCount" v.freeze = true gg.addListItems(r) gg.setValues({}) gg.toast("") gg.clearResults() end and get results like that , how i can get value Only In gg.prompt? im so pain about that.....
  3. Thnksss a lot for ur time Sir , I Will try Now
  4. Yes Sirr , Can Help me bcus i want put the promp for Weapon and acccesories later ,the game Have Ids Weapon and make the Ids To Many Work At least We know What Recent Value For What Weapon We Use , Can help me Sirr ?
  5. Attemp nil Value With Key Index 1, i try Change The location recent value but i got full table like this {--table(efc719a) [1]={--table(3357acb) ['address']=0x71722f0c28 ['flags']=1--gg.TYPE_BYTE ['value']=50 } } how i can put only a table [value]=50 to gg.prompt ?
  6. thnksss Sir i will try
  7. 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?
×
×
  • Create New...

Important Information

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.