Advertisement
Guest User

kk

a guest
Jul 4th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LoginGUI = Instance.new("ScreenGui")
  4. local LoginUI = Instance.new("Frame")
  5. local Topbar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Login = Instance.new("TextButton")
  8. local Exit = Instance.new("TextButton")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local Main = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Jailbreak = Instance.new("TextLabel")
  14. local Jailbreak_2 = Instance.new("Frame")
  15. local Underline = Instance.new("TextButton")
  16. local Btools = Instance.new("TextButton")
  17. local Bank = Instance.new("TextButton")
  18. local Jewlery = Instance.new("TextButton")
  19. local Musam = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. LoginGUI.Name = "LoginGUI"
  24. LoginGUI.Parent = game.StarterGui
  25.  
  26. LoginUI.Name = "LoginUI"
  27. LoginUI.Parent = LoginGUI
  28. LoginUI.Active = true
  29. LoginUI.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  30. LoginUI.BorderColor3 = Color3.new(0, 0, 0)
  31. LoginUI.BorderSizePixel = 7
  32. LoginUI.Position = UDim2.new(0.0490716174, 0, 0.222222224, 0)
  33. LoginUI.Size = UDim2.new(0, 202, 0, 264)
  34.  
  35. Topbar.Name = "Topbar"
  36. Topbar.Parent = LoginUI
  37. Topbar.Active = true
  38. Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Topbar.Position = UDim2.new(-0.00495049497, 0, 0, 0)
  40. Topbar.Size = UDim2.new(0, 202, 0, 34)
  41.  
  42. TextLabel.Parent = Topbar
  43. TextLabel.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  44. TextLabel.Size = UDim2.new(0, 126, 0, 34)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.FontSize = Enum.FontSize.Size14
  47. TextLabel.Text = "ProjectTCM"
  48. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel.TextSize = 14
  50.  
  51. Login.Name = "Login"
  52. Login.Parent = Topbar
  53. Login.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  54. Login.Position = UDim2.new(0.153465346, 0, 6.58823538, 0)
  55. Login.Size = UDim2.new(0, 142, 0, 24)
  56. Login.Font = Enum.Font.SourceSans
  57. Login.FontSize = Enum.FontSize.Size32
  58. Login.Text = "LOGIN"
  59. Login.TextColor3 = Color3.new(0, 0, 0)
  60. Login.TextSize = 29
  61.  
  62. Exit.Name = "Exit"
  63. Exit.Parent = Topbar
  64. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Exit.BackgroundTransparency = 1
  66. Exit.Position = UDim2.new(0.821782172, 0, 0, 0)
  67. Exit.Size = UDim2.new(0, 36, 0, 34)
  68. Exit.Font = Enum.Font.SourceSans
  69. Exit.FontSize = Enum.FontSize.Size32
  70. Exit.Text = "X"
  71. Exit.TextColor3 = Color3.new(1, 1, 1)
  72. Exit.TextSize = 29
  73.  
  74. Username.Name = "Username"
  75. Username.Parent = LoginUI
  76. Username.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  77. Username.Position = UDim2.new(0.00495049497, 0, 0.234848484, 0)
  78. Username.Size = UDim2.new(0, 200, 0, 34)
  79. Username.Font = Enum.Font.SourceSans
  80. Username.FontSize = Enum.FontSize.Size24
  81. Username.Text = "Username"
  82. Username.TextColor3 = Color3.new(0, 0, 0)
  83. Username.TextSize = 21
  84. Username.TextXAlignment = Enum.TextXAlignment.Left
  85.  
  86. Password.Name = "Password"
  87. Password.Parent = LoginUI
  88. Password.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  89. Password.Position = UDim2.new(0.00990098994, 0, 0.49242425, 0)
  90. Password.Size = UDim2.new(0, 200, 0, 34)
  91. Password.Font = Enum.Font.SourceSans
  92. Password.FontSize = Enum.FontSize.Size24
  93. Password.Text = "Password"
  94. Password.TextColor3 = Color3.new(0, 0, 0)
  95. Password.TextSize = 21
  96. Password.TextXAlignment = Enum.TextXAlignment.Left
  97.  
  98. Main.Name = "Main"
  99. Main.Parent = LoginGUI
  100. Main.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  101. Main.BorderColor3 = Color3.new(0, 0, 0)
  102. Main.BorderSizePixel = 7
  103. Main.Position = UDim2.new(0.417771876, 0, 0.222222224, 0)
  104. Main.Size = UDim2.new(0, 413, 0, 264)
  105. Main.Visible = false
  106.  
  107. TextLabel_2.Parent = Main
  108. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  109. TextLabel_2.BackgroundTransparency = 1
  110. TextLabel_2.Size = UDim2.new(0, 413, 0, 40)
  111. TextLabel_2.Font = Enum.Font.SourceSans
  112. TextLabel_2.FontSize = Enum.FontSize.Size28
  113. TextLabel_2.Text = "Scripts"
  114. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  115. TextLabel_2.TextSize = 26
  116.  
  117. Jailbreak.Name = "Jailbreak"
  118. Jailbreak.Parent = Main
  119. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Jailbreak.BackgroundTransparency = 1
  121. Jailbreak.Position = UDim2.new(0, 0, 0.128787875, 0)
  122. Jailbreak.Selectable = true
  123. Jailbreak.Size = UDim2.new(0, 134, 0, 20)
  124. Jailbreak.Font = Enum.Font.SourceSans
  125. Jailbreak.FontSize = Enum.FontSize.Size14
  126. Jailbreak.Text = "Jailbreak"
  127. Jailbreak.TextColor3 = Color3.new(0, 0, 0)
  128. Jailbreak.TextSize = 14
  129.  
  130. Jailbreak_2.Name = "Jailbreak"
  131. Jailbreak_2.Parent = LoginGUI
  132. Jailbreak_2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Jailbreak_2.BackgroundTransparency = 1
  134. Jailbreak_2.Position = UDim2.new(0.417771876, 0, 0.32391715, 0)
  135. Jailbreak_2.Size = UDim2.new(0, 134, 0, 210)
  136. Jailbreak_2.Visible = false
  137.  
  138. Underline.Name = "Underline"
  139. Underline.Parent = Jailbreak_2
  140. Underline.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Underline.BackgroundTransparency = 1
  142. Underline.Position = UDim2.new(0.335820884, 0, -0.0857142881, 0)
  143. Underline.Size = UDim2.new(0, 44, 0, 15)
  144. Underline.Font = Enum.Font.SourceSans
  145. Underline.FontSize = Enum.FontSize.Size14
  146. Underline.Text = "________"
  147. Underline.TextColor3 = Color3.new(0, 0, 0)
  148. Underline.TextSize = 14
  149.  
  150. Btools.Name = "Btools"
  151. Btools.Parent = Jailbreak_2
  152. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Btools.BackgroundTransparency = 1
  154. Btools.Position = UDim2.new(0, 0, 0.123809524, 0)
  155. Btools.Size = UDim2.new(0, 134, 0, 16)
  156. Btools.Font = Enum.Font.SourceSans
  157. Btools.FontSize = Enum.FontSize.Size14
  158. Btools.Text = "Btools"
  159. Btools.TextColor3 = Color3.new(0, 0, 0)
  160. Btools.TextSize = 14
  161.  
  162. Bank.Name = "Bank"
  163. Bank.Parent = Jailbreak_2
  164. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Bank.BackgroundTransparency = 1
  166. Bank.Position = UDim2.new(0, 0, 0.22857143, 0)
  167. Bank.Size = UDim2.new(0, 134, 0, 16)
  168. Bank.Font = Enum.Font.SourceSans
  169. Bank.FontSize = Enum.FontSize.Size14
  170. Bank.Text = "Bank"
  171. Bank.TextColor3 = Color3.new(0, 0, 0)
  172. Bank.TextSize = 14
  173.  
  174. Jewlery.Name = "Jewlery"
  175. Jewlery.Parent = Jailbreak_2
  176. Jewlery.BackgroundColor3 = Color3.new(1, 1, 1)
  177. Jewlery.BackgroundTransparency = 1
  178. Jewlery.Position = UDim2.new(0, 0, 0.333333343, 0)
  179. Jewlery.Size = UDim2.new(0, 134, 0, 16)
  180. Jewlery.Font = Enum.Font.SourceSans
  181. Jewlery.FontSize = Enum.FontSize.Size14
  182. Jewlery.Text = "Jerlery"
  183. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  184. Jewlery.TextSize = 14
  185.  
  186. Musam.Name = "Musam"
  187. Musam.Parent = Jailbreak_2
  188. Musam.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Musam.BackgroundTransparency = 1
  190. Musam.Position = UDim2.new(0, 0, 0.447619051, 0)
  191. Musam.Size = UDim2.new(0, 134, 0, 16)
  192. Musam.Font = Enum.Font.SourceSans
  193. Musam.FontSize = Enum.FontSize.Size14
  194. Musam.Text = "Musem"
  195. Musam.TextColor3 = Color3.new(0, 0, 0)
  196. Musam.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement