Advertisement
Guest User

abcsave12

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