while not game:IsLoaded() do task.wait() end if game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("RoPolits") then game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Alady Running!", Text = "Press Right Alt If You Don't See It!", Icon = "rbxassetid://86960526631201", }) return end if game:GetService("UserInputService").PreferredInput ~= Enum.PreferredInput.KeyboardAndMouse then game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Not Allowed", Text = "App Is Not Allowed On Mobile Or Console!", Icon = "rbxassetid://86960526631201", }) return end -- Instances: local RoPolits = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Core = Instance.new("Folder") local Creadits = Instance.new("TextLabel") local Title = Instance.new("TextLabel") local SidebarContent = Instance.new("Frame") local PlayerProfile = Instance.new("Frame") local PlayerProfilePIC = Instance.new("ImageLabel") local UICorner = Instance.new("UICorner") local PlayerName = Instance.new("TextLabel") local UICorner_2 = Instance.new("UICorner") local UICorner_3 = Instance.new("UICorner") local SidebarMenu = Instance.new("ScrollingFrame") local UIListLayout = Instance.new("UIListLayout") local StartPage = Instance.new("ImageButton") local UICorner_4 = Instance.new("UICorner") local MenuNameLabel = Instance.new("TextLabel") local MenuIcon = Instance.new("ImageLabel") local Hub = Instance.new("ImageButton") local UICorner_5 = Instance.new("UICorner") local MenuNameLabel_2 = Instance.new("TextLabel") local MenuIcon_2 = Instance.new("ImageLabel") local Loader = Instance.new("ImageButton") local UICorner_6 = Instance.new("UICorner") local MenuNameLabel_3 = Instance.new("TextLabel") local MenuIcon_3 = Instance.new("ImageLabel") local MainAppContent = Instance.new("Frame") local UICorner_7 = Instance.new("UICorner") local Pages = Instance.new("Folder") local StartPage_2 = Instance.new("Frame") local Title_2 = Instance.new("TextLabel") local QuickActions = Instance.new("TextLabel") local Reload = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local UnLoad = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local Console = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local Quit = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local Loader_2 = Instance.new("Frame") local Title_3 = Instance.new("TextLabel") local Editor = Instance.new("Folder") local Editor_2 = Instance.new("ScrollingFrame") local EditorBox = Instance.new("TextBox") local Excute = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local BackToTop = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local ByURL = Instance.new("Folder") local URL = Instance.new("TextBox") local UICorner_14 = Instance.new("UICorner") local LoadURL = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local Hub_2 = Instance.new("Frame") local ScriptList = Instance.new("ScrollingFrame") local UIListLayout_2 = Instance.new("UIListLayout") local TopbarApp = Instance.new("Frame") local UICorner_16 = Instance.new("UICorner") local SearchBox = Instance.new("TextBox") local UICorner_17 = Instance.new("UICorner") local Refresh = Instance.new("ImageButton") local UICorner_18 = Instance.new("UICorner") local ItemDetails = Instance.new("Frame") local ItemName = Instance.new("TextLabel") local Core_2 = Instance.new("Folder") local ViewsIcon = Instance.new("ImageLabel") local Views = Instance.new("TextLabel") local Creator = Instance.new("TextLabel") local Description = Instance.new("TextLabel") local BackButton = Instance.new("TextButton") local UICorner_19 = Instance.new("UICorner") local RunScriptButton = Instance.new("TextButton") local UICorner_20 = Instance.new("UICorner") local ItemTemplate = Instance.new("ImageButton") local UICorner_21 = Instance.new("UICorner") local ScriptName = Instance.new("TextLabel") local Core_3 = Instance.new("Folder") local ViewsIcon_2 = Instance.new("ImageLabel") local Views_2 = Instance.new("TextLabel") local Creator_2 = Instance.new("TextLabel") local TopbarContent = Instance.new("Frame") local HideButton = Instance.new("TextButton") local UICorner_22 = Instance.new("UICorner") local UICorner_23 = Instance.new("UICorner") --Properties: RoPolits.Name = "RoPolits" RoPolits.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") RoPolits.ZIndexBehavior = Enum.ZIndexBehavior.Sibling RoPolits.DisplayOrder = 999999999 RoPolits.ResetOnSpawn = false Main.Name = "Main" Main.Parent = RoPolits Main.BackgroundColor3 = Color3.fromRGB(50, 50, 50) Main.BorderColor3 = Color3.fromRGB(0, 0, 0) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.194029853, 0, 0.177847102, 0) Main.Size = UDim2.new(0.611940324, 0, 0.64352572, 0) Core.Name = "Core" Core.Parent = Main Creadits.Name = "Creadits" Creadits.Parent = Core Creadits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Creadits.BackgroundTransparency = 1.000 Creadits.BorderColor3 = Color3.fromRGB(0, 0, 0) Creadits.BorderSizePixel = 0 Creadits.Position = UDim2.new(0.317073166, 0, 0.945454538, 0) Creadits.Size = UDim2.new(0.682926774, 0, 0.0545454547, 0) Creadits.Font = Enum.Font.FredokaOne Creadits.Text = "Hub Make By: @PrayoadMii_TH" Creadits.TextColor3 = Color3.fromRGB(255, 255, 255) Creadits.TextScaled = true Creadits.TextSize = 14.000 Creadits.TextWrapped = true Creadits.TextXAlignment = Enum.TextXAlignment.Right Title.Name = "Title" Title.Parent = Core Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.BorderColor3 = Color3.fromRGB(0, 0, 0) Title.BorderSizePixel = 0 Title.Size = UDim2.new(0.390243858, 0, 0.0727272704, 0) Title.Font = Enum.Font.FredokaOne Title.Text = "Ro-Polits Hub (v1.2.5)" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true Title.TextXAlignment = Enum.TextXAlignment.Left SidebarContent.Name = "SidebarContent" SidebarContent.Parent = Main SidebarContent.BackgroundColor3 = Color3.fromRGB(40, 40, 40) SidebarContent.BorderColor3 = Color3.fromRGB(0, 0, 0) SidebarContent.BorderSizePixel = 0 SidebarContent.Position = UDim2.new(0, 0, 0.0727272704, 0) SidebarContent.Size = UDim2.new(0.331707299, 0, 0.872727275, 0) PlayerProfile.Name = "PlayerProfile" PlayerProfile.Parent = SidebarContent PlayerProfile.BackgroundColor3 = Color3.fromRGB(30, 30, 30) PlayerProfile.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerProfile.BorderSizePixel = 0 PlayerProfile.Position = UDim2.new(0, 0, 0.833333313, 0) PlayerProfile.Size = UDim2.new(1, 0, 0.166666672, 0) PlayerProfilePIC.Name = "PlayerProfilePIC" PlayerProfilePIC.Parent = PlayerProfile PlayerProfilePIC.BackgroundColor3 = Color3.fromRGB(80, 80, 80) PlayerProfilePIC.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerProfilePIC.BorderSizePixel = 0 PlayerProfilePIC.Position = UDim2.new(0.0441176482, 0, 0.0500000007, 0) PlayerProfilePIC.Size = UDim2.new(0.257352948, 0, 0.875000119, 0) PlayerProfilePIC.Image = "rbxassetid://126601645864518" UICorner.CornerRadius = UDim.new(1, 0) UICorner.Parent = PlayerProfilePIC PlayerName.Name = "PlayerName" PlayerName.Parent = PlayerProfile PlayerName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) PlayerName.BackgroundTransparency = 1.000 PlayerName.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerName.BorderSizePixel = 0 PlayerName.Position = UDim2.new(0.301470578, 0, 0.25, 0) PlayerName.Size = UDim2.new(0.654411793, 0, 0.5, 0) PlayerName.Font = Enum.Font.FredokaOne PlayerName.Text = "@Roblox" PlayerName.TextColor3 = Color3.fromRGB(255, 255, 255) PlayerName.TextScaled = true PlayerName.TextSize = 14.000 PlayerName.TextWrapped = true UICorner_2.CornerRadius = UDim.new(0, 5) UICorner_2.Parent = PlayerProfile UICorner_3.CornerRadius = UDim.new(0, 5) UICorner_3.Parent = SidebarContent SidebarMenu.Name = "SidebarMenu" SidebarMenu.Parent = SidebarContent SidebarMenu.Active = true SidebarMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SidebarMenu.BackgroundTransparency = 1.000 SidebarMenu.BorderColor3 = Color3.fromRGB(0, 0, 0) SidebarMenu.BorderSizePixel = 0 SidebarMenu.Position = UDim2.new(1.12196979e-07, 0, -3.16410578e-08, 0) SidebarMenu.Size = UDim2.new(1, 0, 0.828999937, 0) SidebarMenu.CanvasSize = UDim2.new(0, 0, 0, 0) SidebarMenu.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar SidebarMenu.ScrollBarThickness = 5 SidebarMenu.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar UIListLayout.Parent = SidebarMenu UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder StartPage.Name = "StartPage" StartPage.Parent = SidebarMenu StartPage.BackgroundColor3 = Color3.fromRGB(30, 30, 30) StartPage.BorderColor3 = Color3.fromRGB(0, 0, 0) StartPage.BorderSizePixel = 0 StartPage.LayoutOrder = 1 StartPage.Position = UDim2.new(-0.0370370373, 0, 0, 0) StartPage.Size = UDim2.new(1, 0, 0.155000001, 0) StartPage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" StartPage.ImageTransparency = 1.000 UICorner_4.CornerRadius = UDim.new(0, 7) UICorner_4.Parent = StartPage MenuNameLabel.Name = "MenuNameLabel" MenuNameLabel.Parent = StartPage MenuNameLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel.BackgroundTransparency = 1.000 MenuNameLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuNameLabel.BorderSizePixel = 0 MenuNameLabel.Position = UDim2.new(0.244444445, 0, 0.200000003, 0) MenuNameLabel.Size = UDim2.new(0.75, 0, 0.580961287, 0) MenuNameLabel.Font = Enum.Font.FredokaOne MenuNameLabel.Text = "Start Page" MenuNameLabel.TextColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel.TextScaled = true MenuNameLabel.TextSize = 14.000 MenuNameLabel.TextWrapped = true MenuNameLabel.TextXAlignment = Enum.TextXAlignment.Left MenuIcon.Name = "MenuIcon" MenuIcon.Parent = StartPage MenuIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuIcon.BackgroundTransparency = 1.000 MenuIcon.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuIcon.BorderSizePixel = 0 MenuIcon.Size = UDim2.new(0.220588237, 0, 0.968268812, 0) MenuIcon.Image = "rbxassetid://74035912550604" Hub.Name = "Hub" Hub.Parent = SidebarMenu Hub.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Hub.BorderColor3 = Color3.fromRGB(0, 0, 0) Hub.BorderSizePixel = 0 Hub.LayoutOrder = 3 Hub.Position = UDim2.new(-0.0370370373, 0, 0, 0) Hub.Size = UDim2.new(1, 0, 0.155000001, 0) Hub.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Hub.ImageTransparency = 1.000 UICorner_5.CornerRadius = UDim.new(0, 7) UICorner_5.Parent = Hub MenuNameLabel_2.Name = "MenuNameLabel" MenuNameLabel_2.Parent = Hub MenuNameLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel_2.BackgroundTransparency = 1.000 MenuNameLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuNameLabel_2.BorderSizePixel = 0 MenuNameLabel_2.Position = UDim2.new(0.244444445, 0, 0.200000003, 0) MenuNameLabel_2.Size = UDim2.new(0.75, 0, 0.580961287, 0) MenuNameLabel_2.Font = Enum.Font.FredokaOne MenuNameLabel_2.Text = "Script Hub" MenuNameLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel_2.TextScaled = true MenuNameLabel_2.TextSize = 14.000 MenuNameLabel_2.TextWrapped = true MenuNameLabel_2.TextXAlignment = Enum.TextXAlignment.Left MenuIcon_2.Name = "MenuIcon" MenuIcon_2.Parent = Hub MenuIcon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuIcon_2.BackgroundTransparency = 1.000 MenuIcon_2.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuIcon_2.BorderSizePixel = 0 MenuIcon_2.Size = UDim2.new(0.220588237, 0, 0.968268812, 0) MenuIcon_2.Image = "rbxassetid://83589359601141" Loader.Name = "Loader" Loader.Parent = SidebarMenu Loader.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Loader.BorderColor3 = Color3.fromRGB(0, 0, 0) Loader.BorderSizePixel = 0 Loader.LayoutOrder = 2 Loader.Position = UDim2.new(-0.0370370373, 0, 0, 0) Loader.Size = UDim2.new(1, 0, 0.155000001, 0) Loader.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Loader.ImageTransparency = 1.000 UICorner_6.CornerRadius = UDim.new(0, 7) UICorner_6.Parent = Loader MenuNameLabel_3.Name = "MenuNameLabel" MenuNameLabel_3.Parent = Loader MenuNameLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel_3.BackgroundTransparency = 1.000 MenuNameLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuNameLabel_3.BorderSizePixel = 0 MenuNameLabel_3.Position = UDim2.new(0.244444445, 0, 0.200000003, 0) MenuNameLabel_3.Size = UDim2.new(0.75, 0, 0.580961287, 0) MenuNameLabel_3.Font = Enum.Font.FredokaOne MenuNameLabel_3.Text = "Excuter" MenuNameLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) MenuNameLabel_3.TextScaled = true MenuNameLabel_3.TextSize = 14.000 MenuNameLabel_3.TextWrapped = true MenuNameLabel_3.TextXAlignment = Enum.TextXAlignment.Left MenuIcon_3.Name = "MenuIcon" MenuIcon_3.Parent = Loader MenuIcon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MenuIcon_3.BackgroundTransparency = 1.000 MenuIcon_3.BorderColor3 = Color3.fromRGB(0, 0, 0) MenuIcon_3.BorderSizePixel = 0 MenuIcon_3.Size = UDim2.new(0.220588237, 0, 0.968268812, 0) MenuIcon_3.Image = "rbxassetid://110177379311127" MainAppContent.Name = "MainAppContent" MainAppContent.Parent = Main MainAppContent.BackgroundColor3 = Color3.fromRGB(40, 40, 40) MainAppContent.BorderColor3 = Color3.fromRGB(0, 0, 0) MainAppContent.BorderSizePixel = 0 MainAppContent.Position = UDim2.new(0.348780513, 0, 0.0727272704, 0) MainAppContent.Size = UDim2.new(0.651219487, 0, 0.872727275, 0) UICorner_7.CornerRadius = UDim.new(0, 5) UICorner_7.Parent = MainAppContent Pages.Name = "Pages" Pages.Parent = MainAppContent StartPage_2.Name = "StartPage" StartPage_2.Parent = Pages StartPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) StartPage_2.BackgroundTransparency = 1.000 StartPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) StartPage_2.BorderSizePixel = 0 StartPage_2.Size = UDim2.new(1, 0, 1, 0) Title_2.Name = "Title" Title_2.Parent = StartPage_2 Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title_2.BackgroundTransparency = 1.000 Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Title_2.BorderSizePixel = 0 Title_2.Position = UDim2.new(0.0149071096, 0, 0.0165890586, 0) Title_2.Size = UDim2.new(0.968962133, 0, 0.103681415, 0) Title_2.Font = Enum.Font.FredokaOne Title_2.Text = "Welcome To Ro Polits Hub!" Title_2.TextColor3 = Color3.fromRGB(255, 255, 255) Title_2.TextScaled = true Title_2.TextSize = 14.000 Title_2.TextWrapped = true QuickActions.Name = "QuickActions" QuickActions.Parent = StartPage_2 QuickActions.BackgroundColor3 = Color3.fromRGB(255, 255, 255) QuickActions.BackgroundTransparency = 1.000 QuickActions.BorderColor3 = Color3.fromRGB(0, 0, 0) QuickActions.BorderSizePixel = 0 QuickActions.Position = UDim2.new(0.0149070565, 0, 0.149922431, 0) QuickActions.Size = UDim2.new(0.618370354, 0, 0.0737341419, 0) QuickActions.Font = Enum.Font.FredokaOne QuickActions.Text = "Quick Actions" QuickActions.TextColor3 = Color3.fromRGB(255, 255, 255) QuickActions.TextScaled = true QuickActions.TextSize = 14.000 QuickActions.TextWrapped = true QuickActions.TextXAlignment = Enum.TextXAlignment.Left Reload.Name = "Reload" Reload.Parent = StartPage_2 Reload.BackgroundColor3 = Color3.fromRGB(90, 90, 90) Reload.BorderColor3 = Color3.fromRGB(0, 0, 0) Reload.BorderSizePixel = 0 Reload.Position = UDim2.new(0.0115579683, 0, 0.25, 0) Reload.Size = UDim2.new(0.970869362, 0, 0.125, 0) Reload.Font = Enum.Font.FredokaOne Reload.Text = "Reload App - Reload The Ro Polits App" Reload.TextColor3 = Color3.fromRGB(255, 255, 255) Reload.TextScaled = true Reload.TextSize = 14.000 Reload.TextWrapped = true UICorner_8.CornerRadius = UDim.new(0, 5) UICorner_8.Parent = Reload UnLoad.Name = "UnLoad" UnLoad.Parent = StartPage_2 UnLoad.BackgroundColor3 = Color3.fromRGB(90, 90, 90) UnLoad.BorderColor3 = Color3.fromRGB(0, 0, 0) UnLoad.BorderSizePixel = 0 UnLoad.Position = UDim2.new(0.0115579683, 0, 0.400000006, 0) UnLoad.Size = UDim2.new(0.970869362, 0, 0.125, 0) UnLoad.Font = Enum.Font.FredokaOne UnLoad.Text = "Unload - Stop The App" UnLoad.TextColor3 = Color3.fromRGB(255, 255, 255) UnLoad.TextScaled = true UnLoad.TextSize = 14.000 UnLoad.TextWrapped = true UICorner_9.CornerRadius = UDim.new(0, 5) UICorner_9.Parent = UnLoad Console.Name = "Console" Console.Parent = StartPage_2 Console.BackgroundColor3 = Color3.fromRGB(90, 90, 90) Console.BorderColor3 = Color3.fromRGB(0, 0, 0) Console.BorderSizePixel = 0 Console.Position = UDim2.new(0.0115579683, 0, 0.550000012, 0) Console.Size = UDim2.new(0.970869362, 0, 0.125, 0) Console.Font = Enum.Font.FredokaOne Console.Text = "Console - View Roblox Console" Console.TextColor3 = Color3.fromRGB(255, 255, 255) Console.TextScaled = true Console.TextSize = 14.000 Console.TextWrapped = true UICorner_10.CornerRadius = UDim.new(0, 5) UICorner_10.Parent = Console Quit.Name = "Quit" Quit.Parent = StartPage_2 Quit.BackgroundColor3 = Color3.fromRGB(90, 90, 90) Quit.BorderColor3 = Color3.fromRGB(0, 0, 0) Quit.BorderSizePixel = 0 Quit.Position = UDim2.new(0.0115579683, 0, 0.708333313, 0) Quit.Size = UDim2.new(0.970869362, 0, 0.125, 0) Quit.Font = Enum.Font.FredokaOne Quit.Text = "Quit - Leave Experience" Quit.TextColor3 = Color3.fromRGB(255, 255, 255) Quit.TextScaled = true Quit.TextSize = 14.000 Quit.TextWrapped = true UICorner_11.CornerRadius = UDim.new(0, 5) UICorner_11.Parent = Quit Loader_2.Name = "Loader" Loader_2.Parent = Pages Loader_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Loader_2.BackgroundTransparency = 1.000 Loader_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Loader_2.BorderSizePixel = 0 Loader_2.Size = UDim2.new(1, 0, 1, 0) Loader_2.Visible = false Title_3.Name = "Title" Title_3.Parent = Loader_2 Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title_3.BackgroundTransparency = 1.000 Title_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Title_3.BorderSizePixel = 0 Title_3.Position = UDim2.new(0.0149071096, 0, 0.0165890586, 0) Title_3.Size = UDim2.new(0.968962133, 0, 0.103681415, 0) Title_3.Font = Enum.Font.FredokaOne Title_3.Text = "Scripts Loader" Title_3.TextColor3 = Color3.fromRGB(255, 255, 255) Title_3.TextScaled = true Title_3.TextSize = 14.000 Title_3.TextWrapped = true Editor.Name = "Editor" Editor.Parent = Loader_2 Editor_2.Name = "Editor" Editor_2.Parent = Editor Editor_2.Active = true Editor_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Editor_2.BackgroundTransparency = 1.000 Editor_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Editor_2.BorderSizePixel = 0 Editor_2.Position = UDim2.new(0, 0, 0.120270416, 0) Editor_2.Size = UDim2.new(1.00000012, 0, 0.522335947, 0) Editor_2.CanvasSize = UDim2.new(0, 0, 5, 0) Editor_2.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar Editor_2.ScrollBarThickness = 10 Editor_2.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar EditorBox.Name = "EditorBox" EditorBox.Parent = Editor_2 EditorBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) EditorBox.BorderColor3 = Color3.fromRGB(0, 0, 0) EditorBox.BorderSizePixel = 0 EditorBox.Size = UDim2.new(1, 0, 1, 0) EditorBox.ClearTextOnFocus = false EditorBox.Font = Enum.Font.FredokaOne EditorBox.MultiLine = true EditorBox.PlaceholderText = "Your Luau Script Here..." EditorBox.Text = "print(\"Hello Expoliter!\")" EditorBox.TextColor3 = Color3.fromRGB(255, 255, 255) EditorBox.TextSize = 15.000 EditorBox.TextXAlignment = Enum.TextXAlignment.Left EditorBox.TextYAlignment = Enum.TextYAlignment.Top Excute.Name = "Excute" Excute.Parent = Editor Excute.BackgroundColor3 = Color3.fromRGB(0, 255, 0) Excute.BorderColor3 = Color3.fromRGB(0, 0, 0) Excute.BorderSizePixel = 0 Excute.Position = UDim2.new(0.0149071096, 0, 0.663561046, 0) Excute.Size = UDim2.new(0.763989389, 0, 0.1244177, 0) Excute.Font = Enum.Font.FredokaOne Excute.Text = "Excute!" Excute.TextColor3 = Color3.fromRGB(0, 0, 0) Excute.TextScaled = true Excute.TextSize = 14.000 Excute.TextWrapped = true UICorner_12.CornerRadius = UDim.new(0, 5) UICorner_12.Parent = Excute BackToTop.Name = "BackToTop" BackToTop.Parent = Editor BackToTop.BackgroundColor3 = Color3.fromRGB(0, 170, 255) BackToTop.BorderColor3 = Color3.fromRGB(0, 0, 0) BackToTop.BorderSizePixel = 0 BackToTop.Position = UDim2.new(0.812437475, 0, 0.663561046, 0) BackToTop.Size = UDim2.new(0.149071097, 0, 0.1244177, 0) BackToTop.Font = Enum.Font.FredokaOne BackToTop.Text = "Top" BackToTop.TextColor3 = Color3.fromRGB(0, 0, 0) BackToTop.TextScaled = true BackToTop.TextSize = 14.000 BackToTop.TextWrapped = true UICorner_13.CornerRadius = UDim.new(0, 5) UICorner_13.Parent = BackToTop ByURL.Name = "ByURL" ByURL.Parent = Loader_2 URL.Name = "URL" URL.Parent = ByURL URL.BackgroundColor3 = Color3.fromRGB(0, 0, 0) URL.BorderColor3 = Color3.fromRGB(0, 0, 0) URL.BorderSizePixel = 0 URL.Position = UDim2.new(0.0149071096, 0, 0.841893137, 0) URL.Size = UDim2.new(0.763989389, 0, 0.120270446, 0) URL.ClearTextOnFocus = false URL.Font = Enum.Font.FredokaOne URL.PlaceholderText = "https://..." URL.Text = "" URL.TextColor3 = Color3.fromRGB(255, 170, 0) URL.TextScaled = true URL.TextSize = 14.000 URL.TextWrapped = true UICorner_14.CornerRadius = UDim.new(0, 5) UICorner_14.Parent = URL LoadURL.Name = "LoadURL" LoadURL.Parent = ByURL LoadURL.BackgroundColor3 = Color3.fromRGB(0, 170, 255) LoadURL.BorderColor3 = Color3.fromRGB(0, 0, 0) LoadURL.BorderSizePixel = 0 LoadURL.Position = UDim2.new(0.812437475, 0, 0.841893137, 0) LoadURL.Size = UDim2.new(0.149071097, 0, 0.1244177, 0) LoadURL.Font = Enum.Font.FredokaOne LoadURL.Text = "Run" LoadURL.TextColor3 = Color3.fromRGB(0, 0, 0) LoadURL.TextScaled = true LoadURL.TextSize = 14.000 LoadURL.TextWrapped = true UICorner_15.CornerRadius = UDim.new(0, 5) UICorner_15.Parent = LoadURL Hub_2.Name = "Hub" Hub_2.Parent = Pages Hub_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Hub_2.BackgroundTransparency = 1.000 Hub_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Hub_2.BorderSizePixel = 0 Hub_2.Size = UDim2.new(1, 0, 1, 0) Hub_2.Visible = false ScriptList.Name = "ScriptList" ScriptList.Parent = Hub_2 ScriptList.Active = true ScriptList.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptList.BackgroundTransparency = 1.000 ScriptList.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptList.BorderSizePixel = 0 ScriptList.Position = UDim2.new(0, 0, 0.128494993, 0) ScriptList.Size = UDim2.new(1, 0, 0.871504962, 0) ScriptList.CanvasSize = UDim2.new(0, 0, 0, 0) ScriptList.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar ScriptList.ScrollBarThickness = 5 ScriptList.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar UIListLayout_2.Parent = ScriptList UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder TopbarApp.Name = "TopbarApp" TopbarApp.Parent = Hub_2 TopbarApp.BackgroundColor3 = Color3.fromRGB(95, 95, 95) TopbarApp.BorderColor3 = Color3.fromRGB(0, 0, 0) TopbarApp.BorderSizePixel = 0 TopbarApp.Size = UDim2.new(0.999999881, 0, 0.1244177, 0) UICorner_16.CornerRadius = UDim.new(0, 5) UICorner_16.Parent = TopbarApp SearchBox.Name = "SearchBox" SearchBox.Parent = TopbarApp SearchBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) SearchBox.BorderColor3 = Color3.fromRGB(0, 0, 0) SearchBox.BorderSizePixel = 0 SearchBox.Position = UDim2.new(0.0231159404, 0, 0.0666669235, 0) SearchBox.Size = UDim2.new(0.820615828, 0, 0.800000012, 0) SearchBox.ClearTextOnFocus = false SearchBox.Font = Enum.Font.FredokaOne SearchBox.PlaceholderText = "Find Scripts On wearedevs.net" SearchBox.Text = "" SearchBox.TextColor3 = Color3.fromRGB(255, 255, 255) SearchBox.TextScaled = true SearchBox.TextSize = 14.000 SearchBox.TextWrapped = true UICorner_17.CornerRadius = UDim.new(0, 5) UICorner_17.Parent = SearchBox Refresh.Name = "Refresh" Refresh.Parent = TopbarApp Refresh.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Refresh.BorderColor3 = Color3.fromRGB(0, 0, 0) Refresh.BorderSizePixel = 0 Refresh.Position = UDim2.new(0.870700359, 0, 0.0999997482, 0) Refresh.Size = UDim2.new(0.0924637616, 0, 0.800000012, 0) Refresh.Image = "rbxassetid://122032243989747" UICorner_18.CornerRadius = UDim.new(0, 5) UICorner_18.Parent = Refresh ItemDetails.Name = "ItemDetails" ItemDetails.Parent = Hub_2 ItemDetails.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ItemDetails.BackgroundTransparency = 1.000 ItemDetails.BorderColor3 = Color3.fromRGB(0, 0, 0) ItemDetails.BorderSizePixel = 0 ItemDetails.Position = UDim2.new(0, 0, 0.12441767, 0) ItemDetails.Size = UDim2.new(1, 0, 0.875071168, 0) ItemDetails.Visible = false ItemName.Name = "ItemName" ItemName.Parent = ItemDetails ItemName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ItemName.BackgroundTransparency = 1.000 ItemName.BorderColor3 = Color3.fromRGB(0, 0, 0) ItemName.BorderSizePixel = 0 ItemName.Position = UDim2.new(0.0154106244, 0, 0.0331752822, 0) ItemName.Size = UDim2.new(0.963164032, 0, 0.146839589, 0) ItemName.Font = Enum.Font.FredokaOne ItemName.Text = "Example" ItemName.TextColor3 = Color3.fromRGB(255, 255, 255) ItemName.TextScaled = true ItemName.TextSize = 14.000 ItemName.TextWrapped = true Core_2.Name = "Core" Core_2.Parent = ItemDetails ViewsIcon.Name = "ViewsIcon" ViewsIcon.Parent = Core_2 ViewsIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ViewsIcon.BackgroundTransparency = 1.000 ViewsIcon.BorderColor3 = Color3.fromRGB(0, 0, 0) ViewsIcon.BorderSizePixel = 0 ViewsIcon.Position = UDim2.new(0.0231159367, 0, 0.176796362, 0) ViewsIcon.Size = UDim2.new(0.0963164046, 0, 0.119923182, 0) ViewsIcon.Image = "rbxassetid://129042018463449" Views.Name = "Views" Views.Parent = ItemDetails Views.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Views.BackgroundTransparency = 1.000 Views.BorderColor3 = Color3.fromRGB(0, 0, 0) Views.BorderSizePixel = 0 Views.Position = UDim2.new(0.119432338, 0, 0.180094719, 0) Views.Size = UDim2.new(0.327475756, 0, 0.118243612, 0) Views.Font = Enum.Font.FredokaOne Views.Text = "0" Views.TextColor3 = Color3.fromRGB(255, 255, 255) Views.TextScaled = true Views.TextSize = 14.000 Views.TextWrapped = true Views.TextXAlignment = Enum.TextXAlignment.Left Creator.Name = "Creator" Creator.Parent = ItemDetails Creator.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Creator.BackgroundTransparency = 1.000 Creator.BorderColor3 = Color3.fromRGB(0, 0, 0) Creator.BorderSizePixel = 0 Creator.Position = UDim2.new(0.446908116, 0, 0.180094719, 0) Creator.Size = UDim2.new(0.531666517, 0, 0.118243612, 0) Creator.Font = Enum.Font.FredokaOne Creator.Text = "By: PrayoadMii_TH" Creator.TextColor3 = Color3.fromRGB(255, 255, 255) Creator.TextScaled = true Creator.TextSize = 14.000 Creator.TextWrapped = true Creator.TextXAlignment = Enum.TextXAlignment.Right Description.Name = "Description" Description.Parent = ItemDetails Description.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Description.BackgroundTransparency = 1.000 Description.BorderColor3 = Color3.fromRGB(0, 0, 0) Description.BorderSizePixel = 0 Description.Position = UDim2.new(0.0154106244, 0, 0.289099514, 0) Description.Size = UDim2.new(0.963164032, 0, 0.526066363, 0) Description.Font = Enum.Font.FredokaOne Description.Text = "Description" Description.TextColor3 = Color3.fromRGB(255, 255, 255) Description.TextScaled = true Description.TextSize = 15.000 Description.TextWrapped = true Description.TextXAlignment = Enum.TextXAlignment.Left Description.TextYAlignment = Enum.TextYAlignment.Top BackButton.Name = "BackButton" BackButton.Parent = ItemDetails BackButton.BackgroundColor3 = Color3.fromRGB(0, 170, 255) BackButton.BorderColor3 = Color3.fromRGB(0, 0, 0) BackButton.BorderSizePixel = 0 BackButton.Position = UDim2.new(0.0231159367, 0, 0.833864629, 0) BackButton.Size = UDim2.new(0.462318748, 0, 0.1421801, 0) BackButton.Font = Enum.Font.FredokaOne BackButton.Text = "Back" BackButton.TextColor3 = Color3.fromRGB(0, 0, 0) BackButton.TextScaled = true BackButton.TextSize = 14.000 BackButton.TextWrapped = true UICorner_19.CornerRadius = UDim.new(0, 10) UICorner_19.Parent = BackButton RunScriptButton.Name = "RunScriptButton" RunScriptButton.Parent = ItemDetails RunScriptButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0) RunScriptButton.BorderColor3 = Color3.fromRGB(0, 0, 0) RunScriptButton.BorderSizePixel = 0 RunScriptButton.Position = UDim2.new(0.516255915, 0, 0.833864629, 0) RunScriptButton.Size = UDim2.new(0.462318748, 0, 0.1421801, 0) RunScriptButton.Font = Enum.Font.FredokaOne RunScriptButton.Text = "Get" RunScriptButton.TextColor3 = Color3.fromRGB(0, 0, 0) RunScriptButton.TextScaled = true RunScriptButton.TextSize = 14.000 RunScriptButton.TextWrapped = true UICorner_20.CornerRadius = UDim.new(0, 10) UICorner_20.Parent = RunScriptButton ItemTemplate.Name = "ItemTemplate" ItemTemplate.Parent = Hub_2 ItemTemplate.Active = false ItemTemplate.BackgroundColor3 = Color3.fromRGB(60, 60, 60) ItemTemplate.BorderColor3 = Color3.fromRGB(0, 0, 0) ItemTemplate.BorderSizePixel = 0 ItemTemplate.Selectable = false ItemTemplate.Size = UDim2.new(0.999999881, 0, 0.190703869, 0) ItemTemplate.Visible = false UICorner_21.CornerRadius = UDim.new(0, 5) UICorner_21.Parent = ItemTemplate ScriptName.Name = "ScriptName" ScriptName.Parent = ItemTemplate ScriptName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptName.BackgroundTransparency = 1.000 ScriptName.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptName.BorderSizePixel = 0 ScriptName.Size = UDim2.new(1, 0, 0.499070078, 0) ScriptName.Font = Enum.Font.FredokaOne ScriptName.Text = "Example" ScriptName.TextColor3 = Color3.fromRGB(255, 255, 255) ScriptName.TextScaled = true ScriptName.TextSize = 14.000 ScriptName.TextWrapped = true Core_3.Name = "Core" Core_3.Parent = ItemTemplate ViewsIcon_2.Name = "ViewsIcon" ViewsIcon_2.Parent = Core_3 ViewsIcon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ViewsIcon_2.BackgroundTransparency = 1.000 ViewsIcon_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ViewsIcon_2.BorderSizePixel = 0 ViewsIcon_2.Position = UDim2.new(0, 0, 0.49907124, 0) ViewsIcon_2.Size = UDim2.new(0.0770531297, 0, 0.499070078, 0) ViewsIcon_2.Image = "rbxassetid://129042018463449" Views_2.Name = "Views" Views_2.Parent = ItemTemplate Views_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Views_2.BackgroundTransparency = 1.000 Views_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Views_2.BorderSizePixel = 0 Views_2.Position = UDim2.new(0.0770531297, 0, 0.474117339, 0) Views_2.Size = UDim2.new(0.252584636, 0, 0.524023533, 0) Views_2.Font = Enum.Font.FredokaOne Views_2.Text = "0" Views_2.TextColor3 = Color3.fromRGB(255, 255, 255) Views_2.TextScaled = true Views_2.TextSize = 14.000 Views_2.TextWrapped = true Views_2.TextXAlignment = Enum.TextXAlignment.Left Creator_2.Name = "Creator" Creator_2.Parent = ItemTemplate Creator_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Creator_2.BackgroundTransparency = 1.000 Creator_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Creator_2.BorderSizePixel = 0 Creator_2.Position = UDim2.new(0.304359883, 0, 0.474117339, 0) Creator_2.Size = UDim2.new(0.695640147, 0, 0.524023533, 0) Creator_2.Font = Enum.Font.FredokaOne Creator_2.Text = "By: PrayoadMii_TH" Creator_2.TextColor3 = Color3.fromRGB(255, 255, 255) Creator_2.TextScaled = true Creator_2.TextSize = 14.000 Creator_2.TextWrapped = true Creator_2.TextXAlignment = Enum.TextXAlignment.Right TopbarContent.Name = "TopbarContent" TopbarContent.Parent = Main TopbarContent.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TopbarContent.BackgroundTransparency = 1.000 TopbarContent.BorderColor3 = Color3.fromRGB(0, 0, 0) TopbarContent.BorderSizePixel = 0 TopbarContent.Position = UDim2.new(0.390243888, 0, 0, 0) TopbarContent.Size = UDim2.new(0.609756052, 0, 0.0727272704, 0) HideButton.Name = "HideButton" HideButton.Parent = TopbarContent HideButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) HideButton.BorderColor3 = Color3.fromRGB(0, 0, 0) HideButton.BorderSizePixel = 0 HideButton.Position = UDim2.new(0.920000017, 0, 0, 0) HideButton.Size = UDim2.new(0.0799999982, 0, 1, 0) HideButton.Font = Enum.Font.FredokaOne HideButton.Text = "-" HideButton.TextColor3 = Color3.fromRGB(255, 255, 255) HideButton.TextScaled = true HideButton.TextSize = 14.000 HideButton.TextWrapped = true UICorner_22.CornerRadius = UDim.new(0, 5) UICorner_22.Parent = HideButton UICorner_23.CornerRadius = UDim.new(0, 5) UICorner_23.Parent = Main -- Scripts: local function CTGIKIT_fake_script() -- PlayerProfile.PlayerProfileSetter local script = Instance.new('LocalScript', PlayerProfile) task.spawn(function() while true do if script.Parent == nil then break end script.Parent:WaitForChild("PlayerName").Text = "@" .. game:GetService("Players").LocalPlayer.Name script.Parent:WaitForChild("PlayerProfilePIC").Image = game:GetService("Players"):GetUserThumbnailAsync(game:GetService("Players").LocalPlayer.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420) task.wait() end end) end coroutine.wrap(CTGIKIT_fake_script)() local function EDOH_fake_script() -- StartPage.PageSwitcher local script = Instance.new('LocalScript', StartPage) local Pages = script.Parent.Parent.Parent.Parent:WaitForChild("MainAppContent"):WaitForChild("Pages") local TargetButton = script.Parent TargetButton.MouseButton1Down:Connect(function() for _, v in ipairs(Pages:GetChildren()) do if v:IsA("Frame") then v.Visible = false end end local PageToShow = Pages:FindFirstChild(TargetButton.Name) if PageToShow then PageToShow.Visible = true else warn("[Ro Polit]: Page Not Found For Button: " .. TargetButton.Name) end end) end coroutine.wrap(EDOH_fake_script)() local function NJPGUID_fake_script() -- Hub.PageSwitcher local script = Instance.new('LocalScript', Hub) local Pages = script.Parent.Parent.Parent.Parent:WaitForChild("MainAppContent"):WaitForChild("Pages") local TargetButton = script.Parent TargetButton.MouseButton1Down:Connect(function() for _, v in ipairs(Pages:GetChildren()) do if v:IsA("Frame") then v.Visible = false end end local PageToShow = Pages:FindFirstChild(TargetButton.Name) if PageToShow then PageToShow.Visible = true else warn("[Ro Polit]: Page Not Found For Button: " .. TargetButton.Name) end end) end coroutine.wrap(NJPGUID_fake_script)() local function NLJNW_fake_script() -- Loader.PageSwitcher local script = Instance.new('LocalScript', Loader) local Pages = script.Parent.Parent.Parent.Parent:WaitForChild("MainAppContent"):WaitForChild("Pages") local TargetButton = script.Parent TargetButton.MouseButton1Down:Connect(function() for _, v in ipairs(Pages:GetChildren()) do if v:IsA("Frame") then v.Visible = false end end local PageToShow = Pages:FindFirstChild(TargetButton.Name) if PageToShow then PageToShow.Visible = true else warn("[Ro Polit]: Page Not Found For Button: " .. TargetButton.Name) end end) end coroutine.wrap(NLJNW_fake_script)() local function GWXLASU_fake_script() -- SidebarMenu.Scroller local script = Instance.new('LocalScript', SidebarMenu) task.spawn(function() while true do if script.Parent == nil then break end script.Parent.AutomaticCanvasSize = Enum.AutomaticSize.Y task.wait() end end) end coroutine.wrap(GWXLASU_fake_script)() local function WMZXDVE_fake_script() -- Reload.Reloader local script = Instance.new('LocalScript', Reload) script.Parent.MouseButton1Click:Connect(function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Reloading App", Text = "We Will Reloading App For Update And More", Icon = "rbxassetid://117643210699380", }) script.Parent.Parent.Parent.Parent.Parent.Parent.Parent = game:GetService("ReplicatedStorage") task.wait(0.1) loadstring(game:HttpGet("https://prayoadmii.neocities.org/Expolits/ropolits.txt"))() task.wait(0.1) script.Parent.Parent.Parent.Parent.Parent.Parent:Destroy() end) end coroutine.wrap(WMZXDVE_fake_script)() local function KRKZ_fake_script() -- UnLoad.Unloader local script = Instance.new('LocalScript', UnLoad) script.Parent.MouseButton1Click:Connect(function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Uninstalling App", Text = "App Will Now Stopped!", Icon = "rbxassetid://117643210699380", }) task.wait(0.1) script.Parent.Parent.Parent.Parent.Parent.Parent:Destroy() end) end coroutine.wrap(KRKZ_fake_script)() local function HBGI_fake_script() -- Console.Show local script = Instance.new('LocalScript', Console) script.Parent.MouseButton1Click:Connect(function() local StarterGui = game:GetService("StarterGui") StarterGui:SetCore("DevConsoleVisible", true) end) end coroutine.wrap(HBGI_fake_script)() local function IFLH_fake_script() -- Quit.Quitter local script = Instance.new('LocalScript', Quit) script.Parent.MouseButton1Click:Connect(function() game:Shutdown() end) end coroutine.wrap(IFLH_fake_script)() local function BWJSYQ_fake_script() -- Editor.Loader local script = Instance.new('LocalScript', Editor) script.Parent:WaitForChild("Excute").MouseButton1Click:Connect(function() local ScriptToRun = script.Parent:WaitForChild("Editor"):WaitForChild("EditorBox").Text game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Excuting Script...", Text = "Your Script Is Being To Be Excuted!", Icon = "rbxassetid://110177379311127", }) task.spawn(function() loadstring(ScriptToRun)() end) end) script.Parent:WaitForChild("BackToTop").MouseButton1Click:Connect(function() script.Parent:WaitForChild("Editor").CanvasPosition = Vector2.new(0, 0) end) script.Parent.Parent.Changed:Connect(function(prop) if prop == "Visible" then script.Parent:WaitForChild("Editor").CanvasPosition = Vector2.new(0, 0) end end) end coroutine.wrap(BWJSYQ_fake_script)() local function ADWLQB_fake_script() -- ByURL.Loader local script = Instance.new('LocalScript', ByURL) script.Parent:WaitForChild("LoadURL").MouseButton1Click:Connect(function() local URLToLoad = script.Parent:WaitForChild("URL").Text game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Excuting Script...", Text = "Your Script Is Being To Be Excuted!", Icon = "rbxassetid://110177379311127", }) task.spawn(function() loadstring(game:HttpGet(URLToLoad))() end) end) end coroutine.wrap(ADWLQB_fake_script)() local function IRIOS_fake_script() -- Pages.PageStarter local script = Instance.new('LocalScript', Pages) for _, v in ipairs(script.Parent:GetChildren()) do if v:IsA("Frame") then v.Visible = false end end script.Parent:WaitForChild("StartPage").Visible = true end coroutine.wrap(IRIOS_fake_script)() local function QHVZXR_fake_script() -- Hub_2.AppMain local script = Instance.new('LocalScript', Hub_2) local MainUI = script.Parent local ItemsListPage = MainUI:WaitForChild("ScriptList") local TopbarApp = MainUI:WaitForChild("TopbarApp") local ItemDetail = MainUI:WaitForChild("ItemDetails") local Json = game:GetService("HttpService") local currentRunConnection = nil local function PrepareURL(search: string) local cleanSearch = string.gsub(search, " ", "%%20") return cleanSearch end local function ViewDetails(Data: any) ItemDetail.Visible = true ItemsListPage.Visible = false ItemDetail:WaitForChild("ItemName").Text = Data.name ItemDetail:WaitForChild("Creator").Text = "By: " .. tostring(Data.account.username) ItemDetail:WaitForChild("Description").Text = Data.description ItemDetail:WaitForChild("Views").Text = tostring(Data.views) if currentRunConnection then currentRunConnection:Disconnect() end currentRunConnection = ItemDetail:WaitForChild("RunScriptButton").MouseButton1Click:Connect(function() local Loader = MainUI.Parent:WaitForChild("Loader"):WaitForChild("ByURL") Loader:WaitForChild("URL").Text = PrepareURL(tostring(Data.raw)) MainUI.Parent:WaitForChild("Loader").Visible = true MainUI.Visible = false end) end local function FreshPage(Search: string) local Endpoint = "https://wearedevs.net/api/scripts/search" if Search and Search ~= "" then Endpoint = Endpoint .. "?s=" .. Json:UrlEncode(Search) end local S, R = pcall(function() return game:HttpGet(Endpoint) end) if not S then warn("[Script Find Error]: " .. tostring(R)) return end local Data = Json:JSONDecode(R) for _, v in pairs(ItemsListPage:GetChildren()) do if v:IsA("GuiObject") and not v:IsA("UIListLayout") then v:Destroy() end end ItemDetail.Visible = false ItemsListPage.Visible = true for _, scr in ipairs(Data.scripts) do ItemsListPage.AutomaticCanvasSize = Enum.AutomaticSize.Y ItemsListPage.CanvasPosition = Vector2.new(0, 0) local Template = MainUI:WaitForChild("ItemTemplate"):Clone() Template.Name = scr.name Template.LayoutOrder = -tonumber(scr.views) Template:WaitForChild("ScriptName").Text = scr.name Template:WaitForChild("Views").Text = "Views: " .. tostring(scr.views) Template:WaitForChild("Creator").Text = "By: " .. (scr.account.username or "Unknown") Template.MouseButton1Click:Connect(function() ViewDetails(scr) end) Template.Visible = true Template.Parent = ItemsListPage end end FreshPage() TopbarApp:WaitForChild("SearchBox").FocusLost:Connect(function(enterPressed) if enterPressed then FreshPage(TopbarApp.SearchBox.Text) end end) TopbarApp:WaitForChild("Refresh").MouseButton1Click:Connect(function() FreshPage(TopbarApp.SearchBox.Text) end) ItemDetail:WaitForChild("BackButton").MouseButton1Click:Connect(function() ItemDetail.Visible = false ItemsListPage.Visible = true end) end coroutine.wrap(QHVZXR_fake_script)() local function IANPPKQ_fake_script() -- TopbarContent.HideShowScript local script = Instance.new('LocalScript', TopbarContent) script.Parent:WaitForChild("HideButton").MouseButton1Click:Connect(function() script.Parent.Parent.Visible = false end) game:GetService("UserInputService").InputBegan:Connect(function(key, posed) if posed then return end if key.KeyCode == Enum.KeyCode.RightAlt then script.Parent.Parent.Visible = not script.Parent.Parent.Visible end end) script.Parent.Parent.Changed:Connect(function(prop) if prop == "Visible" then if script.Parent.Parent.Visible == false then game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Gui Hidden!", Text = "Press Right Alt To Show The GUI Again!", Icon = "rbxassetid://86960526631201", }) end end end) end coroutine.wrap(IANPPKQ_fake_script)()