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 = "👑 PardX 👑", HidePremium = false, SaveConfig = true, ConfigFolder = "PardX"})
- --[[
- 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 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://github.com/HUBSXOBOX/HUBSXOBOX/raw/main/Hussin%20Danis'))()
- 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://pastebin.com/raw/AYtzGEPb'))()
- 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://pastebin.com/raw/wyvdb7gr'))()
- 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://pastebin.com/raw/yjxXnxbS'))()
- 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://pastebin.com/raw/8T0STS4f'))()
- 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://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))()
- 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/GhostPlayer352/Test4/main/Break%20Camera'))()
- 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/moh3mah/KATAKORI.ZR/main/Geeetho"))()
- 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/anyahubs/FE/main/Dances.lua'))()
- 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/anyahubs/Hub/main/anyahubV1.lua'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Section = Tab:AddSection({
- Name = "👆 طريقة استخدام هذا السكربت 👆"
- })
- --[[
- Name = <string> - The name of the section.
- ]]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/anyahubs/FE/main/ICEHUB_ARABIC"))()
- 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/anyahubs/swordgame/main/anya.lua'))()
- 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://sirius.menu/script'))();
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Section = Tab:AddSection({
- Name = "------------------------------"
- })
- --[[
- Name = <string> - The name of the section.
- ]]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/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "👩💻 سكربت لاق 2 👩💻",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/JAAfsp1N"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Section = Tab:AddSection({
- Name = "------------------------------"
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "👩💻 سكربتات ايم بوت 👩💻"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "👩💻 سكربت ايم بوت 1 👩💻",
- Callback = function()
- print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "👩💻 سكربت ايم بوت 2 👩💻",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/main/scripthusenidanacronaldo.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]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/ARAB-SCR/Sc-hlame/main/Sc"))()
- 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/GhostPlayer352/Test4/main/Float'))()
- 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/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://pastebin.com/raw/TXMNj1yy'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔥💥 سكربت بلوكس فروت يجمع فواكه و اكثر 💥🔥",
- 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 = "والله العظيم يجيب فواكه أنا شخصيا اول ما جربته لمدة شهر"
- })
- --[[
- Name = <string> - The name of the section.
- ]]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/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))()
- 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://pastebin.com/raw/Uq8vajaM"))()
- 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/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- 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://pastebin.com/raw/0qDyLDWt"))()
- 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/HeyGyt/walkonwalls/main/main"))()
- 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.
- ]]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 = "👑🔥KIRA من قبل🔥👑"
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "👑🔥SASUKEمع مساعده🔥👑"
- })
- --[[
- 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/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 = "🍇(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 = "🍇(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 = "🍇(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 = "🍇(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 = "🍇(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.
- ]]Tab:AddButton({
- Name = "🍇(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 = "🍇(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 = "🍇(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 = "🍇(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.
- ]]local Tab = Window:MakeTab({
- Name = "⚔️MM2سكربتات⚔️ ",
- 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 = "⚔️MM2سكربتات⚔️"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "⚔️(1) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- -- Like and SUBBBBB
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(2) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(3) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/1shHyM48"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(4) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(5) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(6) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(7) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(8) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(9) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet(("https://pastebin.com/raw/mT10xnt7"), true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⚔️(10) MM2سكربت⚔️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-Autofarm-Candy-8839"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "🏠Brookhavenسكربتات🏠",
- 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 = "🏠Brookhavenسكربتات🏠"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "🏠سكربت بروك هافن ادمن شات🏠",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))()
- 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.
- ]]Tab:AddButton({
- Name = "🏠سكربت بروك هافن قتل🏠",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/zetkan/zetkan/main/zetkans"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🏠سكربت تخريب بروك هافن🏠",
- Callback = function()
- print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🏠(2) سكربت تخريب في بروك هافن🏠",
- Callback = function()
- print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "🏠(1) سكربت بروك هافن ادمن🏠",
- 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 = "🏠(2) سكربت بروك هافن ادمن🏠",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🏠(3) سكربت بروك هافن ادمن🏠",
- 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://scriptblox.com/raw/Brookhaven-RP-REDz-HUB-6559"))()
- 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/AvatarUnlocker/main/IceHub")) ()
- 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://pastebin.com/raw/MHE1cbWF"))()
- 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/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
- 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://pastebin.com/raw/H5yx10Jq'))()
- 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://pastebin.com/raw/eCpipCTH"))()
- 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/xWANTED333/scripts/main/MapAlBiot.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://github.com/HUBSXOBOX/HUBSXOBOX/raw/main/Hussin%20Danis'))()
- 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://pastebin.com/raw/0m52kRnj"))()
- 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://pastebin.com/raw/AYtzGEPb'))()
- 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://pastebin.com/raw/wyvdb7gr'))()
- 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://pastebin.com/raw/YNVbeqPy")))()
- 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://scriptblox.com/raw/Universal-Script-Fe-Message-Spammer-4637"))()
- 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/GhostPlayer352/Test4/main/Float'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "👑🔥HDRسكربت جودا🔥👑",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/TPC12/RTX-Script-wow/main/RTX%20Script%20Roblox"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "👑🔥ESPسكربت🔥👑",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fates-ESP-4437"))()
- 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://pastebin.com/raw/B5xRxTnk",true))()
- 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://pastebin.com/raw/8T0STS4f'))()
- 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://pastebin.com/raw/yjxXnxbS'))()
- 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://pastebin.com/raw/2X0hKUgq'),true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "⛹️♂️BladeBallسكربتات⛹️♂️",
- 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 = "⛹️♂️BladeBallسكربتات⛹️♂️"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "⛹️♂️(1) BladeBallسكربت⛹️♂️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⛹️♂️(2) BladeBallسكربت⛹️♂️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Blade-Ball-Valkyrie-Hub-Rage-8974"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⛹️♂️(3) BladeBallسكربت⛹️♂️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet(('https://pastebin.com/raw/Hqr4NnFU'),true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⛹️♂️(4) BladeBallسكربت⛹️♂️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/AutoBlock"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "⛹️♂️(5) BladeBallسكربت⛹️♂️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Blade-Ball-Valkryie-Hub-Mobile-Script-8946"))()
- 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 = "🐶🐱(1) سكربت ماب بت سمليتر🐱🐶",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/PetSimulator99/main/redz9999.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "👻Doorsسكربتات👻",
- 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 = "👻Doorsسكربتات👻"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "👻(1) Doorsسكربت👻",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet(('https://pastebin.com/raw/R8QMbhzv')))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "👻(2) Doorsسكربت👻",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/NeRDV5.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "🔨Flee the Facilityسكربتات🔨",
- 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 = "🔨Flee the Facilityسكربتات🔨"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "🔨(1) Flee the Facilityسكربت🔨",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Aboahaogsigsigaivva/__Scripts/__Main/__Code/__FleeTheFacility.lua'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔨(2) Flee the Facilityسكربت🔨",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Drifty96/ftfgui/main/ftfgui", true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔨(3) Flee the Facilityسكربت🔨",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-NexusHub-8624"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔨(4) Flee the Facilityسكربت🔨",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Flee-the-Facility-Semi-Universal-7452"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔨(5) Flee the Facilityسكربت🔨",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Space-Hub-7295"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "🔫Breaking Point(1) سكربتات🔫",
- 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 = "🔫Breaking Point(1) سكربتات🔫"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "🔫 (1) Breaking Pointسكربت🔫",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/H4R7NHacks/Obfuscated/master/Breaking%20Point%20H4R7N%20Hack.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]Tab:AddButton({
- Name = "🔫 (2) Breaking Pointسكربت🔫",
- Callback = function()
- print("button pressed")--Sub to Squidfan420
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ColdStep2/Breaking-Point-Funny-Squid-Hax/main/Breaking%20Point%20Funny%20Squid%20Hax",true))();
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "⚽TPSسكربتات⚽",
- 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 = "⚽TPSسكربتات⚽"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "⚽(1) TPSسكربت⚽",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/hussain1323232234/My-Scripts/main/Street%20Soccer'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]local Tab = Window:MakeTab({
- Name = "🐷piggyسكربتات ماب🐷",
- 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.
- ]]
- --[[
- 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.
- ]]local Section = Tab:AddSection({
- Name = "🐷piggyسكربتات ماب🐷"
- })
- --[[
- Name = <string> - The name of the section.
- ]]Tab:AddButton({
- Name = "🐷piggyسكربت ماب🐷",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-T-HUB-7384"))()
- 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 = "⚠️Arceus X سكربت هاك⚠️",
- Callback = function()
- print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
- 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:AddTextbox({
- Name = "stickman hook",
- Default = "https://poki.com/ar/g/stickman-hook",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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:AddTextbox({
- Name = "escaping the prison",
- Default = "https://poki.com/ar/g/escaping-the-prison",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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:AddTextbox({
- Name = "breaking the bank",
- Default = "https://poki.com/ar/g/breaking-the-bank",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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:AddTextbox({
- Name = "stealing the diamond",
- Default = "https://poki.com/ar/g/stealing-the-diamond",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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:AddTextbox({
- Name = "short life",
- Default = "https://poki.com/ar/g/short-life",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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.
- ]]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:AddDropdown({
- Name = "اختر لغة السكربت",
- Default = "1",
- Options = {"English"},
- Callback = function(Value)loadstring(game:HttpGet('https://pastebin.com/raw/FFqDqr5a'))()
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the dropdown.
- Default = <string> - The default value of the dropdown.
- Options = <table> - The options in the dropdown.
- Callback = <function> - The function of the dropdown.
- ]]local Section = Tab:AddSection({
- Name = "V 3"
- })
- --[[
- 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.
- ]]local Section = Tab:AddSection({
- Name = " المكان عشان تدخل المسابقه الرمضانيه الي رح تصير"
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "المسابقه رح تكون ان نجمع اسماء المشاركين و نختار 3 اسماء"
- })
- --[[
- 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.
- ]]Tab:AddTextbox({
- Name = "رابط سيرفري الي رح تصير فيه المسابقه الرمضانيه",
- Default = "https://discord.gg/mQrrgSUy7E",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- 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.
- ]]OrionLib:MakeNotification({
- Name = "✔️تم تقعيل السكربت✔️",
- Content = "🤩مرحبا بك في سكربت PardX😘نورت السكربت😍",
- Image = "rbxassetid://4483345998",
- Time = 10
- })
- --[[
- 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.
- ]]
Add Comment
Please, Sign In to add comment