Advertisement
Guest User

message

a guest
Apr 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. local MessageHax = Instance.new("ScreenGui")
  2. local MessageFrame = Instance.new("ImageLabel")
  3. local Title = Instance.new("ImageLabel")
  4. local Outline2 = Instance.new("ImageLabel")
  5. local Ok = Instance.new("ImageButton")
  6. local OkText = Instance.new("TextLabel")
  7. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  8. local Desc = Instance.new("TextLabel")
  9. --Properties:
  10. MessageHax.Name = "MessageHax"
  11. MessageHax.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. MessageHax.DisplayOrder = 100
  13.  
  14. MessageFrame.Name = "MessageFrame"
  15. MessageFrame.Parent = MessageHax
  16. MessageFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  17. MessageFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. MessageFrame.BackgroundTransparency = 1
  19. MessageFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  20. MessageFrame.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  21. MessageFrame.ZIndex = 3
  22. MessageFrame.Image = "rbxassetid://1993177045"
  23.  
  24. Title.Name = "Title"
  25. Title.Parent = MessageFrame
  26. Title.AnchorPoint = Vector2.new(0.5, 0)
  27. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Title.BackgroundTransparency = 1
  29. Title.Position = UDim2.new(0.5, 0, -0.150000006, 0)
  30. Title.Rotation = -3
  31. Title.Size = UDim2.new(0.699999988, 0, 0.275000006, 0)
  32. Title.ZIndex = 7
  33. Title.Image = "rbxassetid://3029845776"
  34. Title.ScaleType = Enum.ScaleType.Fit
  35.  
  36. Outline2.Name = "Outline2"
  37. Outline2.Parent = MessageFrame
  38. Outline2.AnchorPoint = Vector2.new(0.5, 0.5)
  39. Outline2.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Outline2.BackgroundTransparency = 1
  41. Outline2.Position = UDim2.new(0.5, 0, 0.50999999, 0)
  42. Outline2.Size = UDim2.new(1.01999998, 0, 1.03999996, 0)
  43. Outline2.ZIndex = 2
  44. Outline2.Image = "rbxassetid://1993177045"
  45. Outline2.ImageColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  46.  
  47. Ok.Name = "Ok"
  48. Ok.Parent = MessageFrame
  49. Ok.AnchorPoint = Vector2.new(0.5, 0.5)
  50. Ok.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Ok.BackgroundTransparency = 1
  52. Ok.BorderSizePixel = 0
  53. Ok.Position = UDim2.new(0.5, 0, 0.850000024, 0)
  54. Ok.Size = UDim2.new(0.5, 0, 0.224999994, 0)
  55. Ok.ZIndex = 6
  56. Ok.Image = "rbxassetid://1659633229"
  57. Ok.MouseButton1Down:connect(function()
  58. MessageHax:destroy();
  59. end)
  60.  
  61. OkText.Name = "OkText"
  62. OkText.Parent = Ok
  63. OkText.AnchorPoint = Vector2.new(0.5, 0.5)
  64. OkText.BackgroundColor3 = Color3.new(1, 1, 1)
  65. OkText.BackgroundTransparency = 1
  66. OkText.BorderSizePixel = 0
  67. OkText.Position = UDim2.new(0.5, 0, 0.5, 0)
  68. OkText.Size = UDim2.new(0.800000012, 0, 0.699999988, 0)
  69. OkText.ZIndex = 7
  70. OkText.Font = Enum.Font.Highway
  71. OkText.Text = "Ok!"
  72. OkText.TextColor3 = Color3.new(1, 1, 1)
  73. OkText.TextScaled = true
  74. OkText.TextSize = 14
  75. OkText.TextStrokeTransparency = 0.80000001192093
  76. OkText.TextTransparency = 1
  77. OkText.TextWrapped = true
  78.  
  79. UIAspectRatioConstraint.Parent = MessageFrame
  80. UIAspectRatioConstraint.AspectRatio = 1.5
  81.  
  82. Desc.Name = "Desc"
  83. Desc.Parent = MessageFrame
  84. Desc.AnchorPoint = Vector2.new(0.5, 0)
  85. Desc.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Desc.BackgroundTransparency = 1
  87. Desc.BorderSizePixel = 0
  88. Desc.Position = UDim2.new(0.5, 0, 0.174999997, 0)
  89. Desc.Size = UDim2.new(0.699999988, 0, 0.550000012, 0)
  90. Desc.ZIndex = 6
  91. Desc.Font = Enum.Font.Highway
  92. Desc.Text = "Teleport Gamepass Unlocker Created By Pawel12d#0272"
  93. Desc.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  94. Desc.TextScaled = true
  95. Desc.TextSize = 14
  96. Desc.TextStrokeTransparency = 0.80000001192093
  97. Desc.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement