-- Gui to Lua -- Version: 3.2 -- Instances: local OpenAndClose = Instance.new("ScreenGui") local close = Instance.new("TextButton") local open = Instance.new("TextButton") local RC3 = Instance.new("ScreenGui") local Executor = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") local source = Instance.new("TextBox") local execute = Instance.new("TextButton") local clear = Instance.new("TextButton") local TextLabel_4 = Instance.new("TextLabel") local TextLabel_5 = Instance.new("TextLabel") local TextLabel_6 = Instance.new("TextLabel") local TextLabel_7 = Instance.new("TextLabel") local TextLabel_8 = Instance.new("TextLabel") local TextLabel_9 = Instance.new("TextLabel") local TextLabel_10 = Instance.new("TextLabel") local TextLabel_11 = Instance.new("TextLabel") local TextLabel_12 = Instance.new("TextLabel") local TextLabel_13 = Instance.new("TextLabel") --Properties: OpenAndClose.Name = "Open And Close" OpenAndClose.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") OpenAndClose.ZIndexBehavior = Enum.ZIndexBehavior.Sibling close.Name = "close" close.Parent = OpenAndClose close.BackgroundColor3 = Color3.fromRGB(255, 0, 0) close.BorderColor3 = Color3.fromRGB(0, 0, 0) close.BorderSizePixel = 0 close.Position = UDim2.new(0, 0, 0.11530748, 0) close.Size = UDim2.new(0, 56, 0, 50) close.Font = Enum.Font.SourceSans close.Text = "X" close.TextColor3 = Color3.fromRGB(0, 0, 0) close.TextScaled = true close.TextSize = 14.000 close.TextWrapped = true open.Name = "open" open.Parent = OpenAndClose open.BackgroundColor3 = Color3.fromRGB(26, 255, 0) open.BorderColor3 = Color3.fromRGB(0, 0, 0) open.BorderSizePixel = 0 open.Position = UDim2.new(0.0583333336, 0, 0.11530748, 0) open.Size = UDim2.new(0, 169, 0, 50) open.Font = Enum.Font.SourceSans open.Text = "Open" open.TextColor3 = Color3.fromRGB(0, 0, 0) open.TextScaled = true open.TextSize = 14.000 open.TextWrapped = true RC3.Name = "RC3" RC3.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") RC3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Executor.Name = "Executor" Executor.Parent = RC3 Executor.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Executor.BorderColor3 = Color3.fromRGB(0, 0, 0) Executor.BorderSizePixel = 0 Executor.Position = UDim2.new(0.392708331, 0, 0.218917102, 0) Executor.Size = UDim2.new(0, 205, 0, 336) Executor.Visible = false TextLabel.Parent = Executor TextLabel.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 2 TextLabel.Position = UDim2.new(0.887804866, 0, 0, 0) TextLabel.Size = UDim2.new(0, 23, 0, 336) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 TextLabel_2.Parent = Executor TextLabel_2.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 2 TextLabel_2.Size = UDim2.new(0, 23, 0, 336) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextSize = 14.000 TextLabel_3.Parent = Executor TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.BorderSizePixel = 2 TextLabel_3.Position = UDim2.new(0.112195119, 0, 0.425595224, 0) TextLabel_3.Size = UDim2.new(0, 159, 0, 23) TextLabel_3.Font = Enum.Font.SourceSans TextLabel_3.Text = "RC3" TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 14.000 TextLabel_3.TextWrapped = true source.Name = "source" source.Parent = Executor source.BackgroundColor3 = Color3.fromRGB(0, 4, 255) source.BorderColor3 = Color3.fromRGB(0, 0, 0) source.BorderSizePixel = 2 source.ClipsDescendants = true source.Position = UDim2.new(0.112195119, 0, 0.0684523806, 0) source.Size = UDim2.new(0, 159, 0, 120) source.ClearTextOnFocus = false source.Font = Enum.Font.SourceSans source.PlaceholderColor3 = Color3.fromRGB(1, 255, 255) source.PlaceholderText = "--- Put The Script Here" source.Text = "" source.TextColor3 = Color3.fromRGB(0, 0, 0) source.TextSize = 20.000 source.TextWrapped = true source.TextXAlignment = Enum.TextXAlignment.Left source.TextYAlignment = Enum.TextYAlignment.Top execute.Name = "execute" execute.Parent = Executor execute.BackgroundColor3 = Color3.fromRGB(0, 4, 255) execute.BorderColor3 = Color3.fromRGB(0, 0, 0) execute.BorderSizePixel = 2 execute.Position = UDim2.new(0.112195119, 0, 0.494047612, 0) execute.Size = UDim2.new(0, 82, 0, 50) execute.Font = Enum.Font.SourceSans execute.Text = "Exe" execute.TextColor3 = Color3.fromRGB(0, 0, 0) execute.TextScaled = true execute.TextSize = 14.000 execute.TextWrapped = true clear.Name = "clear" clear.Parent = Executor clear.BackgroundColor3 = Color3.fromRGB(0, 4, 255) clear.BorderColor3 = Color3.fromRGB(0, 0, 0) clear.BorderSizePixel = 2 clear.Position = UDim2.new(0.51219511, 0, 0.494047612, 0) clear.Size = UDim2.new(0, 77, 0, 50) clear.Font = Enum.Font.SourceSans clear.Text = "Cle" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextScaled = true clear.TextSize = 14.000 clear.TextWrapped = true TextLabel_4.Parent = Executor TextLabel_4.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_4.BorderSizePixel = 2 TextLabel_4.Position = UDim2.new(0.112195119, 0, 0.642857134, 0) TextLabel_4.Size = UDim2.new(0, 159, 0, 23) TextLabel_4.Font = Enum.Font.SourceSans TextLabel_4.Text = "RC3" TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_4.TextScaled = true TextLabel_4.TextSize = 14.000 TextLabel_4.TextWrapped = true TextLabel_5.Parent = Executor TextLabel_5.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_5.BorderSizePixel = 2 TextLabel_5.Position = UDim2.new(0.112195119, 0, 0.931547642, 0) TextLabel_5.Size = UDim2.new(0, 159, 0, 23) TextLabel_5.Font = Enum.Font.SourceSans TextLabel_5.Text = "RC3" TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_5.TextScaled = true TextLabel_5.TextSize = 14.000 TextLabel_5.TextWrapped = true TextLabel_6.Parent = Executor TextLabel_6.BackgroundColor3 = Color3.fromRGB(170, 0, 0) TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_6.BorderSizePixel = 2 TextLabel_6.Position = UDim2.new(0.112195119, 0, 0, 0) TextLabel_6.Size = UDim2.new(0, 159, 0, 23) TextLabel_6.Font = Enum.Font.SourceSans TextLabel_6.Text = "RC3" TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_6.TextScaled = true TextLabel_6.TextSize = 40.000 TextLabel_6.TextWrapped = true TextLabel_7.Parent = Executor TextLabel_7.BackgroundColor3 = Color3.fromRGB(213, 35, 35) TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_7.BorderSizePixel = 2 TextLabel_7.Position = UDim2.new(0.112195119, 0, 0.711309552, 0) TextLabel_7.Size = UDim2.new(0, 159, 0, 74) TextLabel_7.Font = Enum.Font.SourceSans TextLabel_7.Text = "I Will Make A Beta Version And I Will Do Scripts" TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_7.TextScaled = true TextLabel_7.TextSize = 14.000 TextLabel_7.TextWrapped = true TextLabel_8.Parent = Executor TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_8.BackgroundTransparency = 1.000 TextLabel_8.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_8.BorderSizePixel = 0 TextLabel_8.Position = UDim2.new(0.887804866, 0, 0.205357149, 0) TextLabel_8.Size = UDim2.new(0, 23, 0, 50) TextLabel_8.Font = Enum.Font.SourceSans TextLabel_8.Text = "R" TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_8.TextScaled = true TextLabel_8.TextSize = 14.000 TextLabel_8.TextWrapped = true TextLabel_9.Parent = Executor TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_9.BackgroundTransparency = 1.000 TextLabel_9.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_9.BorderSizePixel = 0 TextLabel_9.Position = UDim2.new(0.887804866, 0, 0.354166657, 0) TextLabel_9.Size = UDim2.new(0, 23, 0, 50) TextLabel_9.Font = Enum.Font.SourceSans TextLabel_9.Text = "C" TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_9.TextScaled = true TextLabel_9.TextSize = 14.000 TextLabel_9.TextWrapped = true TextLabel_10.Parent = Executor TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_10.BackgroundTransparency = 1.000 TextLabel_10.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_10.BorderSizePixel = 0 TextLabel_10.Position = UDim2.new(0.887804866, 0, 0.494047612, 0) TextLabel_10.Size = UDim2.new(0, 23, 0, 50) TextLabel_10.Font = Enum.Font.SourceSans TextLabel_10.Text = "3" TextLabel_10.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_10.TextScaled = true TextLabel_10.TextSize = 14.000 TextLabel_10.TextWrapped = true TextLabel_11.Parent = Executor TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_11.BackgroundTransparency = 1.000 TextLabel_11.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_11.BorderSizePixel = 0 TextLabel_11.Position = UDim2.new(0, 0, 0.205357149, 0) TextLabel_11.Size = UDim2.new(0, 23, 0, 50) TextLabel_11.Font = Enum.Font.SourceSans TextLabel_11.Text = "R" TextLabel_11.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_11.TextScaled = true TextLabel_11.TextSize = 14.000 TextLabel_11.TextWrapped = true TextLabel_12.Parent = Executor TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_12.BackgroundTransparency = 1.000 TextLabel_12.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_12.BorderSizePixel = 0 TextLabel_12.Position = UDim2.new(0.112195119, 0, 0.354166657, 0) TextLabel_12.Size = UDim2.new(0, -23, 0, 50) TextLabel_12.Font = Enum.Font.SourceSans TextLabel_12.Text = "C" TextLabel_12.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_12.TextScaled = true TextLabel_12.TextSize = 14.000 TextLabel_12.TextWrapped = true TextLabel_13.Parent = Executor TextLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_13.BackgroundTransparency = 1.000 TextLabel_13.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_13.BorderSizePixel = 0 TextLabel_13.Position = UDim2.new(0, 0, 0.494047612, 0) TextLabel_13.Size = UDim2.new(0, 23, 0, 50) TextLabel_13.Font = Enum.Font.SourceSans TextLabel_13.Text = "3" TextLabel_13.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_13.TextScaled = true TextLabel_13.TextSize = 14.000 TextLabel_13.TextWrapped = true execute.MouseButton1Click:connect(function() game.ReplicatedStorage.RemoteEvent:FireServer(source.Text) end) clear.MouseButton1Click:connect(function() source.Text = "" end) close.MouseButton1Click:connect(function() Executor.Visible = false end) open.MouseButton1Click:connect(function() Executor.Visible = true end)