Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "LOL", HidePremium = false, SaveConfig = true, ConfigFolder = "Scripts industry"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]local Tab = Window:MakeTab({
- Name = "Blox fruit",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]local Section = Tab:AddSection({
- Name = "List of Bloxfruit scripts"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "Blox fruit script (1)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (2)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/AXCScript/KayMobile/main/Script-Loader'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (3)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (4)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (5)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/NickelHUBB/SonicTuru/main/Protected-25.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (6)",
- Callback = function()
- print("button pressed")_G.HohoVersion = "v3"
- loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Section = Tab:AddSection({
- Name = "سكربت رقم 6 حرفيا اقوى سكربت بالعالم"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "Blox fruit script (7)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderZ-05/HUB/main/Main/Chest/AllDevice.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (8)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (9)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/Chest-Farm.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "Blox fruit script (10)",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement