Advertisement
Guest User

Untitled

a guest
May 14th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PlayerUI = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Background = Instance.new("Frame")
  7. local More = Instance.new("TextButton")
  8. local More_2 = Instance.new("Frame")
  9. local Local = Instance.new("TextButton")
  10. local Misc = Instance.new("TextButton")
  11. local TextButton = Instance.new("TextButton")
  12. local Rejoin = Instance.new("TextButton")
  13. local Misc_2 = Instance.new("Frame")
  14. local Local_2 = Instance.new("Frame")
  15. local Login = Instance.new("ImageLabel")
  16. local Username = Instance.new("TextBox")
  17. local Password = Instance.new("TextBox")
  18. local Login_2 = Instance.new("TextButton")
  19. local Minimize = Instance.new("TextButton")
  20. --Properties:
  21. PlayerUI.Name = "PlayerUI"
  22. PlayerUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = PlayerUI
  26. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Open.Position = UDim2.new(0.885269105, 0, 0.572981358, 0)
  28. Open.Size = UDim2.new(0, 81, 0, 50)
  29. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  30. Open.Font = Enum.Font.Fantasy
  31. Open.Text = "Open"
  32. Open.TextColor3 = Color3.new(0, 0, 0)
  33. Open.TextScaled = true
  34. Open.TextSize = 14
  35. Open.TextWrapped = true
  36. Open.MouseButton1Click:connect(function()
  37. game.Players.LocalPlayer.PlayerGui.PlayerUI.Background.Visible = true
  38. end)
  39.  
  40. Background.Name = "Background"
  41. Background.Parent = PlayerUI
  42. Background.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  43. Background.Position = UDim2.new(0.267705381, 0, 0.352484465, 0)
  44. Background.Size = UDim2.new(0, 369, 0, 248)
  45. Background.Visible = false
  46. Background.Draggable = true
  47.  
  48. More.Name = "More"
  49. More.Parent = Background
  50. More.BackgroundColor3 = Color3.new(1, 1, 1)
  51. More.BackgroundTransparency = 1
  52. More.Size = UDim2.new(0, 13, 0, 25)
  53. More.Font = Enum.Font.Fantasy
  54. More.Text = "="
  55. More.TextColor3 = Color3.new(0, 0, 0)
  56. More.TextScaled = true
  57. More.TextSize = 14
  58. More.TextWrapped = true
  59. More.MouseButton1Click:connect(function()
  60. game.Players.LocalPlayer.PlayerGui.PlayerUI.Background.More_2.Visible = true
  61. end)
  62.  
  63. More_2.Name = "More"
  64. More_2.Parent = Background
  65. More_2.BackgroundColor3 = Color3.new(0, 1, 0)
  66. More_2.BorderColor3 = Color3.new(0, 0.666667, 0)
  67. More_2.BorderSizePixel = 5
  68. More_2.Position = UDim2.new(0.0569105707, 0, 0.0241935477, 0)
  69. More_2.Size = UDim2.new(0, 100, 0, 236)
  70. More_2.Visible = false
  71.  
  72. Local.Name = "Local"
  73. Local.Parent = More_2
  74. Local.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Local.Size = UDim2.new(0, 100, 0, 36)
  76. Local.Font = Enum.Font.Fantasy
  77. Local.Text = "Local"
  78. Local.TextColor3 = Color3.new(0, 0, 0)
  79. Local.TextSize = 14
  80.  
  81. Misc.Name = "Misc"
  82. Misc.Parent = More_2
  83. Misc.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Misc.Position = UDim2.new(0, 0, 0.296610177, 0)
  85. Misc.Size = UDim2.new(0, 100, 0, 36)
  86. Misc.Font = Enum.Font.Fantasy
  87. Misc.Text = "Misc"
  88. Misc.TextColor3 = Color3.new(0, 0, 0)
  89. Misc.TextSize = 14
  90.  
  91. TextButton.Parent = More_2
  92. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextButton.Position = UDim2.new(0, 0, 0.567796588, 0)
  94. TextButton.Size = UDim2.new(0, 100, 0, 36)
  95. TextButton.Font = Enum.Font.SourceSans
  96. TextButton.TextColor3 = Color3.new(0, 0, 0)
  97. TextButton.TextSize = 14
  98.  
  99. Rejoin.Name = "Rejoin"
  100. Rejoin.Parent = More_2
  101. Rejoin.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Rejoin.Position = UDim2.new(0, 0, 0.817796588, 0)
  103. Rejoin.Size = UDim2.new(0, 100, 0, 36)
  104. Rejoin.Font = Enum.Font.Fantasy
  105. Rejoin.Text = "Rejoin"
  106. Rejoin.TextColor3 = Color3.new(0, 0, 0)
  107. Rejoin.TextSize = 14
  108.  
  109. Misc_2.Name = "Misc"
  110. Misc_2.Parent = Background
  111. Misc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Misc_2.BackgroundTransparency = 1
  113. Misc_2.Position = UDim2.new(0.0569105707, 0, 0.0524193533, 0)
  114. Misc_2.Size = UDim2.new(0, 329, 0, 222)
  115.  
  116. Local_2.Name = "Local"
  117. Local_2.Parent = Background
  118. Local_2.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Local_2.BackgroundTransparency = 1
  120. Local_2.Position = UDim2.new(0.0569105707, 0, 0.0524193533, 0)
  121. Local_2.Size = UDim2.new(0, 329, 0, 222)
  122.  
  123. Login.Name = "Login"
  124. Login.Parent = PlayerUI
  125. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Login.BackgroundTransparency = 1
  127. Login.Position = UDim2.new(0.5, -150, 0.5, -250)
  128. Login.Size = UDim2.new(0, 348, 0, 211)
  129. Login.Image = "rbxassetid://2851926732"
  130. Login.ImageColor3 = Color3.new(0.352941, 0.580392, 1)
  131. Login.ScaleType = Enum.ScaleType.Slice
  132. Login.SliceCenter = Rect.new(12, 12, 12, 12)
  133. Login.Draggable = true
  134.  
  135. Username.Name = "Username"
  136. Username.Parent = Login
  137. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Username.Position = UDim2.new(0.212643683, 0, 0.218009472, 0)
  139. Username.Size = UDim2.new(0, 200, 0, 35)
  140. Username.Font = Enum.Font.Fantasy
  141. Username.Text = "Username"
  142. Username.TextColor3 = Color3.new(0, 0, 0)
  143. Username.TextSize = 14
  144.  
  145. Password.Name = "Password"
  146. Password.Parent = Login
  147. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Password.Position = UDim2.new(0.212643683, 0, 0.568720341, 0)
  149. Password.Size = UDim2.new(0, 200, 0, 35)
  150. Password.Font = Enum.Font.Fantasy
  151. Password.Text = "Password"
  152. Password.TextColor3 = Color3.new(0, 0, 0)
  153. Password.TextSize = 14
  154.  
  155. Login_2.Name = "Login"
  156. Login_2.Parent = Login
  157. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Login_2.Position = UDim2.new(0.350574702, 0, 0.819905221, 0)
  159. Login_2.Size = UDim2.new(0, 104, 0, 29)
  160. Login_2.Font = Enum.Font.Fantasy
  161. Login_2.Text = "Login"
  162. Login_2.TextColor3 = Color3.new(0, 0, 0)
  163. Login_2.TextScaled = true
  164. Login_2.TextSize = 14
  165. Login_2.TextWrapped = true
  166. Login_2.MouseButton1Click:connect(function()
  167. game.Players.LocalPlayer.PlayerGui.PlayerUI.Login.Visible = false
  168. game.Players.LocalPlayer.PlayerGui.PlayerUI.Background.Visible = true
  169. end)
  170.  
  171. Minimize.Name = "Minimize"
  172. Minimize.Parent = game.StarterGui.PlayerUI.Background
  173. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Minimize.BackgroundTransparency = 1
  175. Minimize.Position = UDim2.new(0.910569131, 0, 0, 0)
  176. Minimize.Size = UDim2.new(0, 33, 0, 25)
  177. Minimize.Font = Enum.Font.Fantasy
  178. Minimize.Text = "-"
  179. Minimize.TextColor3 = Color3.new(0, 0, 0)
  180. Minimize.TextScaled = true
  181. Minimize.TextSize = 14
  182. Minimize.TextWrapped = true
  183. Minimize.MouseButton1Click:connect(function()
  184. game.Players.LocalPlayer.PlayerGui.PlayerUI.Background.Visible = false
  185. end)
  186. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement