Jump to content

How to access search values from Google sheets


kkbs4u

Recommended Posts

I want to know about any api method available for game guardian lua scripts access all searching values from Google sheet or another method

I know someone who using this method but when I ask him then de don't told me

 

Example:

gg.toast(("XYZ - Please Wait.... "))

vic = gg.makeRequest("http://185.220.34.4/api/slayer?pn=" .. v.label .. "-" .. B .. "&v=xMK301-VIP6 - " .. V6P .. "&fit=" .. _ENV.tostring(user[1]) .. " • " .. B .. " -MK301-VIP6- " .. v.firstInstallTime .. " • " .. gg.VERSION .. " • " .. II, {

.User-Agent = "XYZ"

}).content

t = {}

for i in string.gmatch(vic, ("([^,]+)")) do

table.insert(t, i)

end

 

gg.toast(("Please Wait"))

gg.searchNumber(t[5], gg.TYPE_FLOAT)

if gg.isVisible() then

gg.setVisible(false)

gg.getListItems()

gg.clearList()

gg.getResults(gg.getResultsCount())

gg.clearResults()

print(("******************\n**NO PEEKING**\n******************"))

os.exit()

end--M͢rC̸͟͞◊◊レ

gg.refineNumber(t[6], gg.TYPE_FLOAT)

gg.getResults(gg.getResultsCount())

gg.editAll(tonumber(gg.prompt({

 

Please help how to use that for me.

 

Sent from my HD1901 using Tapatalk

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.