BoneTheScripter

MangoHub

Sep 18th, 2022
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. --Ui Lib
  2. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/CnXM5m6m"))()
  3.  
  4. --customize
  5. local CB = {
  6. --section Name Background
  7. SchemeColor = Color3.fromRGB(30,30,200),
  8. --Background colors
  9. Background = Color3.fromRGB(30, 30, 50), --Section Background
  10. Header = Color3.fromRGB(10, 10, 50), --Tab And Top Background
  11. --Input Colors
  12. TextColor = Color3.fromRGB(200,200,200), --Text Of Input
  13. ElementColor = Color3.fromRGB(20, 20, 20),--Background of input
  14. TitleColor = Color3.fromRGB(245, 245, 0) --title color
  15. }
  16. local Logo = {
  17. Used = false, --if theres a logo or not
  18. ImgID = 10829961202 --image id for the logo
  19. }
  20. local Window = Library.CreateLib("Mango Hub 4.4.10", CB, Logo) --10824293281
  21.  
  22. --Script Hub
  23.  
  24. --Base Tabs
  25. local Info = Window:NewTab("Info")
  26. local Utility = Window:NewTab("Utilitys")
  27. --Script Sections
  28. local InfoS = Info:NewSection(" ----- Credits-----")
  29. local UtilityS = Utility:NewSection("Utilitys")
  30. --Scripts
  31. InfoS:NewLabel("Script Hub By: Bone")
  32. InfoS:NewLabel("Ui Library by: xHeptc")
  33. InfoS:NewLabel("Ui Updates by: Bone")
  34. InfoS:NewLabel("Note: There might be a few Pached Scripts")
  35. InfoS:NewLabel("----------------------------Versions----------------------------")
  36. InfoS:NewLabel("V4.4.8: Added Logo")
  37. UtilityS:NewButton("Infinite Yeild", "Admin Commands", function()
  38. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  39. end)
  40. UtilityS:NewButton("Dark Dex V3", "Game Explorer", function()
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  42. end)
  43. UtilityS:NewButton("Remote Spy", "See Remote Activity", function()
  44. loadstring(game:HttpGet("https://pastebin.com/raw/bCghX33W", true))()
  45. end)
  46. UtilityS:NewButton("Hydroxide", "Useful For Script Making", function()
  47. local owner = "Upbolt"
  48. local branch = "revision"
  49.  
  50. local function webImport(file)
  51. return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
  52. end
  53.  
  54. webImport("init")
  55. webImport("ui/main")
  56. end)
  57.  
  58. --Games
  59.  
  60. --Tabs
  61. local Apeirophobia = Window:NewTab("Apeirophobia")
  62. local Doors = Window:NewTab("Doors")
  63. local PlsDonate = Window:NewTab("Pls Donate")
  64. local BuildABoat = Window:NewTab("Build A Boat")
  65. local Evade = Window:NewTab("Evade")
  66.  
  67.  
  68.  
  69. --Sections
  70. local DoorsS = Doors:NewSection("Scripts")
  71. local ApeirophobiaS = Apeirophobia:NewSection("Scripts")
  72. local PlsDonateS = PlsDonate:NewSection("Scripts")
  73. local BuildABoatS = BuildABoat:NewSection("Scripts")
  74. local EvadeS = Evade:NewSection("Scripts")
  75.  
  76.  
  77.  
  78. --Scripts
  79. ApeirophobiaS:NewButton("Corrupt", "", function()
  80. loadstring(game:HttpGet('https://pastebin.com/raw/0ptVa7Dn'))()
  81. end)
  82. DoorsS:NewButton("Doors", "", function()
  83. loadstring(game:HttpGet('https://pastebin.com/raw/XeiKDFz7'))()
  84. end)
  85. DoorsS:NewButton("Vynixius", "", function()
  86. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  87. end)
  88. PlsDonateS:NewButton("FE R15 Animations", "", function()
  89. loadstring(game:HttpGet("https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua"))()
  90. end)
  91. BuildABoatS:NewButton("V.G Hub", "", function()
  92. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  93. end)
  94. EvadeS:NewButton("Evade Gui", "", function()
  95. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Evade/main.lua"))()
  96. end)
  97. EvadeS:NewButton("Evade :Skull:", "", function()
  98. loadstring(game:HttpGet('https://raw.githubusercontent.com/9Strew/roblox/main/gamescripts/evade.lua'))()
  99. end)
  100.  
  101.  
  102.  
  103.  
Advertisement
Add Comment
Please, Sign In to add comment