Advertisement
FutureIswap

Untitled

Feb 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. local JailBreaku = Instance.new("ScreenGui")
  2. local Open = Instance.new("Frame")
  3. local OpenButton = Instance.new("TextButton")
  4. local JailMain = Instance.new("Frame")
  5. local Lebel = Instance.new("TextLabel")
  6. local Crim1 = Instance.new("TextButton")
  7. local Crim2 = Instance.new("TextButton")
  8. local Guns = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local InfNit = Instance.new("TextButton")
  11. local InfJump = Instance.new("TextButton")
  12. local SpoofKeycard = Instance.new("TextButton")
  13. local Btools = Instance.new("TextButton")
  14. local Walkspeed = Instance.new("TextButton")
  15.  
  16. JailBreaku.Name = "JailBreaku"
  17. JailBreaku.Parent = game.CoreGui
  18. JailBreaku.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Open.Name = "Open"
  21. Open.Parent = JailBreaku
  22. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Open.Position = UDim2.new(0.490159303, 0, -0.00199201703, 0)
  24. Open.Size = UDim2.new(0, 120, 0, 21)
  25.  
  26. OpenButton.Name = "OpenButton"
  27. OpenButton.Parent = Open
  28. OpenButton.BackgroundColor3 = Color3.new(0, 0, 1)
  29. OpenButton.BorderSizePixel = 0
  30. OpenButton.Size = UDim2.new(0, 120, 0, 21)
  31. OpenButton.Font = Enum.Font.SciFi
  32. OpenButton.Text = "Open"
  33. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  34. OpenButton.TextScaled = true
  35. OpenButton.TextSize = 14
  36. OpenButton.TextWrapped = true
  37. OpenButton.MouseButton1Down:connect(function()
  38. JailMain.Visible = true
  39. Open.Visible = true
  40. end)
  41.  
  42. JailMain.Name = "JailMain"
  43. JailMain.Parent = JailBreaku
  44. JailMain.Active = true
  45. JailMain.BackgroundColor3 = Color3.new(1, 1, 1)
  46. JailMain.Position = UDim2.new(0.329896897, 0, 0.153386459, 0)
  47. JailMain.Selectable = true
  48. JailMain.Size = UDim2.new(0, 439, 0, 253)
  49. JailMain.Visible = false
  50. JailMain.Draggable = true
  51.  
  52. Lebel.Name = "Lebel"
  53. Lebel.Parent = JailMain
  54. Lebel.BackgroundColor3 = Color3.new(0, 0, 1)
  55. Lebel.BorderSizePixel = 0
  56. Lebel.Position = UDim2.new(0, 0, -0.0988142267, 0)
  57. Lebel.Size = UDim2.new(0, 439, 0, 25)
  58. Lebel.Font = Enum.Font.SciFi
  59. Lebel.Text = "Jailbreak Gui v1.0.0"
  60. Lebel.TextColor3 = Color3.new(1, 1, 1)
  61. Lebel.TextScaled = true
  62. Lebel.TextSize = 14
  63. Lebel.TextWrapped = true
  64.  
  65. Crim1.Name = "Crim1"
  66. Crim1.Parent = JailMain
  67. Crim1.BackgroundColor3 = Color3.new(0, 0, 1)
  68. Crim1.BorderSizePixel = 0
  69. Crim1.Position = UDim2.new(0.0523917973, 0, 0.0316205546, 0)
  70. Crim1.Size = UDim2.new(0, 163, 0, 41)
  71. Crim1.Font = Enum.Font.SciFi
  72. Crim1.Text = "Crim Base 1"
  73. Crim1.TextColor3 = Color3.new(0, 0, 0)
  74. Crim1.TextSize = 22
  75. Crim1.TextWrapped = true
  76. Crim1.MouseButton1Down:connect(function()
  77. for i=1,32 do
  78. wait(.08)
  79. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  80. end
  81. end)
  82.  
  83. Crim2.Name = "Crim2"
  84. Crim2.Parent = JailMain
  85. Crim2.BackgroundColor3 = Color3.new(0, 0, 1)
  86. Crim2.BorderSizePixel = 0
  87. Crim2.Position = UDim2.new(0.0523917973, 0, 0.237154156, 0)
  88. Crim2.Size = UDim2.new(0, 163, 0, 41)
  89. Crim2.Font = Enum.Font.SciFi
  90. Crim2.Text = "Crim Base 2"
  91. Crim2.TextColor3 = Color3.new(0, 0, 0)
  92. Crim2.TextSize = 22
  93. Crim2.TextWrapped = true
  94. Crim2.MouseButton1Down:connect(function()
  95. for i=1,32 do
  96. wait(.08)
  97. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  98. end
  99. end)
  100.  
  101. Guns.Name = "Guns"
  102. Guns.Parent = JailMain
  103. Guns.BackgroundColor3 = Color3.new(0, 0, 1)
  104. Guns.BorderSizePixel = 0
  105. Guns.Position = UDim2.new(0.0523917973, 0, 0.418972343, 0)
  106. Guns.Size = UDim2.new(0, 163, 0, 41)
  107. Guns.Font = Enum.Font.SciFi
  108. Guns.Text = "Give All Guns"
  109. Guns.TextColor3 = Color3.new(0, 0, 0)
  110. Guns.TextSize = 22
  111. Guns.TextWrapped = true
  112. Guns.MouseButton1Down:connect(function()
  113. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  114.  
  115. a = Instance.new("Part", workspace)
  116. a.Anchored = true
  117. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  118. a.CanCollide = false
  119.  
  120. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  121. if v.Name == "Station" then
  122. for a, b in pairs(v:GetChildren()) do
  123. if b:IsA("StringValue") then
  124. if b.Value == "Pistol" then
  125. v.CFrame = CFrame.new(hit)
  126. end
  127. end
  128. end
  129. end
  130. end
  131. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  132.  
  133. a = Instance.new("Part", workspace)
  134. a.Anchored = true
  135. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  136. a.CanCollide = false
  137.  
  138. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  139. if v.Name == "Station" then
  140. for a, b in pairs(v:GetChildren()) do
  141. if b:IsA("StringValue") then
  142. if b.Value == "Shotgun" then
  143. v.CFrame = CFrame.new(hit)
  144. end
  145. end
  146. end
  147. end
  148. end
  149. end)
  150.  
  151. Close.Name = "Close"
  152. Close.Parent = JailMain
  153. Close.BackgroundColor3 = Color3.new(0, 0, 1)
  154. Close.BorderSizePixel = 0
  155. Close.Position = UDim2.new(0.940774441, 0, -0.086956501, 0)
  156. Close.Size = UDim2.new(0, 17, 0, 19)
  157. Close.Font = Enum.Font.SourceSans
  158. Close.Text = "X"
  159. Close.TextColor3 = Color3.new(0, 0, 0)
  160. Close.TextSize = 14
  161. Close.MouseButton1Down:connect(function()
  162. OpenButton.Visible = true
  163. JailMain.Visible = false
  164. end)
  165.  
  166. InfNit.Name = "InfNit"
  167. InfNit.Parent = JailMain
  168. InfNit.BackgroundColor3 = Color3.new(0, 0, 1)
  169. InfNit.BorderSizePixel = 0
  170. InfNit.Position = UDim2.new(0.0523917973, 0, 0.632411063, 0)
  171. InfNit.Size = UDim2.new(0, 163, 0, 41)
  172. InfNit.Font = Enum.Font.SciFi
  173. InfNit.Text = "Inf Nitrous"
  174. InfNit.TextColor3 = Color3.new(0, 0, 0)
  175. InfNit.TextSize = 22
  176. InfNit.TextWrapped = true
  177. InfNit.MouseButton1Down:connect(function()
  178. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  179. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  180. end)
  181.  
  182. InfJump.Name = "InfJump"
  183. InfJump.Parent = JailMain
  184. InfJump.BackgroundColor3 = Color3.new(0, 0, 1)
  185. InfJump.BorderSizePixel = 0
  186. InfJump.Position = UDim2.new(0.446469247, 0, 0.0316205621, 0)
  187. InfJump.Size = UDim2.new(0, 163, 0, 41)
  188. InfJump.Font = Enum.Font.SciFi
  189. InfJump.Text = "Inf Jump"
  190. InfJump.TextColor3 = Color3.new(0, 0, 0)
  191. InfJump.TextSize = 22
  192. InfJump.TextWrapped = true
  193. InfJump.MouseButton1Down:connect(function()
  194. game:GetService("UserInputService").JumpRequest:connect(function()
  195. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  196. end)
  197. end)
  198.  
  199. SpoofKeycard.Name = "SpoofKeycard"
  200. SpoofKeycard.Parent = JailMain
  201. SpoofKeycard.BackgroundColor3 = Color3.new(0, 0, 1)
  202. SpoofKeycard.BorderSizePixel = 0
  203. SpoofKeycard.Position = UDim2.new(0.446469247, 0, 0.237154156, 0)
  204. SpoofKeycard.Size = UDim2.new(0, 163, 0, 41)
  205. SpoofKeycard.Font = Enum.Font.SciFi
  206. SpoofKeycard.Text = "Spoof Keycard"
  207. SpoofKeycard.TextColor3 = Color3.new(0, 0, 0)
  208. SpoofKeycard.TextSize = 22
  209. SpoofKeycard.TextWrapped = true
  210. SpoofKeycard.MouseButton1Down:connect(function()
  211. game.Players.LocalPlayer.TeamValue.Value= "Police"
  212. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement