Advertisement
Guest User

Updated Jailbreak GUI Script - By Among (V3m)

a guest
Jun 8th, 2017
38,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. -- I'm not sure who created this. I found it and wanted to update it to its latest form so here it is,
  2. -- Updated by Among on v3millon.net. Please vouch!
  3. -- Vehicles will soon be added to the GUI, I'm still working on them.
  4.  
  5.  
  6. -- IMPORTANT: Please leave suggestions on what you would like me to add to this script. Anyways, thanks for using the
  7. -- "Jailbreak GUI - Updated"
  8.  
  9. wait(2)
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local _1 = Instance.new("TextButton")
  13. local _2 = Instance.new("TextButton")
  14. local _4 = Instance.new("TextButton")
  15. local _3 = Instance.new("TextButton")
  16. local _5 = Instance.new("TextButton")
  17. local _6 = Instance.new("TextButton")
  18. local _5_2 = Instance.new("TextButton")
  19. local _7 = Instance.new("TextButton")
  20. local _8 = Instance.new("TextButton")
  21. local _9 = Instance.new("TextButton")
  22. local TextLabel = Instance.new("TextLabel")
  23. local TextLabel2 = Instance.new("TextLabel")
  24. local close = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  29.  
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Frame.Position = UDim2.new(0, 0, 0, 63)
  33. Frame.Size = UDim2.new(0, 395, 0, 450)
  34.  
  35. _1.Name = "1"
  36. _1.Parent = ScreenGui
  37. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  38. _1.BackgroundTransparency = 1
  39. _1.Position = UDim2.new(0, 37, 0, 139)
  40. _1.Size = UDim2.new(0, 139, 0, 50)
  41. _1.Font = Enum.Font.SourceSans
  42. _1.FontSize = Enum.FontSize.Size14
  43. _1.Text = "Escape + Heli + Police Car"
  44. _1.TextColor3 = Color3.new(1, 1, 1)
  45. _1.TextScaled = true
  46. _1.TextSize = 14
  47. _1.TextStrokeColor3 = Color3.new(1, 1, 1)
  48. _1.TextWrapped = true
  49.  
  50. _2.Name = "2"
  51. _2.Parent = ScreenGui
  52. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  53. _2.BackgroundTransparency = 1
  54. _2.Position = UDim2.new(0, 215, 0, 139)
  55. _2.Size = UDim2.new(0, 139, 0, 50)
  56. _2.Font = Enum.Font.SourceSans
  57. _2.FontSize = Enum.FontSize.Size14
  58. _2.Text = "Escape + HQ Base"
  59. _2.TextColor3 = Color3.new(1, 1, 1)
  60. _2.TextScaled = true
  61. _2.TextSize = 14
  62. _2.TextStrokeColor3 = Color3.new(1, 1, 1)
  63. _2.TextWrapped = true
  64.  
  65. _4.Name = "4"
  66. _4.Parent = ScreenGui
  67. _4.BackgroundColor3 = Color3.new(1, 1, 1)
  68. _4.BackgroundTransparency = 1
  69. _4.Position = UDim2.new(0, 215, 0, 215)
  70. _4.Size = UDim2.new(0, 139, 0, 50)
  71. _4.Font = Enum.Font.SourceSans
  72. _4.FontSize = Enum.FontSize.Size28
  73. _4.Text = "Garage"
  74. _4.TextColor3 = Color3.new(1, 1, 1)
  75. _4.TextSize = 28
  76. _4.TextStrokeColor3 = Color3.new(1, 1, 1)
  77. _4.TextWrapped = true
  78.  
  79. _3.Name = "3"
  80. _3.Parent = ScreenGui
  81. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  82. _3.BackgroundTransparency = 1
  83. _3.Position = UDim2.new(0, 37, 0, 215)
  84. _3.Size = UDim2.new(0, 139, 0, 50)
  85. _3.Font = Enum.Font.SourceSans
  86. _3.FontSize = Enum.FontSize.Size28
  87. _3.Text = "Bank"
  88. _3.TextColor3 = Color3.new(1, 1, 1)
  89. _3.TextSize = 28
  90. _3.TextStrokeColor3 = Color3.new(1, 1, 1)
  91. _3.TextWrapped = true
  92.  
  93. _5.Name = "5"
  94. _5.Parent = ScreenGui
  95. _5.BackgroundColor3 = Color3.new(1, 1, 1)
  96. _5.BackgroundTransparency = 1
  97. _5.Position = UDim2.new(0, 37, 0, 290)
  98. _5.Size = UDim2.new(0, 139, 0, 50)
  99. _5.Font = Enum.Font.SourceSans
  100. _5.FontSize = Enum.FontSize.Size14
  101. _5.Text = "Police cars(from jail)"
  102. _5.TextColor3 = Color3.new(1, 1, 1)
  103. _5.TextScaled = true
  104. _5.TextSize = 14
  105. _5.TextStrokeColor3 = Color3.new(1, 1, 1)
  106. _5.TextWrapped = true
  107.  
  108. _6.Name = "6"
  109. _6.Parent = ScreenGui
  110. _6.BackgroundColor3 = Color3.new(1, 1, 1)
  111. _6.BackgroundTransparency = 1
  112. _6.Position = UDim2.new(0, 215, 0, 290)
  113. _6.Size = UDim2.new(0, 139, 0, 50)
  114. _6.Font = Enum.Font.SourceSans
  115. _6.FontSize = Enum.FontSize.Size14
  116. _6.Text = "Helicopter(from jail)"
  117. _6.TextColor3 = Color3.new(1, 1, 1)
  118. _6.TextScaled = true
  119. _6.TextSize = 14
  120. _6.TextStrokeColor3 = Color3.new(1, 1, 1)
  121. _6.TextWrapped = true
  122.  
  123. _5_2.Name = "5"
  124. _5_2.Parent = ScreenGui
  125. _5_2.BackgroundColor3 = Color3.new(1, 1, 1)
  126. _5_2.BackgroundTransparency = 1
  127. _5_2.Position = UDim2.new(0, 215, 0, 365)
  128. _5_2.Size = UDim2.new(0, 139, 0, 50)
  129. _5_2.Font = Enum.Font.SourceSans
  130. _5_2.FontSize = Enum.FontSize.Size14
  131. _5_2.Text = "Guns(from jail)"
  132. _5_2.TextColor3 = Color3.new(1, 1, 1)
  133. _5_2.TextScaled = true
  134. _5_2.TextSize = 14
  135. _5_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  136. _5_2.TextWrapped = true
  137.  
  138. _7.Name = "7"
  139. _7.Parent = ScreenGui
  140. _7.BackgroundColor3 = Color3.new(1, 1, 1)
  141. _7.BackgroundTransparency = 1
  142. _7.Position = UDim2.new(0, 37, 0, 440)
  143. _7.Size = UDim2.new(0, 139, 0, 50)
  144. _7.Font = Enum.Font.SourceSans
  145. _7.FontSize = Enum.FontSize.Size14
  146. _7.Text = "Jewelry Store Door"
  147. _7.TextColor3 = Color3.new(1, 1, 1)
  148. _7.TextScaled = true
  149. _7.TextSize = 14
  150. _7.TextStrokeColor3 = Color3.new(1, 1, 1)
  151. _7.TextWrapped = true
  152.  
  153. _8.Name = "8"
  154. _8.Parent = ScreenGui
  155. _8.BackgroundColor3 = Color3.new(1, 1, 1)
  156. _8.BackgroundTransparency = 1
  157. _8.Position = UDim2.new(0, 37, 0, 365)
  158. _8.Size = UDim2.new(0, 139, 0, 50)
  159. _8.Font = Enum.Font.SourceSans
  160. _8.FontSize = Enum.FontSize.Size14
  161. _8.Text = "Jewelry Store Top"
  162. _8.TextColor3 = Color3.new(1, 1, 1)
  163. _8.TextScaled = true
  164. _8.TextSize = 14
  165. _8.TextStrokeColor3 = Color3.new(1, 1, 1)
  166. _8.TextWrapped = true
  167.  
  168. _9.Name = "9"
  169. _9.Parent = ScreenGui
  170. _9.BackgroundColor3 = Color3.new(1, 1, 1)
  171. _9.BackgroundTransparency = 1
  172. _9.Position = UDim2.new(0, 215, 0, 440)
  173. _9.Size = UDim2.new(0, 139, 0, 50)
  174. _9.Font = Enum.Font.SourceSans
  175. _9.FontSize = Enum.FontSize.Size14
  176. _9.Text = "More to come!"
  177. _9.TextColor3 = Color3.new(1, 1, 1)
  178. _9.TextScaled = true
  179. _9.TextSize = 14
  180. _9.TextStrokeColor3 = Color3.new(1, 1, 1)
  181. _9.TextWrapped = true
  182.  
  183.  
  184.  
  185. TextLabel.Parent = ScreenGui
  186. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TextLabel.BackgroundTransparency = 0.99000000953674
  188. TextLabel.Position = UDim2.new(0, 94, 0, 68)
  189. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  190. TextLabel.Font = Enum.Font.SourceSans
  191. TextLabel.FontSize = Enum.FontSize.Size14
  192. TextLabel.Text = "Playername"
  193. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  194. TextLabel.TextScaled = true
  195. TextLabel.TextSize = 14
  196. TextLabel.TextWrapped = true
  197. TextLabel.Text = game.Players.LocalPlayer.Name
  198.  
  199. close.Parent = ScreenGui
  200. close.BackgroundTransparency = 1
  201. close.Position = UDim2.new(0, 368, 0, 65)
  202. close.Size = UDim2.new(0, 28, 0, 34)
  203. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. close.TextScaled = true
  205. close.Text = "X"
  206.  
  207. _1.MouseButton1Down:connect(function()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(744.981506, 38.1523933, 1132.73462) + Vector3.new(1,0,0)
  209. end)
  210.  
  211. _2.MouseButton1Down:connect(function()
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  213. end)
  214.  
  215. _3.MouseButton1Down:connect(function()
  216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  217. end)
  218.  
  219. _4.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  221. end)
  222.  
  223. _5.MouseButton1Down:connect(function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  225. end)
  226.  
  227. _5_2.MouseButton1Down:connect(function()
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  229. end)
  230.  
  231. _6.MouseButton1Down:connect(function()
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  233. end)
  234.  
  235. _7.MouseButton1Down:connect(function()
  236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(145.224, 16.066, 1350.298) + Vector3.new(1,0,0)
  237. end)
  238.  
  239. _8.MouseButton1Down:connect(function()
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(110.4, 94.216, 1307) + Vector3.new(1,0,0)
  241. end)
  242.  
  243. close.MouseButton1Down:connect(function()
  244. ScreenGui:remove()
  245. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement