Advertisement
Guest User

Jailbreaker V2

a guest
Jun 22nd, 2018
79,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.92 KB | None | 0 0
  1. -- Jailbreaker v2
  2. local plr = game:GetService("Players").LocalPlayer
  3.  
  4.  
  5. local TpMethod = 2
  6.  
  7.  
  8.  
  9. function JailbreakTp(...)
  10. getfenv()["TpMethod" .. TpMethod](...)
  11. end
  12.  
  13. function TpMethod1(...)
  14. local char = plr.Character
  15. local root = char.HumanoidRootPart
  16. local args = {...}
  17. for i=0,1,0.05 do
  18. wait()
  19. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  20. end
  21. end
  22.  
  23. function TpMethod2(...)
  24. local args = {...}
  25. local char = plr.Character
  26. local target = Vector3.new(unpack(args,1,3))
  27. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  28. dist = math.floor(dist / 100) + 1
  29. for i=0,dist * 4 do
  30. wait()
  31. char:MoveTo(Vector3.new(...))
  32. end
  33. if args[#args] == true then
  34. wait()
  35. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  36. end
  37. end
  38.  
  39. function Tween(obj, t, properties)
  40. local TweenService = game:GetService("TweenService")
  41. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  42. local tween = TweenService:Create(obj,tweenInfo,properties)
  43. tween:Play()
  44. return tween
  45. end
  46. --something else
  47.  
  48. local function CreateButton(text,parent)
  49. return Create "TextButton" {
  50. Active = true,
  51. AutoButtonColor = true,
  52. BackgroundColor3 = Color3.fromRGB(0,155,232),
  53. BorderSizePixel = 1,
  54. Size = UDim2.new(0,100,0,30),
  55. Font = "SourceSansBold",
  56. TextColor3 = Color3.new(1,1,0),
  57. TextSize = 20,
  58. Text = text,
  59. Parent = parent
  60. }
  61. end
  62.  
  63. -- Objects
  64.  
  65. local JAILBREAKERV2 = Instance.new("ScreenGui")
  66. local Main = Instance.new("Frame")
  67. local TPS = Instance.new("Frame")
  68. local gas = Instance.new("TextButton")
  69. local donut = Instance.new("TextButton")
  70. local JewOut = Instance.new("TextButton")
  71. local JewIn = Instance.new("TextButton")
  72. local BankVault = Instance.new("TextButton")
  73. local BankFront = Instance.new("TextButton")
  74. local crim1 = Instance.new("TextButton")
  75. local crim2 = Instance.new("TextButton")
  76. local train = Instance.new("TextButton")
  77. local BTools = Instance.new("TextButton")
  78. local Gravity = Instance.new("TextButton")
  79. local InfiniteAmmo = Instance.new("TextButton")
  80. local InfiniteHealth = Instance.new("TextButton")
  81. local InfiniteNitro = Instance.new("TextButton")
  82. local Noclip = Instance.new("TextButton")
  83. local RemoveALL = Instance.new("TextButton")
  84. local Walkspeed = Instance.new("TextButton")
  85. local autoarrest = Instance.new("TextButton")
  86. local Guns = Instance.new("TextButton")
  87. local ClickTP = Instance.new("TextButton")
  88. local Platform = Instance.new("TextButton")
  89. local JB2 = Instance.new("Frame")
  90. local BankAutoRobBtn = Instance.new("TextButton")
  91. local BankStatus = Instance.new("TextLabel")
  92. local JewelryStatus = Instance.new("TextLabel")
  93. local Top = Instance.new("Frame")
  94. local Close = Instance.new("TextButton")
  95. local JailbreakerV2 = Instance.new("TextLabel")
  96. local Name = Instance.new("Frame")
  97. local JailBreak = Instance.new("TextButton")
  98. local JailBreak2 = Instance.new("TextButton")
  99. local Open = Instance.new("TextButton")
  100.  
  101. -- Properties
  102.  
  103. JAILBREAKERV2.Name = "JAILBREAKER V2"
  104. JAILBREAKERV2.Parent = game.CoreGui
  105.  
  106. Main.Name = "Main"
  107. Main.Parent = JAILBREAKERV2
  108. Main.Active = true
  109. Main.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  110. Main.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  111. Main.BorderSizePixel = 0
  112. Main.Position = UDim2.new(0.400196671, 0, 0.215415016, 0)
  113. Main.Size = UDim2.new(0, 400, 0, 342)
  114. Main.Draggable = true
  115.  
  116. TPS.Name = "TPS"
  117. TPS.Parent = Main
  118. TPS.BackgroundColor3 = Color3.new(1, 1, 0)
  119. TPS.BackgroundTransparency = 1
  120. TPS.Position = UDim2.new(0, 0, 0.453216374, 0)
  121. TPS.Size = UDim2.new(0, 400, 0, 187)
  122.  
  123. gas.Name = "gas"
  124. gas.Parent = TPS
  125. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  126. gas.Position = UDim2.new(0.0120000001, 0, 0.800000012, 0)
  127. gas.Size = UDim2.new(0, 80, 0, 30)
  128. gas.Font = Enum.Font.ArialBold
  129. gas.Text = "Gas Station"
  130. gas.TextScaled = true
  131. gas.TextSize = 14
  132. gas.TextWrapped = true
  133. gas.MouseButton1Down:connect(function()
  134. for i=1,32 do
  135. wait(.01)
  136. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  137. end
  138. end)
  139.  
  140. donut.Name = "donut"
  141. donut.Parent = TPS
  142. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  143. donut.Position = UDim2.new(0.379999965, 0, -0.00865991414, 0)
  144. donut.Size = UDim2.new(0, 80, 0, 30)
  145. donut.Font = Enum.Font.ArialBold
  146. donut.Text = "Donut Shop"
  147. donut.TextScaled = true
  148. donut.TextSize = 14
  149. donut.TextWrapped = true
  150. donut.MouseButton1Down:connect(function()
  151. for i=1,32 do
  152. wait(.01)
  153. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  154. end
  155. end)
  156. JewOut.Name = "JewOut"
  157. JewOut.Parent = TPS
  158. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  159. JewOut.Position = UDim2.new(0.0130000003, 0, 0.200000003, 0)
  160. JewOut.Size = UDim2.new(0, 80, 0, 30)
  161. JewOut.Font = Enum.Font.ArialBold
  162. JewOut.Text = "Jewelry Out"
  163. JewOut.TextScaled = true
  164. JewOut.TextSize = 14
  165. JewOut.TextWrapped = true
  166. JewOut.MouseButton1Down:connect(function()
  167. for i=1,32 do
  168. wait(.01)
  169. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  170. end
  171. end)
  172. JewIn.Name = "JewIn"
  173. JewIn.Parent = TPS
  174. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  175. JewIn.Position = UDim2.new(0.0130000003, 0, 0, 0)
  176. JewIn.Size = UDim2.new(0, 80, 0, 30)
  177. JewIn.Font = Enum.Font.ArialBold
  178. JewIn.Text = "Jewelry Inside"
  179. JewIn.TextScaled = true
  180. JewIn.TextSize = 14
  181. JewIn.TextWrapped = true
  182. JewIn.MouseButton1Down:connect(function()
  183. for i=1,32 do
  184. wait(.01)
  185. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  186. end
  187. end)
  188. BankVault.Name = "BankVault"
  189. BankVault.Parent = TPS
  190. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  191. BankVault.Position = UDim2.new(0.0130000003, 0, -0.200000003, 0)
  192. BankVault.Size = UDim2.new(0, 80, 0, 30)
  193. BankVault.Font = Enum.Font.ArialBold
  194. BankVault.Text = "BankVault"
  195. BankVault.TextScaled = true
  196. BankVault.TextSize = 14
  197. BankVault.TextWrapped = true
  198. BankVault.MouseButton1Down:connect(function()
  199. for i=1,32 do
  200. wait(.01)
  201. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  202. end
  203. end)
  204. BankFront.Name = "BankFront"
  205. BankFront.Parent = TPS
  206. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  207. BankFront.Position = UDim2.new(0.0130000003, 0, -0.379999995, 0)
  208. BankFront.Size = UDim2.new(0, 80, 0, 30)
  209. BankFront.Font = Enum.Font.ArialBold
  210. BankFront.Text = "BankFront"
  211. BankFront.TextScaled = true
  212. BankFront.TextSize = 14
  213. BankFront.TextWrapped = true
  214. BankFront.MouseButton1Down:connect(function()
  215. for i=1,32 do
  216. wait(.01)
  217. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  218. end
  219. end)
  220. crim1.Name = "crim1"
  221. crim1.Parent = TPS
  222. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  223. crim1.Position = UDim2.new(0.0130000003, 0, 0.400000006, 0)
  224. crim1.Size = UDim2.new(0, 80, 0, 30)
  225. crim1.Font = Enum.Font.ArialBold
  226. crim1.Text = "Criminal Base 1"
  227. crim1.TextScaled = true
  228. crim1.TextSize = 14
  229. crim1.TextWrapped = true
  230. crim1.MouseButton1Down:connect(function()
  231. for i=1,32 do
  232. wait(.01)
  233. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  234. end
  235. end)
  236. crim2.Name = "crim2"
  237. crim2.Parent = TPS
  238. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  239. crim2.Position = UDim2.new(0.0120000001, 0, 0.600000024, 0)
  240. crim2.Size = UDim2.new(0, 80, 0, 30)
  241. crim2.Font = Enum.Font.ArialBold
  242. crim2.Text = "Criminal Base 2"
  243. crim2.TextScaled = true
  244. crim2.TextSize = 14
  245. crim2.TextWrapped = true
  246. crim2.MouseButton1Down:connect(function()
  247. for i=1,32 do
  248. wait(.01)
  249. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  250. end
  251. end)
  252. train.Name = "train"
  253. train.Parent = TPS
  254. train.BackgroundColor3 = Color3.new(1, 0, 0)
  255. train.Position = UDim2.new(0.379999995, 0, -0.379000008, 0)
  256. train.Size = UDim2.new(0, 80, 0, 30)
  257. train.Font = Enum.Font.ArialBold
  258. train.Text = "Train Spawn"
  259. train.TextScaled = true
  260. train.TextSize = 14
  261. train.TextWrapped = true
  262. train.MouseButton1Down:connect(function()
  263. for i=1,32 do
  264. wait(.01)
  265. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  266. end
  267. end)
  268. BTools.Name = "BTools"
  269. BTools.Parent = TPS
  270. BTools.BackgroundColor3 = Color3.new(1, 0, 0)
  271. BTools.Position = UDim2.new(0.75, 0, 0.396069616, 0)
  272. BTools.Size = UDim2.new(0, 80, 0, 30)
  273. BTools.Font = Enum.Font.ArialBold
  274. BTools.Text = "BTools"
  275. BTools.TextScaled = true
  276. BTools.TextSize = 14
  277. BTools.TextWrapped = true
  278. BTools.MouseButton1Down:connect(function()
  279. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  280. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  281. if child.ClassName == "Part" then
  282. child.Locked = false
  283. end
  284. if child.ClassName == "MeshPart" then
  285. child.Locked = false
  286. end
  287. if child.ClassName == "UnionOperation" then
  288. child.Locked = false
  289. end
  290. if child.ClassName == "Model" then
  291. for index, chil in pairs(child:GetChildren()) do
  292. if chil.ClassName == "Part" then
  293. chil.Locked = false
  294. end
  295. if chil.ClassName == "MeshPart" then
  296. chil.Locked = false
  297. end
  298. if chil.ClassName == "UnionOperation" then
  299. chil.Locked = false
  300. end
  301. if chil.ClassName == "Model" then
  302. for index, childe in pairs(chil:GetChildren()) do
  303. if childe.ClassName == "Part" then
  304. childe.Locked = false
  305. end
  306. if childe.ClassName == "MeshPart" then
  307. childe.Locked = false
  308. end
  309. if childe.ClassName == "UnionOperation" then
  310. childe.Locked = false
  311. end
  312. if childe.ClassName == "Model" then
  313. for index, childeo in pairs(childe:GetChildren()) do
  314. if childeo.ClassName == "Part" then
  315. childeo.Locked = false
  316. end
  317. if childeo.ClassName == "MeshPart" then
  318. childeo.Locked = false
  319. end
  320. if childeo.ClassName == "UnionOperation" then
  321. childeo.Locked = false
  322. end
  323. if childeo.ClassName == "Model" then
  324. end
  325. end
  326. end
  327. end
  328. end
  329. end
  330. end
  331. end
  332. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  333. c.BinType = Enum.BinType.Hammer
  334. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  335. c.BinType = Enum.BinType.Clone
  336. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  337. c.BinType = Enum.BinType.Grab
  338. end)
  339. Gravity.Name = "Gravity"
  340. Gravity.Parent = TPS
  341. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  342. Gravity.Position = UDim2.new(0.75, 0, -0.198233396, 0)
  343. Gravity.Size = UDim2.new(0, 80, 0, 30)
  344. Gravity.Font = Enum.Font.ArialBold
  345. Gravity.Text = "Gravity"
  346. Gravity.TextScaled = true
  347. Gravity.TextSize = 14
  348. Gravity.TextWrapped = true
  349. Gravity.MouseButton1Down:connect(function()
  350. if Gravity == true then
  351. Gravity = false
  352. game.workspace.Gravity = 196.2
  353. else
  354. Gravity = true
  355. game.workspace.Gravity = 45
  356. end
  357. end)
  358. InfiniteAmmo.Name = "InfiniteAmmo"
  359. InfiniteAmmo.Parent = TPS
  360. InfiniteAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  361. InfiniteAmmo.Position = UDim2.new(0.379999995, 0, 0.398402065, 0)
  362. InfiniteAmmo.Size = UDim2.new(0, 80, 0, 30)
  363. InfiniteAmmo.Font = Enum.Font.ArialBold
  364. InfiniteAmmo.Text = "Infinite Ammo"
  365. InfiniteAmmo.TextScaled = true
  366. InfiniteAmmo.TextSize = 14
  367. InfiniteAmmo.TextWrapped = true
  368. InfiniteAmmo.MouseButton1Down:connect(function()
  369. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  370. end)
  371. InfiniteHealth.Name = "InfiniteHealth"
  372. InfiniteHealth.Parent = TPS
  373. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  374. InfiniteHealth.Position = UDim2.new(0.75, 0, 0.000297799706, 0)
  375. InfiniteHealth.Size = UDim2.new(0, 80, 0, 30)
  376. InfiniteHealth.Font = Enum.Font.ArialBold
  377. InfiniteHealth.Text = "Infinite Health"
  378. InfiniteHealth.TextScaled = true
  379. InfiniteHealth.TextSize = 14
  380. InfiniteHealth.TextWrapped = true
  381. InfiniteHealth.MouseButton1Down:connect(function()
  382. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  383. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  384. l.Parent = game:GetService("Players").LocalPlayer.Character
  385. l.Name = "Humanoid"
  386. wait(0.1)
  387. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  388. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  389. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  390. wait(0.1)
  391. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  392. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  393. end)
  394. InfiniteNitro.Name = "InfiniteNitro"
  395. InfiniteNitro.Parent = TPS
  396. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  397. InfiniteNitro.Position = UDim2.new(0.75, 0, 0.19987087, 0)
  398. InfiniteNitro.Size = UDim2.new(0, 80, 0, 30)
  399. InfiniteNitro.Font = Enum.Font.ArialBold
  400. InfiniteNitro.Text = "Infinite Nitro"
  401. InfiniteNitro.TextScaled = true
  402. InfiniteNitro.TextSize = 14
  403. InfiniteNitro.TextWrapped = true
  404. InfiniteNitro.MouseButton1Down:connect(function()
  405. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  406. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  407. end)
  408. Noclip.Name = "Noclip"
  409. Noclip.Parent = TPS
  410. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  411. Noclip.Position = UDim2.new(0.379999995, 0, 0.60189575, 0)
  412. Noclip.Size = UDim2.new(0, 80, 0, 30)
  413. Noclip.Font = Enum.Font.ArialBold
  414. Noclip.Text = "Noclip[B]"
  415. Noclip.TextScaled = true
  416. Noclip.TextSize = 14
  417. Noclip.TextWrapped = true
  418. Noclip.MouseButton1Down:connect(function()
  419. local noclipplayer = game:GetService("Players").LocalPlayer
  420. local noclipmouse = noclipplayer:GetMouse()
  421.  
  422. local donoclip = false
  423. local noclip = false
  424.  
  425. function b_noclip(key)
  426. if (key == "b") then
  427. if noclip == false then
  428. donoclip = true
  429.  
  430. noclip = true
  431. elseif noclip == true then
  432. donoclip = false
  433.  
  434. noclip = false
  435. end
  436. end
  437. end
  438.  
  439. noclipmouse.KeyDown:connect(b_noclip)
  440.  
  441. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  442. if obj ~= workspace.Terrain then
  443. if donoclip == true then
  444. obj.CanCollide = false
  445. else
  446. obj.CanCollide = true
  447. end
  448. end
  449. end)
  450. end)
  451. RemoveALL.Name = "RemoveALL"
  452. RemoveALL.Parent = TPS
  453. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  454. RemoveALL.Position = UDim2.new(0.379999965, 0, -0.199895769, 0)
  455. RemoveALL.Size = UDim2.new(0, 80, 0, 30)
  456. RemoveALL.Font = Enum.Font.ArialBold
  457. RemoveALL.Text = "Remove ALL"
  458. RemoveALL.TextScaled = true
  459. RemoveALL.TextSize = 14
  460. RemoveALL.TextWrapped = true
  461. RemoveALL.MouseButton1Down:connect(function()
  462. game.Workspace.Cells:Remove()
  463.  
  464. for i,v in pairs(workspace.Doors:GetChildren()) do
  465. v:Destroy()
  466.  
  467. end
  468. end)
  469.  
  470. RemoveALL.MouseButton1Down:connect(function()
  471. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  472. banklasers[1].Lasers:Destroy()
  473. end)
  474.  
  475. RemoveALL.MouseButton1Down:connect(function()
  476. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  477.  
  478. for i = 1,4 do
  479. local xd = jewelry[1].Model.BarbedWire
  480. xd:Destroy()
  481. end
  482. end)
  483.  
  484. RemoveALL.MouseButton1Down:connect(function()
  485. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  486. banklasers[1].Door.Model:Destroy()
  487. end)
  488. Walkspeed.Name = "Walkspeed"
  489. Walkspeed.Parent = TPS
  490. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  491. Walkspeed.Position = UDim2.new(0.75, 0, -0.381181598, 0)
  492. Walkspeed.Size = UDim2.new(0, 80, 0, 30)
  493. Walkspeed.Font = Enum.Font.ArialBold
  494. Walkspeed.Text = "Walkspeed [X]"
  495. Walkspeed.TextScaled = true
  496. Walkspeed.TextSize = 14
  497. Walkspeed.TextWrapped = true
  498. Walkspeed.MouseButton1Down:connect(function()
  499. local walkspeedplayer = game:GetService("Players").LocalPlayer
  500. local walkspeedmouse = walkspeedplayer:GetMouse()
  501.  
  502. local walkspeedenabled = false
  503.  
  504. function x_walkspeed(key)
  505. if (key == "x") then
  506. if walkspeedenabled == false then
  507. _G.WS = 200;
  508. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  509. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  510. Humanoid.WalkSpeed = _G.WS;
  511. end)
  512. Humanoid.WalkSpeed = _G.WS;
  513.  
  514. walkspeedenabled = true
  515. elseif walkspeedenabled == true then
  516. _G.WS = 20;
  517. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  518. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  519. Humanoid.WalkSpeed = _G.WS;
  520. end)
  521. Humanoid.WalkSpeed = _G.WS;
  522.  
  523. walkspeedenabled = false
  524. end
  525. end
  526. end
  527.  
  528. walkspeedmouse.KeyDown:connect(x_walkspeed)
  529.  
  530. end)
  531. autoarrest.Name = "autoarrest"
  532. autoarrest.Parent = TPS
  533. autoarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  534. autoarrest.Position = UDim2.new(0.379999995, 0, 0.819905162, 0)
  535. autoarrest.Size = UDim2.new(0, 80, 0, 30)
  536. autoarrest.Font = Enum.Font.ArialBold
  537. autoarrest.Text = "Auto Arrest"
  538. autoarrest.TextScaled = true
  539. autoarrest.TextSize = 14
  540. autoarrest.TextWrapped = true
  541. autoarrest.MouseButton1Down:connect(function()
  542. local Player = game.Players.LocalPlayer
  543. wait(0.5)
  544. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  545. repeat
  546. wait()
  547. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  548. until v.Team.Name ~= "Criminal"
  549. end
  550.  
  551. end)
  552. Guns.Name = "Guns"
  553. Guns.Parent = TPS
  554. Guns.BackgroundColor3 = Color3.new(1, 0, 0)
  555. Guns.Position = UDim2.new(0.379999995, 0, 0.198208511, 0)
  556. Guns.Size = UDim2.new(0, 80, 0, 30)
  557. Guns.Font = Enum.Font.ArialBold
  558. Guns.Text = "Guns"
  559. Guns.TextScaled = true
  560. Guns.TextSize = 14
  561. Guns.TextWrapped = true
  562. local Giver = nil
  563. Guns.MouseButton1Click:connect(function()
  564. if not workspace:FindFirstChild("Givers") then return end
  565. if Giver then
  566. for i,v in pairs(Giver) do
  567. v.ClickDetector.Parent = v.OriginalParent
  568. v.Event:Disconnect()
  569. end
  570. getmetatable(Giver):Destroy()
  571. end
  572. Giver = {}
  573. local g = Giver
  574. local p = Instance.new("Part", workspace)
  575. p.Anchored = true
  576. p.CanCollide = false
  577. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  578. setmetatable(Giver, {__metatable = p})
  579. for i,v in pairs(workspace.Givers:GetChildren()) do
  580. local cd = v:FindFirstChildOfClass"ClickDetector"
  581. if cd then
  582. local newt = {}
  583. newt.ClickDetector = cd
  584. newt.OriginalParent = v
  585. cd.Parent = p
  586. newt.Event = cd.MouseClick:connect(function()
  587. cd.Parent = v
  588. end)
  589. table.insert(Giver, newt)
  590. end
  591. end
  592. spawn(function()
  593. wait(10)
  594. if Giver == g then
  595. Giver = nil
  596. for i,v in pairs(g) do
  597. v.ClickDetector.Parent = v.OriginalParent
  598. v.Event:Disconnect()
  599. end
  600. getmetatable(g):Destroy()
  601. end
  602. end)
  603. end)
  604. ClickTP.Name = "ClickTP"
  605. ClickTP.Parent = TPS
  606. ClickTP.BackgroundColor3 = Color3.new(1, 0, 0)
  607. ClickTP.Position = UDim2.new(0.75, 0, 0.79891324, 0)
  608. ClickTP.Size = UDim2.new(0, 80, 0, 30)
  609. ClickTP.Font = Enum.Font.ArialBold
  610. ClickTP.Text = "M4A4"
  611. ClickTP.TextScaled = true
  612. ClickTP.TextSize = 14
  613. ClickTP.TextWrapped = true
  614. ClickTP.MouseButton1Down:connect(function()
  615. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  616.  
  617. a = Instance.new("Part", workspace)
  618. a.Anchored = true
  619. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  620. a.CanCollide = false
  621.  
  622. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  623. if v.Name == "Station" then
  624. for a, b in pairs(v:GetChildren()) do
  625. if b:IsA("StringValue") then
  626. if b.Value == "RifleSWAT" then
  627. v.CFrame = CFrame.new(hit)
  628. end
  629. end
  630. end
  631. end
  632. end
  633. end)
  634.  
  635. Platform.Name = "Platform"
  636. Platform.Parent = TPS
  637. Platform.BackgroundColor3 = Color3.new(1, 0, 0)
  638. Platform.Position = UDim2.new(0.75, 0, 0.599861085, 0)
  639. Platform.Size = UDim2.new(0, 80, 0, 30)
  640. Platform.Font = Enum.Font.ArialBold
  641. Platform.Text = "Platform"
  642. Platform.TextScaled = true
  643. Platform.TextSize = 14
  644. Platform.TextWrapped = true
  645. Platform.MouseButton1Click:connect(function()
  646. local p = Instance.new("Part", workspace)
  647. p.Size = Vector3.new(30,0.5,30)
  648. p.Anchored = true
  649. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  650. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  651. spawn(function()
  652. while p.Parent do
  653. wait(1)
  654. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  655. p:Destroy()
  656. end
  657. end
  658. end)
  659. end)
  660. JB2.Name = "JB2"
  661. JB2.Parent = Main
  662. JB2.Active = true
  663. JB2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  664. JB2.BackgroundTransparency = 1
  665. JB2.Position = UDim2.new(0, 0, 0.280701756, 0)
  666. JB2.Size = UDim2.new(0, 400, 0, 246)
  667. JB2.Visible = false
  668.  
  669. BankAutoRobBtn.Name = "BankAutoRobBtn"
  670. BankAutoRobBtn.Parent = JB2
  671. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  672. BankAutoRobBtn.Position = UDim2.new(0.0175000001, 0, -0.0433333293, 0)
  673. BankAutoRobBtn.Size = UDim2.new(0, 385, 0, 35)
  674. BankAutoRobBtn.Font = Enum.Font.ArialBold
  675. BankAutoRobBtn.Text = "Bank Auto Rob"
  676. BankAutoRobBtn.TextScaled = true
  677. BankAutoRobBtn.TextSize = 14
  678. BankAutoRobBtn.TextWrapped = true
  679. BankAutoRobBtn.MouseButton1Click:connect(function()
  680. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  681. local Info = Bank.Extra.Sign
  682. if Info.Decal.Transparency == 0 then
  683. game:GetService("StarterGui"):SetCore("SendNotification",{
  684. Title = "Bank is closed!",
  685. Text = "You need to wait for the bank to open!",
  686. Duration = 7,
  687. Button1 = "Dismiss",
  688. })
  689. return
  690. end
  691. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  692. local root = plr.Character.HumanoidRootPart
  693. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  694.  
  695. if (bankpos - plrpos).magnitude > 150 then
  696. local cb = Instance.new"BindableFunction"
  697.  
  698. cb.OnInvoke = function(arg)
  699. if arg == "Teleport" then
  700. JailbreakTp(10, 18, 784)
  701. end
  702. end
  703.  
  704. game:GetService("StarterGui"):SetCore("SendNotification",{
  705. Title = "You are too far!",
  706. Text = "You need to get closer to the bank (use tp)",
  707. Duration = 7,
  708. Button1 = "Dismiss",
  709. Button2 = "Teleport",
  710. Callback = cb
  711. })
  712. else
  713. RobTheBank()
  714. end
  715. end)
  716.  
  717. BankStatus.Name = "BankStatus"
  718. BankStatus.Parent = JB2
  719. BankStatus.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  720. BankStatus.Position = UDim2.new(0.310000002, 0, 0.84859097, 0)
  721. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  722. BankStatus.Font = Enum.Font.SourceSans
  723. BankStatus.Text = "Bank:"
  724. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  725. BankStatus.TextSize = 14
  726.  
  727. JewelryStatus.Name = "JewelryStatus"
  728. JewelryStatus.Parent = JB2
  729. JewelryStatus.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  730. JewelryStatus.Position = UDim2.new(0.0175000001, 0, 0.853387713, 0)
  731. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  732. JewelryStatus.Font = Enum.Font.SourceSans
  733. JewelryStatus.Text = "Jewelry:"
  734. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  735. JewelryStatus.TextSize = 14
  736.  
  737. Top.Name = "Top"
  738. Top.Parent = Main
  739. Top.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  740. Top.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  741. Top.BorderSizePixel = 0
  742. Top.Position = UDim2.new(0, 0, 0.00028885901, 0)
  743. Top.Size = UDim2.new(0, 400, 0, 30)
  744.  
  745. Close.Name = "Close"
  746. Close.Parent = Top
  747. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  748. Close.BackgroundTransparency = 1
  749. Close.Position = UDim2.new(0.92750001, 0, 0, 0)
  750. Close.Size = UDim2.new(0, 29, 0, 30)
  751. Close.Font = Enum.Font.SourceSans
  752. Close.Text = "X"
  753. Close.TextColor3 = Color3.new(0.4, 1, 0)
  754. Close.TextScaled = true
  755. Close.TextSize = 14
  756. Close.TextWrapped = true
  757. Close.MouseButton1Down:connect(function()
  758. Main.Visible = false
  759. Open.Visible = true
  760. end)
  761. JailbreakerV2.Name = "Jailbreaker V2"
  762. JailbreakerV2.Parent = Top
  763. JailbreakerV2.BackgroundColor3 = Color3.new(1, 1, 1)
  764. JailbreakerV2.BackgroundTransparency = 1
  765. JailbreakerV2.Position = UDim2.new(0.280000001, 0, 0, 0)
  766. JailbreakerV2.Size = UDim2.new(0, 160, 0, 30)
  767. JailbreakerV2.Font = Enum.Font.Cartoon
  768. JailbreakerV2.Text = "Jailbreaker V2"
  769. JailbreakerV2.TextColor3 = Color3.new(0.423529, 1, 0.0392157)
  770. JailbreakerV2.TextScaled = true
  771. JailbreakerV2.TextSize = 14
  772. JailbreakerV2.TextWrapped = true
  773. JailbreakerV2.TextXAlignment = Enum.TextXAlignment.Left
  774. JailbreakerV2.TextYAlignment = Enum.TextYAlignment.Top
  775.  
  776. Name.Name = "Name"
  777. Name.Parent = Main
  778. Name.BackgroundColor3 = Color3.new(0.85098, 0.14902, 0.054902)
  779. Name.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  780. Name.BorderSizePixel = 0
  781. Name.Position = UDim2.new(0, 0, 0.0862733424, 0)
  782. Name.Size = UDim2.new(0, 400, 0, 50)
  783.  
  784. JailBreak.Name = "JailBreak"
  785. JailBreak.Parent = Name
  786. JailBreak.BackgroundColor3 = Color3.new(1, 0.0823529, 0)
  787. JailBreak.Position = UDim2.new(0.0125000002, 0, 0.239999995, 0)
  788. JailBreak.Size = UDim2.new(0, 100, 0, 25)
  789. JailBreak.Font = Enum.Font.Cartoon
  790. JailBreak.Text = "JailBreak"
  791. JailBreak.TextColor3 = Color3.new(0, 0, 0)
  792. JailBreak.TextScaled = true
  793. JailBreak.TextSize = 14
  794. JailBreak.TextWrapped = true
  795. JailBreak.MouseButton1Down:connect(function()
  796. TPS.Visible = true
  797. JB2.Visible = false
  798. end)
  799. JailBreak2.Name = "JailBreak 2"
  800. JailBreak2.Parent = Name
  801. JailBreak2.BackgroundColor3 = Color3.new(1, 0.0823529, 0)
  802. JailBreak2.Position = UDim2.new(0.354999989, 0, 0.239999995, 0)
  803. JailBreak2.Size = UDim2.new(0, 100, 0, 25)
  804. JailBreak2.Font = Enum.Font.Cartoon
  805. JailBreak2.Text = "Jailbreak 2"
  806. JailBreak2.TextColor3 = Color3.new(0, 0, 0)
  807. JailBreak2.TextScaled = true
  808. JailBreak2.TextSize = 14
  809. JailBreak2.TextWrapped = true
  810. JailBreak2.MouseButton1Down:connect(function()
  811. TPS.Visible = false
  812. JB2.Visible = true
  813. end)
  814. Open.Name = "Open"
  815. Open.Parent = JAILBREAKERV2
  816. Open.BackgroundColor3 = Color3.new(1, 1, 0)
  817. Open.Position = UDim2.new(0.5, 0, 0, 0)
  818. Open.Size = UDim2.new(0, 100, 0, 30)
  819. Open.Visible = false
  820. Open.Font = Enum.Font.SourceSans
  821. Open.Text = "Open"
  822. Open.TextColor3 = Color3.new(1, 0.0666667, 0)
  823. Open.TextScaled = true
  824. Open.TextSize = 14
  825. Open.TextWrapped = true
  826. Open.MouseButton1Down:connect(function()
  827. Main.Visible = true
  828. Open.Visible = false
  829. end)
  830. -- Scripts
  831. --AutoRob stuff--
  832. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  833. local BankAutoRob = {
  834. {
  835. Pos = {51, 18.06, 856.5},
  836. Yield = 2,
  837. Status = "Starting the robbery"
  838. },
  839. {
  840. Pos = {29.71, 0.73, 815.25},
  841. Yield = 15,
  842. Status = "Opening the vault"
  843. },
  844. {
  845. Pos = {18.37, 0.7659, 822.25},
  846. Yield = DuffelBag and 50 or 25,
  847. Status = "Collecting $$$"
  848. },
  849. {
  850. Pos = {10, 18, 784},
  851. Status = "Finishing the robbery"
  852. }
  853. }
  854.  
  855. local function Tp(...)
  856. local char = plr.Character
  857. for i=1,2 do
  858. wait()
  859. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  860. end
  861. end
  862.  
  863. function RobTheBank()
  864. for _,v in pairs(BankAutoRob) do
  865. Tp(unpack(v.Pos))
  866. wait(v.Yield)
  867. end
  868. end
  869.  
  870. --Bank notification--
  871. pcall(function()
  872. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  873. local Info = Bank.Extra.Sign.Decal
  874. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  875. if Info.Transparency ~= 0 then
  876. BankStatus.Text = "Bank:Open"
  877. BankStatus.TextColor3 = Color3.new(0,1,0)
  878. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  879. local cb = Instance.new("BindableFunction")
  880. cb.OnInvoke = function(arg)
  881. if arg == "Teleport" then
  882. JailbreakTp(10, 18, 784)
  883. elseif arg == "AutoRob" then
  884. RobTheBank()
  885. end
  886. end
  887. game:GetService("StarterGui"):SetCore("SendNotification",{
  888. Title = "Bank is ready!",
  889. Text = "Bank is ready!",
  890. Duration = 15,
  891. Button1 = "Dismiss",
  892. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  893. Callback = cb
  894. })
  895. else
  896. BankStatus.Text = "Bank:Closed"
  897. BankStatus.TextColor3 = Color3.new(1,0,0)
  898. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  899. end
  900. end)
  901. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  902. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  903. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  904. end)
  905. --Jewelry notification--
  906. pcall(function()
  907. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  908. local Info = Jewelry.Extra.Sign.Decal
  909. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  910. if Info.Transparency ~= 0 then
  911. JewelryStatus.Text = "Jewelry:Open"
  912. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  913. BankStatus.TextColor3 = Color3.new(0,1,0)
  914. local cb = Instance.new("BindableFunction")
  915. cb.OnInvoke = function(arg)
  916. if arg == "Teleport" then
  917. JailbreakTp(142, 18, 1365)
  918. end
  919. end
  920. game:GetService("StarterGui"):SetCore("SendNotification",{
  921. Title = "Jewelry is ready!",
  922. Text = "Jewelry is ready!",
  923. Duration = 15,
  924. Button1 = "Dismiss",
  925. Button2 = "Teleport",
  926. Callback = cb
  927. })
  928. else
  929. JewelryStatus.Text = "Jewelry:Closed"
  930. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  931. end
  932. end)
  933. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  934. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  935. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement