local ArrayField = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = ArrayField:CreateWindow({
   Name = "Lithos Hub",
   LoadingTitle = "Lithos Script Hub",
   LoadingSubtitle = "by Lithos/8GOB5",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = LITHOSHUBCONFIGS, -- Create a custom folder for your hub/game
      FileName = "Configs For Lithos Hub"
   },
   Discord = {
      Enabled = true,
      Invite = "https://[Log in to view URL]", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
      RememberJoins = false -- Set this to false to make them join the discord every time they load it up
   },
   KeySystem = true, -- Set this to true to use our key system
   KeySettings = {
      Title = "Lithos Hub Key",
      Subtitle = "Key System",
      Note = "Key in our Discord. https://[Log in to view URL]",
      FileName = "LITHOSHUBKEY", -- It is recommended to use something unique as other scripts using ArrayField may overwrite your key file
      SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like ArrayField to get the key from
      Actions = {
            [1] = {
                Text = 'Click to copy Discord invite <--',
                OnPress = function()
                    setclipboard ("https://[Log in to view URL]")
                end,
                }
            },
      Key = {"https://[Log in to view URL]"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

Window:Prompt({
    Title = 'Lithos Hub',
    SubTitle = 'Terms of Service',
    Content = 'Go check https://[Log in to view URL] to view TOS',
    Actions = {
        Accept = {
            Name = 'Accept',
            Callback = function()
                print('Accepted')
            end,
        }
    }
})
--Home
local MainTab = Window:CreateTab("Lithos Hub Home", 4483362458) -- Title, Image
local Section = MainTab:CreateSection("Universal",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element

ArrayField:Notify({
   Title = "Lithos Hub",
   Content = "Thanks for using our script!",
   Duration = 6.5,
   Image = 4483362458,
   Actions = { -- Notification Buttons
      Ignore = {
         Name = "You are welcome!",
         Callback = function()
         print("Done")
      end
   },
 },
})

local Button = MainTab:CreateButton({
   Name = "Anti-Afk",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "Draw FPS + Ping",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "Fly (E)",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "ESP (X)",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
Name = "Infinite Jump (Q)",
    Interact = 'Click',
    Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
        end,
})

local Button = MainTab:CreateButton({
   Name = "Aimbot",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "Full Bright (T)",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})

local Button = MainTab:CreateButton({
   Name = "ChatBypass",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
-- Gui
local GuiTab = Window:CreateTab("Gui", 4483362458) -- Title, Image
local Section = GuiTab:CreateSection("Game UI",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element

local Button = GuiTab:CreateButton({
   Name = "Toilet Tower Defense",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "BaBfT GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "DaHood GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Bladeball GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "MM2 GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Arsenal GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Bloxfruits GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Hoopz GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "HOOP NATION GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Funky Friday GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Strongest Battlegrounds GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Dino Sim GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "Beeswarm GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = GuiTab:CreateButton({
   Name = "KAT GUI",
   Interact = 'Click',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})
-- Misc
local MiscTab = Window:CreateTab("Misc", 4483362458) -- Title, Image
local Section = MiscTab:CreateSection("Extras",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element

local Button = MiscTab:CreateButton({
   Name = "Destory Interface",
   Interact = 'Click',
   Callback = function()
   ArrayField:Destroy()
   end,
})
-- Credits
local CreditsTab = Window:CreateTab("Lithos Credits Tab", 4483362458) -- Title, Image
local Section = CreditsTab:CreateSection("Credits",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element

local Button = CreditsTab:CreateButton({
   Name = "Press this then run /console or press F9 to view Lithos Hub credits :)",
   Interact = 'Click',
   Callback = function()
   print ('Credit: Lithos/8GOB5; Creator of Lithos Creations & Lithos Hub. shorfor1; Worked on ESP Script and is a developer. Stefanuk12; Supplied BaBfT Auto farm script and some contribution to the ESP. The Rayfield team; Supplied the UI for the BaBfT script. Gigi, shlex, iRay, Arrays, and humpolec. Part of the Arrayfield team; They made the UI your using right now!. Mage; provided many new guis/scripts and is a partner. Finally, Thank you, the user of this script hub, we made this project for YOU. So we hope you enjoy it. :)')
   end,
})

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: