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 = "وسيم جيمر Hup", HidePremium = false, SaveConfig = true, ConfigFolder = "وسيم قيمر Hup"})
- --[[
- 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 = "ملاحضات",
- 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 = "هنا ملاحظات يجب أتباعها"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- local Section = Tab:AddSection({
- Name = "ملاحظة : لا تضغط على أي سكربت أكثر من مرة أبداً"
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "لا تفعل أكثر من سكربت في نفس الوقت"
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "لا تفعل سكربت بلوكس فروت في ماب البيوت"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- local Section = Tab:AddSection({
- Name = "لا تفعل سكربت ماب البيوت في بلوكس فروت و الخ ..."
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- local Section = Tab:AddSection({
- Name = "رح نحط سكربتات أكثر قريباً"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- local Tab = Window:MakeTab({
- Name = "سكربتات بلوكس فروت",
- 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 = "هنا سكربتات بلوكس فروت"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "سكربت بلوكس فروت ( 1 )",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "سكربت بلوكس فروت ( 2 )",
- Callback = function()
- print("button pressed")getgenv().Team = "Marines" -- Marines Pirates
- getgenv().AutoLoad = false --Will Load Script On Server Hop
- getgenv().SlowLoadUi = false
- getgenv().FixCrash = false -- Turn it On For Hopping Server, Improve Performance But Silent Aim On Mob And Player
- getgenv().FixCrash2 = false -- Turn it On For Hopping Server, Improve Performance But Will Remove Speed Changer
- getgenv().ForceUseSilentAim = false --Force turn on silent aim , if error then executor problem
- loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "سكربتات ماب البيوت",
- 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 = "هنا سكربتات ماب البيوت"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "سكربت ادمن",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "سكربت ماب البيوت",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Settings",
- 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 = "Here are the script settings"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddColorpicker({
- Name = "Choose the script color",
- Default = Color3.fromRGB(255, 0, 0),
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the colorpicker.
- Default = <color3> - The default value of the colorpicker.
- Callback = <function> - The function of the colorpicker.
- ]]
- Tab:AddTextbox({
- Name = "Link to our Discord server",
- Default = "https://discord.gg/QhGAMJJ2RR",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)OrionLib:MakeNotification({
- Name = "we are waiting for you",
- Content = "Thank you for copying the link to our Discord server. we are waiting for you",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]OrionLib:MakeNotification({
- Name = "نحن ننتظرك",
- Content = "شكراً لنسخك رابط سيرفرنا الديسكورد . نحن ننتظرك",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the textbox.
- Default = <string> - The default value of the textbox.
- TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
- Callback = <function> - The function of the textbox.
- ]]
- Tab:AddButton({
- Name = "restart script",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/k5VQxeh7"))()
- 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