Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gui = Instance.new("ScreenGui")
- gui.Name = "Stigma ultimate Beta"
- gui.Parent = game.CoreGui
- local Ui = Instance.new("Frame")
- Ui.Size = UDim2.new(0.0, 550, 0.0, 355)
- Ui.Position = UDim2.new(0.0, 0, 0.0, 0)
- Ui.BackgroundColor3 = Color3.new(1, 1, 1)
- Ui.BorderColor3 = Color3.new(0, 0, 0)
- Ui.BorderSizePixel = 0
- Ui.Active = true
- Ui.BackgroundTransparency = 1
- Ui.Draggable = true
- Ui.Parent = gui
- local image = Instance.new("ImageLabel")
- image.Size = UDim2.new(0.0, 549, 0.0, 357)
- image.Position = UDim2.new(0.0, 0, 0.0, 0)
- image.BackgroundColor3 = Color3.new(0, 0, 0)
- image.ImageColor3 = Color3.new(1, 1, 1)
- image.Image = "rbxassetid://73303145092022"
- image.ImageTransparency = 0
- image.Parent = Ui
- image.BackgroundTransparency = 1
- local TextBox = Instance.new("TextBox")
- TextBox.Size = UDim2.new(0.0, 369, 0.0, 210)
- TextBox.Position = UDim2.new(0.0, 3, 0.0, 47)
- TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
- TextBox.BorderColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 0
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.BackgroundTransparency = 1
- TextBox.Font = Enum.Font.Code
- TextBox.TextSize = 19
- TextBox.Parent = Ui
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.ClearTextOnFocus = failed
- TextBox.MultiLine = true
- TextBox.TextWrapped = true
- local exe = Instance.new("TextButton")
- exe.Size = UDim2.new(0.0, 36, 0.0, 71)
- exe.Position = UDim2.new(0.0, 387, 0.0, 47)
- exe.BackgroundColor3 = Color3.new(0, 0, 0)
- exe.BorderColor3 = Color3.new(0, 0, 0)
- exe.BorderSizePixel = 0
- exe.Text = ""
- exe.BackgroundTransparency = 1
- exe.TextColor3 = Color3.new(255, 255, 255)
- exe.Font = Enum.Font.Code
- exe.Parent = Ui
- exe.MouseButton1Click:Connect(function()
- assert(loadstring(TextBox.Text))()
- end)
- local clea = Instance.new("TextButton")
- clea.Size = UDim2.new(0.0, 36, 0.0, 79)
- clea.Position = UDim2.new(0.0, 387, 0.0, 120)
- clea.BackgroundColor3 = Color3.new(0, 0, 0)
- clea.BorderColor3 = Color3.new(0, 0, 0)
- clea.BorderSizePixel = 0
- clea.Text = ""
- clea.BackgroundTransparency = 1
- clea.TextColor3 = Color3.new(255, 255, 255)
- clea.Font = Enum.Font.Code
- clea.Parent = Ui
- clea.MouseButton1Click:Connect(function()
- TextBox.Text = ""
- end)
- local X = Instance.new("TextButton")
- X.Size = UDim2.new(0.0, 29, 0.0, 19)
- X.Position = UDim2.new(0.0, 518, 0.0, 0)
- X.BackgroundColor3 = Color3.new(0, 0, 0)
- X.BorderColor3 = Color3.new(0, 0, 0)
- X.BorderSizePixel = 0
- X.Text = ""
- X.BackgroundTransparency = 1
- X.TextColor3 = Color3.new(255, 255, 255)
- X.Font = Enum.Font.Code
- X.Parent = Ui
- X.MouseButton1Click:Connect(function()
- Ui:Remove()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement