Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Ui Lib
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/CnXM5m6m"))()
- --customize
- local CB = {
- --section Name Background
- SchemeColor = Color3.fromRGB(30,30,200),
- --Background colors
- Background = Color3.fromRGB(30, 30, 50), --Section Background
- Header = Color3.fromRGB(10, 10, 50), --Tab And Top Background
- --Input Colors
- TextColor = Color3.fromRGB(200,200,200), --Text Of Input
- ElementColor = Color3.fromRGB(20, 20, 20),--Background of input
- TitleColor = Color3.fromRGB(245, 245, 0) --title color
- }
- local Logo = {
- Used = false, --if theres a logo or not
- ImgID = 10829961202 --image id for the logo
- }
- local Window = Library.CreateLib("Mango Hub 4.4.10", CB, Logo) --10824293281
- --Script Hub
- --Base Tabs
- local Info = Window:NewTab("Info")
- local Utility = Window:NewTab("Utilitys")
- --Script Sections
- local InfoS = Info:NewSection(" ----- Credits-----")
- local UtilityS = Utility:NewSection("Utilitys")
- --Scripts
- InfoS:NewLabel("Script Hub By: Bone")
- InfoS:NewLabel("Ui Library by: xHeptc")
- InfoS:NewLabel("Ui Updates by: Bone")
- InfoS:NewLabel("Note: There might be a few Pached Scripts")
- InfoS:NewLabel("----------------------------Versions----------------------------")
- InfoS:NewLabel("V4.4.8: Added Logo")
- UtilityS:NewButton("Infinite Yeild", "Admin Commands", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- UtilityS:NewButton("Dark Dex V3", "Game Explorer", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
- end)
- UtilityS:NewButton("Remote Spy", "See Remote Activity", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/bCghX33W", true))()
- end)
- UtilityS:NewButton("Hydroxide", "Useful For Script Making", function()
- local owner = "Upbolt"
- local branch = "revision"
- local function webImport(file)
- return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
- end
- webImport("init")
- webImport("ui/main")
- end)
- --Games
- --Tabs
- local Apeirophobia = Window:NewTab("Apeirophobia")
- local Doors = Window:NewTab("Doors")
- local PlsDonate = Window:NewTab("Pls Donate")
- local BuildABoat = Window:NewTab("Build A Boat")
- local Evade = Window:NewTab("Evade")
- --Sections
- local DoorsS = Doors:NewSection("Scripts")
- local ApeirophobiaS = Apeirophobia:NewSection("Scripts")
- local PlsDonateS = PlsDonate:NewSection("Scripts")
- local BuildABoatS = BuildABoat:NewSection("Scripts")
- local EvadeS = Evade:NewSection("Scripts")
- --Scripts
- ApeirophobiaS:NewButton("Corrupt", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/0ptVa7Dn'))()
- end)
- DoorsS:NewButton("Doors", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/XeiKDFz7'))()
- end)
- DoorsS:NewButton("Vynixius", "", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
- end)
- PlsDonateS:NewButton("FE R15 Animations", "", function()
- loadstring(game:HttpGet("https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua"))()
- end)
- BuildABoatS:NewButton("V.G Hub", "", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
- end)
- EvadeS:NewButton("Evade Gui", "", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Evade/main.lua"))()
- end)
- EvadeS:NewButton("Evade :Skull:", "", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/9Strew/roblox/main/gamescripts/evade.lua'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment