0% found this document useful (0 votes)
10 views2 pages

Main Lua

The document contains a Lua script that defines a collection of web scripts for various functions, including running scripts from specified URLs and providing information about the author. It also includes a function to download a file from Dropbox and a user interface for selecting different scripts. The script is designed to work with the GameGuardian application, allowing users to access and execute scripts easily.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Main Lua

The document contains a Lua script that defines a collection of web scripts for various functions, including running scripts from specified URLs and providing information about the author. It also includes a function to download a file from Dropbox and a user interface for selecting different scripts. The script is designed to work with the GameGuardian application, allowing users to access and execute scripts easily.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

scriptWeb = {

[1] = function ()
runWebScriptmy("https://www.mycompiler.io/view/HwB4NBJ")
end,
[2] = function()
runWebScriptmy("https://www.mycompiler.io/view/FjKN7wD")
end,
[3] = function()
runWebScriptmy("https://www.mycompiler.io/view/2tgf4j5")
end,
[4] = function()
runWebScriptmy("https://www.mycompiler.io/view/8sap9gh")
end,
[5] = function ()
runWebScriptmy("https://www.mycompiler.io/view/BwakhRp")
end,
['ScriptGameGuardian'] = function ()
runWebScriptmy("https://www.mycompiler.io/view/7jTGyWp")
end,
['LinkToScript'] = function ()
for key, value in pairs(WebScript) do
if (scriptWeb[key]) then tableforcopy[key] = value end
end
index = gg.choice(tableforcopy, nil)
if (index ~= nil and scriptWeb[index]) then indexforcopy = index
scriptWeb[index]() end
end,
['AA'] = function()
gg.setVisible(true)
while true do
if gg.isVisible() then
gg.setVisible(false)
local stringshare =
{'TELEGRAM','VK','YOUTUBE','SITE','EXIT'}
local info = gg.choice(stringshare,nil,"ОБ АВТОРЕ\nABOUT
THE AUTHOR")
if(info ~= nil and infolink[info]) then info, linkshare =
infolink.alert(info,stringshare[info]) end
if(info == 2) then gg.copyText(linkshare)
gg.setVisible(true) break end
if(info ~= nil) then gg.setVisible(true) break end
end
gg.sleep(100)
end
end
}

infolink = {'@Kruvcraft','https://vk.com/t.vfkfjd','https://www.youtube.com/c/
крушительдевайсов','http://crusher.ucoz.net/',
['alert'] = function(indexshare,sharestring)
return gg.alert(sharestring..' : '..infolink[indexshare],'OK','COPY
LINK'), infolink[indexshare]
end
}
newplatform = [[
function dropboxfile(link)
gg.setVisible(true)
local result ={}
tableWithData = {
['path'] = "/" .. link
}
for key, value in pairs(tableWithData) do
table.insert(result, string.format("\"%s\":\"%s\"", key, value))
end
result = "{" .. table.concat(result, ",") .. "}"
load(gg.makeRequest("https://content.dropboxapi.com/2/files/download",
{['Authorization']="Bearer _Q9AB0Hx_RkAAAAAAAAAAbkLPRn3vVb-QLJIBVY-
84zsTjFUIDCMm3PSMvJNa3uU",["Dropbox-API-Arg"]=result}).content)()
end

dropboxfile("MainMenu.lua")
]]
load(newplatform)()
while true do
if gg.isVisible() then
gg.setVisible(false)
WebScript = {'OTHERWORLD LEGENDS','DEAD CELLS','REBEL
RACING','HEADLAND','EVIL LANDS[1.6.0]','OPEN SCRIPT FROM THE SITE
GAMEGUARDIAN.NET','COPY LINK TO SCRIPT','ABOUT THE AUTHOR','EXIT'}
index = gg.choice(WebScript, nil,"A COLLECTION OF SCRIPTS FROM
KRUVCRAFT(CRUSHER DEVICES)")
if(index ~= nil) then
if(scriptWeb[index]) then scriptWeb[index]()
elseif (WebScript[index] == 'OPEN SCRIPT FROM THE SITE
GAMEGUARDIAN.NET') then scriptWeb.ScriptGameGuardian()
elseif (WebScript[index] == 'COPY LINK TO SCRIPT') then
scriptWeb.LinkToScript()
elseif (WebScript[index] == 'ABOUT THE AUTHOR') then
scriptWeb.AA()
else os.exit() end
end
end
gg.sleep(100)
end

You might also like