Advertisement
MrPaykoman

Untitled

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