Advertisement
Guest User

Untitled

a guest
Jun 6th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local Gui = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local Lbar = Instance.new("Frame")
  9. local ExitLogin = Instance.new("TextButton")
  10. local LoginNext = Instance.new("TextButton")
  11. local LoginUser = Instance.new("TextBox")
  12. local LoginPass = Instance.new("TextBox")
  13. local LTitle = Instance.new("TextLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local MainFrame = Instance.new("Frame")
  16. local Lbar_2 = Instance.new("Frame")
  17. local ExitMainFrame = Instance.new("TextButton")
  18. local Credits = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21.  
  22. -- Properties
  23.  
  24. Gui.Name = "Gui"
  25. Gui.Parent = game.StarterGui
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = Gui
  29. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  30. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  31. LoginFrame.BorderSizePixel = 2
  32. LoginFrame.Position = UDim2.new(0.265793532, 0, 0.0379596688, 0)
  33. LoginFrame.Size = UDim2.new(0, 628, 0, 35)
  34.  
  35. Lbar.Name = "Lbar"
  36. Lbar.Parent = LoginFrame
  37. Lbar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  38. Lbar.BorderSizePixel = 0
  39. Lbar.Size = UDim2.new(0, 628, 0, 6)
  40.  
  41. ExitLogin.Name = "ExitLogin"
  42. ExitLogin.Parent = LoginFrame
  43. ExitLogin.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  44. ExitLogin.BorderSizePixel = 0
  45. ExitLogin.Position = UDim2.new(0.976114631, 0, 0, 0)
  46. ExitLogin.Size = UDim2.new(0, 15, 0, 12)
  47. ExitLogin.Font = Enum.Font.SourceSans
  48. ExitLogin.Text = "X"
  49. ExitLogin.TextColor3 = Color3.new(1, 1, 1)
  50. ExitLogin.TextScaled = true
  51. ExitLogin.TextSize = 14
  52. ExitLogin.TextWrapped = true
  53.  
  54. LoginNext.Name = "LoginNext"
  55. LoginNext.Parent = LoginFrame
  56. LoginNext.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  57. LoginNext.BorderSizePixel = 0
  58. LoginNext.Position = UDim2.new(0.839172006, 0, 0.342857152, 0)
  59. LoginNext.Size = UDim2.new(0, 65, 0, 17)
  60. LoginNext.Font = Enum.Font.SourceSansBold
  61. LoginNext.Text = "Login"
  62. LoginNext.TextColor3 = Color3.new(1, 1, 1)
  63. LoginNext.TextSize = 20
  64. LoginNext.TextWrapped = true
  65.  
  66. LoginUser.Name = "LoginUser"
  67. LoginUser.Parent = LoginFrame
  68. LoginUser.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  69. LoginUser.BorderColor3 = Color3.new(0, 0, 0)
  70. LoginUser.BorderSizePixel = 2
  71. LoginUser.Position = UDim2.new(0.192675158, 0, 0.371428609, 0)
  72. LoginUser.Size = UDim2.new(0, 181, 0, 16)
  73. LoginUser.Font = Enum.Font.SourceSans
  74. LoginUser.Text = "Username..."
  75. LoginUser.TextColor3 = Color3.new(1, 1, 1)
  76. LoginUser.TextSize = 14
  77. LoginUser.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. LoginPass.Name = "LoginPass"
  80. LoginPass.Parent = LoginFrame
  81. LoginPass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  82. LoginPass.BorderColor3 = Color3.new(0, 0, 0)
  83. LoginPass.BorderSizePixel = 2
  84. LoginPass.Position = UDim2.new(0.520700634, 0, 0.371428609, 0)
  85. LoginPass.Size = UDim2.new(0, 181, 0, 16)
  86. LoginPass.Font = Enum.Font.SourceSans
  87. LoginPass.Text = "Password..."
  88. LoginPass.TextColor3 = Color3.new(1, 1, 1)
  89. LoginPass.TextSize = 14
  90. LoginPass.TextXAlignment = Enum.TextXAlignment.Left
  91.  
  92. LTitle.Name = "LTitle"
  93. LTitle.Parent = LoginFrame
  94. LTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. LTitle.BorderSizePixel = 0
  96. LTitle.Position = UDim2.new(0, 0, 0.200000003, 0)
  97. LTitle.Size = UDim2.new(0, 110, 0, 21)
  98. LTitle.Font = Enum.Font.SourceSansBold
  99. LTitle.Text = "Florex"
  100. LTitle.TextColor3 = Color3.new(1, 1, 1)
  101. LTitle.TextScaled = true
  102. LTitle.TextSize = 14
  103. LTitle.TextWrapped = true
  104.  
  105. TextLabel.Parent = LoginFrame
  106. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  107. TextLabel.BackgroundTransparency = 1
  108. TextLabel.Position = UDim2.new(0.0429936312, 0, -0.171428591, 0)
  109. TextLabel.Size = UDim2.new(0, 554, 0, 13)
  110. TextLabel.Font = Enum.Font.SourceSansBold
  111. TextLabel.Text = "Made By: LonePotato"
  112. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  113. TextLabel.TextSize = 10
  114.  
  115. MainFrame.Name = "MainFrame"
  116. MainFrame.Parent = Gui
  117. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. MainFrame.BackgroundTransparency = 0.090000003576279
  119. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  120. MainFrame.BorderSizePixel = 2
  121. MainFrame.Position = UDim2.new(0.265793532, 0, 0.0379596688, 0)
  122. MainFrame.Size = UDim2.new(0, 618, 0, 96)
  123. MainFrame.Visible = false
  124.  
  125. Lbar_2.Name = "Lbar"
  126. Lbar_2.Parent = MainFrame
  127. Lbar_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  128. Lbar_2.BorderSizePixel = 0
  129. Lbar_2.Size = UDim2.new(0, 628, 0, 6)
  130.  
  131. ExitMainFrame.Name = "ExitMainFrame"
  132. ExitMainFrame.Parent = MainFrame
  133. ExitMainFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. ExitMainFrame.BorderSizePixel = 0
  135. ExitMainFrame.Position = UDim2.new(0.976114631, 0, 0, 0)
  136. ExitMainFrame.Size = UDim2.new(0, 15, 0, 12)
  137. ExitMainFrame.Font = Enum.Font.SourceSans
  138. ExitMainFrame.Text = "X"
  139. ExitMainFrame.TextColor3 = Color3.new(1, 1, 1)
  140. ExitMainFrame.TextScaled = true
  141. ExitMainFrame.TextSize = 14
  142. ExitMainFrame.TextWrapped = true
  143.  
  144. Credits.Name = "Credits"
  145. Credits.Parent = MainFrame
  146. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  147. Credits.BackgroundTransparency = 1
  148. Credits.Position = UDim2.new(0.0605353266, 0, -0.0380230658, 0)
  149. Credits.Size = UDim2.new(0, 554, 0, 13)
  150. Credits.Font = Enum.Font.SourceSansBold
  151. Credits.Text = "Made By: LonePotato"
  152. Credits.TextColor3 = Color3.new(1, 1, 1)
  153. Credits.TextSize = 10
  154.  
  155. TextButton.Parent = MainFrame
  156. TextButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  157. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  158. TextButton.BorderSizePixel = 2
  159. TextButton.Position = UDim2.new(0.117169619, 0, 0.412480533, 0)
  160. TextButton.Size = UDim2.new(0, 189, 0, 17)
  161. TextButton.Font = Enum.Font.SourceSans
  162. TextButton.Text = "SelectGame"
  163. TextButton.TextColor3 = Color3.new(1, 1, 1)
  164. TextButton.TextSize = 14
  165.  
  166. TextLabel_2.Parent = MainFrame
  167. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  168. TextLabel_2.BackgroundTransparency = 0.89999997615814
  169. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  170. TextLabel_2.BorderSizePixel = 0
  171. TextLabel_2.Position = UDim2.new(0.353559881, 0, 0.125, 0)
  172. TextLabel_2.Size = UDim2.new(0, 181, 0, 23)
  173. TextLabel_2.Font = Enum.Font.SourceSansBold
  174. TextLabel_2.Text = "Plexus"
  175. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  176. TextLabel_2.TextSize = 20
  177.  
  178. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement