Advertisement
Guest User

Untitled

a guest
May 31st, 2020
2,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. -- Made By Speed
  2. -- R0BL0XIANG0D IS THE CREATOR OF THIS
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local GB2 = Instance.new("TextButton")
  8. local GB1 = Instance.new("TextButton")
  9. local Exit = Instance.new("TextButton")
  10. local GB3 = Instance.new("TextButton")
  11. local GB4 = Instance.new("TextButton")
  12. local GB5 = Instance.new("TextButton")
  13. local GB6 = Instance.new("TextButton")
  14. local Openmain = Instance.new("Frame")
  15. local open = Instance.new("TextButton")
  16.  
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ScreenGui
  22. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  23. Main.Position = UDim2.new(0.371843457, 0, 0.0175694786, 0)
  24. Main.Size = UDim2.new(0, 362, 0, 242)
  25. Main.Visible = false
  26. Main.Active = true
  27. Main.Draggable = true
  28.  
  29. title.Name = "title"
  30. title.Parent = Main
  31. title.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  32. title.Size = UDim2.new(0, 362, 0, 35)
  33. title.Font = Enum.Font.GothamBold
  34. title.Text = "Jailbreak GUI made by Superprodennis"
  35. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. title.TextSize = 14.000
  37.  
  38. GB2.Name = "GB2"
  39. GB2.Parent = Main
  40. GB2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  41. GB2.Position = UDim2.new(0, 0, 0.144628093, 0)
  42. GB2.Size = UDim2.new(0, 189, 0, 50)
  43. GB2.Font = Enum.Font.GothamBold
  44. GB2.LineHeight = 2.000
  45. GB2.Text = "Auto rob"
  46. GB2.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. GB2.TextSize = 14.000
  48. GB2.MouseButton1Down:connect(function()
  49. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  50.  
  51. end)
  52.  
  53. GB1.Name = "GB1"
  54. GB1.Parent = Main
  55. GB1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  56. GB1.Position = UDim2.new(0.522099435, 0, 0.144628093, 0)
  57. GB1.Size = UDim2.new(0, 173, 0, 50)
  58. GB1.Font = Enum.Font.GothamBold
  59. GB1.Text = "Telepot GUI (comming soon)"
  60. GB1.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. GB1.TextSize = 14.000
  62. GB1.MouseButton1Down:connect(function()
  63.  
  64.  
  65. end)
  66.  
  67. Exit.Name = "Exit"
  68. Exit.Parent = Main
  69. Exit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  70. Exit.Position = UDim2.new(0.875690818, 0, 0.818181872, 0)
  71. Exit.Size = UDim2.new(0, 44, 0, 43)
  72. Exit.Font = Enum.Font.GothamBold
  73. Exit.Text = "Exit"
  74. Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. Exit.TextSize = 14.000
  76. Exit.MouseButton1Down:connect(function()
  77. Main.Visible = false
  78. Openmain.Visible = true
  79. end)
  80.  
  81.  
  82. GB3.Name = "GB3"
  83. GB3.Parent = Main
  84. GB3.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  85. GB3.Position = UDim2.new(0.522099435, 0, 0.351239681, 0)
  86. GB3.Size = UDim2.new(0, 172, 0, 50)
  87. GB3.Font = Enum.Font.GothamBold
  88. GB3.Text = "Noting"
  89. GB3.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. GB3.TextSize = 14.000
  91. GB3.MouseButton1Down:connect(function()
  92.  
  93. end)
  94.  
  95. GB4.Name = "GB4"
  96. GB4.Parent = Main
  97. GB4.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  98. GB4.Position = UDim2.new(0, 0, 0.351239681, 0)
  99. GB4.Size = UDim2.new(0, 189, 0, 50)
  100. GB4.Font = Enum.Font.GothamBlack
  101. GB4.Text = "Noting"
  102. GB4.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. GB4.TextSize = 14.000
  104. GB4.MouseButton1Down:connect(function()
  105.  
  106. end)
  107.  
  108. GB5.Name = "GB5"
  109. GB5.Parent = Main
  110. GB5.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  111. GB5.Position = UDim2.new(0.522099435, 0, 0.557851255, 0)
  112. GB5.Size = UDim2.new(0, 173, 0, 50)
  113. GB5.Font = Enum.Font.GothamBold
  114. GB5.Text = "Noting"
  115. GB5.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. GB5.TextSize = 14.000
  117. GB5.MouseButton1Down:connect(function()
  118.  
  119. end)
  120.  
  121. GB6.Name = "GB6"
  122. GB6.Parent = Main
  123. GB6.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  124. GB6.Position = UDim2.new(0, 0, 0.557851255, 0)
  125. GB6.Size = UDim2.new(0, 189, 0, 50)
  126. GB6.Font = Enum.Font.GothamBold
  127. GB6.Text = "Noting"
  128. GB6.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. GB6.TextSize = 14.000
  130. GB6.MouseButton1Down:connect(function()
  131.  
  132. end)
  133.  
  134.  
  135. Openmain.Name = "Openmain"
  136. Openmain.Parent = ScreenGui
  137. Openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. Openmain.Position = UDim2.new(0.266414136, 0, 0.0175695419, 0)
  139. Openmain.Size = UDim2.new(0, 85, 0, 35)
  140. Openmain.Active = true
  141. Openmain.Draggable = true
  142.  
  143. open.Name = "open"
  144. open.Parent = Openmain
  145. open.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  146. open.Position = UDim2.new(0, 0, 1.1920929e-07, 0)
  147. open.Size = UDim2.new(0, 85, 0, 35)
  148. open.Font = Enum.Font.GothamBold
  149. open.Text = "Open"
  150. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. open.TextScaled = true
  152. open.TextSize = 14.000
  153. open.TextWrapped = true
  154. open.MouseButton1Down:connect(function()
  155. Openmain.Visible = false
  156. Main.Visible = true
  157. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement