Systemconf

Untitled

Jul 7th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Welcomed = Instance.new("TextLabel")
  7. local Name = Instance.new("TextLabel")
  8. local GameLabel = Instance.new("TextLabel")
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  15. Frame.BorderSizePixel = 0
  16. Frame.Position = UDim2.new(0.388460666, 0, 0.294820726, 0)
  17. Frame.Size = UDim2.new(0, 241, 0, 261)
  18.  
  19. Welcomed.Name = "Welcomed"
  20. Welcomed.Parent = Frame
  21. Welcomed.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Welcomed.BackgroundTransparency = 1
  23. Welcomed.BorderSizePixel = 0
  24. Welcomed.Position = UDim2.new(0.0871369317, 0, 0.0493827164, 0)
  25. Welcomed.Size = UDim2.new(0, 200, 0, 50)
  26. Welcomed.Font = Enum.Font.SourceSans
  27. Welcomed.Text = "Welcome!"
  28. Welcomed.TextColor3 = Color3.new(1, 1, 1)
  29. Welcomed.TextScaled = true
  30. Welcomed.TextSize = 14
  31. Welcomed.TextWrapped = true
  32.  
  33. Name.Name = "Name"
  34. Name.Parent = Frame
  35. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Name.BackgroundTransparency = 1
  37. Name.BorderSizePixel = 0
  38. Name.Position = UDim2.new(0.0829875618, 0, 0.240953594, 0)
  39. Name.Size = UDim2.new(0, 200, 0, 50)
  40. Name.Font = Enum.Font.SourceSans
  41. Name.Text = "Name"
  42. Name.TextColor3 = Color3.new(1, 1, 1)
  43. Name.TextSize = 23
  44. Name.TextWrapped = true
  45. Name.Text = game.Players.LocalPlayer.Name
  46.  
  47. GameLabel.Name = "GameLabel"
  48. GameLabel.Parent = Frame
  49. GameLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  50. GameLabel.BackgroundTransparency = 1
  51. GameLabel.BorderSizePixel = 0
  52. GameLabel.Position = UDim2.new(0.0871369392, 0, 0.401873142, 0)
  53. GameLabel.Size = UDim2.new(0, 200, 0, 50)
  54. GameLabel.Font = Enum.Font.SourceSans
  55. GameLabel.Text = "c"
  56. GameLabel.TextColor3 = Color3.new(1, 1, 1)
  57. GameLabel.TextSize = 25
  58. GameLabel.TextWrapped = true
  59. if game.GameId == "286090429" then
  60. GameLabel.Text = "Arsenal"
  61. end
  62. -- Scripts:
  63. wait(1)
  64. Frame.Visible = false
Add Comment
Please, Sign In to add comment