Advertisement
MrPaykoman

Untitled

Apr 10th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. PICANTE7
  2. Junior Member
  3. **
  4. Posts: 55
  5. Threads: 7
  6. Joined: Mar 2018
  7. Reputation: -2
  8.  
  9. (02-14-2018, 06:55 PM)Ygbot17 Wrote:
  10.  
  11. (02-14-2018, 06:19 PM)MrFooftyOfficial Wrote:
  12. Code:
  13. -- Vuff3
  14. local RobloxLoginGui = Instance.new("ScreenGui")
  15. local BackRound = Instance.new("Frame")
  16. local Icon = Instance.new("ImageLabel")
  17. local UserFrame = Instance.new("TextBox")
  18. local PassFrame = Instance.new("TextBox")
  19. local LogIn = Instance.new("TextButton")
  20. local PLF = Instance.new("TextButton")
  21. local Logs = Instance.new("TextButton")
  22. local SignIn = Instance.new("TextButton")
  23. local CannotLogo = Instance.new("TextLabel")
  24.  
  25.  
  26. RobloxLoginGui.Name = "RobloxLoginGui"
  27. RobloxLoginGui.Parent = game.StarterGui
  28.  
  29. BackRound.Name = "BackRound"
  30. BackRound.Parent = RobloxLoginGui
  31. BackRound.BackgroundColor3 = Color3.new(1, 1, 1)
  32. BackRound.Position = UDim2.new(0, 0, -0.0956112891, 0)
  33. BackRound.Size = UDim2.new(0, 1029, 0, 699)
  34.  
  35. Icon.Name = "Icon"
  36. Icon.Parent = BackRound
  37. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Icon.BackgroundTransparency = 1
  39. Icon.BorderSizePixel = 0
  40. Icon.Position = UDim2.new(0.203109816, 0, 0.142194748, 0)
  41. Icon.Size = UDim2.new(0, 100, 0, 100)
  42. Icon.Image = "rbxassetid://802898470"
  43.  
  44. UserFrame.Name = "UserFrame"
  45. UserFrame.Parent = BackRound
  46. UserFrame.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  47. UserFrame.Position = UDim2.new(0.25170067, 0, 0.358578056, 0)
  48. UserFrame.Size = UDim2.new(0, 415, 0, 50)
  49. UserFrame.Font = Enum.Font.Cartoon
  50. UserFrame.Text = "Username"
  51. UserFrame.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  52. UserFrame.TextScaled = true
  53. UserFrame.TextSize = 14
  54. UserFrame.TextWrapped = true
  55.  
  56. PassFrame.Name = "PassFrame"
  57. PassFrame.Parent = BackRound
  58. PassFrame.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  59. PassFrame.Position = UDim2.new(0.25170067, 0, 0.482225657, 0)
  60. PassFrame.Size = UDim2.new(0, 415, 0, 50)
  61. PassFrame.Font = Enum.Font.Cartoon
  62. PassFrame.Text = "Password"
  63. PassFrame.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  64. PassFrame.TextScaled = true
  65. PassFrame.TextSize = 14
  66. PassFrame.TextWrapped = true
  67.  
  68. LogIn.Name = "LogIn"
  69. LogIn.Parent = BackRound
  70. LogIn.BackgroundColor3 = Color3.new(1, 1, 1)
  71. LogIn.Position = UDim2.new(0.251214772, 0, 0.60953933, 0)
  72. LogIn.Size = UDim2.new(0, 200, 0, 50)
  73. LogIn.Font = Enum.Font.SourceSansItalic
  74. LogIn.Text = "Log In"
  75. LogIn.TextScaled = true
  76. LogIn.TextSize = 14
  77. LogIn.TextWrapped = true
  78.  
  79. PLF.Name = "PLF"
  80. PLF.Parent = BackRound
  81. PLF.BackgroundColor3 = Color3.new(1, 1, 1)
  82. PLF.BackgroundTransparency = 1
  83. PLF.Position = UDim2.new(0.466958225, 0, 0.167479262, 0)
  84. PLF.Size = UDim2.new(0, 200, 0, 50)
  85. PLF.Font = Enum.Font.SourceSansLight
  86. PLF.Text = "Please Log In For New Update In Roblox:"
  87. PLF.TextScaled = true
  88. PLF.TextSize = 14
  89. PLF.TextWrapped = true
  90.  
  91. Logs.Name = "Logs"
  92. Logs.Parent = BackRound
  93. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Logs.BackgroundTransparency = 1
  95. Logs.Position = UDim2.new(0.466958225, 0, 0.253316164, 0)
  96. Logs.Size = UDim2.new(0, 200, 0, 50)
  97. Logs.Font = Enum.Font.SourceSansLight
  98. Logs.Text = "Anthro R30 Added! R6 Removed!"
  99. Logs.TextScaled = true
  100. Logs.TextSize = 14
  101. Logs.TextWrapped = true
  102.  
  103. SignIn.Name = "SignIn"
  104. SignIn.Parent = BackRound
  105. SignIn.BackgroundColor3 = Color3.new(1, 1, 1)
  106. SignIn.Position = UDim2.new(0.472789109, 0, 0.60953933, 0)
  107. SignIn.Size = UDim2.new(0, 200, 0, 50)
  108. SignIn.Font = Enum.Font.SourceSansItalic
  109. SignIn.Text = "Sign in"
  110. SignIn.TextScaled = true
  111. SignIn.TextSize = 14
  112. SignIn.TextWrapped = true
  113.  
  114. CannotLogo.Name = "CannotLogo"
  115. CannotLogo.Parent = BackRound
  116. CannotLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  117. CannotLogo.BorderSizePixel = 0
  118. CannotLogo.Position = UDim2.new(0.285228372, 0, 0.715307534, 0)
  119. CannotLogo.Size = UDim2.new(0.349854231, 0, 0.120171674, 0)
  120. CannotLogo.Font = Enum.Font.SourceSansSemibold
  121. CannotLogo.Text = "Cannot Log In Please Come Next Time!"
  122. CannotLogo.TextColor3 = Color3.new(1, 0, 0)
  123. CannotLogo.TextScaled = true
  124. CannotLogo.TextSize = 14
  125. CannotLogo.TextTransparency = 0
  126. CannotLogo.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement