Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local JailbreakGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local jailbreakgui = Instance.new("TextLabel")
  10. local Keycard = Instance.new("TextButton")
  11. local infjump = Instance.new("TextButton")
  12. local infnitro = Instance.new("TextButton")
  13. local rainbowcars = Instance.new("TextButton")
  14. local noclip = Instance.new("TextButton")
  15. local rainbownitro = Instance.new("TextButton")
  16. local tracers = Instance.new("TextButton")
  17. local MobileGerage = Instance.new("TextButton")
  18. local autorob = Instance.new("TextButton")
  19. local open = Instance.new("TextButton")
  20. local closex = Instance.new("TextButton")
  21. local close = Instance.new("TextButton")
  22. local madeby = Instance.new("TextLabel")
  23.  
  24. --Properties:
  25.  
  26. JailbreakGui.Name = "Jailbreak Gui"
  27. JailbreakGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. JailbreakGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Frame.Parent = JailbreakGui
  31. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Frame.BorderColor3 = Color3.new(0.666667, 0, 0)
  33. Frame.Position = UDim2.new(0.244525492, 0, 0.171171173, 0)
  34. Frame.Size = UDim2.new(0, 594, 0, 269)
  35.  
  36. TextLabel.Parent = JailbreakGui
  37. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  38. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  39. TextLabel.Position = UDim2.new(0.255474448, 0, 0.181981981, 0)
  40. TextLabel.Size = UDim2.new(0, 573, 0, 16)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "Jailbreak Gui v1.0"
  43. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  44. TextLabel.TextSize = 14
  45.  
  46. jailbreakgui.Name = "jailbreak gui"
  47. jailbreakgui.Parent = JailbreakGui
  48. jailbreakgui.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  49. jailbreakgui.BorderColor3 = Color3.new(0.666667, 0, 0)
  50. jailbreakgui.Position = UDim2.new(0.348540157, 0, 0.21081081, 0)
  51. jailbreakgui.Size = UDim2.new(0, 365, 0, 0)
  52. jailbreakgui.Font = Enum.Font.SourceSans
  53. jailbreakgui.Text = ""
  54. jailbreakgui.TextColor3 = Color3.new(0, 0, 0)
  55. jailbreakgui.TextSize = 14
  56.  
  57. Keycard.Name = "Keycard"
  58. Keycard.Parent = JailbreakGui
  59. Keycard.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Keycard.BorderColor3 = Color3.new(0.666667, 0, 0)
  61. Keycard.Position = UDim2.new(0.260948867, 0, 0.273873895, 0)
  62. Keycard.Size = UDim2.new(0, 136, 0, 42)
  63. Keycard.Font = Enum.Font.SourceSans
  64. Keycard.Text = "Keycard"
  65. Keycard.TextColor3 = Color3.new(0, 1, 0)
  66. Keycard.TextSize = 14
  67.  
  68. infjump.Name = "inf. jump"
  69. infjump.Parent = JailbreakGui
  70. infjump.BackgroundColor3 = Color3.new(0, 0, 0)
  71. infjump.BorderColor3 = Color3.new(0.666667, 0, 0)
  72. infjump.Position = UDim2.new(0.454379529, 0, 0.273873895, 0)
  73. infjump.Size = UDim2.new(0, 136, 0, 42)
  74. infjump.Font = Enum.Font.SourceSans
  75. infjump.Text = "inf. jump"
  76. infjump.TextColor3 = Color3.new(0, 1, 0)
  77. infjump.TextSize = 14
  78.  
  79. infnitro.Name = "inf. nitro"
  80. infnitro.Parent = JailbreakGui
  81. infnitro.BackgroundColor3 = Color3.new(0, 0, 0)
  82. infnitro.BorderColor3 = Color3.new(0.666667, 0, 0)
  83. infnitro.Position = UDim2.new(0.647810161, 0, 0.273873895, 0)
  84. infnitro.Size = UDim2.new(0, 136, 0, 42)
  85. infnitro.Font = Enum.Font.SourceSans
  86. infnitro.Text = "inf. nitro"
  87. infnitro.TextColor3 = Color3.new(0, 1, 0)
  88. infnitro.TextSize = 14
  89.  
  90. rainbowcars.Name = "rainbow cars"
  91. rainbowcars.Parent = JailbreakGui
  92. rainbowcars.BackgroundColor3 = Color3.new(0, 0, 0)
  93. rainbowcars.BorderColor3 = Color3.new(0.666667, 0, 0)
  94. rainbowcars.Position = UDim2.new(0.261861235, 0, 0.398198217, 0)
  95. rainbowcars.Size = UDim2.new(0, 136, 0, 42)
  96. rainbowcars.Font = Enum.Font.SourceSans
  97. rainbowcars.Text = "rainbow cars"
  98. rainbowcars.TextColor3 = Color3.new(0, 1, 0)
  99. rainbowcars.TextSize = 14
  100.  
  101. noclip.Name = "noclip"
  102. noclip.Parent = JailbreakGui
  103. noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  104. noclip.BorderColor3 = Color3.new(0.666667, 0, 0)
  105. noclip.Position = UDim2.new(0.452554703, 0, 0.398198217, 0)
  106. noclip.Size = UDim2.new(0, 136, 0, 42)
  107. noclip.Font = Enum.Font.SourceSans
  108. noclip.Text = "NoClip"
  109. noclip.TextColor3 = Color3.new(0, 1, 0)
  110. noclip.TextSize = 14
  111.  
  112. rainbownitro.Name = "rainbow nitro"
  113. rainbownitro.Parent = JailbreakGui
  114. rainbownitro.BackgroundColor3 = Color3.new(0, 0, 0)
  115. rainbownitro.BorderColor3 = Color3.new(0.666667, 0, 0)
  116. rainbownitro.Position = UDim2.new(0.647810161, 0, 0.398198217, 0)
  117. rainbownitro.Size = UDim2.new(0, 136, 0, 42)
  118. rainbownitro.Font = Enum.Font.SourceSans
  119. rainbownitro.Text = "Rainbow Nitro"
  120. rainbownitro.TextColor3 = Color3.new(0, 1, 0)
  121. rainbownitro.TextSize = 14
  122.  
  123. tracers.Name = "tracers"
  124. tracers.Parent = JailbreakGui
  125. tracers.BackgroundColor3 = Color3.new(0, 0, 0)
  126. tracers.BorderColor3 = Color3.new(0.666667, 0, 0)
  127. tracers.Position = UDim2.new(0.260948837, 0, 0.518918931, 0)
  128. tracers.Size = UDim2.new(0, 136, 0, 42)
  129. tracers.Font = Enum.Font.SourceSans
  130. tracers.Text = "Tracers"
  131. tracers.TextColor3 = Color3.new(0, 1, 0)
  132. tracers.TextSize = 14
  133.  
  134. MobileGerage.Name = "Mobile Gerage"
  135. MobileGerage.Parent = JailbreakGui
  136. MobileGerage.BackgroundColor3 = Color3.new(0, 0, 0)
  137. MobileGerage.BorderColor3 = Color3.new(0.666667, 0, 0)
  138. MobileGerage.Position = UDim2.new(0.452554703, 0, 0.518918931, 0)
  139. MobileGerage.Size = UDim2.new(0, 136, 0, 42)
  140. MobileGerage.Font = Enum.Font.SourceSans
  141. MobileGerage.Text = "Mobile Gerage"
  142. MobileGerage.TextColor3 = Color3.new(0, 1, 0)
  143. MobileGerage.TextSize = 14
  144.  
  145. autorob.Name = "autorob"
  146. autorob.Parent = JailbreakGui
  147. autorob.BackgroundColor3 = Color3.new(0, 0, 0)
  148. autorob.BorderColor3 = Color3.new(0.666667, 0, 0)
  149. autorob.Position = UDim2.new(0.647810161, 0, 0.518918931, 0)
  150. autorob.Size = UDim2.new(0, 136, 0, 42)
  151. autorob.Font = Enum.Font.SourceSans
  152. autorob.Text = "AutoRob"
  153. autorob.TextColor3 = Color3.new(0, 1, 0)
  154. autorob.TextSize = 14
  155.  
  156. open.Name = "open"
  157. open.Parent = JailbreakGui
  158. open.BackgroundColor3 = Color3.new(0, 0, 0)
  159. open.BorderColor3 = Color3.new(1, 0, 0)
  160. open.Position = UDim2.new(0.431569338, 0, 0.911711693, 0)
  161. open.Size = UDim2.new(0, 149, 0, 42)
  162. open.Font = Enum.Font.SourceSans
  163. open.Text = "OPEN"
  164. open.TextColor3 = Color3.new(1, 1, 1)
  165. open.TextSize = 14
  166.  
  167. closex.Name = "close x"
  168. closex.Parent = JailbreakGui
  169. closex.BackgroundColor3 = Color3.new(0, 0, 0)
  170. closex.BorderColor3 = Color3.new(0, 0, 0)
  171. closex.Position = UDim2.new(0.763686121, 0, 0.180180177, 0)
  172. closex.Size = UDim2.new(0, 16, 0, 17)
  173. closex.Font = Enum.Font.SourceSans
  174. closex.Text = "X"
  175. closex.TextColor3 = Color3.new(1, 1, 1)
  176. closex.TextSize = 14
  177.  
  178. close.Name = "close -"
  179. close.Parent = JailbreakGui
  180. close.BackgroundColor3 = Color3.new(0, 0, 0)
  181. close.BorderColor3 = Color3.new(0, 0, 0)
  182. close.Position = UDim2.new(0.749087572, 0, 0.180180177, 0)
  183. close.Size = UDim2.new(0, 16, 0, 17)
  184. close.Font = Enum.Font.SourceSans
  185. close.Text = "-"
  186. close.TextColor3 = Color3.new(1, 1, 1)
  187. close.TextSize = 14
  188.  
  189. madeby.Name = "made by..."
  190. madeby.Parent = JailbreakGui
  191. madeby.BackgroundColor3 = Color3.new(0, 0, 0)
  192. madeby.BorderColor3 = Color3.new(0, 0, 0)
  193. madeby.Position = UDim2.new(0.252737224, 0, 0.60540539, 0)
  194. madeby.Size = UDim2.new(0, 576, 0, 22)
  195. madeby.Font = Enum.Font.SourceSans
  196. madeby.Text = "Made by Syko and M Sammy"
  197. madeby.TextColor3 = Color3.new(0, 1, 0)
  198. madeby.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement