SatomiRentaro

Jailbreak GUI

Jun 4th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("TextLabel")
  5. local Header = Instance.new("TextLabel")
  6. local BankTP = Instance.new("TextButton")
  7. local GarageTP = Instance.new("TextButton")
  8. local GunsTP = Instance.new("TextButton")
  9. local HelicopterTP = Instance.new("TextButton")
  10. local PoliceCarTP = Instance.new("TextButton")
  11. local PoliceTP = Instance.new("TextButton")
  12. local CriminalTP = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14.  
  15. -- Properties
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  18. local p = game.Players.LocalPlayer
  19. Frame.Name = "Frame"
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.BackgroundTransparency = 0.20000000298023
  23. Frame.Draggable = true
  24. Frame.Position = UDim2.new(0, 0, 0, 600)
  25. Frame.Size = UDim2.new(0, 544, 0, 382)
  26. Frame.Font = Enum.Font.SourceSans
  27. Frame.FontSize = Enum.FontSize.Size14
  28. Frame.Text = ""
  29. Frame.TextSize = 14
  30.  
  31. Header.Name = "Header"
  32. Header.Parent = Frame
  33. Header.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  34. Header.Draggable = true
  35. Header.Size = UDim2.new(0, 544, 0, 39)
  36. Header.Font = Enum.Font.SourceSans
  37. Header.FontSize = Enum.FontSize.Size32
  38. Header.Text = "Jailbreak [Beta] GUI"
  39. Header.TextSize = 32
  40.  
  41. BankTP.Name = "BankTP"
  42. BankTP.Parent = Frame
  43. BankTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  44. BankTP.Position = UDim2.new(0, 19, 0, 84)
  45. BankTP.Size = UDim2.new(0, 139, 0, 50)
  46. BankTP.Font = Enum.Font.SourceSans
  47. BankTP.FontSize = Enum.FontSize.Size18
  48. BankTP.Text = "Bank Teleport"
  49. BankTP.TextSize = 18
  50.  
  51. GarageTP.Name = "GarageTP"
  52. GarageTP.Parent = Frame
  53. GarageTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  54. GarageTP.Position = UDim2.new(0, 203, 0, 84)
  55. GarageTP.Size = UDim2.new(0, 139, 0, 50)
  56. GarageTP.Font = Enum.Font.SourceSans
  57. GarageTP.FontSize = Enum.FontSize.Size18
  58. GarageTP.Text = "Garage Teleport"
  59. GarageTP.TextSize = 18
  60.  
  61. GunsTP.Name = "GunsTP"
  62. GunsTP.Parent = Frame
  63. GunsTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  64. GunsTP.Position = UDim2.new(0, 387, 0, 84)
  65. GunsTP.Size = UDim2.new(0, 139, 0, 50)
  66. GunsTP.Font = Enum.Font.SourceSans
  67. GunsTP.FontSize = Enum.FontSize.Size18
  68. GunsTP.Text = "Guns Teleport (Jail)"
  69. GunsTP.TextSize = 18
  70.  
  71. HelicopterTP.Name = "HelicopterTP"
  72. HelicopterTP.Parent = Frame
  73. HelicopterTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  74. HelicopterTP.Position = UDim2.new(0, 19, 0, 178)
  75. HelicopterTP.Size = UDim2.new(0, 139, 0, 50)
  76. HelicopterTP.Font = Enum.Font.SourceSans
  77. HelicopterTP.FontSize = Enum.FontSize.Size18
  78. HelicopterTP.Text = "Helicopter Teleport"
  79. HelicopterTP.TextSize = 18
  80.  
  81. PoliceCarTP.Name = "PoliceCarTP"
  82. PoliceCarTP.Parent = Frame
  83. PoliceCarTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  84. PoliceCarTP.Position = UDim2.new(0, 203, 0, 178)
  85. PoliceCarTP.Size = UDim2.new(0, 139, 0, 50)
  86. PoliceCarTP.Font = Enum.Font.SourceSans
  87. PoliceCarTP.FontSize = Enum.FontSize.Size18
  88. PoliceCarTP.Text = "Police Car Teleport"
  89. PoliceCarTP.TextSize = 18
  90.  
  91. PoliceTP.Name = "PoliceTP"
  92. PoliceTP.Parent = Frame
  93. PoliceTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  94. PoliceTP.Position = UDim2.new(0, 389, 0, 178)
  95. PoliceTP.Size = UDim2.new(0, 139, 0, 50)
  96. PoliceTP.Font = Enum.Font.SourceSans
  97. PoliceTP.FontSize = Enum.FontSize.Size18
  98. PoliceTP.Text = "Police StationTeleport"
  99. PoliceTP.TextSize = 18
  100.  
  101. CriminalTP.Name = "CriminalTP"
  102. CriminalTP.Parent = Frame
  103. CriminalTP.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  104. CriminalTP.Position = UDim2.new(0, 203, 0, 268)
  105. CriminalTP.Size = UDim2.new(0, 139, 0, 50)
  106. CriminalTP.Font = Enum.Font.SourceSans
  107. CriminalTP.FontSize = Enum.FontSize.Size18
  108. CriminalTP.Text = "Criminal HQ Teleport"
  109. CriminalTP.TextSize = 18
  110.  
  111. TextLabel.Parent = Frame
  112. TextLabel.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  113. TextLabel.Position = UDim2.new(0, 0, 0, 343)
  114. TextLabel.Size = UDim2.new(0, 544, 0, 39)
  115. TextLabel.Font = Enum.Font.SourceSans
  116. TextLabel.FontSize = Enum.FontSize.Size32
  117. TextLabel.Text = "GUI By OmyKlm -- Scripts By Cozmo"
  118. TextLabel.TextSize = 32
  119.  
  120. jewelrys.Name = "jewelrys"
  121. jewelrys.Parent = Frame
  122. jewelrys.BackgroundColor3 = Color3.new(1, 0.607843, 0.129412)
  123. jewelrys.Position = UDim2.new(0, 50, 0, 178)
  124. jewelrys.Size = UDim2.new(0, 139, 0, 50)
  125. jewelrys.Font = Enum.Font.SourceSans
  126. jewelrys.FontSize = Enum.FontSize.Size18
  127. jewelrys.Text = "Jewelry Store Teleport"
  128. jewelrys.TextSize = 18
  129.  
  130. BankTP.MouseButton1Click:connect(function()
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  132. end)
  133.  
  134. GarageTP.MouseButton1Click:connect(function()
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  136. end)
  137.  
  138. GunsTP.MouseButton1Click:connect(function()
  139. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  140. end)
  141.  
  142. HelicopterTP.MouseButton1Click:connect(function()
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  144. end)
  145.  
  146. PoliceCarTP.MouseButton1Click:connect(function()
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  148. end)
  149.  
  150. CriminalTP.MouseButton1Click:connect(function()
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  152. end)
  153.  
  154. PoliceTP.MouseButton1Click:connect(function()
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(744.981506, 38.1523933, 1132.73462) + Vector3.new(1,0,0)
  156. end)
  157.  
  158. jewelrys.MouseButton1Click:connect(function()
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(121.573067, 18.4287415 , 1318.49426) + Vector3.new(1,0,0)
  160. end)
Add Comment
Please, Sign In to add comment