Advertisement
Trysploit

Untitled

Oct 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local HaxXGUI = Instance.new("ScreenGui")
  2. local Label = Instance.new("TextLabel")
  3. HaxXGUI.Name = "HaxXGUI"
  4. HaxXGUI.Parent = game.CoreGui
  5. HaxXGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  6. Label.Name = "Label"
  7. Label.Parent = HaxXGUI
  8. Label.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  9. Label.BackgroundTransparency = 0.69999998807907
  10. Label.BorderSizePixel = 0
  11. Label.Position = UDim2.new(0.911965787, 0, 0.933110237, 0)
  12. Label.Size = UDim2.new(0, 91, 0, 30)
  13. Label.Font = Enum.Font.SourceSans
  14. Label.Text = "Welcome To Hax X"
  15. Label.TextColor3 = Color3.new(1, 1, 1)
  16. Label.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement