Advertisement
Guest User

Untitled

a guest
May 6th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. -- Objects
  2.  
  3. local KermitHub = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Password = Instance.new("TextBox")
  6. local Username = Instance.new("TextBox")
  7. local Kermit_GUI = Instance.new("TextLabel")
  8. local Login = Instance.new("TextButton")
  9. local MainHub = Instance.new("ScreenGui")
  10. local MainFrame = Instance.new("Frame")
  11. local ControlGUI = Instance.new("TextButton")
  12. local JailBreakAutoRob = Instance.new("TextButton")
  13. local Arrest = Instance.new("TextButton")
  14. local Rape = Instance.new("TextButton")
  15. local UgandaKnuckles = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. KermitHub.Name = "KermitHub"
  20. KermitHub.Parent = game.StarterGui
  21.  
  22. Frame.Parent = KermitHub
  23. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. Frame.BackgroundTransparency = 0.20000000298023
  25. Frame.Position = UDim2.new(0.37446022, 0, 0.22494173, 0)
  26. Frame.Size = UDim2.new(0, 249, 0, 378)
  27.  
  28. Password.Name = "Password"
  29. Password.Parent = KermitHub
  30. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. Password.BorderColor3 = Color3.new(0, 0, 0)
  32. Password.BorderSizePixel = 4
  33. Password.Position = UDim2.new(0.389265895, 0, 0.425407946, 0)
  34. Password.Size = UDim2.new(0, 200, 0, 50)
  35. Password.Font = Enum.Font.SourceSans
  36. Password.Text = "Password"
  37. Password.TextColor3 = Color3.new(1, 1, 1)
  38. Password.TextSize = 14
  39.  
  40. Username.Name = "Username"
  41. Username.Parent = KermitHub
  42. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. Username.BorderColor3 = Color3.new(0, 0, 0)
  44. Username.BorderSizePixel = 4
  45. Username.Position = UDim2.new(0.389574349, 0, 0.310023338, 0)
  46. Username.Size = UDim2.new(0, 200, 0, 50)
  47. Username.Font = Enum.Font.SourceSans
  48. Username.Text = "Username"
  49. Username.TextColor3 = Color3.new(1, 1, 1)
  50. Username.TextSize = 14
  51.  
  52. Kermit_GUI.Name = "Kermit_GUI"
  53. Kermit_GUI.Parent = KermitHub
  54. Kermit_GUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. Kermit_GUI.BackgroundTransparency = 1
  56. Kermit_GUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. Kermit_GUI.Position = UDim2.new(0.389882803, 0, 0.22494173, 0)
  58. Kermit_GUI.Size = UDim2.new(0, 200, 0, 50)
  59. Kermit_GUI.Font = Enum.Font.SourceSans
  60. Kermit_GUI.Text = "Kermit GUI"
  61. Kermit_GUI.TextColor3 = Color3.new(1, 1, 1)
  62. Kermit_GUI.TextSize = 14
  63.  
  64. Login.Name = "Login"
  65. Login.Parent = KermitHub
  66. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. Login.BorderColor3 = Color3.new(0, 0, 0)
  68. Login.BorderSizePixel = 4
  69. Login.Position = UDim2.new(0.389882803, 0, 0.53263402, 0)
  70. Login.Size = UDim2.new(0, 200, 0, 50)
  71. Login.Font = Enum.Font.SourceSans
  72. Login.Text = "Login"
  73. Login.TextColor3 = Color3.new(1, 1, 1)
  74. Login.TextSize = 14
  75.  
  76. Login.MouseButton1Down:connect(function()
  77. KermitHub.visible = false
  78. MainHub.visible = true
  79. end)
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. MainHub.Name = "MainHub"
  96. MainHub.Parent = KermitHub
  97.  
  98. MainFrame.Name = "MainFrame"
  99. MainFrame.Parent = MainHub
  100. MainFrame.Active = true
  101. MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  102. MainFrame.Position = UDim2.new(0, 481, 0, 40)
  103. MainFrame.Size = UDim2.new(0, 457, 0, 352)
  104. MainFrame.Visible = false
  105.  
  106. ControlGUI.Name = "Control GUI"
  107. ControlGUI.Parent = MainFrame
  108. ControlGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  109. ControlGUI.Position = UDim2.new(0, 20, 0, 32)
  110. ControlGUI.Size = UDim2.new(0, 176, 0, 50)
  111. ControlGUI.Font = Enum.Font.SourceSansBold
  112. ControlGUI.Text = "Control GUI"
  113. ControlGUI.TextScaled = true
  114. ControlGUI.TextSize = 14
  115. ControlGUI.TextWrapped = true
  116.  
  117. JailBreakAutoRob.Name = "JailBreakAutoRob"
  118. JailBreakAutoRob.Parent = MainFrame
  119. JailBreakAutoRob.BackgroundColor3 = Color3.new(1, 1, 1)
  120. JailBreakAutoRob.Position = UDim2.new(0, 141, 0, 176)
  121. JailBreakAutoRob.Size = UDim2.new(0, 176, 0, 50)
  122. JailBreakAutoRob.Font = Enum.Font.SourceSansBold
  123. JailBreakAutoRob.Text = "JailBreakAutoRob"
  124. JailBreakAutoRob.TextScaled = true
  125. JailBreakAutoRob.TextSize = 14
  126. JailBreakAutoRob.TextWrapped = true
  127.  
  128. Arrest.Name = "Arrest"
  129. Arrest.Parent = MainFrame
  130. Arrest.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Arrest.Position = UDim2.new(0, 19, 0, 107)
  132. Arrest.Size = UDim2.new(0, 176, 0, 50)
  133. Arrest.Font = Enum.Font.SourceSansBold
  134. Arrest.Text = "Arrest"
  135. Arrest.TextScaled = true
  136. Arrest.TextSize = 14
  137. Arrest.TextWrapped = true
  138.  
  139. Rape.Name = "Rape"
  140. Rape.Parent = MainFrame
  141. Rape.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Rape.Position = UDim2.new(0, 245, 0, 32)
  143. Rape.Size = UDim2.new(0, 176, 0, 50)
  144. Rape.Font = Enum.Font.SourceSansBold
  145. Rape.Text = "Rape Menue"
  146. Rape.TextScaled = true
  147. Rape.TextSize = 14
  148. Rape.TextWrapped = true
  149.  
  150. UgandaKnuckles.Name = "Uganda Knuckles"
  151. UgandaKnuckles.Parent = MainFrame
  152. UgandaKnuckles.BackgroundColor3 = Color3.new(1, 1, 1)
  153. UgandaKnuckles.Position = UDim2.new(0, 245, 0, 102)
  154. UgandaKnuckles.Size = UDim2.new(0, 176, 0, 50)
  155. UgandaKnuckles.Font = Enum.Font.SourceSansBold
  156. UgandaKnuckles.Text = "Uganda Knuckles"
  157. UgandaKnuckles.TextScaled = true
  158. UgandaKnuckles.TextSize = 14
  159. UgandaKnuckles.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement