local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("XVG EXECUTOR", "DarkTheme") local Tab = Window:NewTab("Executors") local Section = Tab:NewSection("Executor list") Section:NewButton("Simple Executor", "A simple In-game executor", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Free-Executor-ingame-16735"))() end) Section:NewButton("5x5x50 Executor", "All credits to it's owner", function() -- Synapse X in game executor reworked by Cremi for scriptblox.com pcall(function() game.CoreGui["Synapse X"]:Destroy() end) local SynapseXreal = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local bar = Instance.new("Frame") local Close = Instance.new("TextButton") local Mini = Instance.new("TextButton") local Min = Instance.new("TextButton") local ImageLabel = Instance.new("ImageLabel") local security = Instance.new("TextLabel") local EditorFrame = Instance.new("ScrollingFrame") local Source = Instance.new("TextBox") local Comments_ = Instance.new("TextLabel") local Globals_ = Instance.new("TextLabel") local Keywords_ = Instance.new("TextLabel") local RemoteHighlight_ = Instance.new("TextLabel") local Strings_ = Instance.new("TextLabel") local Tokens_ = Instance.new("TextLabel") local Numbers_ = Instance.new("TextLabel") local Lines = Instance.new("TextLabel") local title = Instance.new("TextLabel") local list = Instance.new("Frame") local execute = Instance.new("TextButton") local clear = Instance.new("TextButton") local options = Instance.new("TextButton") local scripthub = Instance.new("TextButton") local Attach = Instance.new("TextButton") local title_2 = Instance.new("ImageLabel") local scripthub_2 = Instance.new("Frame") local optionspage = Instance.new("Frame") local bar_2 = Instance.new("Frame") local select = Instance.new("Frame") local dex = Instance.new("TextButton") local esp = Instance.new("TextButton") local spy = Instance.new("TextButton") local dumper = Instance.new("TextButton") local backdoor = Instance.new("TextButton") local desc = Instance.new("Frame") local descri = Instance.new("TextLabel") local title_3 = Instance.new("TextLabel") local execute_2 = Instance.new("TextButton") local close = Instance.new("TextButton") local title_4 = Instance.new("ImageLabel") local title_5 = Instance.new("TextLabel") local title_6 = Instance.new("ImageLabel") local synminbutt = Instance.new("ImageButton") local synapsex3 = Instance.new("TextButton") local Tabs = Instance.new("Folder") local NewTab = Instance.new("TextButton") local scriptselected = "none" local injected = false --Properties: SynapseXreal.Name = "5x5x5x50" SynapseXreal.Parent = game.CoreGui SynapseXreal.ResetOnSpawn = false MainFrame.Name = "MainFrame" MainFrame.Parent = SynapseXreal MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45) MainFrame.BorderSizePixel = 0 MainFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0) MainFrame.Size = UDim2.new(0, 689, 0, 320) MainFrame.Visible = true bar.Name = "bar" bar.Parent = MainFrame bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94) bar.BackgroundTransparency = 0.800 bar.BorderSizePixel = 0 bar.Position = UDim2.new(-0, 0, -0.00296382909, 0) bar.Size = UDim2.new(0, 689, 0, 25) synminbutt.Name = "synminbutt" synminbutt.Parent = SynapseXreal synminbutt.BackgroundColor3 = Color3.fromRGB(255, 255, 255) synminbutt.BackgroundTransparency = 1.000 synminbutt.Position = UDim2.new(0, 0, 0, 0) synminbutt.Size = UDim2.new(0, 24, 0, 28) synminbutt.Visible = false synminbutt.ZIndex = 14 synminbutt.Image = "http://www.roblox.com/asset/?id=7641125882" synminbutt.ImageRectSize = Vector2.new(138, 167) synminbutt.MouseButton1Click:Connect(function() MainFrame.Visible = true synminbutt.Visible = false end) Close.Name = "Close" Close.Parent = bar Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Close.BackgroundTransparency = 1.000 Close.BorderColor3 = Color3.fromRGB(27, 42, 53) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.965521046, 0, 0.07, 0) Close.Size = UDim2.new(0, 21, 0, 25) Close.Font = Enum.Font.Arial Close.Text = "X" Close.TextColor3 = Color3.fromRGB(255, 255, 255) Close.TextSize = 14.000 Close.MouseButton1Click:Connect(function() SynapseXreal:Destroy() end) Mini.Name = "Mini" Mini.Parent = bar Mini.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Mini.BackgroundTransparency = 1.000 Mini.BorderColor3 = Color3.fromRGB(27, 42, 53) Mini.BorderSizePixel = 0 Mini.Position = UDim2.new(0.905521046, 0, 0.01, 0) Mini.Size = UDim2.new(0, 21, 0, 25) Mini.Font = Enum.Font.Arial Mini.Text = "_" Mini.TextColor3 = Color3.fromRGB(255, 255, 255) Mini.TextSize = 14.000 Mini.MouseButton1Click:Connect(function() game.StarterGui:SetCore("SendNotification", { Title = "5x5x5x50"; Text = "5x5x5x50 minimized."; Duration = 2; }) synminbutt.Visible = true MainFrame.Visible = false end) Min.Name = "Min" Min.Parent = bar Min.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Min.BackgroundTransparency = 1.000 Min.BorderColor3 = Color3.fromRGB(27, 42, 53) Min.BorderSizePixel = 0 Min.Position = UDim2.new(0.935521046, 0, 0.07, 0) Min.Size = UDim2.new(0, 21, 0, 25) Min.Font = Enum.Font.Arial Min.Text = "M" Min.TextColor3 = Color3.fromRGB(255, 255, 255) Min.TextSize = 14.000 Min.MouseButton1Click:Connect(function() game.StarterGui:SetCore("SendNotification", { Title = "Synapse X"; Text = "Synapse X hide. Press F6 to back."; Duration = 2; }) MainFrame.Visible = false synminbutt.Visible = false end) ImageLabel.Parent = MainFrame ImageLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0.0252733715, 0, 0.015625, 39) ImageLabel.Size = UDim2.new(0, 541, 0, 232) Tabs.Name = "Tabs" Tabs.Parent = ImageLabel NewTab.Name = "NewTab" NewTab.Parent = Tabs NewTab.BackgroundColor3 = Color3.fromRGB(107, 107, 107) NewTab.BorderSizePixel = 0 NewTab.Position = UDim2.new(0, 0, -0.0659999996, 0) NewTab.Size = UDim2.new(0, 14, 0, 14) NewTab.Font = Enum.Font.SourceSans NewTab.Text = "+" NewTab.TextColor3 = Color3.fromRGB(255, 255, 255) NewTab.TextSize = 14.000 security.Name = "security" security.Parent = ImageLabel security.BackgroundColor3 = Color3.fromRGB(255, 255, 255) security.Size = UDim2.new(0, 552, 0, 258) security.Visible = false security.Font = Enum.Font.SourceSans security.TextColor3 = Color3.fromRGB(0, 0, 0) security.TextSize = 14.000 EditorFrame.Name = "EditorFrame" EditorFrame.Parent = ImageLabel EditorFrame.Active = true EditorFrame.BackgroundColor3 = Color3.fromRGB(37, 37, 37) EditorFrame.BackgroundTransparency = 1.000 EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61) EditorFrame.Size = UDim2.new(1, 0, 1, 0) EditorFrame.ZIndex = 3 EditorFrame.BottomImage = "rbxassetid://102700000077556" EditorFrame.CanvasSize = UDim2.new(0, 0, 0, 0) EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar EditorFrame.MidImage = "rbxassetid://111546215405171" EditorFrame.ScrollBarThickness = 5 EditorFrame.TopImage = "rbxassetid://111546215405171" EditorFrame.BorderSizePixel = 0 Source.Name = "Source" Source.Parent = EditorFrame Source.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Source.BackgroundTransparency = 1.000 Source.Position = UDim2.new(0, 30, 0, 0) Source.BorderSizePixel = 0 Source.Size = UDim2.new(0.945652187, 0, 1, 0) Source.ZIndex = 3 Source.ClearTextOnFocus = false Source.Font = Enum.Font.Code Source.MultiLine = true Source.ShowNativeInput = false Source.PlaceholderColor3 = Color3.fromRGB(204, 204, 2-4) Source.Text = "" Source.TextColor3 = Color3.fromRGB(204, 204, 204) Source.TextSize = 15.000 Source.TextXAlignment = Enum.TextXAlignment.Left Source.TextYAlignment = Enum.TextYAlignment.Top Comments_.Name = "Comments_" Comments_.Parent = Source Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Comments_.BackgroundTransparency = 1.000 Comments_.Size = UDim2.new(1, 0, 1, 0) Comments_.ZIndex = 5 Comments_.Font = Enum.Font.Code Comments_.Text = "" Comments_.TextColor3 = Color3.fromRGB(59, 200, 59) Comments_.TextSize = 15.000 Comments_.TextXAlignment = Enum.TextXAlignment.Left Comments_.TextYAlignment = Enum.TextYAlignment.Top Globals_.Name = "Globals_" Globals_.Parent = Source Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Globals_.BackgroundTransparency = 1.000 Globals_.Size = UDim2.new(1, 0, 1, 0) Globals_.ZIndex = 5 Globals_.Font = Enum.Font.Code Globals_.Text = "" Globals_.TextColor3 = Color3.fromRGB(132, 214, 247) Globals_.TextSize = 15.000 Globals_.TextXAlignment = Enum.TextXAlignment.Left Globals_.TextYAlignment = Enum.TextYAlignment.Top Keywords_.Name = "Keywords_" Keywords_.Parent = Source Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Keywords_.BackgroundTransparency = 1.000 Keywords_.Size = UDim2.new(1, 0, 1, 0) Keywords_.ZIndex = 5 Keywords_.Font = Enum.Font.Code Keywords_.Text = "" Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124) Keywords_.TextSize = 15.000 Keywords_.TextXAlignment = Enum.TextXAlignment.Left Keywords_.TextYAlignment = Enum.TextYAlignment.Top RemoteHighlight_.Name = "RemoteHighlight_" RemoteHighlight_.Parent = Source RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) RemoteHighlight_.BackgroundTransparency = 1.000 RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0) RemoteHighlight_.ZIndex = 5 RemoteHighlight_.Font = Enum.Font.Code RemoteHighlight_.Text = "" RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255) RemoteHighlight_.TextSize = 15.000 RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top Strings_.Name = "Strings_" Strings_.Parent = Source Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Strings_.BackgroundTransparency = 1.000 Strings_.Size = UDim2.new(1, 0, 1, 0) Strings_.ZIndex = 5 Strings_.Font = Enum.Font.Code Strings_.Text = "" Strings_.TextColor3 = Color3.fromRGB(173, 241, 149) Strings_.TextSize = 15.000 Strings_.TextXAlignment = Enum.TextXAlignment.Left Strings_.TextYAlignment = Enum.TextYAlignment.Top Tokens_.Name = "Tokens_" Tokens_.Parent = Source Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Tokens_.BackgroundTransparency = 1.000 Tokens_.Size = UDim2.new(1, 0, 1, 0) Tokens_.ZIndex = 5 Tokens_.Font = Enum.Font.Code Tokens_.Text = "" Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255) Tokens_.TextSize = 15.000 Tokens_.TextXAlignment = Enum.TextXAlignment.Left Tokens_.TextYAlignment = Enum.TextYAlignment.Top Numbers_.Name = "Numbers_" Numbers_.Parent = Source Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Numbers_.BackgroundTransparency = 1.000 Numbers_.Size = UDim2.new(1, 0, 1, 0) Numbers_.ZIndex = 4 Numbers_.Font = Enum.Font.Code Numbers_.Text = "" Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0) Numbers_.TextSize = 15.000 Numbers_.TextXAlignment = Enum.TextXAlignment.Left Numbers_.TextYAlignment = Enum.TextYAlignment.Top Lines.Name = "Lines" Lines.Parent = EditorFrame Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Lines.BackgroundTransparency = 1.000 Lines.Size = UDim2.new(0, 30, 1, 0) Lines.ZIndex = 4 Lines.Font = Enum.Font.Code Lines.Text = "1" Lines.TextColor3 = Color3.fromRGB(255, 255, 255) Lines.TextSize = 15.000 Lines.TextYAlignment = Enum.TextYAlignment.Top title.Name = "title" title.Parent = MainFrame title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) title.BackgroundTransparency = 1.000 title.Position = UDim2.new(0.330062926, 0, 0.00625000056, 0) title.Size = UDim2.new(0, 200, 0, 22) title.Font = Enum.Font.SourceSans title.Text = "Synapse X - vRBX (Modded by CremiWorld)" title.TextColor3 = Color3.fromRGB(255, 255, 255) title.TextSize = 16.000 list.Name = "list" list.Parent = MainFrame list.BackgroundColor3 = Color3.fromRGB(53, 53, 53) list.BorderSizePixel = 0 list.Position = UDim2.new(0.820970535, 0, 0.100000001, 0) list.Size = UDim2.new(0, 114, 0, 246) execute.Name = "execute" execute.Parent = MainFrame execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104) execute.BackgroundTransparency = 0.800 execute.BorderSizePixel = 0 execute.Position = UDim2.new(0.0095389355, 0, 0.887499988, 0) execute.Size = UDim2.new(0, 92, 0, 30) execute.Font = Enum.Font.Arial execute.Text = "Execute" execute.TextColor3 = Color3.fromRGB(255, 255, 255) execute.TextSize = 14.000 execute.MouseButton1Click:Connect(function() if injected == true then loadstring(Source.Text)() end if injected == false then title.Text = "Synapse X - (Not injected! Press attach)" end end) clear.Name = "clear" clear.Parent = MainFrame clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104) clear.BackgroundTransparency = 0.800 clear.BorderSizePixel = 0 clear.Position = UDim2.new(0.154146105, 0, 0.887499988, 0) clear.Size = UDim2.new(0, 84, 0, 30) clear.Font = Enum.Font.Arial clear.Text = "Clear" clear.TextColor3 = Color3.fromRGB(255, 255, 255) clear.TextSize = 14.000 clear.MouseButton1Click:Connect(function() Source.Text = "" end) options.Name = "options" options.Parent = MainFrame options.BackgroundColor3 = Color3.fromRGB(104, 104, 104) options.BackgroundTransparency = 0.800 options.BorderSizePixel = 0 options.Position = UDim2.new(0.285157200, 0, 0.887499988, 0) options.Size = UDim2.new(0, 84, 0, 30) options.Font = Enum.Font.Arial options.Text = "Options" options.TextColor3 = Color3.fromRGB(255, 255, 255) options.TextSize = 14.000 options.MouseButton1Click:Connect(function() if optionspage.Visible == true then optionspage.Visible = false elseif optionspage.Visible == false then optionspage.Visible = true end end) scripthub.Name = "scripthub" scripthub.Parent = MainFrame scripthub.BackgroundColor3 = Color3.fromRGB(104, 104, 104) scripthub.BackgroundTransparency = 0.800 scripthub.BorderSizePixel = 0 scripthub.Position = UDim2.new(0.871768773, 0, 0.887499988, 0) scripthub.Size = UDim2.new(0, 79, 0, 30) scripthub.Font = Enum.Font.Arial scripthub.Text = "Script Hub" scripthub.TextColor3 = Color3.fromRGB(255, 255, 255) scripthub.TextSize = 14.000 scripthub.MouseButton1Click:Connect(function() if scripthub_2.Visible == true then scripthub_2.Visible = false elseif scripthub_2.Visible == false then scripthub_2.Visible = true end end) Attach.Name = "Attach" Attach.Parent = MainFrame Attach.BackgroundColor3 = Color3.fromRGB(104, 104, 104) Attach.BackgroundTransparency = 0.800 Attach.BorderSizePixel = 0 Attach.Position = UDim2.new(0.741144657, 0, 0.887499988, 0) Attach.Size = UDim2.new(0, 84, 0, 30) Attach.Font = Enum.Font.Arial Attach.Text = "Attach" Attach.TextColor3 = Color3.fromRGB(255, 255, 255) Attach.TextSize = 14.000 Attach.MouseButton1Click:Connect(function() if injected == true then title.Text = "Synapse X - (Already injected!)" wait(1) title.Text = "5x5x5x50 - vRBX (Modded by CremiWorld)" end if injected == false then title.Text = "5x5x5x50- (Checking...)" wait(0.1) title.Text = "5x5x5x50- (Injecting...)" wait(1.5) title.Text = "5x5x5x50- (Checking Whitelist...)" wait(0.8) title.Text = "5x5x5x50 - (Scanning...)" wait(0.3) title.Text = "5x5x5x50- (Ready!)" wait(0.5) title.Text = "5x5x5x50 - vRBX (Modded by CremiWorld)" injected = true end end) title_2.Name = "title" title_2.Parent = MainFrame title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) title_2.BackgroundTransparency = 1.000 title_2.Position = UDim2.new(0.00870821718, 0, 0, 0) title_2.Size = UDim2.new(0, 18, 0, 24) title_2.ZIndex = 14 title_2.Image = "http://www.roblox.com/asset/?id=7641125882" title_2.ImageRectSize = Vector2.new(138, 167) scripthub_2.Name = "scripthub" scripthub_2.Parent = SynapseXreal scripthub_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45) scripthub_2.BorderSizePixel = 0 scripthub_2.Position = UDim2.new(0.433135211, 0, 0.502979755, 0) scripthub_2.Size = UDim2.new(0, 290, 0, 305) scripthub_2.Visible = false scripthub_2.ZIndex = 100 optionspage.Name = "optionspage" optionspage.Parent = SynapseXreal optionspage.BackgroundColor3 = Color3.fromRGB(45, 45, 45) optionspage.BorderSizePixel = 0 optionspage.Position = UDim2.new(0.433135211, 0, 0.502979755, 0) optionspage.Size = UDim2.new(0, 290, 0, 305) optionspage.Visible = false optionspage.ZIndex = 100 bar_2.Name = "bar" bar_2.Parent = scripthub_2 bar_2.BackgroundColor3 = Color3.fromRGB(94, 94, 94) bar_2.BackgroundTransparency = 0.800 bar_2.BorderSizePixel = 0 bar_2.Position = UDim2.new(0, 0, -0.0029638072, 0) bar_2.Size = UDim2.new(0, 290, 0, 25) select.Name = "select" select.Parent = scripthub_2 select.BackgroundColor3 = Color3.fromRGB(21, 21, 21) select.BorderSizePixel = 0 select.Position = UDim2.new(0.0299979374, 0, 0.104918033, 0) select.Size = UDim2.new(0, 82, 0, 264) select.ZIndex = 110 dex.Name = "dex" dex.Parent = select dex.BackgroundColor3 = Color3.fromRGB(0, 32, 61) dex.BackgroundTransparency = 1.000 dex.BorderColor3 = Color3.fromRGB(0, 0, 49) dex.BorderSizePixel = 0 dex.Position = UDim2.new(0.0121960752, 0, -1.49011612e-08, 0) dex.Size = UDim2.new(0, 80, 0, 18) dex.Font = Enum.Font.SourceSans dex.Text = " Dark Dex" dex.TextColor3 = Color3.fromRGB(255, 255, 255) dex.TextSize = 14.000 dex.TextXAlignment = Enum.TextXAlignment.Left dex.ZIndex = 110 dex.MouseButton1Click:Connect(function() scriptselected = "dex" end) esp.Name = "esp" esp.Parent = select esp.BackgroundColor3 = Color3.fromRGB(0, 32, 61) esp.BackgroundTransparency = 1.000 esp.BorderColor3 = Color3.fromRGB(0, 0, 49) esp.BorderSizePixel = 0 esp.Position = UDim2.new(0.0121960752, 0, 0.0681818053, 0) esp.Size = UDim2.new(0, 80, 0, 18) esp.Font = Enum.Font.SourceSans esp.Text = " Unnamed ESP" esp.TextColor3 = Color3.fromRGB(255, 255, 255) esp.TextSize = 14.000 esp.TextXAlignment = Enum.TextXAlignment.Left esp.ZIndex = 110 esp.MouseButton1Click:Connect(function() scriptselected = "esp" end) spy.Name = "spy" spy.Parent = select spy.BackgroundColor3 = Color3.fromRGB(0, 32, 61) spy.BackgroundTransparency = 1.000 spy.BorderColor3 = Color3.fromRGB(0, 0, 49) spy.BorderSizePixel = 0 spy.Position = UDim2.new(0.0121960752, 0, 0.136363626, 0) spy.Size = UDim2.new(0, 80, 0, 18) spy.Font = Enum.Font.SourceSans spy.Text = " Remote Spy" spy.TextColor3 = Color3.fromRGB(255, 255, 255) spy.TextSize = 14.000 spy.TextXAlignment = Enum.TextXAlignment.Left spy.ZIndex = 110 spy.MouseButton1Click:Connect(function() scriptselected = "spy" end) dumper.Name = "dumper" dumper.Parent = select dumper.BackgroundColor3 = Color3.fromRGB(0, 32, 61) dumper.BackgroundTransparency = 1.000 dumper.BorderColor3 = Color3.fromRGB(0, 0, 49) dumper.BorderSizePixel = 0 dumper.Position = UDim2.new(0.0121960752, 0, 0.204545438, 0) dumper.Size = UDim2.new(0, 80, 0, 18) dumper.Font = Enum.Font.SourceSans dumper.Text = " SaveInstance" dumper.TextColor3 = Color3.fromRGB(255, 255, 255) dumper.TextSize = 14.000 dumper.TextXAlignment = Enum.TextXAlignment.Left dumper.ZIndex = 110 dumper.MouseButton1Click:Connect(function() scriptselected = "dumper" end) backdoor.Name = "backdoor" backdoor.Parent = select backdoor.BackgroundColor3 = Color3.fromRGB(0, 32, 61) backdoor.BackgroundTransparency = 1.000 backdoor.BorderColor3 = Color3.fromRGB(0, 0, 49) backdoor.BorderSizePixel = 0 backdoor.Position = UDim2.new(0.0121960752, 0, 0.274545438, 0) backdoor.Size = UDim2.new(0, 80, 0, 18) backdoor.Font = Enum.Font.SourceSans backdoor.Text = " backdoor.exe" backdoor.TextColor3 = Color3.fromRGB(255, 255, 255) backdoor.TextSize = 14.000 backdoor.TextXAlignment = Enum.TextXAlignment.Left backdoor.ZIndex = 110 backdoor.MouseButton1Click:Connect(function() scriptselected = "backdoor" end) desc.Name = "desc" desc.Parent = scripthub_2 desc.BackgroundColor3 = Color3.fromRGB(21, 21, 21) desc.BorderSizePixel = 0 desc.Position = UDim2.new(0.340342641, 0, 0.613114715, 0) desc.Size = UDim2.new(0, 184, 0, 69) desc.ZIndex = 110 descri.Name = "descri" descri.Parent = desc descri.BackgroundColor3 = Color3.fromRGB(255, 255, 255) descri.BackgroundTransparency = 1.000 descri.BorderSizePixel = 0 descri.Position = UDim2.new(0.0112334546, 0, 0, 0) descri.Size = UDim2.new(0, 181, 0, 69) end)