local Players = game:GetService("Players") local player = Players.LocalPlayer local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "ScreenGui" ScreenGui.Parent = player:WaitForChild("PlayerGui") ScreenGui.ResetOnSpawn = false ScreenGui.ResetOnSpawn = true ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global ScreenGui.DisplayOrder = 0 ScreenGui.IgnoreGuiInset = false ScreenGui.Enabled = true ScreenGui.SelectionGroup = false local Frame = Instance.new("Frame") Frame.Name = "Frame" Frame.Parent = ScreenGui Frame.Size = UDim2.new(0, 200, 0, 200) Frame.Position = UDim2.new(0, 0, 0, 0) Frame.AnchorPoint = Vector2.new(0, 0) Frame.Visible = true Frame.BackgroundColor3 = Color3.fromRGB(228, 228, 228) Frame.BackgroundTransparency = 0 Frame.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame.BorderSizePixel = 1 Frame.ClipsDescendants = false Frame.LayoutOrder = 0 Frame.Selectable = false Frame.SelectionGroup = false Frame.SizeConstraint = Enum.SizeConstraint.RelativeXY Frame.Rotation = 0 Frame.AutomaticSize = Enum.AutomaticSize.None Frame.Transparency = 0 Frame.Rotation = 0 Frame.Transparency = 0 local UICorner = Instance.new("UICorner") UICorner.Name = "UICorner" UICorner.Parent = Frame local TextLabel = Instance.new("TextLabel") TextLabel.Name = "TextLabel" TextLabel.Parent = Frame TextLabel.Size = UDim2.new(0, 200, 0, 20) TextLabel.Position = UDim2.new(0, 0, 0, 0) TextLabel.AnchorPoint = Vector2.new(0, 0) TextLabel.Visible = true TextLabel.BackgroundColor3 = Color3.fromRGB(162, 162, 162) TextLabel.BackgroundTransparency = 1 TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53) TextLabel.BorderSizePixel = 1 TextLabel.ClipsDescendants = false TextLabel.LayoutOrder = 0 TextLabel.Selectable = false TextLabel.SelectionGroup = false TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXY TextLabel.Rotation = 0 TextLabel.AutomaticSize = Enum.AutomaticSize.None TextLabel.Font = Enum.Font.Code TextLabel.Text = "Project Remanzzs" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14 TextLabel.TextScaled = false TextLabel.TextWrapped = false TextLabel.TextXAlignment = Enum.TextXAlignment.Center TextLabel.TextYAlignment = Enum.TextYAlignment.Center TextLabel.TextTransparency = 0 TextLabel.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextStrokeTransparency = 1 TextLabel.LineHeight = 1 TextLabel.RichText = false TextLabel.TextTruncate = Enum.TextTruncate.None TextLabel.MaxVisibleGraphemes = -1 TextLabel.Transparency = 1 TextLabel.Rotation = 0 TextLabel.Transparency = 1 local UIStroke = Instance.new("UIStroke") UIStroke.Name = "UIStroke" UIStroke.Parent = TextLabel UIStroke.Enabled = true UIStroke.Color = Color3.fromRGB(255, 255, 0) UIStroke.Thickness = 1 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Contextual UIStroke.Transparency = 0 UIStroke.LineJoinMode = Enum.LineJoinMode.Round UIStroke.Color = Color3.fromRGB(255, 255, 0) UIStroke.Transparency = 0 local Box = Instance.new("TextBox") Box.Name = "Box" Box.Parent = Frame Box.Size = UDim2.new(0, 140, 0, 80) Box.Position = UDim2.new(0, 28, 0, 40) Box.AnchorPoint = Vector2.new(0, 0) Box.Visible = true Box.BackgroundColor3 = Color3.fromRGB(162, 162, 162) Box.BackgroundTransparency = 0 Box.BorderColor3 = Color3.fromRGB(27, 42, 53) Box.BorderSizePixel = 1 Box.ClipsDescendants = false Box.LayoutOrder = 0 Box.Selectable = true Box.SelectionGroup = false Box.SizeConstraint = Enum.SizeConstraint.RelativeXY Box.Rotation = 0 Box.AutomaticSize = Enum.AutomaticSize.None Box.Font = Enum.Font.Legacy Box.Text = "TextBox" Box.TextColor3 = Color3.fromRGB(27, 42, 53) Box.TextSize = 8 Box.TextScaled = false Box.TextWrapped = false Box.TextXAlignment = Enum.TextXAlignment.Center Box.TextYAlignment = Enum.TextYAlignment.Center Box.TextTransparency = 0 Box.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) Box.TextStrokeTransparency = 1 Box.LineHeight = 1 Box.RichText = false Box.TextTruncate = Enum.TextTruncate.None Box.MaxVisibleGraphemes = -1 Box.ClearTextOnFocus = true Box.MultiLine = false Box.PlaceholderText = "" Box.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) Box.CursorPosition = 1 Box.SelectionStart = -1 Box.TextEditable = true Box.Transparency = 0 Box.Rotation = 0 Box.Transparency = 0 local UICorner = Instance.new("UICorner") UICorner.Name = "UICorner" UICorner.Parent = Box local UIStroke = Instance.new("UIStroke") UIStroke.Name = "UIStroke" UIStroke.Parent = Box UIStroke.Enabled = true UIStroke.Color = Color3.fromRGB(255, 255, 255) UIStroke.Thickness = 1 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Contextual UIStroke.Transparency = 0 UIStroke.LineJoinMode = Enum.LineJoinMode.Round UIStroke.Color = Color3.fromRGB(255, 255, 255) UIStroke.Transparency = 0 local UIDragDetector = Instance.new("UIDragDetector") UIDragDetector.Name = "UIDragDetector" UIDragDetector.Parent = Frame UIDragDetector.Enabled = true local clear = Instance.new("TextButton") clear.Name = "clear" clear.Parent = Frame clear.Size = UDim2.new(0, 100, 0, 50) clear.Position = UDim2.new(0, 99, 0, 140) clear.AnchorPoint = Vector2.new(0, 0) clear.Visible = true clear.BackgroundColor3 = Color3.fromRGB(255, 0, 0) clear.BackgroundTransparency = 0 clear.BorderColor3 = Color3.fromRGB(27, 42, 53) clear.BorderSizePixel = 0 clear.ClipsDescendants = false clear.LayoutOrder = 0 clear.Selectable = true clear.SelectionGroup = false clear.SizeConstraint = Enum.SizeConstraint.RelativeXY clear.Rotation = 0 clear.AutomaticSize = Enum.AutomaticSize.None clear.Font = Enum.Font.Legacy clear.Text = "Clear" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextSize = 8 clear.TextScaled = false clear.TextWrapped = false clear.TextXAlignment = Enum.TextXAlignment.Center clear.TextYAlignment = Enum.TextYAlignment.Center clear.TextTransparency = 0 clear.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) clear.TextStrokeTransparency = 1 clear.LineHeight = 1 clear.RichText = false clear.TextTruncate = Enum.TextTruncate.None clear.MaxVisibleGraphemes = -1 clear.Transparency = 0 clear.Rotation = 0 clear.Transparency = 0 local UICorner = Instance.new("UICorner") UICorner.Name = "UICorner" UICorner.Parent = clear local execu = Instance.new("TextButton") execu.Name = "execu" execu.Parent = Frame execu.Size = UDim2.new(0, 100, 0, 50) execu.Position = UDim2.new(0, 0, 0, 140) execu.AnchorPoint = Vector2.new(0, 0) execu.Visible = true execu.BackgroundColor3 = Color3.fromRGB(0, 255, 0) execu.BackgroundTransparency = 0 execu.BorderColor3 = Color3.fromRGB(27, 42, 53) execu.BorderSizePixel = 0 execu.ClipsDescendants = false execu.LayoutOrder = 0 execu.Selectable = true execu.SelectionGroup = false execu.SizeConstraint = Enum.SizeConstraint.RelativeXY execu.Rotation = 0 execu.AutomaticSize = Enum.AutomaticSize.None execu.Font = Enum.Font.Legacy execu.Text = "Execut" execu.TextColor3 = Color3.fromRGB(27, 42, 53) execu.TextSize = 8 execu.TextScaled = false execu.TextWrapped = false execu.TextXAlignment = Enum.TextXAlignment.Center execu.TextYAlignment = Enum.TextYAlignment.Center execu.TextTransparency = 0 execu.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) execu.TextStrokeTransparency = 1 execu.LineHeight = 1 execu.RichText = false execu.TextTruncate = Enum.TextTruncate.None execu.MaxVisibleGraphemes = -1 execu.Transparency = 0 execu.Rotation = 0 execu.Transparency = 0 local UICorner = Instance.new("UICorner") UICorner.Name = "UICorner" UICorner.Parent = execu execu.MouseButton1Click:Connect(function() assert(loadstring(Box.Text))() end) clear.MouseButton1Click:Connect(function() Box.Text = "" end)