Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local password = Instance.new("TextBox")
  8. local login = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local executor = Instance.new("Frame")
  17. local Frame_3 = Instance.new("Frame")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local TextBox = Instance.new("TextBox")
  20. local TextButton_3 = Instance.new("TextButton")
  21. local TextButton_4 = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. ScreenGui.Parent = game.StarterGui
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = ScreenGui
  29. LoginFrame.Active = true
  30. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  32. LoginFrame.BorderSizePixel = 0
  33. LoginFrame.Draggable = true
  34. LoginFrame.Position = UDim2.new(0.0971216559, 0, 0.0583804175, 0)
  35. LoginFrame.Selectable = true
  36. LoginFrame.Size = UDim2.new(0, 231, 0, 281)
  37.  
  38. Frame.Parent = LoginFrame
  39. Frame.BackgroundColor3 = Color3.new(0.764706, 0, 0)
  40. Frame.BorderColor3 = Color3.new(0.764706, 0, 0)
  41. Frame.BorderSizePixel = 0
  42. Frame.Position = UDim2.new(0.000673940405, 0, -0.00640703971, 0)
  43. Frame.Size = UDim2.new(0, 231, 0, 21)
  44.  
  45. user.Name = "user"
  46. user.Parent = LoginFrame
  47. user.BackgroundColor3 = Color3.new(0.764706, 0, 0)
  48. user.BorderColor3 = Color3.new(0.764706, 0, 0)
  49. user.BorderSizePixel = 4
  50. user.Position = UDim2.new(0.188311681, 0, 0.281138778, 0)
  51. user.Size = UDim2.new(0, 144, 0, 28)
  52. user.Font = Enum.Font.SciFi
  53. user.FontSize = Enum.FontSize.Size18
  54. user.Text = "Username"
  55. user.TextSize = 16
  56.  
  57. password.Name = "password"
  58. password.Parent = LoginFrame
  59. password.BackgroundColor3 = Color3.new(0.764706, 0, 0)
  60. password.BorderColor3 = Color3.new(0.764706, 0, 0)
  61. password.BorderSizePixel = 4
  62. password.Position = UDim2.new(0.192640692, 0, 0.476868331, 0)
  63. password.Size = UDim2.new(0, 144, 0, 28)
  64. password.Font = Enum.Font.SciFi
  65. password.FontSize = Enum.FontSize.Size18
  66. password.Text = "Password"
  67. password.TextSize = 16
  68.  
  69. login.Name = "login"
  70. login.Parent = LoginFrame
  71. login.BackgroundColor3 = Color3.new(0.764706, 0, 0)
  72. login.BorderColor3 = Color3.new(0.764706, 0, 0)
  73. login.BorderSizePixel = 4
  74. login.Position = UDim2.new(0.281385273, 0, 0.709964395, 0)
  75. login.Size = UDim2.new(0, 101, 0, 26)
  76. login.Font = Enum.Font.SciFi
  77. login.FontSize = Enum.FontSize.Size24
  78. login.Text = "Login"
  79. login.TextSize = 20
  80.  
  81. MainFrame.Name = "MainFrame"
  82. MainFrame.Parent = ScreenGui
  83. MainFrame.Active = true
  84. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  85. MainFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. MainFrame.Draggable = true
  87. MainFrame.Position = UDim2.new(-0.0416720361, 0, 0.214689255, 0)
  88. MainFrame.Selectable = true
  89. MainFrame.Size = UDim2.new(0, 537, 0, 308)
  90. MainFrame.Visible = false
  91.  
  92. Frame_2.Parent = MainFrame
  93. Frame_2.BackgroundColor3 = Color3.new(0.764706, 0, 0)
  94. Frame_2.BorderColor3 = Color3.new(0.764706, 0, 0)
  95. Frame_2.BorderSizePixel = 0
  96. Frame_2.Position = UDim2.new(0, 0, -0.077922076, 0)
  97. Frame_2.Size = UDim2.new(0, 537, 0, 24)
  98.  
  99. TextLabel.Parent = MainFrame
  100. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextLabel.BackgroundTransparency = 1
  102. TextLabel.BorderSizePixel = 0
  103. TextLabel.Position = UDim2.new(0.325884551, 0, 0.0681818202, 0)
  104. TextLabel.Size = UDim2.new(0, 200, 0, 33)
  105. TextLabel.Font = Enum.Font.SciFi
  106. TextLabel.FontSize = Enum.FontSize.Size32
  107. TextLabel.Text = "Kyle's GUI"
  108. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  109. TextLabel.TextScaled = true
  110. TextLabel.TextSize = 30
  111. TextLabel.TextWrapped = true
  112.  
  113. TextLabel_2.Parent = MainFrame
  114. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextLabel_2.BackgroundTransparency = 1
  116. TextLabel_2.BorderSizePixel = 0
  117. TextLabel_2.Position = UDim2.new(0, 0, 0.954545438, 0)
  118. TextLabel_2.Size = UDim2.new(0, 9, 0, 14)
  119. TextLabel_2.Font = Enum.Font.SciFi
  120. TextLabel_2.FontSize = Enum.FontSize.Size14
  121. TextLabel_2.Text = "Made by Unkown Gamer W"
  122. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  123. TextLabel_2.TextSize = 14
  124. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. TextButton.Parent = MainFrame
  127. TextButton.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  128. TextButton.BorderColor3 = Color3.new(0.588235, 0, 0)
  129. TextButton.BorderSizePixel = 4
  130. TextButton.Position = UDim2.new(0.0446927398, 0, 0.730519474, 0)
  131. TextButton.Size = UDim2.new(0, 151, 0, 40)
  132. TextButton.Font = Enum.Font.SciFi
  133. TextButton.FontSize = Enum.FontSize.Size24
  134. TextButton.Text = "Execution"
  135. TextButton.TextColor3 = Color3.new(1, 1, 1)
  136. TextButton.TextSize = 20
  137.  
  138. TextButton_2.Parent = MainFrame
  139. TextButton_2.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  140. TextButton_2.BorderColor3 = Color3.new(0.588235, 0, 0)
  141. TextButton_2.BorderSizePixel = 4
  142. TextButton_2.Position = UDim2.new(0.698324084, 0, 0.730519474, 0)
  143. TextButton_2.Size = UDim2.new(0, 151, 0, 40)
  144. TextButton_2.Font = Enum.Font.SciFi
  145. TextButton_2.FontSize = Enum.FontSize.Size24
  146. TextButton_2.Text = "Scripts"
  147. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  148. TextButton_2.TextSize = 20
  149.  
  150. TextLabel_3.Parent = MainFrame
  151. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TextLabel_3.BackgroundTransparency = 1
  153. TextLabel_3.BorderSizePixel = 0
  154. TextLabel_3.Position = UDim2.new(0.945996284, 0, -0.077922076, 0)
  155. TextLabel_3.Size = UDim2.new(0, 29, 0, 24)
  156. TextLabel_3.Font = Enum.Font.SourceSans
  157. TextLabel_3.FontSize = Enum.FontSize.Size14
  158. TextLabel_3.Text = "X"
  159. TextLabel_3.TextSize = 14
  160.  
  161. executor.Name = "executor"
  162. executor.Parent = ScreenGui
  163. executor.Active = true
  164. executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  165. executor.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  166. executor.Draggable = true
  167. executor.Position = UDim2.new(0.541058421, 0, 0.246704325, 0)
  168. executor.Selectable = true
  169. executor.Size = UDim2.new(0, 478, 0, 287)
  170. executor.Visible = false
  171.  
  172. Frame_3.Parent = executor
  173. Frame_3.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  174. Frame_3.BorderColor3 = Color3.new(0.588235, 0, 0)
  175. Frame_3.Size = UDim2.new(0, 478, 0, 19)
  176.  
  177. ScrollingFrame.Parent = executor
  178. ScrollingFrame.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
  179. ScrollingFrame.Position = UDim2.new(0.020920502, 0, 0.118466899, 0)
  180. ScrollingFrame.Size = UDim2.new(0, 460, 0, 206)
  181. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1000000, 0)
  182. ScrollingFrame.ScrollBarThickness = 10
  183.  
  184. TextBox.Parent = ScrollingFrame
  185. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextBox.BackgroundTransparency = 1
  187. TextBox.Size = UDim2.new(0, 447, 0, 206)
  188. TextBox.Font = Enum.Font.SourceSans
  189. TextBox.FontSize = Enum.FontSize.Size24
  190. TextBox.Text = "print(\"Script Here\");"
  191. TextBox.TextColor3 = Color3.new(0.588235, 0, 0)
  192. TextBox.TextSize = 20
  193. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  194. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  195.  
  196. TextButton_3.Parent = executor
  197. TextButton_3.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  198. TextButton_3.BorderColor3 = Color3.new(0.588235, 0, 0)
  199. TextButton_3.BorderSizePixel = 4
  200. TextButton_3.Position = UDim2.new(0.177824274, 0, 0.864111483, 0)
  201. TextButton_3.Size = UDim2.new(0, 143, 0, 32)
  202. TextButton_3.Font = Enum.Font.SciFi
  203. TextButton_3.FontSize = Enum.FontSize.Size24
  204. TextButton_3.Text = "Execute"
  205. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  206. TextButton_3.TextSize = 20
  207.  
  208. TextButton_4.Parent = executor
  209. TextButton_4.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  210. TextButton_4.BorderColor3 = Color3.new(0.588235, 0, 0)
  211. TextButton_4.BorderSizePixel = 4
  212. TextButton_4.Position = UDim2.new(0.525104582, 0, 0.864111483, 0)
  213. TextButton_4.Size = UDim2.new(0, 143, 0, 32)
  214. TextButton_4.Font = Enum.Font.SciFi
  215. TextButton_4.FontSize = Enum.FontSize.Size24
  216. TextButton_4.Text = "Clear"
  217. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  218. TextButton_4.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement