airsoftjake1

Untitled

Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.18 KB | None | 0 0
  1. -- RedJAILBREAK
  2.  
  3. local REDJAILBREAK = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Teleports = Instance.new("TextButton")
  6. local Guns = Instance.new("TextButton")
  7. local Others = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Credits = Instance.new("TextButton")
  10. local TPS = Instance.new("Frame")
  11. local BankFront = Instance.new("TextButton")
  12. local BankVault = Instance.new("TextButton")
  13. local JewIn = Instance.new("TextButton")
  14. local JewOut = Instance.new("TextButton")
  15. local donut = Instance.new("TextButton")
  16. local gas = Instance.new("TextButton")
  17. local nextpage = Instance.new("TextButton")
  18. local TPS2 = Instance.new("Frame")
  19. local train = Instance.new("TextButton")
  20. local crim1 = Instance.new("TextButton")
  21. local crim2 = Instance.new("TextButton")
  22. local crim1_2 = Instance.new("TextButton")
  23. local PoliceBase = Instance.new("TextButton")
  24. local crim1_3 = Instance.new("TextButton")
  25. local Lastpage = Instance.new("TextButton")
  26. local Gun = Instance.new("Frame")
  27. local AK47 = Instance.new("TextButton")
  28. local M4A4 = Instance.new("TextButton")
  29. local Shotgun = Instance.new("TextButton")
  30. local Pistol = Instance.new("TextButton")
  31. local Shield = Instance.new("TextButton")
  32. local Sword = Instance.new("TextButton")
  33. local OTH = Instance.new("Frame")
  34. local Walkspeed = Instance.new("TextButton")
  35. local RemoveALL = Instance.new("TextButton")
  36. local autoarrest = Instance.new("TextButton")
  37. local Gravity = Instance.new("TextButton")
  38. local BTools = Instance.new("TextButton")
  39. local FastCar = Instance.new("TextButton")
  40. local nextOTH = Instance.new("TextButton")
  41. local CREDIT = Instance.new("Frame")
  42. local owner = Instance.new("TextLabel")
  43. local discord = Instance.new("TextLabel")
  44. local OTH2 = Instance.new("Frame")
  45. local InfiniteHealth = Instance.new("TextButton")
  46. local Noclip = Instance.new("TextButton")
  47. local InfiniteAmmo = Instance.new("TextButton")
  48. local InfiniteNitro = Instance.new("TextButton")
  49. local LastOTH = Instance.new("TextButton")
  50. local PlayerTP = Instance.new("TextButton")
  51. local PLTP = Instance.new("Frame")
  52. local PlayerTP_Input = Instance.new("TextBox")
  53. local PlayerTP_Teleport = Instance.new("TextButton")
  54. local Open = Instance.new("TextButton")
  55. local Close = Instance.new("TextButton")
  56.  
  57. -- Properties
  58.  
  59. REDJAILBREAK.Name = "REDJAILBREAK"
  60. REDJAILBREAK.Parent = game.CoreGui
  61.  
  62. Main.Name = "Main"
  63. Main.Parent = REDJAILBREAK
  64. Main.Active = true
  65. Main.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  66. Main.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  67. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  68. Main.Size = UDim2.new(0, 500, 0, 320)
  69. Main.Visible = false
  70. Main.Draggable = true
  71. Main.Style = Enum.FrameStyle.RobloxRound
  72.  
  73. Teleports.Name = "Teleports"
  74. Teleports.Parent = Main
  75. Teleports.BackgroundColor3 = Color3.new(1, 1, 0)
  76. Teleports.Position = UDim2.new(0.00999997649, 0, 0.219666645, 0)
  77. Teleports.Size = UDim2.new(0, 150, 0, 50)
  78. Teleports.Font = Enum.Font.SourceSansBold
  79. Teleports.Text = "Teleports"
  80. Teleports.TextScaled = true
  81. Teleports.TextSize = 14
  82. Teleports.TextWrapped = true
  83. Teleports.MouseButton1Down:connect(function()
  84. TPS.Visible = true
  85. OTH.Visible = false
  86. PLTP.Visible = false
  87. Gun.Visible = false
  88. CREDIT.Visible = false
  89. end)
  90.  
  91. Guns.Name = "Guns"
  92. Guns.Parent = Main
  93. Guns.BackgroundColor3 = Color3.new(1, 1, 0)
  94. Guns.Position = UDim2.new(0.0111666825, 0, 0.417791635, 0)
  95. Guns.Size = UDim2.new(0, 150, 0, 50)
  96. Guns.Font = Enum.Font.SourceSansBold
  97. Guns.Text = "Guns"
  98. Guns.TextScaled = true
  99. Guns.TextSize = 14
  100. Guns.TextWrapped = true
  101. Guns.MouseButton1Down:connect(function()
  102. TPS.Visible = false
  103. OTH.Visible = false
  104. PLTP.Visible = false
  105. Gun.Visible = true
  106. CREDIT.Visible = false
  107. end)
  108.  
  109. Others.Name = "Others"
  110. Others.Parent = Main
  111. Others.BackgroundColor3 = Color3.new(1, 1, 0)
  112. Others.Position = UDim2.new(0.0103333155, 0, 0.617791653, 0)
  113. Others.Size = UDim2.new(0, 150, 0, 50)
  114. Others.Font = Enum.Font.SourceSansBold
  115. Others.Text = "Others"
  116. Others.TextScaled = true
  117. Others.TextSize = 14
  118. Others.TextWrapped = true
  119. Others.MouseButton1Down:connect(function()
  120. TPS.Visible = false
  121. OTH.Visible = true
  122. PLTP.Visible = false
  123. Gun.Visible = false
  124. CREDIT.Visible = false
  125. end)
  126.  
  127. TextLabel.Parent = Main
  128. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  129. TextLabel.BackgroundTransparency = 1
  130. TextLabel.Position = UDim2.new(0.00999999885, 0, 0.00933333486, 0)
  131. TextLabel.Size = UDim2.new(0, 300, 0, 50)
  132. TextLabel.Font = Enum.Font.Fantasy
  133. TextLabel.Text = "Red JAILBREAK"
  134. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  135. TextLabel.TextScaled = true
  136. TextLabel.TextSize = 14
  137. TextLabel.TextWrapped = true
  138.  
  139. Credits.Name = "Credits"
  140. Credits.Parent = Main
  141. Credits.BackgroundColor3 = Color3.new(1, 1, 0)
  142. Credits.Position = UDim2.new(0.0103333155, 0, 0.821541727, 0)
  143. Credits.Size = UDim2.new(0, 150, 0, 50)
  144. Credits.Font = Enum.Font.SourceSansBold
  145. Credits.Text = "Credits"
  146. Credits.TextScaled = true
  147. Credits.TextSize = 14
  148. Credits.TextWrapped = true
  149. Credits.MouseButton1Down:connect(function()
  150. TPS.Visible = false
  151. OTH.Visible = false
  152. PLTP.Visible = false
  153. Gun.Visible = false
  154. CREDIT.Visible = true
  155. end)
  156.  
  157. TPS.Name = "TPS"
  158. TPS.Parent = Main
  159. TPS.BackgroundColor3 = Color3.new(1, 1, 0)
  160. TPS.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  161. TPS.Size = UDim2.new(0, 300, 0, 233)
  162. TPS.Visible = false
  163. TPS.Style = Enum.FrameStyle.ChatRed
  164.  
  165. BankFront.Name = "BankFront"
  166. BankFront.Parent = TPS
  167. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  168. BankFront.Size = UDim2.new(0, 120, 0, 50)
  169. BankFront.Font = Enum.Font.ArialBold
  170. BankFront.Text = "BankFront"
  171. BankFront.TextScaled = true
  172. BankFront.TextSize = 14
  173. BankFront.TextWrapped = true
  174. BankFront.MouseButton1Down:connect(function()
  175. for i=1,32 do
  176. wait(.01)
  177. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  178. end
  179. end)
  180.  
  181.  
  182. BankVault.Name = "BankVault"
  183. BankVault.Parent = TPS
  184. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  185. BankVault.Position = UDim2.new(0.543333352, 0, 0, 0)
  186. BankVault.Size = UDim2.new(0, 120, 0, 50)
  187. BankVault.Font = Enum.Font.ArialBold
  188. BankVault.Text = "BankVault"
  189. BankVault.TextScaled = true
  190. BankVault.TextSize = 14
  191. BankVault.TextWrapped = true
  192. BankVault.MouseButton1Down:connect(function()
  193. for i=1,32 do
  194. wait(.01)
  195. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  196. end
  197. end)
  198.  
  199. JewIn.Name = "JewIn"
  200. JewIn.Parent = TPS
  201. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  202. JewIn.Position = UDim2.new(0.00166666671, 0, 0.285407722, 0)
  203. JewIn.Size = UDim2.new(0, 120, 0, 50)
  204. JewIn.Font = Enum.Font.ArialBold
  205. JewIn.Text = "Jewelry Inside"
  206. JewIn.TextScaled = true
  207. JewIn.TextSize = 14
  208. JewIn.TextWrapped = true
  209. JewIn.MouseButton1Down:connect(function()
  210. for i=1,32 do
  211. wait(.01)
  212. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  213. end
  214. end)
  215.  
  216. JewOut.Name = "JewOut"
  217. JewOut.Parent = TPS
  218. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  219. JewOut.Position = UDim2.new(0.545000017, 0, 0.285407722, 0)
  220. JewOut.Size = UDim2.new(0, 120, 0, 50)
  221. JewOut.Font = Enum.Font.ArialBold
  222. JewOut.Text = "Jewelry Top"
  223. JewOut.TextScaled = true
  224. JewOut.TextSize = 14
  225. JewOut.TextWrapped = true
  226. JewOut.MouseButton1Down:connect(function()
  227. for i=1,32 do
  228. wait(.01)
  229. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  230. end
  231. end)
  232.  
  233. donut.Name = "donut"
  234. donut.Parent = TPS
  235. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  236. donut.Position = UDim2.new(0.546666682, 0, 0.590128779, 0)
  237. donut.Size = UDim2.new(0, 120, 0, 50)
  238. donut.Font = Enum.Font.ArialBold
  239. donut.Text = "Donut Shop"
  240. donut.TextScaled = true
  241. donut.TextSize = 14
  242. donut.TextWrapped = true
  243. donut.MouseButton1Down:connect(function()
  244. for i=1,32 do
  245. wait(.01)
  246. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  247. end
  248. end)
  249.  
  250. gas.Name = "gas"
  251. gas.Parent = TPS
  252. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  253. gas.Position = UDim2.new(0.00333333341, 0, 0.590128779, 0)
  254. gas.Size = UDim2.new(0, 120, 0, 50)
  255. gas.Font = Enum.Font.ArialBold
  256. gas.Text = "Gas Station"
  257. gas.TextScaled = true
  258. gas.TextSize = 14
  259. gas.TextWrapped = true
  260. gas.MouseButton1Down:connect(function()
  261. for i=1,32 do
  262. wait(.01)
  263. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  264. end
  265. end)
  266.  
  267. nextpage.Name = "nextpage"
  268. nextpage.Parent = TPS
  269. nextpage.BackgroundColor3 = Color3.new(1, 0, 0)
  270. nextpage.Position = UDim2.new(0.303333342, 0, 0.918454885, 0)
  271. nextpage.Size = UDim2.new(0, 120, 0, 30)
  272. nextpage.Font = Enum.Font.ArialBold
  273. nextpage.Text = "Next Page"
  274. nextpage.TextScaled = true
  275. nextpage.TextSize = 14
  276. nextpage.TextWrapped = true
  277. nextpage.MouseButton1Down:connect(function()
  278. TPS.Visible = false
  279. TPS2.Visible = true
  280. end)
  281.  
  282. TPS2.Name = "TPS2"
  283. TPS2.Parent = Main
  284. TPS2.BackgroundColor3 = Color3.new(1, 1, 0)
  285. TPS2.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  286. TPS2.Size = UDim2.new(0, 300, 0, 233)
  287. TPS2.Visible = false
  288. TPS2.Style = Enum.FrameStyle.ChatRed
  289.  
  290. train.Name = "train"
  291. train.Parent = TPS2
  292. train.BackgroundColor3 = Color3.new(1, 0, 0)
  293. train.Size = UDim2.new(0, 120, 0, 50)
  294. train.Font = Enum.Font.ArialBold
  295. train.Text = "Train Spawn"
  296. train.TextScaled = true
  297. train.TextSize = 14
  298. train.TextWrapped = true
  299. gas.MouseButton1Down:connect(function()
  300. for i=1,32 do
  301. wait(.01)
  302. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  303. end
  304. end)
  305.  
  306. crim1.Name = "crim1"
  307. crim1.Parent = TPS2
  308. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  309. crim1.Position = UDim2.new(0.543333352, 0, 0, 0)
  310. crim1.Size = UDim2.new(0, 120, 0, 50)
  311. crim1.Font = Enum.Font.ArialBold
  312. crim1.Text = "Criminal Base 1"
  313. crim1.TextScaled = true
  314. crim1.TextSize = 14
  315. crim1.TextWrapped = true
  316. crim1.MouseButton1Down:connect(function()
  317. for i=1,32 do
  318. wait(.01)
  319. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  320. end
  321. end)
  322.  
  323. crim2.Name = "crim2"
  324. crim2.Parent = TPS2
  325. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  326. crim2.Position = UDim2.new(0, 0, 0.319742501, 0)
  327. crim2.Size = UDim2.new(0, 120, 0, 50)
  328. crim2.Font = Enum.Font.ArialBold
  329. crim2.Text = "Criminal Base 2"
  330. crim2.TextScaled = true
  331. crim2.TextSize = 14
  332. crim2.TextWrapped = true
  333. crim2.MouseButton1Down:connect(function()
  334. for i=1,32 do
  335. wait(.01)
  336. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  337. end
  338. end)
  339.  
  340. crim1_2.Name = "crim1"
  341. crim1_2.Parent = TPS2
  342. crim1_2.BackgroundColor3 = Color3.new(1, 0, 0)
  343. crim1_2.Position = UDim2.new(0.543333352, 0, 0.313304722, 0)
  344. crim1_2.Size = UDim2.new(0, 120, 0, 50)
  345. crim1_2.Font = Enum.Font.ArialBold
  346. crim1_2.Text = "Heli Pad"
  347. crim1_2.TextScaled = true
  348. crim1_2.TextSize = 14
  349. crim1_2.TextWrapped = true
  350. crim1_2.MouseButton1Down:connect(function()
  351. for i=1,32 do
  352. wait(.01)
  353. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  354. end
  355. end)
  356.  
  357. PoliceBase.Name = "PoliceBase"
  358. PoliceBase.Parent = TPS2
  359. PoliceBase.BackgroundColor3 = Color3.new(1, 0, 0)
  360. PoliceBase.Position = UDim2.new(0, 0, 0.628755391, 0)
  361. PoliceBase.Size = UDim2.new(0, 120, 0, 50)
  362. PoliceBase.Font = Enum.Font.ArialBold
  363. PoliceBase.Text = "Police Base"
  364. PoliceBase.TextScaled = true
  365. PoliceBase.TextSize = 14
  366. PoliceBase.TextWrapped = true
  367. PoliceBase.MouseButton1Down:connect(function()
  368. for i=1,32 do
  369. wait(.01)
  370. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  371. end
  372. end)
  373.  
  374. crim1_3.Name = "crim1"
  375. crim1_3.Parent = TPS2
  376. crim1_3.BackgroundColor3 = Color3.new(1, 0, 0)
  377. crim1_3.Position = UDim2.new(0.543333352, 0, 0.622317612, 0)
  378. crim1_3.Size = UDim2.new(0, 120, 0, 50)
  379. crim1_3.Font = Enum.Font.ArialBold
  380. crim1_3.Text = "Prison Yard"
  381. crim1_3.TextScaled = true
  382. crim1_3.TextSize = 14
  383. crim1_3.TextWrapped = true
  384. crim1_3.MouseButton1Down:connect(function()
  385. for i=1,32 do
  386. wait(.01)
  387. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  388. end
  389. end)
  390.  
  391. Lastpage.Name = "Lastpage"
  392. Lastpage.Parent = TPS2
  393. Lastpage.BackgroundColor3 = Color3.new(1, 0, 0)
  394. Lastpage.Position = UDim2.new(0.303333342, 0, 0.918454885, 0)
  395. Lastpage.Size = UDim2.new(0, 120, 0, 30)
  396. Lastpage.Font = Enum.Font.ArialBold
  397. Lastpage.Text = "Last Page"
  398. Lastpage.TextScaled = true
  399. Lastpage.TextSize = 14
  400. Lastpage.TextWrapped = true
  401. Lastpage.MouseButton1Down:connect(function()
  402. TPS.Visible = true
  403. TPS2.Visible = false
  404. end)
  405.  
  406. Gun.Name = "Gun"
  407. Gun.Parent = Main
  408. Gun.BackgroundColor3 = Color3.new(1, 1, 0)
  409. Gun.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  410. Gun.Size = UDim2.new(0, 300, 0, 233)
  411. Gun.Visible = false
  412. Gun.Style = Enum.FrameStyle.ChatBlue
  413.  
  414. AK47.Name = "AK47"
  415. AK47.Parent = Gun
  416. AK47.BackgroundColor3 = Color3.new(1, 0, 0)
  417. AK47.Position = UDim2.new(0.543333352, 0, 0, 0)
  418. AK47.Size = UDim2.new(0, 120, 0, 50)
  419. AK47.Font = Enum.Font.ArialBold
  420. AK47.Text = "AK47"
  421. AK47.TextScaled = true
  422. AK47.TextSize = 14
  423. AK47.TextWrapped = true
  424. AK47.MouseButton1Down:connect(function()
  425. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  426.  
  427. a = Instance.new("Part", workspace)
  428. a.Anchored = true
  429. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  430. a.CanCollide = false
  431.  
  432. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  433. if v.Name == "ShootingRange" then
  434. for a, b in pairs(v:GetChildren()) do
  435. if b:IsA("StringValue") then
  436. if b.Value == "AK47" then
  437. v.CFrame = CFrame.new(hit)
  438. end
  439. end
  440. end
  441. end
  442. end
  443. end)
  444.  
  445. M4A4.Name = "M4A4"
  446. M4A4.Parent = Gun
  447. M4A4.BackgroundColor3 = Color3.new(1, 0, 0)
  448. M4A4.Size = UDim2.new(0, 120, 0, 50)
  449. M4A4.Font = Enum.Font.ArialBold
  450. M4A4.Text = "M4A4"
  451. M4A4.TextScaled = true
  452. M4A4.TextSize = 14
  453. M4A4.TextWrapped = true
  454. M4A4.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 == "RifleSWAT" then
  467. v.CFrame = CFrame.new(hit)
  468. end
  469. end
  470. end
  471. end
  472. end
  473. end)
  474.  
  475. Shotgun.Name = "Shotgun"
  476. Shotgun.Parent = Gun
  477. Shotgun.BackgroundColor3 = Color3.new(1, 0, 0)
  478. Shotgun.Position = UDim2.new(0, 0, 0.319742501, 0)
  479. Shotgun.Size = UDim2.new(0, 120, 0, 50)
  480. Shotgun.Font = Enum.Font.ArialBold
  481. Shotgun.Text = "Shotgun"
  482. Shotgun.TextScaled = true
  483. Shotgun.TextSize = 14
  484. Shotgun.TextWrapped = true
  485. Shotgun.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 == "Shotgun" then
  498. v.CFrame = CFrame.new(hit)
  499. end
  500. end
  501. end
  502. end
  503. end
  504. end)
  505.  
  506. Pistol.Name = "Pistol"
  507. Pistol.Parent = Gun
  508. Pistol.BackgroundColor3 = Color3.new(1, 0, 0)
  509. Pistol.Position = UDim2.new(0.543333352, 0, 0.319742501, 0)
  510. Pistol.Size = UDim2.new(0, 120, 0, 50)
  511. Pistol.Font = Enum.Font.ArialBold
  512. Pistol.Text = "Pistol"
  513. Pistol.TextScaled = true
  514. Pistol.TextSize = 14
  515. Pistol.TextWrapped = true
  516. Pistol.MouseButton1Down:connect(function()
  517. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  518.  
  519. a = Instance.new("Part", workspace)
  520. a.Anchored = true
  521. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  522. a.CanCollide = false
  523.  
  524. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  525. if v.Name == "Station" then
  526. for a, b in pairs(v:GetChildren()) do
  527. if b:IsA("StringValue") then
  528. if b.Value == "Pistol" then
  529. v.CFrame = CFrame.new(hit)
  530. end
  531. end
  532. end
  533. end
  534. end
  535. end)
  536.  
  537. Shield.Name = "Shield"
  538. Shield.Parent = Gun
  539. Shield.BackgroundColor3 = Color3.new(1, 0, 0)
  540. Shield.Position = UDim2.new(0, 0, 0.637339056, 0)
  541. Shield.Size = UDim2.new(0, 120, 0, 50)
  542. Shield.Font = Enum.Font.ArialBold
  543. Shield.Text = "Shield"
  544. Shield.TextScaled = true
  545. Shield.TextSize = 14
  546. Shield.TextWrapped = true
  547. Shield.MouseButton1Down:connect(function()
  548. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  549.  
  550. a = Instance.new("Part", workspace)
  551. a.Anchored = true
  552. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  553. a.CanCollide = false
  554.  
  555. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  556. if v.Name == "Station" then
  557. for a, b in pairs(v:GetChildren()) do
  558. if b:IsA("StringValue") then
  559. if b.Value == "ShieldSWAT" then
  560. v.CFrame = CFrame.new(hit)
  561. end
  562. end
  563. end
  564. end
  565. end
  566. end)
  567.  
  568. Sword.Name = "Sword"
  569. Sword.Parent = Gun
  570. Sword.BackgroundColor3 = Color3.new(1, 0, 0)
  571. Sword.Position = UDim2.new(0.543333352, 0, 0.637339056, 0)
  572. Sword.Size = UDim2.new(0, 120, 0, 50)
  573. Sword.Font = Enum.Font.ArialBold
  574. Sword.Text = "Sword"
  575. Sword.TextScaled = true
  576. Sword.TextSize = 14
  577. Sword.TextWrapped = true
  578. Sword.MouseButton1Down:connect(function()
  579. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  580.  
  581. a = Instance.new("Part", workspace)
  582. a.Anchored = true
  583. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  584. a.CanCollide = false
  585.  
  586. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  587. if v.Name == "Station" then
  588. for a, b in pairs(v:GetChildren()) do
  589. if b:IsA("StringValue") then
  590. if b.Value == "Sword" then
  591. v.CFrame = CFrame.new(hit)
  592. end
  593. end
  594. end
  595. end
  596. end
  597. end)
  598.  
  599. OTH.Name = "OTH"
  600. OTH.Parent = Main
  601. OTH.BackgroundColor3 = Color3.new(1, 1, 0)
  602. OTH.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  603. OTH.Size = UDim2.new(0, 300, 0, 233)
  604. OTH.Visible = false
  605. OTH.Style = Enum.FrameStyle.ChatGreen
  606.  
  607. Walkspeed.Name = "Walkspeed"
  608. Walkspeed.Parent = OTH
  609. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  610. Walkspeed.Position = UDim2.new(0.00166666671, 0, 0.319742501, 0)
  611. Walkspeed.Size = UDim2.new(0, 120, 0, 50)
  612. Walkspeed.Font = Enum.Font.ArialBold
  613. Walkspeed.Text = "Walkspeed [X]"
  614. Walkspeed.TextScaled = true
  615. Walkspeed.TextSize = 14
  616. Walkspeed.TextWrapped = true
  617. Walkspeed.MouseButton1Down:connect(function()
  618. local walkspeedplayer = game:GetService("Players").LocalPlayer
  619. local walkspeedmouse = walkspeedplayer:GetMouse()
  620.  
  621. local walkspeedenabled = false
  622.  
  623. function x_walkspeed(key)
  624. if (key == "x") then
  625. if walkspeedenabled == false then
  626. _G.WS = 200;
  627. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  628. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  629. Humanoid.WalkSpeed = _G.WS;
  630. end)
  631. Humanoid.WalkSpeed = _G.WS;
  632.  
  633. walkspeedenabled = true
  634. elseif walkspeedenabled == true then
  635. _G.WS = 20;
  636. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  637. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  638. Humanoid.WalkSpeed = _G.WS;
  639. end)
  640. Humanoid.WalkSpeed = _G.WS;
  641.  
  642. walkspeedenabled = false
  643. end
  644. end
  645. end
  646.  
  647. walkspeedmouse.KeyDown:connect(x_walkspeed)
  648.  
  649. end)
  650.  
  651. RemoveALL.Name = "RemoveALL"
  652. RemoveALL.Parent = OTH
  653. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  654. RemoveALL.Position = UDim2.new(0.545000017, 0, 0.319742501, 0)
  655. RemoveALL.Size = UDim2.new(0, 120, 0, 50)
  656. RemoveALL.Font = Enum.Font.ArialBold
  657. RemoveALL.Text = "Remove ALL"
  658. RemoveALL.TextScaled = true
  659. RemoveALL.TextSize = 14
  660. RemoveALL.TextWrapped = true
  661. RemoveALL.MouseButton1Down:connect(function()
  662. game.Workspace.Cells:Remove()
  663.  
  664. for i,v in pairs(workspace.Doors:GetChildren()) do
  665. v:Destroy()
  666.  
  667. end
  668. end)
  669.  
  670. autoarrest.Name = "autoarrest"
  671. autoarrest.Parent = OTH
  672. autoarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  673. autoarrest.Size = UDim2.new(0, 120, 0, 50)
  674. autoarrest.Font = Enum.Font.ArialBold
  675. autoarrest.Text = "Auto Arrest"
  676. autoarrest.TextScaled = true
  677. autoarrest.TextSize = 14
  678. autoarrest.TextWrapped = true
  679. autoarrest.MouseButton1Down:connect(function()
  680. local Player = game.Players.LocalPlayer
  681. wait(0.5)
  682. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  683. repeat
  684. wait()
  685. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  686. until v.Team.Name ~= "Criminal"
  687. end
  688. end)
  689.  
  690. Gravity.Name = "Gravity"
  691. Gravity.Parent = OTH
  692. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  693. Gravity.Position = UDim2.new(0.543333352, 0, 0, 0)
  694. Gravity.Size = UDim2.new(0, 120, 0, 50)
  695. Gravity.Font = Enum.Font.ArialBold
  696. Gravity.Text = "Gravity"
  697. Gravity.TextScaled = true
  698. Gravity.TextSize = 14
  699. Gravity.TextWrapped = true
  700. Gravity.MouseButton1Down:connect(function()
  701. if Gravity == true then
  702. Gravity = false
  703. game.workspace.Gravity = 196.2
  704. else
  705. Gravity = true
  706. game.workspace.Gravity = 45
  707. end
  708. end)
  709.  
  710. BTools.Name = "BTools"
  711. BTools.Parent = OTH
  712. BTools.BackgroundColor3 = Color3.new(1, 0, 0)
  713. BTools.Position = UDim2.new(0.00166666671, 0, 0.624463558, 0)
  714. BTools.Size = UDim2.new(0, 120, 0, 50)
  715. BTools.Font = Enum.Font.ArialBold
  716. BTools.Text = "BTools"
  717. BTools.TextScaled = true
  718. BTools.TextSize = 14
  719. BTools.TextWrapped = true
  720. BTools.MouseButton1Down:connect(function()
  721. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  722. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  723. if child.ClassName == "Part" then
  724. child.Locked = false
  725. end
  726. if child.ClassName == "MeshPart" then
  727. child.Locked = false
  728. end
  729. if child.ClassName == "UnionOperation" then
  730. child.Locked = false
  731. end
  732. if child.ClassName == "Model" then
  733. for index, chil in pairs(child:GetChildren()) do
  734. if chil.ClassName == "Part" then
  735. chil.Locked = false
  736. end
  737. if chil.ClassName == "MeshPart" then
  738. chil.Locked = false
  739. end
  740. if chil.ClassName == "UnionOperation" then
  741. chil.Locked = false
  742. end
  743. if chil.ClassName == "Model" then
  744. for index, childe in pairs(chil:GetChildren()) do
  745. if childe.ClassName == "Part" then
  746. childe.Locked = false
  747. end
  748. if childe.ClassName == "MeshPart" then
  749. childe.Locked = false
  750. end
  751. if childe.ClassName == "UnionOperation" then
  752. childe.Locked = false
  753. end
  754. if childe.ClassName == "Model" then
  755. for index, childeo in pairs(childe:GetChildren()) do
  756. if childeo.ClassName == "Part" then
  757. childeo.Locked = false
  758. end
  759. if childeo.ClassName == "MeshPart" then
  760. childeo.Locked = false
  761. end
  762. if childeo.ClassName == "UnionOperation" then
  763. childeo.Locked = false
  764. end
  765. if childeo.ClassName == "Model" then
  766. end
  767. end
  768. end
  769. end
  770. end
  771. end
  772. end
  773. end
  774. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  775. c.BinType = Enum.BinType.Hammer
  776. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  777. c.BinType = Enum.BinType.Clone
  778. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  779. c.BinType = Enum.BinType.Grab
  780. end)
  781.  
  782.  
  783. FastCar.Name = "FastCar"
  784. FastCar.Parent = OTH
  785. FastCar.BackgroundColor3 = Color3.new(1, 0, 0)
  786. FastCar.Position = UDim2.new(0.545000017, 0, 0.624463558, 0)
  787. FastCar.Size = UDim2.new(0, 120, 0, 50)
  788. FastCar.Font = Enum.Font.ArialBold
  789. FastCar.Text = "Fast Car"
  790. FastCar.TextScaled = true
  791. FastCar.TextSize = 14
  792. FastCar.TextWrapped = true
  793.  
  794. nextOTH.Name = "nextOTH"
  795. nextOTH.Parent = OTH
  796. nextOTH.BackgroundColor3 = Color3.new(1, 0, 0)
  797. nextOTH.Position = UDim2.new(0.303333342, 0, 0.918454885, 0)
  798. nextOTH.Size = UDim2.new(0, 120, 0, 30)
  799. nextOTH.Font = Enum.Font.ArialBold
  800. nextOTH.Text = "Next Page"
  801. nextOTH.TextScaled = true
  802. nextOTH.TextSize = 14
  803. nextOTH.TextWrapped = true
  804. nextOTH.MouseButton1Down:connect(function()
  805. OTH2.Visible = true
  806. OTH.Visible = false
  807. end)
  808.  
  809. CREDIT.Name = "CREDIT"
  810. CREDIT.Parent = Main
  811. CREDIT.BackgroundColor3 = Color3.new(1, 1, 0)
  812. CREDIT.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  813. CREDIT.Size = UDim2.new(0, 300, 0, 233)
  814. CREDIT.Visible = false
  815. CREDIT.Style = Enum.FrameStyle.RobloxRound
  816.  
  817. owner.Name = "owner"
  818. owner.Parent = CREDIT
  819. owner.BackgroundColor3 = Color3.new(1, 0, 0)
  820. owner.Size = UDim2.new(0, 280, 0, 50)
  821. owner.Font = Enum.Font.SourceSansBold
  822. owner.Text = "This Hack Is Made By RedBoy"
  823. owner.TextScaled = true
  824. owner.TextSize = 14
  825. owner.TextWrapped = true
  826.  
  827. discord.Name = "discord"
  828. discord.Parent = CREDIT
  829. discord.BackgroundColor3 = Color3.new(1, 0, 0)
  830. discord.Position = UDim2.new(0, 0, 0.270386279, 0)
  831. discord.Size = UDim2.new(0, 280, 0, 70)
  832. discord.Font = Enum.Font.SourceSansBold
  833. discord.Text = "Join Our Discord For Updates : https://discord.gg/gFKfycn"
  834. discord.TextScaled = true
  835. discord.TextSize = 14
  836. discord.TextWrapped = true
  837.  
  838. OTH2.Name = "OTH2"
  839. OTH2.Parent = Main
  840. OTH2.BackgroundColor3 = Color3.new(1, 1, 0)
  841. OTH2.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  842. OTH2.Size = UDim2.new(0, 300, 0, 233)
  843. OTH2.Visible = false
  844. OTH2.Style = Enum.FrameStyle.ChatGreen
  845.  
  846. InfiniteHealth.Name = "InfiniteHealth"
  847. InfiniteHealth.Parent = OTH2
  848. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  849. InfiniteHealth.Position = UDim2.new(0.00166666671, 0, 0.319742501, 0)
  850. InfiniteHealth.Size = UDim2.new(0, 120, 0, 50)
  851. InfiniteHealth.Font = Enum.Font.ArialBold
  852. InfiniteHealth.Text = "Infinite Health"
  853. InfiniteHealth.TextScaled = true
  854. InfiniteHealth.TextSize = 14
  855. InfiniteHealth.TextWrapped = true
  856. InfiniteHealth.MouseButton1Down:connect(function()
  857. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  858. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  859. l.Parent = game:GetService("Players").LocalPlayer.Character
  860. l.Name = "Humanoid"
  861. wait(0.1)
  862. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  863. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  864. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  865. wait(0.1)
  866. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  867. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  868. end)
  869.  
  870. Noclip.Name = "Noclip"
  871. Noclip.Parent = OTH2
  872. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  873. Noclip.Position = UDim2.new(0.545000017, 0, 0.319742501, 0)
  874. Noclip.Size = UDim2.new(0, 120, 0, 50)
  875. Noclip.Font = Enum.Font.ArialBold
  876. Noclip.Text = "Noclip[B]"
  877. Noclip.TextScaled = true
  878. Noclip.TextSize = 14
  879. Noclip.TextWrapped = true
  880. Noclip.MouseButton1Down:connect(function()
  881. local noclipplayer = game:GetService("Players").LocalPlayer
  882. local noclipmouse = noclipplayer:GetMouse()
  883.  
  884. local donoclip = false
  885. local noclip = false
  886.  
  887. function b_noclip(key)
  888. if (key == "b") then
  889. if noclip == false then
  890. donoclip = true
  891.  
  892. noclip = true
  893. elseif noclip == true then
  894. donoclip = false
  895.  
  896. noclip = false
  897. end
  898. end
  899. end
  900.  
  901. noclipmouse.KeyDown:connect(b_noclip)
  902.  
  903. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  904. if obj ~= workspace.Terrain then
  905. if donoclip == true then
  906. obj.CanCollide = false
  907. else
  908. obj.CanCollide = true
  909. end
  910. end
  911. end)
  912. end)
  913.  
  914. InfiniteAmmo.Name = "InfiniteAmmo"
  915. InfiniteAmmo.Parent = OTH2
  916. InfiniteAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  917. InfiniteAmmo.Size = UDim2.new(0, 120, 0, 50)
  918. InfiniteAmmo.Font = Enum.Font.ArialBold
  919. InfiniteAmmo.Text = "Infinite Ammo"
  920. InfiniteAmmo.TextScaled = true
  921. InfiniteAmmo.TextSize = 14
  922. InfiniteAmmo.TextWrapped = true
  923. InfiniteAmmo.MouseButton1Down:connect(function()
  924. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  925. end)
  926.  
  927. InfiniteNitro.Name = "InfiniteNitro"
  928. InfiniteNitro.Parent = OTH2
  929. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  930. InfiniteNitro.Position = UDim2.new(0.543333352, 0, 0, 0)
  931. InfiniteNitro.Size = UDim2.new(0, 120, 0, 50)
  932. InfiniteNitro.Font = Enum.Font.ArialBold
  933. InfiniteNitro.Text = "Infinite Nitro"
  934. InfiniteNitro.TextScaled = true
  935. InfiniteNitro.TextSize = 14
  936. InfiniteNitro.TextWrapped = true
  937. InfiniteNitro.MouseButton1Down:connect(function()
  938. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitro:Destroy() -- very laggy
  939. game:GetService("Players").LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy() -- aslo very laggy lol
  940. end)
  941.  
  942. LastOTH.Name = "LastOTH"
  943. LastOTH.Parent = OTH2
  944. LastOTH.BackgroundColor3 = Color3.new(1, 0, 0)
  945. LastOTH.Position = UDim2.new(0.276666671, 0, 0.931330442, 0)
  946. LastOTH.Size = UDim2.new(0, 120, 0, 30)
  947. LastOTH.Font = Enum.Font.ArialBold
  948. LastOTH.Text = "LastPage"
  949. LastOTH.TextScaled = true
  950. LastOTH.TextSize = 14
  951. LastOTH.TextWrapped = true
  952. LastOTH.MouseButton1Down:connect(function()
  953. OTH.Visible = true
  954. OTH2.Visible = false
  955. end)
  956.  
  957. PlayerTP.Name = "PlayerTP"
  958. PlayerTP.Parent = Main
  959. PlayerTP.BackgroundColor3 = Color3.new(1, 1, 0)
  960. PlayerTP.Position = UDim2.new(0.675999999, 0, 0.0102916416, 0)
  961. PlayerTP.Size = UDim2.new(0, 150, 0, 50)
  962. PlayerTP.Font = Enum.Font.SourceSansBold
  963. PlayerTP.Text = "PlayerTP"
  964. PlayerTP.TextScaled = true
  965. PlayerTP.TextSize = 14
  966. PlayerTP.TextWrapped = true
  967. PlayerTP.MouseButton1Down:connect(function()
  968. TPS.Visible = false
  969. OTH.Visible = false
  970. PLTP.Visible = true
  971. Gun.Visible = false
  972. CREDIT.Visible = false
  973. end)
  974.  
  975. PLTP.Name = "PLTP"
  976. PLTP.Parent = Main
  977. PLTP.BackgroundColor3 = Color3.new(1, 1, 0)
  978. PLTP.Position = UDim2.new(0.368000001, 0, 0.221874997, 0)
  979. PLTP.Size = UDim2.new(0, 300, 0, 233)
  980. PLTP.Visible = false
  981. PLTP.Style = Enum.FrameStyle.ChatBlue
  982.  
  983. PlayerTP_Input.Name = "PlayerTP_Input"
  984. PlayerTP_Input.Parent = PLTP
  985. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  986. PlayerTP_Input.Position = UDim2.new(0.0479999781, 0, 0.380123377, 0)
  987. PlayerTP_Input.Size = UDim2.new(0, 250, 0, 50)
  988. PlayerTP_Input.Font = Enum.Font.ArialBold
  989. PlayerTP_Input.Text = "Player"
  990. PlayerTP_Input.TextSize = 20
  991. PlayerTP_Input.TextWrapped = true
  992.  
  993. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  994. PlayerTP_Teleport.Parent = PLTP
  995. PlayerTP_Teleport.BackgroundColor3 = Color3.new(1, 1, 0)
  996. PlayerTP_Teleport.Position = UDim2.new(0.0479999781, 0, 0.0050743632, 0)
  997. PlayerTP_Teleport.Size = UDim2.new(0, 250, 0, 50)
  998. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  999. PlayerTP_Teleport.Text = "Teleport To Player"
  1000. PlayerTP_Teleport.TextScaled = true
  1001. PlayerTP_Teleport.TextSize = 14
  1002. PlayerTP_Teleport.TextWrapped = true
  1003.  
  1004. Open.Name = "Open"
  1005. Open.Parent = REDJAILBREAK
  1006. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  1007. Open.Position = UDim2.new(0.00999999978, 0, 0.699999988, 0)
  1008. Open.Size = UDim2.new(0, 100, 0, 50)
  1009. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1010. Open.Font = Enum.Font.ArialBold
  1011. Open.Text = "Open"
  1012. Open.TextScaled = true
  1013. Open.TextSize = 14
  1014. Open.TextWrapped = true
  1015. Open.MouseButton1Down:connect(function()
  1016. Open.Visible = true
  1017. Close.Visible = true
  1018. Main.Visible = true
  1019. end)
  1020.  
  1021.  
  1022. Close.Name = "Close"
  1023. Close.Parent = REDJAILBREAK
  1024. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  1025. Close.Position = UDim2.new(0.00999999978, 0, 0.699999988, 0)
  1026. Close.Size = UDim2.new(0, 100, 0, 50)
  1027. Close.Visible = false
  1028. Close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1029. Close.Font = Enum.Font.ArialBold
  1030. Close.Text = "Close"
  1031. Close.TextScaled = true
  1032. Close.TextSize = 14
  1033. Close.TextWrapped = true
  1034. Close.MouseButton1Down:connect(function()
  1035. Open.Visible = true
  1036. Close.Visible = false
  1037. Main.Visible = false
  1038. end)
  1039.  
  1040. RemoveALL.MouseButton1Down:connect(function()
  1041. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  1042. banklasers[1].Lasers:Destroy()
  1043. end)
  1044.  
  1045. RemoveALL.MouseButton1Down:connect(function()
  1046. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  1047.  
  1048. for i = 1,4 do
  1049. local xd = jewelry[1].Model.BarbedWire
  1050. xd:Destroy()
  1051. end
  1052. end)
  1053.  
  1054. RemoveALL.MouseButton1Down:connect(function()
  1055. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  1056. banklasers[1].Door.Model:Destroy()
  1057. end)
  1058.  
  1059. PlayerTP_Teleport.MouseButton1Down:connect(function()
  1060. local tp_namedplayer = PlayerTP_Input.Text
  1061. local tp_player = game:GetService("Players")[tp_namedplayer]
  1062. local PLR = game:GetService("Players").LocalPlayer
  1063. local p = PlayerTP_Input.Text
  1064.  
  1065. if tp_player then
  1066. for i = 1,20 do
  1067. wait()
  1068. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1069. end
  1070. end
  1071. end)
Add Comment
Please, Sign In to add comment