Tw1tch_Jordan

[TW] Infinite Nitro Jailbreak

Jan 26th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.73 KB | None | 0 0
  1. --Jailbreaker V4
  2. -- Version: 4.0
  3. -- Instances:
  4. local JAILBREAKERV4 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TOP = Instance.new("Frame")
  7. local JBV4 = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local TPS = Instance.new("Frame")
  10. local BankFront = Instance.new("TextButton")
  11. local BankIn = Instance.new("TextButton")
  12. local JewIn = Instance.new("TextButton")
  13. local Jewout = Instance.new("TextButton")
  14. local Museum = Instance.new("TextButton")
  15. local train = Instance.new("TextButton")
  16. local crim2 = Instance.new("TextButton")
  17. local AutoArrest = Instance.new("TextButton")
  18. local crim1 = Instance.new("TextButton")
  19. local Walkspeed = Instance.new("TextButton")
  20. local gas = Instance.new("TextButton")
  21. local Donut = Instance.new("TextButton")
  22. local Gravity = Instance.new("TextButton")
  23. local RemoveALL = Instance.new("TextButton")
  24. local AK47 = Instance.new("TextButton")
  25. local ShotGun = Instance.new("TextButton")
  26. local Pistol = Instance.new("TextButton")
  27. local M4A4 = Instance.new("TextButton")
  28. local InfiniteAmmo = Instance.new("TextButton")
  29. local InfiniteNitro = Instance.new("TextButton")
  30. local AutoRobGUI = Instance.new("TextButton")
  31. local Jailbreak1 = Instance.new("TextButton")
  32. local Credits = Instance.new("TextButton")
  33. local Credit = Instance.new("Frame")
  34. local Red = Instance.new("TextLabel")
  35. local Re = Instance.new("TextLabel")
  36. local lol = Instance.new("TextLabel")
  37. local TextButton = Instance.new("TextButton")
  38. --Properties:
  39. JAILBREAKERV4.Name = "JAILBREAKER V4"
  40. JAILBREAKERV4.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = JAILBREAKERV4
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.new(0.207843, 0.196078, 0.196078)
  46. Main.BorderSizePixel = 0
  47. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  48. Main.Size = UDim2.new(0, 500, 0, 330)
  49. Main.Draggable = true
  50.  
  51. TOP.Name = "TOP"
  52. TOP.Parent = Main
  53. TOP.Active = true
  54. TOP.BackgroundColor3 = Color3.new(0.862745, 0, 0)
  55. TOP.Position = UDim2.new(0, 0, -0.166666657, 0)
  56. TOP.Size = UDim2.new(0, 500, 0, 50)
  57.  
  58. JBV4.Name = "JBV4"
  59. JBV4.Parent = TOP
  60. JBV4.BackgroundColor3 = Color3.new(1, 1, 1)
  61. JBV4.BackgroundTransparency = 1
  62. JBV4.Size = UDim2.new(0, 420, 0, 50)
  63. JBV4.Font = Enum.Font.Cartoon
  64. JBV4.Text = "Jailbreaker V4"
  65. JBV4.TextColor3 = Color3.new(0, 0, 0)
  66. JBV4.TextScaled = true
  67. JBV4.TextSize = 14
  68. JBV4.TextWrapped = true
  69.  
  70. Close.Name = "Close"
  71. Close.Parent = TOP
  72. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Close.BackgroundTransparency = 1
  74. Close.Position = UDim2.new(0.901606441, 0, 0, 0)
  75. Close.Size = UDim2.new(0, 49, 0, 50)
  76. Close.Font = Enum.Font.ArialBold
  77. Close.Text = "X"
  78. Close.TextColor3 = Color3.new(0, 0, 0)
  79. Close.TextScaled = true
  80. Close.TextSize = 14
  81. Close.TextWrapped = true
  82. Close.MouseButton1Down:connect(function()
  83. TextButton.Visible = true
  84. Main.Visible = false
  85. end)
  86.  
  87. TPS.Name = "TPS"
  88. TPS.Parent = Main
  89. TPS.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  90. TPS.BackgroundTransparency = 1
  91. TPS.Position = UDim2.new(0, 0, 0.166666672, 0)
  92. TPS.Size = UDim2.new(0, 500, 0, 250)
  93.  
  94. BankFront.Name = "BankFront"
  95. BankFront.Parent = TPS
  96. BankFront.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  97. BankFront.Position = UDim2.new(0.0299999993, 0, 0.00197701156, 0)
  98. BankFront.Size = UDim2.new(0, 100, 0, 30)
  99. BankFront.Font = Enum.Font.Cartoon
  100. BankFront.Text = "BankFront"
  101. BankFront.TextColor3 = Color3.new(0, 0, 0)
  102. BankFront.TextScaled = true
  103. BankFront.TextSize = 14
  104. BankFront.TextWrapped = true
  105. BankFront.MouseButton1Down:connect(function()
  106. for i = 1,45 do
  107. wait(.08)
  108. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  109. end
  110. end)
  111. BankIn.Name = "BankIn"
  112. BankIn.Parent = TPS
  113. BankIn.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  114. BankIn.Position = UDim2.new(0.0299999993, 0, 0.200000003, 0)
  115. BankIn.Size = UDim2.new(0, 100, 0, 30)
  116. BankIn.Font = Enum.Font.Cartoon
  117. BankIn.Text = "Bank Vault"
  118. BankIn.TextColor3 = Color3.new(0, 0, 0)
  119. BankIn.TextScaled = true
  120. BankIn.TextSize = 14
  121. BankIn.TextWrapped = true
  122. BankIn.MouseButton1Down:connect(function()
  123. for i = 1,45 do
  124. wait(.08)
  125. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  126. end
  127. end)
  128. JewIn.Name = "JewIn"
  129. JewIn.Parent = TPS
  130. JewIn.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  131. JewIn.Position = UDim2.new(0.0299999993, 0, 0.400000006, 0)
  132. JewIn.Size = UDim2.new(0, 100, 0, 30)
  133. JewIn.Font = Enum.Font.Cartoon
  134. JewIn.Text = "Jewelry In"
  135. JewIn.TextColor3 = Color3.new(0, 0, 0)
  136. JewIn.TextScaled = true
  137. JewIn.TextSize = 14
  138. JewIn.TextWrapped = true
  139. JewIn.MouseButton1Down:connect(function()
  140. for i = 1,45 do
  141. wait(.08)
  142. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  143. end
  144. end)
  145. Jewout.Name = "Jewout"
  146. Jewout.Parent = TPS
  147. Jewout.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  148. Jewout.Position = UDim2.new(0.0299999993, 0, 0.600000024, 0)
  149. Jewout.Size = UDim2.new(0, 100, 0, 30)
  150. Jewout.Font = Enum.Font.Cartoon
  151. Jewout.Text = "Jewelry Out"
  152. Jewout.TextColor3 = Color3.new(0, 0, 0)
  153. Jewout.TextScaled = true
  154. Jewout.TextSize = 14
  155. Jewout.TextWrapped = true
  156. Jewout.MouseButton1Down:connect(function()
  157. for i = 1,45 do
  158. wait(.08)
  159. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  160. end
  161. end)
  162. Museum.Name = "Museum"
  163. Museum.Parent = TPS
  164. Museum.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  165. Museum.Position = UDim2.new(0.280000001, 0, 0.400000006, 0)
  166. Museum.Size = UDim2.new(0, 100, 0, 30)
  167. Museum.Font = Enum.Font.Cartoon
  168. Museum.Text = "Museum"
  169. Museum.TextColor3 = Color3.new(0, 0, 0)
  170. Museum.TextScaled = true
  171. Museum.TextSize = 14
  172. Museum.TextWrapped = true
  173. Museum.MouseButton1Down:connect(function()
  174. for i = 1,45 do
  175. wait(.08)
  176. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  177. end
  178. end)
  179. train.Name = "train"
  180. train.Parent = TPS
  181. train.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  182. train.Position = UDim2.new(0.280000001, 0, 0.200000003, 0)
  183. train.Size = UDim2.new(0, 100, 0, 30)
  184. train.Font = Enum.Font.Cartoon
  185. train.Text = "TrainSpawn"
  186. train.TextColor3 = Color3.new(0, 0, 0)
  187. train.TextScaled = true
  188. train.TextSize = 14
  189. train.TextWrapped = true
  190. train.MouseButton1Down:connect(function()
  191. for i = 1,45 do
  192. wait(.08)
  193. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  194. end
  195. end)
  196. crim2.Name = "crim2"
  197. crim2.Parent = TPS
  198. crim2.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  199. crim2.Position = UDim2.new(0.280000001, 0, 0.800000012, 0)
  200. crim2.Size = UDim2.new(0, 100, 0, 30)
  201. crim2.Font = Enum.Font.Cartoon
  202. crim2.Text = "Crimbase 2"
  203. crim2.TextColor3 = Color3.new(0, 0, 0)
  204. crim2.TextScaled = true
  205. crim2.TextSize = 14
  206. crim2.TextWrapped = true
  207. crim2.MouseButton1Down:connect(function()
  208. for i = 1,45 do
  209. wait(.08)
  210. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  211. end
  212. end)
  213.  
  214. AutoArrest.Name = "AutoArrest"
  215. AutoArrest.Parent = TPS
  216. AutoArrest.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  217. AutoArrest.Position = UDim2.new(0.519999981, 0, 0, 0)
  218. AutoArrest.Size = UDim2.new(0, 100, 0, 30)
  219. AutoArrest.Font = Enum.Font.Cartoon
  220. AutoArrest.Text = "Auto Arrest"
  221. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  222. AutoArrest.TextScaled = true
  223. AutoArrest.TextSize = 14
  224. AutoArrest.TextWrapped = true
  225.  
  226. crim1.Name = "crim1"
  227. crim1.Parent = TPS
  228. crim1.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  229. crim1.Position = UDim2.new(0.280000001, 0, 0.600000024, 0)
  230. crim1.Size = UDim2.new(0, 100, 0, 30)
  231. crim1.Font = Enum.Font.Cartoon
  232. crim1.Text = "Crimbase 1"
  233. crim1.TextColor3 = Color3.new(0, 0, 0)
  234. crim1.TextScaled = true
  235. crim1.TextSize = 14
  236. crim1.TextWrapped = true
  237. crim1.MouseButton1Down:connect(function()
  238. for i = 1,45 do
  239. wait(.08)
  240. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  241. end
  242. end)
  243. Walkspeed.Name = "Walkspeed"
  244. Walkspeed.Parent = TPS
  245. Walkspeed.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  246. Walkspeed.Position = UDim2.new(0.519999981, 0, 0.200000003, 0)
  247. Walkspeed.Size = UDim2.new(0, 100, 0, 30)
  248. Walkspeed.Font = Enum.Font.Cartoon
  249. Walkspeed.Text = "WalkSpeed [X]"
  250. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  251. Walkspeed.TextScaled = true
  252. Walkspeed.TextSize = 14
  253. Walkspeed.TextWrapped = true
  254. Walkspeed.MouseButton1Down:connect(function()
  255. local walkspeedplayer = game:GetService("Players").LocalPlayer
  256. local walkspeedmouse = walkspeedplayer:GetMouse()
  257.  
  258. local walkspeedenabled = false
  259.  
  260. function x_walkspeed(key)
  261. if (key == "x") then
  262. if walkspeedenabled == false then
  263. _G.WS = 200;
  264. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  265. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  266. Humanoid.WalkSpeed = _G.WS;
  267. end)
  268. Humanoid.WalkSpeed = _G.WS;
  269.  
  270. walkspeedenabled = true
  271. elseif walkspeedenabled == true then
  272. _G.WS = 20;
  273. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  274. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  275. Humanoid.WalkSpeed = _G.WS;
  276. end)
  277. Humanoid.WalkSpeed = _G.WS;
  278.  
  279. walkspeedenabled = false
  280. end
  281. end
  282. end
  283.  
  284. walkspeedmouse.KeyDown:connect(x_walkspeed)
  285.  
  286. end)
  287. gas.Name = "gas"
  288. gas.Parent = TPS
  289. gas.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  290. gas.Position = UDim2.new(0.280000001, 0, 0, 0)
  291. gas.Size = UDim2.new(0, 100, 0, 30)
  292. gas.Font = Enum.Font.Cartoon
  293. gas.Text = "Gas Station"
  294. gas.TextColor3 = Color3.new(0, 0, 0)
  295. gas.TextScaled = true
  296. gas.TextSize = 14
  297. gas.TextWrapped = true
  298. gas.MouseButton1Down:connect(function()
  299. for i = 1,45 do
  300. wait(.08)
  301. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  302. end
  303. end)
  304. Donut.Name = "Donut"
  305. Donut.Parent = TPS
  306. Donut.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  307. Donut.Position = UDim2.new(0.0299999993, 0, 0.800000012, 0)
  308. Donut.Size = UDim2.new(0, 100, 0, 30)
  309. Donut.Font = Enum.Font.Cartoon
  310. Donut.Text = "Donut Shop"
  311. Donut.TextColor3 = Color3.new(0, 0, 0)
  312. Donut.TextScaled = true
  313. Donut.TextSize = 14
  314. Donut.TextWrapped = true
  315. Donut.MouseButton1Down:connect(function()
  316. for i = 1,45 do
  317. wait(.08)
  318. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  319. end
  320. end)
  321. Gravity.Name = "Gravity"
  322. Gravity.Parent = TPS
  323. Gravity.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  324. Gravity.Position = UDim2.new(0.519999981, 0, 0.400000006, 0)
  325. Gravity.Size = UDim2.new(0, 100, 0, 30)
  326. Gravity.Font = Enum.Font.Cartoon
  327. Gravity.Text = "Gravity"
  328. Gravity.TextColor3 = Color3.new(0, 0, 0)
  329. Gravity.TextScaled = true
  330. Gravity.TextSize = 14
  331. Gravity.TextWrapped = true
  332. Gravity.MouseButton1Down:connect(function()
  333. if Gravity == true then
  334. Gravity = false
  335. game.workspace.Gravity = 196.2
  336. else
  337. Gravity = true
  338. game.workspace.Gravity = 45
  339. end
  340. end)
  341. RemoveALL.Name = "RemoveALL"
  342. RemoveALL.Parent = TPS
  343. RemoveALL.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  344. RemoveALL.Position = UDim2.new(0.519999981, 0, 0.600000024, 0)
  345. RemoveALL.Size = UDim2.new(0, 100, 0, 30)
  346. RemoveALL.Font = Enum.Font.Cartoon
  347. RemoveALL.Text = "Remove ALL"
  348. RemoveALL.TextColor3 = Color3.new(0, 0, 0)
  349. RemoveALL.TextScaled = true
  350. RemoveALL.TextSize = 14
  351. RemoveALL.TextWrapped = true
  352. RemoveALL.MouseButton1Down:connect(function()
  353. game.Workspace.Cells:Remove()
  354.  
  355. game.Workspace.EscapeRoutes:Remove()
  356.  
  357. for i,v in pairs(workspace.Doors:GetChildren()) do
  358. v:Destroy()
  359.  
  360. end
  361. end)
  362.  
  363. RemoveALL.MouseButton1Down:connect(function()
  364. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  365. banklasers[1].Lasers:Destroy()
  366. end)
  367.  
  368. RemoveALL.MouseButton1Down:connect(function()
  369. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  370.  
  371. for i = 1,4 do
  372. local xd = jewelry[1].Model.BarbedWire
  373. xd:Destroy()
  374. end
  375. end)
  376.  
  377. RemoveALL.MouseButton1Down:connect(function()
  378. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  379. banklasers[1].Door.Model:Destroy()
  380. end)
  381. AK47.Name = "AK47"
  382. AK47.Parent = TPS
  383. AK47.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  384. AK47.Position = UDim2.new(0.779999971, 0, 0, 0)
  385. AK47.Size = UDim2.new(0, 100, 0, 30)
  386. AK47.Font = Enum.Font.Cartoon
  387. AK47.Text = "AK47"
  388. AK47.TextColor3 = Color3.new(0, 0, 0)
  389. AK47.TextScaled = true
  390. AK47.TextSize = 14
  391. AK47.TextWrapped = true
  392. AK47.MouseButton1Down:connect(function()
  393. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  394.  
  395. a = Instance.new("Part", workspace)
  396. a.Anchored = true
  397. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  398. a.CanCollide = false
  399.  
  400. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  401. if v.Name == "ShootingRange" then
  402. for a, b in pairs(v:GetChildren()) do
  403. if b:IsA("StringValue") then
  404. if b.Value == "AK47" then
  405. v.CFrame = CFrame.new(hit)
  406. end
  407. end
  408. end
  409. end
  410. end
  411. end)
  412. ShotGun.Name = "ShotGun"
  413. ShotGun.Parent = TPS
  414. ShotGun.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  415. ShotGun.Position = UDim2.new(0.519999981, 0, 0.800000012, 0)
  416. ShotGun.Size = UDim2.new(0, 100, 0, 30)
  417. ShotGun.Font = Enum.Font.Cartoon
  418. ShotGun.Text = "ShotGun"
  419. ShotGun.TextColor3 = Color3.new(0, 0, 0)
  420. ShotGun.TextScaled = true
  421. ShotGun.TextSize = 14
  422. ShotGun.TextWrapped = true
  423. ShotGun.MouseButton1Down:connect(function()
  424. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  425.  
  426. a = Instance.new("Part", workspace)
  427. a.Anchored = true
  428. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  429. a.CanCollide = false
  430.  
  431. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  432. if v.Name == "Station" then
  433. for a, b in pairs(v:GetChildren()) do
  434. if b:IsA("StringValue") then
  435. if b.Value == "Shotgun" then
  436. v.CFrame = CFrame.new(hit)
  437. end
  438. end
  439. end
  440. end
  441. end
  442. end)
  443. Pistol.Name = "Pistol"
  444. Pistol.Parent = TPS
  445. Pistol.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  446. Pistol.Position = UDim2.new(0.779999971, 0, 0.400000006, 0)
  447. Pistol.Size = UDim2.new(0, 100, 0, 30)
  448. Pistol.Font = Enum.Font.Cartoon
  449. Pistol.Text = "Pistol"
  450. Pistol.TextColor3 = Color3.new(0, 0, 0)
  451. Pistol.TextScaled = true
  452. Pistol.TextSize = 14
  453. Pistol.TextWrapped = true
  454. Pistol.MouseButton1Down:connect(function()
  455. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  456.  
  457. a = Instance.new("Part", workspace)
  458. a.Anchored = true
  459. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  460. a.CanCollide = false
  461.  
  462. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  463. if v.Name == "Station" then
  464. for a, b in pairs(v:GetChildren()) do
  465. if b:IsA("StringValue") then
  466. if b.Value == "Pistol" then
  467. v.CFrame = CFrame.new(hit)
  468. end
  469. end
  470. end
  471. end
  472. end
  473. end)
  474. M4A4.Name = "M4A4"
  475. M4A4.Parent = TPS
  476. M4A4.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  477. M4A4.Position = UDim2.new(0.779999971, 0, 0.200000003, 0)
  478. M4A4.Size = UDim2.new(0, 100, 0, 30)
  479. M4A4.Font = Enum.Font.Cartoon
  480. M4A4.Text = "M4A4"
  481. M4A4.TextColor3 = Color3.new(0, 0, 0)
  482. M4A4.TextScaled = true
  483. M4A4.TextSize = 14
  484. M4A4.TextWrapped = true
  485. M4A4.MouseButton1Down:connect(function()
  486. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  487.  
  488. a = Instance.new("Part", workspace)
  489. a.Anchored = true
  490. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  491. a.CanCollide = false
  492.  
  493. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  494. if v.Name == "Station" then
  495. for a, b in pairs(v:GetChildren()) do
  496. if b:IsA("StringValue") then
  497. if b.Value == "RifleSWAT" then
  498. v.CFrame = CFrame.new(hit)
  499. end
  500. end
  501. end
  502. end
  503. end
  504. end)
  505. InfiniteAmmo.Name = "InfiniteAmmo"
  506. InfiniteAmmo.Parent = TPS
  507. InfiniteAmmo.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  508. InfiniteAmmo.Position = UDim2.new(0.779999971, 0, 0.800000012, 0)
  509. InfiniteAmmo.Size = UDim2.new(0, 100, 0, 30)
  510. InfiniteAmmo.Font = Enum.Font.Cartoon
  511. InfiniteAmmo.Text = "InfiniteAmmo"
  512. InfiniteAmmo.TextColor3 = Color3.new(0, 0, 0)
  513. InfiniteAmmo.TextScaled = true
  514. InfiniteAmmo.TextSize = 14
  515. InfiniteAmmo.TextWrapped = true
  516. InfiniteAmmo.MouseButton1Down:connect(function()
  517. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  518. end)
  519. InfiniteNitro.Name = "InfiniteNitro"
  520. InfiniteNitro.Parent = TPS
  521. InfiniteNitro.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  522. InfiniteNitro.Position = UDim2.new(0.779999971, 0, 0.600000024, 0)
  523. InfiniteNitro.Size = UDim2.new(0, 100, 0, 30)
  524. InfiniteNitro.Font = Enum.Font.Cartoon
  525. InfiniteNitro.Text = "Infinite Nitro"
  526. InfiniteNitro.TextColor3 = Color3.new(0, 0, 0)
  527. InfiniteNitro.TextScaled = true
  528. InfiniteNitro.TextSize = 14
  529. InfiniteNitro.TextWrapped = true
  530. InfiniteNitro.MouseButton1Down:connect(function()
  531. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  532. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  533. end)
  534. AutoRobGUI.Name = "AutoRobGUI"
  535. AutoRobGUI.Parent = TPS
  536. AutoRobGUI.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  537. AutoRobGUI.Position = UDim2.new(0.779999971, 0, 0.952000022, 0)
  538. AutoRobGUI.Size = UDim2.new(0, 100, 0, 30)
  539. AutoRobGUI.Font = Enum.Font.Cartoon
  540. AutoRobGUI.Text = "AutoRobGUI"
  541. AutoRobGUI.TextColor3 = Color3.new(0, 0, 0)
  542. AutoRobGUI.TextScaled = true
  543. AutoRobGUI.TextSize = 14
  544. AutoRobGUI.TextWrapped = true
  545. AutoRobGUI.MouseButton1Down:connect(function()
  546. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  547. end)
  548. Jailbreak1.Name = "Jailbreak 1"
  549. Jailbreak1.Parent = Main
  550. Jailbreak1.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  551. Jailbreak1.Position = UDim2.new(0.0500000007, 0, 0.0299999993, 0)
  552. Jailbreak1.Size = UDim2.new(0, 150, 0, 30)
  553. Jailbreak1.Font = Enum.Font.Bodoni
  554. Jailbreak1.Text = "Jailbreak"
  555. Jailbreak1.TextColor3 = Color3.new(0, 0, 0)
  556. Jailbreak1.TextScaled = true
  557. Jailbreak1.TextSize = 14
  558. Jailbreak1.TextWrapped = true
  559. Jailbreak1.MouseButton1Down:connect(function()
  560. TPS.Visible = true
  561. Credit.Visible = false
  562. end)
  563. Credits.Name = "Credits"
  564. Credits.Parent = Main
  565. Credits.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  566. Credits.Position = UDim2.new(0.649999976, 0, 0.0299999993, 0)
  567. Credits.Size = UDim2.new(0, 150, 0, 30)
  568. Credits.Font = Enum.Font.Bodoni
  569. Credits.Text = "Credits"
  570. Credits.TextColor3 = Color3.new(0, 0, 0)
  571. Credits.TextScaled = true
  572. Credits.TextSize = 14
  573. Credits.TextWrapped = true
  574. Credits.MouseButton1Down:connect(function()
  575. TPS.Visible = false
  576. Credit.Visible = true
  577. end)
  578. Credit.Name = "Credit"
  579. Credit.Parent = Main
  580. Credit.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  581. Credit.Position = UDim2.new(0, 0, 0.166666672, 0)
  582. Credit.Size = UDim2.new(0, 500, 0, 275)
  583. Credit.Visible = false
  584.  
  585. Red.Name = "Red"
  586. Red.Parent = Credit
  587. Red.BackgroundColor3 = Color3.new(1, 1, 1)
  588. Red.BackgroundTransparency = 1
  589. Red.Size = UDim2.new(0, 500, 0, 54)
  590. Red.Font = Enum.Font.Cartoon
  591. Red.Text = "Credits"
  592. Red.TextColor3 = Color3.new(0, 0, 0)
  593. Red.TextScaled = true
  594. Red.TextSize = 14
  595. Red.TextWrapped = true
  596.  
  597. Re.Name = "Re"
  598. Re.Parent = Credit
  599. Re.BackgroundColor3 = Color3.new(1, 1, 1)
  600. Re.BackgroundTransparency = 1
  601. Re.Position = UDim2.new(0.0199999996, 0, 0.196363643, 0)
  602. Re.Size = UDim2.new(0, 232, 0, 54)
  603. Re.Font = Enum.Font.Cartoon
  604. Re.Text = "Created By: RedBoy "
  605. Re.TextColor3 = Color3.new(0, 0, 0)
  606. Re.TextScaled = true
  607. Re.TextSize = 14
  608. Re.TextWrapped = true
  609.  
  610. lol.Name = "lol"
  611. lol.Parent = Credit
  612. lol.BackgroundColor3 = Color3.new(1, 1, 1)
  613. lol.BackgroundTransparency = 1
  614. lol.Position = UDim2.new(0, 0, 0.803636372, 0)
  615. lol.Size = UDim2.new(0, 500, 0, 54)
  616. lol.Font = Enum.Font.Cartoon
  617. lol.Text = "If You Make A Video About This Please Give Credits"
  618. lol.TextColor3 = Color3.new(0, 0, 0)
  619. lol.TextScaled = true
  620. lol.TextSize = 14
  621. lol.TextWrapped = true
  622.  
  623. TextButton.Parent = JAILBREAKERV4
  624. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  625. TextButton.Position = UDim2.new(0.5, 0, 0, 0)
  626. TextButton.Size = UDim2.new(0, 150, 0, 40)
  627. TextButton.Visible = false
  628. TextButton.Font = Enum.Font.Code
  629. TextButton.Text = "Open"
  630. TextButton.TextColor3 = Color3.new(0.784314, 0, 0)
  631. TextButton.TextScaled = true
  632. TextButton.TextSize = 14
  633. TextButton.TextWrapped = true
  634. TextButton.MouseButton1Down:connect(function()
  635. TextButton.Visible = false
  636. Main.Visible = true
  637. end)
  638. -- Scripts:
Add Comment
Please, Sign In to add comment