Jump to content

give me an example script "revert/return values ​​in the item list"


Dilan1990

Recommended Posts

 

function hello()
gg.clearResults()
gg.setVisible(false)
end
HOME = 1

function HOME()
izh = gg.choice({'On','Off','exit'}, nil, "Safe No Root User Only")
if izh == nil then else
if izh == 1 then menu() end
if izh == 2 then exit() end
if izh == 3 then exit1() end
end
PUBGMH = -1
end

function menu()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.clearResults()
gg.searchNumber("88.50576019287F;87.27782440186F;-100.91194152832F;1F::13",gg.TYPE_FLOAT, false,gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("88.50576019287F;87.27782440186F;1F",gg.TYPE_FLOAT, false,gg.SIGN_EQUAL, 0, -1)
a = gg.getResults(9)
gg.editAll("1.96875;1.96875;999",gg.TYPE_FLOAT)
gg.addListItems(a)
gg.toast("[]Antena[]")
gg.clearResults()
gg.searchNumber("1;1;1;0.0001;20;0.0005;0.4::50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
b = gg.getResults(100)
gg.editAll("1.0650", gg.TYPE_FLOAT)
gg.addListItems(b)
gg.clearResults()
gg.toast("[]speed[]")
end

function exit()
local revert = nil
revert = gg.getListItems()
end

function exit1()
os.exit()
end
hello()
while true do
if gg.isVisible(true) then
PUBGMH = 1
gg.setVisible(false)
end
if PUBGMH == 1 then
HOME()
end
if revert ~= nil then gg.setValues(revert)
end
end

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.