Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Bar1 = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Login = Instance.new("TextButton")
  10. local MainFrame = Instance.new("Frame")
  11. local BarToMain = Instance.new("Frame")
  12. local WelcomeToMeltDown = Instance.new("TextLabel")
  13. local EXIT = Instance.new("TextButton")
  14. local SCRIPTEXE = Instance.new("TextButton")
  15. local TextBox = Instance.new("TextBox")
  16.  
  17. -- Properties
  18.  
  19. ScreenGui.Parent = game.StarterGui
  20.  
  21. LoginFrame.Name = "LoginFrame"
  22. LoginFrame.Parent = ScreenGui
  23. LoginFrame.Active = true
  24. LoginFrame.BackgroundColor3 = Color3.new(1, 0.14902, 0.14902)
  25. LoginFrame.BackgroundTransparency = 0.5
  26. LoginFrame.Draggable = true
  27. LoginFrame.Position = UDim2.new(0, 476, 0, 177)
  28. LoginFrame.Selectable = true
  29. LoginFrame.Size = UDim2.new(0, 279, 0, 272)
  30.  
  31. Bar1.Name = "Bar1"
  32. Bar1.Parent = LoginFrame
  33. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  34. Bar1.Size = UDim2.new(0, 279, 0, 16)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = LoginFrame
  38. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Title.BorderColor3 = Color3.new(0, 1, 0)
  40. Title.BorderSizePixel = 5
  41. Title.Position = UDim2.new(0, 22, 0, 28)
  42. Title.Size = UDim2.new(0, 232, 0, 28)
  43. Title.Font = Enum.Font.SourceSans
  44. Title.FontSize = Enum.FontSize.Size14
  45. Title.Text = "Made By ragdabest"
  46. Title.TextColor3 = Color3.new(1, 1, 1)
  47. Title.TextSize = 14
  48.  
  49. Username.Name = "Username"
  50. Username.Parent = LoginFrame
  51. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  52. Username.BorderColor3 = Color3.new(1, 0, 0)
  53. Username.Position = UDim2.new(0, 68, 0, 81)
  54. Username.Size = UDim2.new(0, 143, 0, 18)
  55. Username.Font = Enum.Font.SourceSans
  56. Username.FontSize = Enum.FontSize.Size14
  57. Username.Text = "Username"
  58. Username.TextColor3 = Color3.new(1, 1, 1)
  59. Username.TextSize = 14
  60. Username.TextXAlignment = Enum.TextXAlignment.Left
  61.  
  62. Password.Name = "Password"
  63. Password.Parent = LoginFrame
  64. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Password.BorderColor3 = Color3.new(1, 0, 0)
  66. Password.Position = UDim2.new(0, 68, 0, 118)
  67. Password.Size = UDim2.new(0, 143, 0, 18)
  68. Password.Font = Enum.Font.SourceSans
  69. Password.FontSize = Enum.FontSize.Size14
  70. Password.Text = "Password"
  71. Password.TextColor3 = Color3.new(1, 1, 1)
  72. Password.TextSize = 14
  73. Password.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. Login.Name = "Login"
  76. Login.Parent = LoginFrame
  77. Login.BackgroundColor3 = Color3.new(0.972549, 0, 0)
  78. Login.Position = UDim2.new(0, 85, 0, 194)
  79. Login.Size = UDim2.new(0, 93, 0, 23)
  80. Login.Font = Enum.Font.SourceSans
  81. Login.FontSize = Enum.FontSize.Size14
  82. Login.Text = "Login"
  83. Login.TextSize = 14
  84. Submit.MouseButton1Down:connect(function()
  85. end)
  86.  
  87. MainFrame.Name = "MainFrame"
  88. MainFrame.Parent = ScreenGui
  89. MainFrame.Active = true
  90. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  91. MainFrame.BackgroundTransparency = 0.5
  92. MainFrame.Draggable = true
  93. MainFrame.Position = UDim2.new(0, 23, 0, 101)
  94. MainFrame.Selectable = true
  95. MainFrame.Size = UDim2.new(0, 423, 0, 324)
  96.  
  97. BarToMain.Archivable = false
  98. BarToMain.Name = "BarToMain"
  99. BarToMain.Parent = MainFrame
  100. BarToMain.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  101. BarToMain.Selectable = true
  102. BarToMain.Size = UDim2.new(0, 423, 0, 36)
  103.  
  104. WelcomeToMeltDown.Name = "WelcomeToMeltDown"
  105. WelcomeToMeltDown.Parent = MainFrame
  106. WelcomeToMeltDown.BackgroundColor3 = Color3.new(0, 0, 0)
  107. WelcomeToMeltDown.BorderColor3 = Color3.new(1, 0, 0)
  108. WelcomeToMeltDown.Size = UDim2.new(0, 200, 0, 15)
  109. WelcomeToMeltDown.Font = Enum.Font.SourceSans
  110. WelcomeToMeltDown.FontSize = Enum.FontSize.Size14
  111. WelcomeToMeltDown.Text = "Welcome To MeltDown"
  112. WelcomeToMeltDown.TextSize = 14
  113.  
  114. EXIT.Name = "EXIT"
  115. EXIT.Parent = MainFrame
  116. EXIT.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  117. EXIT.Position = UDim2.new(0, 395, 0, 0)
  118. EXIT.Size = UDim2.new(0, 28, 0, 33)
  119. EXIT.Font = Enum.Font.SourceSans
  120. EXIT.FontSize = Enum.FontSize.Size14
  121. EXIT.Text = "X"
  122. EXIT.TextSize = 14
  123.  
  124. SCRIPTEXE.Name = "SCRIPTEXE"
  125. SCRIPTEXE.Parent = MainFrame
  126. SCRIPTEXE.BackgroundColor3 = Color3.new(0, 0, 0)
  127. SCRIPTEXE.Position = UDim2.new(0, 95, 0, 244)
  128. SCRIPTEXE.Size = UDim2.new(0, 200, 0, 50)
  129. SCRIPTEXE.Font = Enum.Font.SourceSans
  130. SCRIPTEXE.FontSize = Enum.FontSize.Size14
  131. SCRIPTEXE.Text = "EXECUTE"
  132. SCRIPTEXE.TextColor3 = Color3.new(1, 1, 1)
  133. SCRIPTEXE.TextSize = 14
  134.  
  135. TextBox.Parent = MainFrame
  136. TextBox.BackgroundColor3 = Color3.new(1, 0, 0)
  137. TextBox.Position = UDim2.new(0, 94, 0, 49)
  138. TextBox.Size = UDim2.new(0, 200, 0, 183)
  139. TextBox.Font = Enum.Font.SourceSans
  140. TextBox.FontSize = Enum.FontSize.Size14
  141. TextBox.Text = "Scripts"
  142. TextBox.TextSize = 14
  143. Exit.MouseButton1Down:connect(function()
  144. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement