Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UI = Instance.new("ScreenGui")
- local UIFrame = Instance.new("Frame")
- local loadcmd = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local closeui = Instance.new("TextButton")
- --Properties:
- UI.Name = "UI"
- UI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- UIFrame.Name = "UIFrame"
- UIFrame.Parent = UI
- UIFrame.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
- UIFrame.BorderSizePixel = 0
- UIFrame.Position = UDim2.new(0.312999994, 0, -0.15, 0)
- UIFrame.Size = UDim2.new(0, 769, 0, 50)
- TextLabel.Parent = UIFrame
- TextLabel.BackgroundColor3 = Color3.new(100, 0, 170)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.356306911, 0, -0.180000007, 0)
- TextLabel.Size = UDim2.new(0, 221, 0, 68)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "BasicXploits"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement