Stacksity

Jailbreak Teleports GUI

Apr 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. local jailbreak = Instance.new("ScreenGui")
  2. local openframe = Instance.new("Frame")
  3. local open = Instance.new("TextButton")
  4. local mainframe = Instance.new("Frame")
  5. local jewelry = Instance.new("TextButton")
  6. local jewelry2 = Instance.new("TextButton")
  7. local bank = Instance.new("TextButton")
  8. local criminal = Instance.new("TextButton")
  9. local heli1 = Instance.new("TextButton")
  10. local heli2 = Instance.new("TextButton")
  11. local prison = Instance.new("TextButton")
  12. local eteleport = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14.  
  15. jailbreak.Name = "jailbreak"
  16. jailbreak.Parent = game.CoreGui
  17.  
  18. openframe.Name = "openframe"
  19. openframe.Parent = jailbreak
  20. openframe.BackgroundColor3 = Color3.new(0, 0, 0)
  21. openframe.BackgroundTransparency = 0.30000001192093
  22. openframe.BorderColor3 = Color3.new(1, 1, 1)
  23. openframe.Position = UDim2.new(0, 0, 0, 596)
  24. openframe.Size = UDim2.new(0, 136, 0, 38)
  25.  
  26. open.Name = "open"
  27. open.Parent = openframe
  28. open.BackgroundColor3 = Color3.new(0, 0, 0)
  29. open.BackgroundTransparency = 1
  30. open.Size = UDim2.new(0, 136, 0, 38)
  31. open.Font = Enum.Font.SciFi
  32. open.FontSize = Enum.FontSize.Size32
  33. open.Text = "OPEN"
  34. open.TextColor3 = Color3.new(1, 1, 1)
  35. open.TextSize = 30
  36.  
  37. mainframe.Name = "mainframe"
  38. mainframe.Parent = jailbreak
  39. mainframe.Visible = false
  40. mainframe.Active = true
  41. mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  42. mainframe.BackgroundTransparency = 0.30000001192093
  43. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  44. mainframe.Draggable = true
  45. mainframe.Position = UDim2.new(0, 130, 0, 279)
  46. mainframe.Size = UDim2.new(0, 263, 0, 208)
  47.  
  48. jewelry.Name = "jewelry"
  49. jewelry.Parent = mainframe
  50. jewelry.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  51. jewelry.BackgroundTransparency = 0.30000001192093
  52. jewelry.BorderColor3 = Color3.new(0, 0, 0)
  53. jewelry.Position = UDim2.new(0, 21, 0, 16)
  54. jewelry.Size = UDim2.new(0, 95, 0, 28)
  55. jewelry.Font = Enum.Font.SciFi
  56. jewelry.FontSize = Enum.FontSize.Size14
  57. jewelry.Text = "Jewelry Store"
  58. jewelry.TextSize = 14
  59.  
  60. jewelry2.Name = "jewelry2"
  61. jewelry2.Parent = mainframe
  62. jewelry2.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  63. jewelry2.BackgroundTransparency = 0.30000001192093
  64. jewelry2.BorderColor3 = Color3.new(0, 0, 0)
  65. jewelry2.Position = UDim2.new(0, 141, 0, 16)
  66. jewelry2.Size = UDim2.new(0, 95, 0, 28)
  67. jewelry2.Font = Enum.Font.SciFi
  68. jewelry2.FontSize = Enum.FontSize.Size14
  69. jewelry2.Text = "Jewelry Roof"
  70. jewelry2.TextSize = 14
  71.  
  72. bank.Name = "bank"
  73. bank.Parent = mainframe
  74. bank.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  75. bank.BackgroundTransparency = 0.30000001192093
  76. bank.BorderColor3 = Color3.new(0, 0, 0)
  77. bank.Position = UDim2.new(0, 19, 0, 63)
  78. bank.Size = UDim2.new(0, 95, 0, 28)
  79. bank.Font = Enum.Font.SciFi
  80. bank.FontSize = Enum.FontSize.Size14
  81. bank.Text = "Bank"
  82. bank.TextSize = 14
  83.  
  84. criminal.Name = "criminal"
  85. criminal.Parent = mainframe
  86. criminal.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  87. criminal.BackgroundTransparency = 0.30000001192093
  88. criminal.BorderColor3 = Color3.new(0, 0, 0)
  89. criminal.Position = UDim2.new(0, 141, 0, 63)
  90. criminal.Size = UDim2.new(0, 95, 0, 28)
  91. criminal.Font = Enum.Font.SciFi
  92. criminal.FontSize = Enum.FontSize.Size14
  93. criminal.Text = "Criminal Base"
  94. criminal.TextSize = 14
  95.  
  96. heli1.Name = "heli1"
  97. heli1.Parent = mainframe
  98. heli1.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  99. heli1.BackgroundTransparency = 0.30000001192093
  100. heli1.BorderColor3 = Color3.new(0, 0, 0)
  101. heli1.Position = UDim2.new(0, 19, 0, 114)
  102. heli1.Size = UDim2.new(0, 95, 0, 28)
  103. heli1.Font = Enum.Font.SciFi
  104. heli1.FontSize = Enum.FontSize.Size14
  105. heli1.Text = "Helicopter 1"
  106. heli1.TextSize = 14
  107.  
  108. heli2.Name = "heli2"
  109. heli2.Parent = mainframe
  110. heli2.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  111. heli2.BackgroundTransparency = 0.30000001192093
  112. heli2.BorderColor3 = Color3.new(0, 0, 0)
  113. heli2.Position = UDim2.new(0, 141, 0, 114)
  114. heli2.Size = UDim2.new(0, 95, 0, 28)
  115. heli2.Font = Enum.Font.SciFi
  116. heli2.FontSize = Enum.FontSize.Size14
  117. heli2.Text = "Helicopter 2"
  118. heli2.TextSize = 14
  119.  
  120. prison.Name = "prison"
  121. prison.Parent = mainframe
  122. prison.BackgroundColor3 = Color3.new(0.172549, 0.498039, 0.498039)
  123. prison.BackgroundTransparency = 0.30000001192093
  124. prison.BorderColor3 = Color3.new(0, 0, 0)
  125. prison.Position = UDim2.new(0, 19, 0, 165)
  126. prison.Size = UDim2.new(0, 95, 0, 28)
  127. prison.Font = Enum.Font.SciFi
  128. prison.FontSize = Enum.FontSize.Size14
  129. prison.Text = "Prison"
  130. prison.TextSize = 14
  131.  
  132. eteleport.Name = "eteleport"
  133. eteleport.Parent = mainframe
  134. eteleport.BackgroundColor3 = Color3.new(0.666667, 0, 0.00784314)
  135. eteleport.BackgroundTransparency = 0.30000001192093
  136. eteleport.BorderColor3 = Color3.new(0, 0, 0)
  137. eteleport.Position = UDim2.new(0, 141, 0, 165)
  138. eteleport.Size = UDim2.new(0, 95, 0, 28)
  139. eteleport.Font = Enum.Font.SciFi
  140. eteleport.FontSize = Enum.FontSize.Size14
  141. eteleport.Text = "'e' Teleport"
  142. eteleport.TextSize = 14
  143.  
  144. close.Name = "close"
  145. close.Parent = mainframe
  146. close.BackgroundColor3 = Color3.new(0.666667, 0, 0.00784314)
  147. close.BackgroundTransparency = 0.30000001192093
  148. close.BorderColor3 = Color3.new(0, 0, 0)
  149. close.Position = UDim2.new(0, 243, 0, 0)
  150. close.Size = UDim2.new(0, 20, 0, 15)
  151. close.Font = Enum.Font.SciFi
  152. close.FontSize = Enum.FontSize.Size14
  153. close.Text = "X"
  154. close.TextColor3 = Color3.new(1, 1, 1)
  155. close.TextSize = 14
  156.  
  157. open.MouseButton1Click:Connect(function()
  158. local s = Instance.new ("Sound", workspace)
  159. s.SoundId = 'rbxassetid://177266782'
  160. s.Volume = 0.4
  161. s:Play()
  162. if open.Text == "OPEN" then
  163. open.Text = "HIDE"
  164. mainframe.Visible = true
  165. else
  166. open.Text = "OPEN"
  167. mainframe.Visible = false
  168. end
  169. end)
  170.  
  171. jewelry.MouseButton1Click:Connect(function()
  172. local s = Instance.new ("Sound", workspace)
  173. s.SoundId = 'rbxassetid://177266782'
  174. s.Volume = 0.4
  175. s:Play()
  176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 18, 1313)
  177. end)
  178.  
  179. jewelry2.MouseButton1Click:Connect(function()
  180. local s = Instance.new ("Sound", workspace)
  181. s.SoundId = 'rbxassetid://177266782'
  182. s.Volume = 0.4
  183. s:Play()
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 99, 1313)
  185. end)
  186.  
  187. bank.MouseButton1Click:Connect(function()
  188. local s = Instance.new ("Sound", workspace)
  189. s.SoundId = 'rbxassetid://177266782'
  190. s.Volume = 0.4
  191. s:Play()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36, 1, 810)
  193. end)
  194.  
  195. criminal.MouseButton1Click:Connect(function()
  196. local s = Instance.new ("Sound", workspace)
  197. s.SoundId = 'rbxassetid://177266782'
  198. s.Volume = 0.4
  199. s:Play()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-230, 18, 1593)
  201. end)
  202.  
  203. heli1.MouseButton1Click:Connect(function()
  204. local s = Instance.new ("Sound", workspace)
  205. s.SoundId = 'rbxassetid://177266782'
  206. s.Volume = 0.4
  207. s:Play()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1177, 58, -1585)
  209. end)
  210.  
  211. heli2.MouseButton1Click:Connect(function()
  212. local s = Instance.new ("Sound", workspace)
  213. s.SoundId = 'rbxassetid://177266782'
  214. s.Volume = 0.4
  215. s:Play()
  216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(738, 70, 1095)
  217. end)
  218.  
  219. prison.MouseButton1Click:Connect(function()
  220. local s = Instance.new ("Sound", workspace)
  221. s.SoundId = 'rbxassetid://177266782'
  222. s.Volume = 0.4
  223. s:Play()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1220, 18, -1761)
  225. end)
  226.  
  227. eteleport.MouseButton1Click:Connect(function()
  228. local s = Instance.new ("Sound", workspace)
  229. s.SoundId = 'rbxassetid://177266782'
  230. s.Volume = 0.4
  231. s:Play()
  232. plr = game.Players.LocalPlayer
  233. hum = plr.Character.HumanoidRootPart
  234. mouse = plr:GetMouse()
  235. mouse.KeyDown:connect(function(key)
  236. if key == "e" then
  237. if mouse.Target then
  238. hum.CFrame = mouse.Hit+Vector3.new(0,5,0)
  239. end
  240. end
  241. end)
  242. end)
  243.  
  244. close.MouseButton1Click:Connect(function()
  245. local s = Instance.new ("Sound", workspace)
  246. s.SoundId = 'rbxassetid://177266782'
  247. s.Volume = 0.4
  248. s:Play()
  249. jailbreak:Destroy()
  250. end)
Add Comment
Please, Sign In to add comment