Nova355killer

Jailbreak funtion

Dec 8th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. local JAILCOCAIN = Instance.new("ScreenGui")
  2. local GunCheats = Instance.new("Frame")
  3. local Name = Instance.new("TextLabel")
  4. local INFAmmo = Instance.new("TextButton")
  5. local Exit = Instance.new("TextButton")
  6. local SuperShoot = Instance.new("TextButton")
  7. local Ak = Instance.new("TextButton")
  8. local M4 = Instance.new("TextButton")
  9. local Pistol = Instance.new("TextButton")
  10. local Shote = Instance.new("TextButton")
  11. local Misk = Instance.new("Frame")
  12. local Name_2 = Instance.new("TextLabel")
  13. local Exit_2 = Instance.new("TextButton")
  14. local NoClipA = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local Arrest = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local Gravity = Instance.new("TextButton")
  19. local NoClipB = Instance.new("TextButton")
  20. local Teleports = Instance.new("Frame")
  21. local Name_3 = Instance.new("TextLabel")
  22. local Exit_3 = Instance.new("TextButton")
  23. local Bank = Instance.new("TextButton")
  24. local PrisonFront = Instance.new("TextButton")
  25. local JewleryIn = Instance.new("TextButton")
  26. local Crimbase1 = Instance.new("TextButton")
  27. local PrisonInside = Instance.new("TextButton")
  28. local Museum = Instance.new("TextButton")
  29. local BankFront = Instance.new("TextButton")
  30. local JewleryOut = Instance.new("TextButton")
  31. local Donut = Instance.new("TextButton")
  32. local Gas = Instance.new("TextButton")
  33. local Crimbase2 = Instance.new("TextButton")
  34. local TrainSpawn = Instance.new("TextButton")
  35. local PoliceBase = Instance.new("TextButton")
  36. local VehicleCheats = Instance.new("Frame")
  37. local Name_4 = Instance.new("TextLabel")
  38. local Exit_4 = Instance.new("TextButton")
  39. local Car_Speed = Instance.new("TextButton")
  40. --Properties:
  41. JAILCOCAIN.Name = "JAILCOCAIN"
  42. JAILCOCAIN.Parent = game.CoreGui````````-.
  43. Misk.Name = "Function"
  44. Misk.Parent = JAILCOCAIN
  45. Misk.Active = true
  46. Misk.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  47. Misk.BackgroundTransparency = 0.25
  48. Misk.BorderColor3 = Color3.new(1, 0, 0.0156863)
  49. Misk.BorderSizePixel = 2
  50. Misk.Draggable = true
  51. Misk.Position = UDim2.new(0.619293332, 140, -0.119271368, 125)
  52. Misk.Size = UDim2.new(0, 203, 0, 279)
  53. Misk.Active = true
  54.  
  55. Name_2.Name = "Name"
  56. Name_2.Parent = Misk
  57. Name_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  58. Name_2.BackgroundTransparency = 0.60000002384186
  59. Name_2.BorderColor3 = Color3.new(1, 0, 0.0156863)
  60. Name_2.BorderSizePixel = 2
  61. Name_2.Position = UDim2.new(-0.000216960907, 0, 0, 0)
  62. Name_2.Size = UDim2.new(0, 203, 0, 50)
  63. Name_2.Font = Enum.Font.Cartoon
  64. Name_2.Text = "Function"
  65. Name_2.TextColor3 = Color3.new(0, 0, 0)
  66. Name_2.TextSize = 30
  67. Name_2.TextWrapped = true
  68.  
  69. Exit_2.Name = "Exit"
  70. Exit_2.Parent = Misk
  71. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Exit_2.BackgroundTransparency = 1
  73. Exit_2.BorderColor3 = Color3.new(1, 0, 0.0156863)
  74. Exit_2.Position = UDim2.new(0.896551728, 0, 0, 0)
  75. Exit_2.Size = UDim2.new(0, 21, 0, 19)
  76. Exit_2.Font = Enum.Font.SourceSans
  77. Exit_2.Text = "X"
  78. Exit_2.TextColor3 = Color3.new(0.956863, 0, 0.0156863)
  79. Exit_2.TextScaled = true
  80. Exit_2.TextSize = 14
  81. Exit_2.TextStrokeColor3 = Color3.new(1, 0.0431373, 0.0588235)
  82. Exit_2.TextWrapped = true
  83. Exit_2.MouseButton1Down:Connect(function()
  84. Exit_2.Parent.Visible = false
  85. end)
  86.  
  87. NoClipA.Name = "NoClipA"
  88. NoClipA.Parent = Misk
  89. NoClipA.BackgroundColor3 = Color3.new(1, 1, 1)
  90. NoClipA.BackgroundTransparency = 1
  91. NoClipA.BorderColor3 = Color3.new(0.0117647, 0.0235294, 0.207843)
  92. NoClipA.BorderSizePixel = 0
  93. NoClipA.Position = UDim2.new(-0.00514304638, 0, 0.176542878, 0)
  94. NoClipA.Size = UDim2.new(0, 203, 0, 26)
  95. NoClipA.Font = Enum.Font.Cartoon
  96. NoClipA.Text = "NoclipA"
  97. NoClipA.TextColor3 = Color3.new(0, 0, 0)
  98. NoClipA.TextSize = 25
  99. NoClipA.TextWrapped = true
  100. NoClipA.MouseButton1Down:connect(function()
  101. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  102. if obj ~= workspace.Terrain then
  103. obj.CanCollide = false
  104. wait(1)
  105. obj.CanCollide = true
  106. end
  107. end)
  108. end)
  109.  
  110. Speed.Name = "Speed"
  111. Speed.Parent = Misk
  112. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Speed.BackgroundTransparency = 1
  114. Speed.BorderColor3 = Color3.new(0.0117647, 0.0235294, 0.207843)
  115. Speed.BorderSizePixel = 0
  116. Speed.Position = UDim2.new(-0.000216722488, 0, 0.361394435, 0)
  117. Speed.Size = UDim2.new(0, 203, 0, 26)
  118. Speed.Font = Enum.Font.Cartoon
  119. Speed.Text = "speed [X]"
  120. Speed.TextColor3 = Color3.new(0, 0, 0)
  121. Speed.TextSize = 25
  122. Speed.TextWrapped = true
  123. Speed.MouseButton1Down:connect(function()
  124. local walkspeedplayer = game:GetService("Players").LocalPlayer
  125. local walkspeedmouse = walkspeedplayer:GetMouse()
  126.  
  127. local walkspeedenabled = false
  128.  
  129. function x_walkspeed(key)
  130. if (key == "x") then
  131. if walkspeedenabled == false then
  132. _G.WS = 200;
  133. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  134. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  135. Humanoid.WalkSpeed = _G.WS;
  136. end)
  137. Humanoid.WalkSpeed = _G.WS;
  138.  
  139. walkspeedenabled = true
  140. elseif walkspeedenabled == true then
  141. _G.WS = 20;
  142. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  143. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  144. Humanoid.WalkSpeed = _G.WS;
  145. end)
  146. Humanoid.WalkSpeed = _G.WS;
  147.  
  148. walkspeedenabled = false
  149. end
  150. end
  151. end
  152.  
  153. walkspeedmouse.KeyDown:connect(x_walkspeed)
  154.  
  155. end)
  156.  
  157. Arrest.Name = "Arrest"
  158. Arrest.Parent = Misk
  159. Arrest.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Arrest.BackgroundTransparency = 1
  161. Arrest.Position = UDim2.new(-0.00492610736, 0, 0.456112772, 0)
  162. Arrest.Size = UDim2.new(0, 203, 0, 26)
  163. Arrest.Font = Enum.Font.Cartoon
  164. Arrest.Text = "Auto arrest"
  165. Arrest.TextColor3 = Color3.new(0, 0, 0)
  166. Arrest.TextSize = 25
  167. Arrest.MouseButton1Down:connect(function()
  168. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  169. local list = game:GetService('Teams').Criminal:GetPlayers()
  170. wait()
  171. for i,v in pairs(list) do
  172. repeat wait()
  173. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 1.8, 4) until v.Team.Name ~= 'Criminal'
  174. end
  175. end)
  176.  
  177. Btools.Name = "Btools"
  178. Btools.Parent = Misk
  179. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  180. Btools.BackgroundTransparency = 1
  181. Btools.Position = UDim2.new(-0.00492610782, 0, 0.642492771, 0)
  182. Btools.Size = UDim2.new(0, 203, 0, 26)
  183. Btools.Font = Enum.Font.Cartoon
  184. Btools.Text = "Btools"
  185. Btools.TextColor3 = Color3.new(0, 0, 0)
  186. Btools.TextSize = 25
  187. Btools.MouseButton1Down:connect(function()
  188. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  189. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  190. if child.ClassName == "Part" then
  191. child.Locked = false
  192. end
  193. if child.ClassName == "MeshPart" then
  194. child.Locked = false
  195. end
  196. if child.ClassName == "UnionOperation" then
  197. child.Locked = false
  198. end
  199. if child.ClassName == "Model" then
  200. for index, chil in pairs(child:GetChildren()) do
  201. if chil.ClassName == "Part" then
  202. chil.Locked = false
  203. end
  204. if chil.ClassName == "MeshPart" then
  205. chil.Locked = false
  206. end
  207. if chil.ClassName == "UnionOperation" then
  208. chil.Locked = false
  209. end
  210. if chil.ClassName == "Model" then
  211. for index, childe in pairs(chil:GetChildren()) do
  212. if childe.ClassName == "Part" then
  213. childe.Locked = false
  214. end
  215. if childe.ClassName == "MeshPart" then
  216. childe.Locked = false
  217. end
  218. if childe.ClassName == "UnionOperation" then
  219. childe.Locked = false
  220. end
  221. if childe.ClassName == "Model" then
  222. for index, childeo in pairs(childe:GetChildren()) do
  223. if childeo.ClassName == "Part" then
  224. childeo.Locked = false
  225. end
  226. if childeo.ClassName == "MeshPart" then
  227. childeo.Locked = false
  228. end
  229. if childeo.ClassName == "UnionOperation" then
  230. childeo.Locked = false
  231. end
  232. if childeo.ClassName == "Model" then
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. end
  240. end
  241. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  242. c.BinType = Enum.BinType.Hammer
  243. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  244. c.BinType = Enum.BinType.Clone
  245. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  246. c.BinType = Enum.BinType.Grab
  247. end)
  248.  
  249. Gravity.Name = "Gravity"
  250. Gravity.Parent = Misk
  251. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Gravity.BackgroundTransparency = 1
  253. Gravity.Position = UDim2.new(-0.00492610782, 0, 0.549302816, 0)
  254. Gravity.Size = UDim2.new(0, 203, 0, 26)
  255. Gravity.Font = Enum.Font.Cartoon
  256. Gravity.Text = "Gravity"
  257. Gravity.TextColor3 = Color3.new(0, 0, 0)
  258. Gravity.TextSize = 25
  259. Gravity.MouseButton1Down:connect(function()
  260. if Gravity == true then
  261. Gravity = false
  262. game.workspace.Gravity = 196.2
  263. else
  264. Gravity = true
  265. game.workspace.Gravity = 45
  266. end
  267. end)
  268.  
  269. NoClipB.Name = "NoClipB"
  270. NoClipB.Parent = Misk
  271. NoClipB.BackgroundColor3 = Color3.new(1, 1, 1)
  272. NoClipB.BackgroundTransparency = 1
  273. NoClipB.BorderColor3 = Color3.new(0.0117647, 0.0235294, 0.207843)
  274. NoClipB.BorderSizePixel = 0
  275. NoClipB.Position = UDim2.new(-0.0100691542, 0, 0.269732833, 0)
  276. NoClipB.Size = UDim2.new(0, 203, 0, 26)
  277. NoClipB.Font = Enum.Font.Cartoon
  278. NoClipB.Text = "NoclipB"
  279. NoClipB.TextColor3 = Color3.new(0, 0, 0)
  280. NoClipB.TextSize = 25
  281. NoClipB.TextWrapped = true
  282. NoClipB.MouseButton1Down:connect(function()
  283. local noclipplayer = game:GetService("Players").LocalPlayer
  284. local noclipmouse = noclipplayer:GetMouse()
  285.  
  286. local donoclip = false
  287. local noclip = false
  288.  
  289. function b_noclip(key)
  290. if (key == "b") then
  291. if noclip == false then
  292. donoclip = true
  293.  
  294. noclip = true
  295. elseif noclip == true then
  296. donoclip = false
  297.  
  298. noclip = false
  299. end
  300. end
  301. end
  302.  
  303. noclipmouse.KeyDown:connect(b_noclip)
  304.  
  305. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  306. if obj ~= workspace.Terrain then
  307. if donoclip == true then
  308. obj.CanCollide = false
  309. else
  310. obj.CanCollide = true
  311. end
  312. end
  313. end)
  314. end)
Add Comment
Please, Sign In to add comment