--DoggoJr is Here --hello this is just a hello script local RLLE_REPO = "https://github.com/UwURaww/Remote-Luau-Loadstring-Execution" local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local screenGui = Instance.new("ScreenGui") screenGui.Name = "RLLEHello" screenGui.ResetOnSpawn = false screenGui.Parent = game:GetService("CoreGui") local main = Instance.new("Frame") main.Size = UDim2.new(0, 340, 0, 0) main.AutomaticSize = Enum.AutomaticSize.Y main.Position = UDim2.new(0.5, -170, 0.5, -180) main.BackgroundColor3 = Color3.fromRGB(12, 12, 22) main.BorderSizePixel = 0 main.ClipsDescendants = true main.Parent = screenGui Instance.new("UICorner", main).CornerRadius = UDim.new(0, 12) local stroke = Instance.new("UIStroke", main) stroke.Color = Color3.fromRGB(70, 60, 160) stroke.Thickness = 1 local layout = Instance.new("UIListLayout") layout.SortOrder = Enum.SortOrder.LayoutOrder layout.Padding = UDim.new(0, 0) layout.Parent = main local topbar = Instance.new("Frame") topbar.Size = UDim2.new(1, 0, 0, 38) topbar.BackgroundColor3 = Color3.fromRGB(18, 18, 32) topbar.BorderSizePixel = 0 topbar.LayoutOrder = 1 topbar.Parent = main Instance.new("UICorner", topbar).CornerRadius = UDim.new(0, 12) local fixBottom = Instance.new("Frame") fixBottom.Size = UDim2.new(1, 0, 0.5, 0) fixBottom.Position = UDim2.new(0, 0, 0.5, 0) fixBottom.BackgroundColor3 = Color3.fromRGB(18, 18, 32) fixBottom.BorderSizePixel = 0 fixBottom.Parent = topbar local dot = Instance.new("Frame") dot.Size = UDim2.new(0, 8, 0, 8) dot.Position = UDim2.new(0, 14, 0.5, -4) dot.BackgroundColor3 = Color3.fromRGB(108, 99, 255) dot.BorderSizePixel = 0 dot.Parent = topbar Instance.new("UICorner", dot).CornerRadius = UDim.new(1, 0) local topTitle = Instance.new("TextLabel") topTitle.Size = UDim2.new(1, -100, 1, 0) topTitle.Position = UDim2.new(0, 30, 0, 0) topTitle.BackgroundTransparency = 1 topTitle.Text = "RLLE" topTitle.TextColor3 = Color3.fromRGB(200, 200, 255) topTitle.TextSize = 13 topTitle.Font = Enum.Font.GothamBold topTitle.TextXAlignment = Enum.TextXAlignment.Left topTitle.Parent = topbar local closeBtn = Instance.new("TextButton") closeBtn.Size = UDim2.new(0, 26, 0, 22) closeBtn.Position = UDim2.new(1, -34, 0.5, -11) closeBtn.BackgroundColor3 = Color3.fromRGB(30, 30, 50) closeBtn.BorderSizePixel = 0 closeBtn.Text = "x" closeBtn.TextColor3 = Color3.fromRGB(150, 150, 190) closeBtn.TextSize = 13 closeBtn.Font = Enum.Font.GothamBold closeBtn.Parent = topbar Instance.new("UICorner", closeBtn).CornerRadius = UDim.new(0, 6) local body = Instance.new("Frame") body.Size = UDim2.new(1, 0, 0, 0) body.AutomaticSize = Enum.AutomaticSize.Y body.BackgroundTransparency = 1 body.LayoutOrder = 2 body.Parent = main local bodyPad = Instance.new("UIPadding") bodyPad.PaddingLeft = UDim.new(0, 20) bodyPad.PaddingRight = UDim.new(0, 20) bodyPad.PaddingTop = UDim.new(0, 18) bodyPad.PaddingBottom = UDim.new(0, 20) bodyPad.Parent = body local bodyLayout = Instance.new("UIListLayout") bodyLayout.SortOrder = Enum.SortOrder.LayoutOrder bodyLayout.Padding = UDim.new(0, 10) bodyLayout.Parent = body local greeting = Instance.new("TextLabel") greeting.Size = UDim2.new(1, 0, 0, 26) greeting.BackgroundTransparency = 1 greeting.Text = "Hello there." greeting.TextColor3 = Color3.fromRGB(225, 222, 255) greeting.TextSize = 19 greeting.Font = Enum.Font.GothamBold greeting.TextXAlignment = Enum.TextXAlignment.Left greeting.LayoutOrder = 1 greeting.Parent = body local sub1 = Instance.new("TextLabel") sub1.Size = UDim2.new(1, 0, 0, 20) sub1.BackgroundTransparency = 1 sub1.Text = "You want this script? Well, you'll need to set up a little something first." sub1.TextColor3 = Color3.fromRGB(150, 150, 185) sub1.TextSize = 13 sub1.Font = Enum.Font.Gotham sub1.TextWrapped = true sub1.TextXAlignment = Enum.TextXAlignment.Left sub1.AutomaticSize = Enum.AutomaticSize.Y sub1.LayoutOrder = 2 sub1.Parent = body local sub2 = Instance.new("TextLabel") sub2.Size = UDim2.new(1, 0, 0, 16) sub2.BackgroundTransparency = 1 sub2.Text = "Trust me, it's worth it." sub2.TextColor3 = Color3.fromRGB(120, 200, 170) sub2.TextSize = 13 sub2.Font = Enum.Font.GothamBold sub2.TextXAlignment = Enum.TextXAlignment.Left sub2.LayoutOrder = 3 sub2.Parent = body local divider = Instance.new("Frame") divider.Size = UDim2.new(1, 0, 0, 1) divider.BackgroundColor3 = Color3.fromRGB(40, 40, 65) divider.BorderSizePixel = 0 divider.LayoutOrder = 4 divider.Parent = body local whatTitle = Instance.new("TextLabel") whatTitle.Size = UDim2.new(1, 0, 0, 18) whatTitle.BackgroundTransparency = 1 whatTitle.Text = "WHAT IS RLLE" whatTitle.TextColor3 = Color3.fromRGB(108, 99, 255) whatTitle.TextSize = 11 whatTitle.Font = Enum.Font.GothamBold whatTitle.TextXAlignment = Enum.TextXAlignment.Left whatTitle.LayoutOrder = 5 whatTitle.Parent = body local whatDesc = Instance.new("TextLabel") whatDesc.Size = UDim2.new(1, 0, 0, 0) whatDesc.BackgroundTransparency = 1 whatDesc.Text = "RLLE is a bridge that lets one script execute on another player in real time. You send a script from one side, and it runs live on the other. No middleman accounts, no waiting around." whatDesc.TextColor3 = Color3.fromRGB(170, 170, 205) whatDesc.TextSize = 12.5 whatDesc.Font = Enum.Font.Gotham whatDesc.TextWrapped = true whatDesc.AutomaticSize = Enum.AutomaticSize.Y whatDesc.TextXAlignment = Enum.TextXAlignment.Left whatDesc.LayoutOrder = 6 whatDesc.Parent = body local featTitle = Instance.new("TextLabel") featTitle.Size = UDim2.new(1, 0, 0, 18) featTitle.BackgroundTransparency = 1 featTitle.Text = "WHAT IT CAN DO" featTitle.TextColor3 = Color3.fromRGB(108, 99, 255) featTitle.TextSize = 11 featTitle.Font = Enum.Font.GothamBold featTitle.TextXAlignment = Enum.TextXAlignment.Left featTitle.LayoutOrder = 7 featTitle.Parent = body local features = { "Runs any Luau script remotely, the moment it's sent", "Built-in confirmation popup so nothing runs without approval", "No tokens, no passwords, just one URL", "Works great for roleplay, pranks, or testing scripts together", } for i, text in ipairs(features) do local row = Instance.new("Frame") row.Size = UDim2.new(1, 0, 0, 0) row.AutomaticSize = Enum.AutomaticSize.Y row.BackgroundTransparency = 1 row.LayoutOrder = 7 + i row.Parent = body local rowLayout = Instance.new("UIListLayout") rowLayout.FillDirection = Enum.FillDirection.Horizontal rowLayout.Padding = UDim.new(0, 8) rowLayout.Parent = row local bullet = Instance.new("TextLabel") bullet.Size = UDim2.new(0, 12, 0, 18) bullet.BackgroundTransparency = 1 bullet.Text = ">" bullet.TextColor3 = Color3.fromRGB(108, 99, 255) bullet.TextSize = 13 bullet.Font = Enum.Font.GothamBold bullet.Parent = row local label = Instance.new("TextLabel") label.Size = UDim2.new(1, -20, 0, 0) label.AutomaticSize = Enum.AutomaticSize.Y label.BackgroundTransparency = 1 label.Text = text label.TextColor3 = Color3.fromRGB(170, 170, 205) label.TextSize = 12.5 label.Font = Enum.Font.Gotham label.TextWrapped = true label.TextXAlignment = Enum.TextXAlignment.Left label.Parent = row end local divider2 = Instance.new("Frame") divider2.Size = UDim2.new(1, 0, 0, 1) divider2.BackgroundColor3 = Color3.fromRGB(40, 40, 65) divider2.BorderSizePixel = 0 divider2.LayoutOrder = 50 divider2.Parent = body local linkBox = Instance.new("Frame") linkBox.Size = UDim2.new(1, 0, 0, 54) linkBox.BackgroundColor3 = Color3.fromRGB(8, 8, 16) linkBox.BorderSizePixel = 0 linkBox.LayoutOrder = 51 linkBox.Parent = body Instance.new("UICorner", linkBox).CornerRadius = UDim.new(0, 8) local linkStroke = Instance.new("UIStroke", linkBox) linkStroke.Color = Color3.fromRGB(40, 40, 65) local linkPad = Instance.new("UIPadding") linkPad.PaddingLeft = UDim.new(0, 12) linkPad.PaddingRight = UDim.new(0, 12) linkPad.PaddingTop = UDim.new(0, 8) linkPad.Parent = linkBox local linkLabel = Instance.new("TextLabel") linkLabel.Size = UDim2.new(1, 0, 0, 14) linkLabel.BackgroundTransparency = 1 linkLabel.Text = "LINK IS HERE" linkLabel.TextColor3 = Color3.fromRGB(100, 100, 140) linkLabel.TextSize = 10 linkLabel.Font = Enum.Font.GothamBold linkLabel.TextXAlignment = Enum.TextXAlignment.Left linkLabel.Parent = linkBox local linkValue = Instance.new("TextBox") linkValue.Size = UDim2.new(1, 0, 0, 18) linkValue.Position = UDim2.new(0, 0, 0, 16) linkValue.BackgroundTransparency = 1 linkValue.Text = RLLE_REPO linkValue.TextColor3 = Color3.fromRGB(140, 200, 255) linkValue.TextSize = 12 linkValue.Font = Enum.Font.Code linkValue.TextXAlignment = Enum.TextXAlignment.Left linkValue.ClearTextOnFocus = false linkValue.TextEditable = false linkValue.Parent = linkBox local copyBtn = Instance.new("TextButton") copyBtn.Size = UDim2.new(1, 0, 0, 32) copyBtn.Position = UDim2.new(0, 0, 0, 0) copyBtn.BackgroundColor3 = Color3.fromRGB(80, 72, 200) copyBtn.BorderSizePixel = 0 copyBtn.Text = "Copy Link" copyBtn.TextColor3 = Color3.fromRGB(255, 255, 255) copyBtn.TextSize = 13 copyBtn.Font = Enum.Font.GothamBold copyBtn.LayoutOrder = 52 copyBtn.Parent = body Instance.new("UICorner", copyBtn).CornerRadius = UDim.new(0, 8) local signOff = Instance.new("TextLabel") signOff.Size = UDim2.new(1, 0, 0, 16) signOff.BackgroundTransparency = 1 signOff.Text = "Go get it set up. See you on the other side." signOff.TextColor3 = Color3.fromRGB(90, 90, 120) signOff.TextSize = 11 signOff.Font = Enum.Font.Gotham signOff.TextXAlignment = Enum.TextXAlignment.Left signOff.LayoutOrder = 53 signOff.Parent = body local dragging, dragStart, startPos topbar.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = main.Position end end) UserInputService.InputChanged:Connect(function(input) if dragging and (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then local delta = input.Position - dragStart main.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end end) UserInputService.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = false end end) closeBtn.MouseButton1Click:Connect(function() screenGui:Destroy() end) copyBtn.MouseButton1Click:Connect(function() local copied = pcall(function() setclipboard(RLLE_REPO) end) if copied then copyBtn.Text = "Copied!" else copyBtn.Text = "Select and copy above" end task.delay(2, function() if copyBtn and copyBtn.Parent then copyBtn.Text = "Copy Link" end end) end) main.BackgroundTransparency = 1 for _, child in ipairs(main:GetDescendants()) do if child:IsA("TextLabel") or child:IsA("TextButton") then child.TextTransparency = 1 end end local tween = TweenService:Create(main, TweenInfo.new(0.25, Enum.EasingStyle.Quad), {BackgroundTransparency = 0}) tween:Play()