Guest User

Untitled

a guest
Apr 1st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.95 KB | None | 0 0
  1. -- RedBoy
  2.  
  3. local REDJBGUI = Instance.new("ScreenGui")
  4. local Open = Instance.new("TextButton")
  5. local Main = Instance.new("Frame")
  6. local Guns = Instance.new("Frame")
  7. local GUN = Instance.new("TextLabel")
  8. local Shotgun = Instance.new("TextButton")
  9. local Pistol = Instance.new("TextButton")
  10. local AK47 = Instance.new("TextButton")
  11. local M4A4 = Instance.new("TextButton")
  12. local Flashlight = Instance.new("TextButton")
  13. local TPS = Instance.new("Frame")
  14. local Teleports = Instance.new("TextLabel")
  15. local BankFront = Instance.new("TextButton")
  16. local BankVault = Instance.new("TextButton")
  17. local JewelryTop = Instance.new("TextButton")
  18. local JewelryIn = Instance.new("TextButton")
  19. local DonutShop = Instance.new("TextButton")
  20. local NextPage = Instance.new("TextButton")
  21. local OTH = Instance.new("Frame")
  22. local Others = Instance.new("TextLabel")
  23. local AutoArrest = Instance.new("TextButton")
  24. local Gravity = Instance.new("TextButton")
  25. local NoDoors = Instance.new("TextButton")
  26. local Cellbars = Instance.new("TextButton")
  27. local TPS2 = Instance.new("Frame")
  28. local Teleports_2 = Instance.new("TextLabel")
  29. local GasStation = Instance.new("TextButton")
  30. local Crim1 = Instance.new("TextButton")
  31. local Crim2 = Instance.new("TextButton")
  32. local Train = Instance.new("TextButton")
  33. local PoliceBase = Instance.new("TextButton")
  34. local LastPage = Instance.new("TextButton")
  35. local Credit = Instance.new("Frame")
  36. local Jb = Instance.new("TextLabel")
  37. local DIS = Instance.new("TextLabel")
  38. local Close = Instance.new("TextButton")
  39.  
  40. -- Properties
  41.  
  42. REDJBGUI.Name = "REDJBGUI"
  43. REDJBGUI.Parent = game.CoreGui
  44.  
  45. Open.Name = "dick"
  46. Open.Parent = REDJBGUI
  47. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  48. Open.Position = UDim2.new(0, 0, 0.699999988, 0)
  49. Open.Size = UDim2.new(0, 100, 0, 50)
  50. Open.Font = Enum.Font.SourceSansBold
  51. Open.Text = "dick"
  52. Open.TextColor3 = Color3.new(1, 1, 1)
  53. Open.TextScaled = true
  54. Open.TextSize = 14
  55. Open.TextWrapped = true
  56. Open.MouseButton1Down:connect(function()
  57. Open.Visible = false
  58. Close.Visible = true
  59. Main.Visible = true
  60. end)
  61.  
  62. Main.Name = "Ass Cheeks"
  63. Main.Parent = REDJBGUI
  64. Main.Active = true
  65. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Main.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  67. Main.Size = UDim2.new(0, 500, 0, 350)
  68. Main.Visible = false
  69. Main.Draggable = true
  70. Main.Style = Enum.FrameStyle.DropShadow
  71.  
  72. Guns.Name = "Guns"
  73. Guns.Parent = Main
  74. Guns.BackgroundColor3 = Color3.new(1, 0, 0)
  75. Guns.Size = UDim2.new(0, 150, 0, 330)
  76. Guns.Style = Enum.FrameStyle.ChatRed
  77.  
  78. GUN.Name = "GUN"
  79. GUN.Parent = Guns
  80. GUN.BackgroundColor3 = Color3.new(1, 1, 1)
  81. GUN.BorderColor3 = Color3.new(1, 0, 0)
  82. GUN.BorderSizePixel = 2
  83. GUN.Position = UDim2.new(-0.0133333281, 0, -0.0333333351, 0)
  84. GUN.Size = UDim2.new(0, 120, 0, 50)
  85. GUN.Font = Enum.Font.SourceSans
  86. GUN.Text = "Bootie"
  87. GUN.TextScaled = true
  88. GUN.TextSize = 14
  89. GUN.TextWrapped = true
  90.  
  91. Shotgun.Name = "Shotgun"
  92. Shotgun.Parent = Guns
  93. Shotgun.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  94. Shotgun.Position = UDim2.new(-0.0133333337, 0, 0.175757587, 0)
  95. Shotgun.Size = UDim2.new(0, 120, 0, 30)
  96. Shotgun.Font = Enum.Font.ArialBold
  97. Shotgun.Text = "Shotgun"
  98. Shotgun.TextScaled = true
  99. Shotgun.TextSize = 14
  100. Shotgun.TextWrapped = true
  101. Shotgun.MouseButton1Down:connect(function()
  102. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  103.  
  104. a = Instance.new("Part", workspace)
  105. a.Anchored = true
  106. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  107. a.CanCollide = false
  108.  
  109. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  110. if v.Name == "Station" then
  111. for a, b in pairs(v:GetChildren()) do
  112. if b:IsA("StringValue") then
  113. if b.Value == "Shotgun" then
  114. v.CFrame = CFrame.new(hit)
  115. end
  116. end
  117. end
  118. end
  119. end
  120. end)
  121.  
  122.  
  123. Pistol.Name = "Pistol"
  124. Pistol.Parent = Guns
  125. Pistol.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  126. Pistol.Position = UDim2.new(-0.0133333337, 0, 0.321212113, 0)
  127. Pistol.Size = UDim2.new(0, 120, 0, 30)
  128. Pistol.Font = Enum.Font.ArialBold
  129. Pistol.Text = "Pistol"
  130. Pistol.TextScaled = true
  131. Pistol.TextSize = 14
  132. Pistol.TextWrapped = true
  133. Pistol.MouseButton1Down:connect(function()
  134. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  135.  
  136. a = Instance.new("Part", workspace)
  137. a.Anchored = true
  138. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  139. a.CanCollide = false
  140.  
  141. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  142. if v.Name == "Station" then
  143. for a, b in pairs(v:GetChildren()) do
  144. if b:IsA("StringValue") then
  145. if b.Value == "Pistol" then
  146. v.CFrame = CFrame.new(hit)
  147. end
  148. end
  149. end
  150. end
  151. end
  152. end)
  153.  
  154. AK47.Name = "AK47"
  155. AK47.Parent = Guns
  156. AK47.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  157. AK47.Position = UDim2.new(-0.0133333337, 0, 0.466666669, 0)
  158. AK47.Size = UDim2.new(0, 120, 0, 30)
  159. AK47.Font = Enum.Font.ArialBold
  160. AK47.Text = "AK47"
  161. AK47.TextScaled = true
  162. AK47.TextSize = 14
  163. AK47.TextWrapped = true
  164. AK47.MouseButton1Down:connect(function()
  165. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  166.  
  167. a = Instance.new("Part", workspace)
  168. a.Anchored = true
  169. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  170. a.CanCollide = false
  171.  
  172. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  173. if v.Name == "ShootingRange" then
  174. for a, b in pairs(v:GetChildren()) do
  175. if b:IsA("StringValue") then
  176. if b.Value == "AK47" then
  177. v.CFrame = CFrame.new(hit)
  178. end
  179. end
  180. end
  181. end
  182. end
  183. end)
  184.  
  185. M4A4.Name = "M4A4"
  186. M4A4.Parent = Guns
  187. M4A4.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  188. M4A4.Position = UDim2.new(-0.0133333337, 0, 0.609090924, 0)
  189. M4A4.Size = UDim2.new(0, 120, 0, 30)
  190. M4A4.Font = Enum.Font.ArialBold
  191. M4A4.Text = "M4A4"
  192. M4A4.TextScaled = true
  193. M4A4.TextSize = 14
  194. M4A4.TextWrapped = true
  195. M4A4.MouseButton1Down:connect(function()
  196. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  197.  
  198. a = Instance.new("Part", workspace)
  199. a.Anchored = true
  200. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  201. a.CanCollide = false
  202.  
  203. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  204. if v.Name == "Station" then
  205. for a, b in pairs(v:GetChildren()) do
  206. if b:IsA("StringValue") then
  207. if b.Value == "RifleSWAT" then
  208. v.CFrame = CFrame.new(hit)
  209. end
  210. end
  211. end
  212. end
  213. end
  214. end)
  215.  
  216. Flashlight.Name = "Flashlight"
  217. Flashlight.Parent = Guns
  218. Flashlight.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  219. Flashlight.Position = UDim2.new(-0.0133333337, 0, 0.75454545, 0)
  220. Flashlight.Size = UDim2.new(0, 120, 0, 30)
  221. Flashlight.Font = Enum.Font.ArialBold
  222. Flashlight.Text = "Flashlight"
  223. Flashlight.TextScaled = true
  224. Flashlight.TextSize = 14
  225. Flashlight.TextWrapped = true
  226. Flashlight.MouseButton1Down:connect(function()
  227. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  228.  
  229. a = Instance.new("Part", workspace)
  230. a.Anchored = true
  231. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  232. a.CanCollide = false
  233.  
  234. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  235. if v.Name == "Station" then
  236. for a, b in pairs(v:GetChildren()) do
  237. if b:IsA("StringValue") then
  238. if b.Value == "Flashlight" then
  239. v.CFrame = CFrame.new(hit)
  240. end
  241. end
  242. end
  243. end
  244. end
  245. end)
  246.  
  247. TPS.Name = "TPS"
  248. TPS.Parent = Main
  249. TPS.BackgroundColor3 = Color3.new(1, 0, 0)
  250. TPS.Position = UDim2.new(0.34799999, 0, 0, 0)
  251. TPS.Size = UDim2.new(0, 150, 0, 330)
  252. TPS.Style = Enum.FrameStyle.ChatRed
  253.  
  254. Teleports.Name = "Teleports"
  255. Teleports.Parent = TPS
  256. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  257. Teleports.BorderColor3 = Color3.new(1, 0, 0)
  258. Teleports.BorderSizePixel = 2
  259. Teleports.Position = UDim2.new(-0.0133333281, 0, -0.0333333351, 0)
  260. Teleports.Size = UDim2.new(0, 120, 0, 50)
  261. Teleports.SizeConstraint = Enum.SizeConstraint.RelativeYY
  262. Teleports.Font = Enum.Font.SourceSans
  263. Teleports.Text = "Teleports"
  264. Teleports.TextScaled = true
  265. Teleports.TextSize = 14
  266. Teleports.TextWrapped = true
  267.  
  268. BankFront.Name = "BankFront"
  269. BankFront.Parent = TPS
  270. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  271. BankFront.Position = UDim2.new(-0.0133333337, 0, 0.196969703, 0)
  272. BankFront.Size = UDim2.new(0, 120, 0, 30)
  273. BankFront.Font = Enum.Font.Fantasy
  274. BankFront.Text = "BankFront"
  275. BankFront.TextScaled = true
  276. BankFront.TextSize = 14
  277. BankFront.TextWrapped = true
  278. BankFront.MouseButton1Down:connect(function()
  279. for i=1,32 do
  280. wait(.01)
  281. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  282. end
  283. end)
  284.  
  285. BankVault.Name = "BankVault"
  286. BankVault.Parent = TPS
  287. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  288. BankVault.Position = UDim2.new(-0.0133333337, 0, 0.327272773, 0)
  289. BankVault.Size = UDim2.new(0, 120, 0, 30)
  290. BankVault.Font = Enum.Font.Fantasy
  291. BankVault.Text = "BankVault"
  292. BankVault.TextScaled = true
  293. BankVault.TextSize = 14
  294. BankVault.TextWrapped = true
  295. BankVault.MouseButton1Down:connect(function()
  296. for i=1,32 do
  297. wait(.01)
  298. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  299. end
  300. end)
  301.  
  302. JewelryTop.Name = "JewelryTop"
  303. JewelryTop.Parent = TPS
  304. JewelryTop.BackgroundColor3 = Color3.new(1, 0, 0)
  305. JewelryTop.Position = UDim2.new(-0.0133333337, 0, 0.469696969, 0)
  306. JewelryTop.Size = UDim2.new(0, 120, 0, 30)
  307. JewelryTop.Font = Enum.Font.Fantasy
  308. JewelryTop.Text = "JewelryTop"
  309. JewelryTop.TextScaled = true
  310. JewelryTop.TextSize = 14
  311. JewelryTop.TextWrapped = true
  312. JewelryTop.MouseButton1Down:connect(function()
  313. for i=1,32 do
  314. wait(.01)
  315. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  316. end
  317. end)
  318.  
  319. JewelryIn.Name = "JewelryIn"
  320. JewelryIn.Parent = TPS
  321. JewelryIn.BackgroundColor3 = Color3.new(1, 0, 0)
  322. JewelryIn.Position = UDim2.new(-0.0133333337, 0, 0.609090924, 0)
  323. JewelryIn.Size = UDim2.new(0, 120, 0, 30)
  324. JewelryIn.Font = Enum.Font.Fantasy
  325. JewelryIn.Text = "JewelryInside"
  326. JewelryIn.TextScaled = true
  327. JewelryIn.TextSize = 14
  328. JewelryIn.TextWrapped = true
  329. JewelryIn.MouseButton1Down:connect(function()
  330. for i=1,32 do
  331. wait(.01)
  332. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  333. end
  334. end)
  335.  
  336. DonutShop.Name = "DonutShop"
  337. DonutShop.Parent = TPS
  338. DonutShop.BackgroundColor3 = Color3.new(1, 0, 0)
  339. DonutShop.Position = UDim2.new(-0.0133333337, 0, 0.74848485, 0)
  340. DonutShop.Size = UDim2.new(0, 120, 0, 30)
  341. DonutShop.Font = Enum.Font.Fantasy
  342. DonutShop.Text = "DonutShop"
  343. DonutShop.TextScaled = true
  344. DonutShop.TextSize = 14
  345. DonutShop.TextWrapped = true
  346. DonutShop.MouseButton1Down:connect(function()
  347. for i=1,32 do
  348. wait(.01)
  349. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  350. end
  351. end)
  352.  
  353. NextPage.Name = "NextPage"
  354. NextPage.Parent = TPS
  355. NextPage.BackgroundColor3 = Color3.new(0.431373, 1, 0)
  356. NextPage.Position = UDim2.new(-0.0133333337, 0, 0.890909076, 0)
  357. NextPage.Size = UDim2.new(0, 120, 0, 30)
  358. NextPage.Font = Enum.Font.SourceSans
  359. NextPage.Text = "Next Page"
  360. NextPage.TextScaled = true
  361. NextPage.TextSize = 14
  362. NextPage.TextWrapped = true
  363. NextPage.MouseButton1Down:connect(function()
  364. TPS.Visible = false
  365. TPS2.Visible = true
  366. end)
  367.  
  368. OTH.Name = "OTH"
  369. OTH.Parent = Main
  370. OTH.BackgroundColor3 = Color3.new(1, 0, 0)
  371. OTH.Position = UDim2.new(0.68599999, 0, 0, 0)
  372. OTH.Size = UDim2.new(0, 150, 0, 330)
  373. OTH.Style = Enum.FrameStyle.ChatRed
  374.  
  375. Others.Name = "Others"
  376. Others.Parent = OTH
  377. Others.BackgroundColor3 = Color3.new(1, 1, 1)
  378. Others.BorderColor3 = Color3.new(1, 0, 0)
  379. Others.BorderSizePixel = 2
  380. Others.Position = UDim2.new(-0.0133333281, 0, -0.0333333351, 0)
  381. Others.Size = UDim2.new(0, 120, 0, 50)
  382. Others.SizeConstraint = Enum.SizeConstraint.RelativeYY
  383. Others.Font = Enum.Font.SourceSans
  384. Others.Text = "Others"
  385. Others.TextScaled = true
  386. Others.TextSize = 14
  387. Others.TextWrapped = true
  388.  
  389. AutoArrest.Name = "AutoArrest"
  390. AutoArrest.Parent = OTH
  391. AutoArrest.BackgroundColor3 = Color3.new(0.0235294, 0.494118, 1)
  392. AutoArrest.Position = UDim2.new(-0.0133333337, 0, 0.175757572, 0)
  393. AutoArrest.Size = UDim2.new(0, 120, 0, 30)
  394. AutoArrest.Font = Enum.Font.Cartoon
  395. AutoArrest.Text = "Auto Arrest"
  396. AutoArrest.TextScaled = true
  397. AutoArrest.TextSize = 14
  398. AutoArrest.TextWrapped = true
  399. AutoArrest.MouseButton1Down:connect(function()
  400. local Player = game.Players.LocalPlayer
  401. wait(0.5)
  402. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  403. repeat
  404. wait()
  405. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  406. until v.Team.Name ~= "Criminal"
  407. end
  408. end)
  409.  
  410. Gravity.Name = "Gravity"
  411. Gravity.Parent = OTH
  412. Gravity.BackgroundColor3 = Color3.new(0.0235294, 0.494118, 1)
  413. Gravity.Position = UDim2.new(-0.0133333337, 0, 0.312121212, 0)
  414. Gravity.Size = UDim2.new(0, 120, 0, 30)
  415. Gravity.Font = Enum.Font.Cartoon
  416. Gravity.Text = "Gravity"
  417. Gravity.TextScaled = true
  418. Gravity.TextSize = 14
  419. Gravity.TextWrapped = true
  420. Gravity.MouseButton1Down:connect(function()
  421. if Gravity == true then
  422. Gravity = false
  423. game.workspace.Gravity = 196.2
  424. else
  425. Gravity = true
  426. game.workspace.Gravity = 45
  427. end
  428. end)
  429.  
  430. NoDoors.Name = "NoDoors"
  431. NoDoors.Parent = OTH
  432. NoDoors.BackgroundColor3 = Color3.new(0.0235294, 0.494118, 1)
  433. NoDoors.Position = UDim2.new(-0.0133333337, 0, 0.454545438, 0)
  434. NoDoors.Size = UDim2.new(0, 120, 0, 30)
  435. NoDoors.Font = Enum.Font.Cartoon
  436. NoDoors.Text = "RemoveALL"
  437. NoDoors.TextScaled = true
  438. NoDoors.TextSize = 14
  439. NoDoors.TextWrapped = true
  440. NoDoors.MouseButton1Down:connect(function()
  441. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  442. banklasers[1].Lasers:Destroy()
  443. end)
  444.  
  445. NoDoors.MouseButton1Down:connect(function()
  446. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  447.  
  448. for i = 1,4 do
  449. local xd = jewelry[1].Model.BarbedWire
  450. xd:Destroy()
  451. end
  452. end)
  453.  
  454. NoDoors.MouseButton1Down:connect(function()
  455. for i,v in pairs(workspace.Doors:GetChildren()) do
  456. v:Destroy()
  457.  
  458. end
  459. end)
  460.  
  461. NoDoors.MouseButton1Down:connect(function()
  462. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  463. banklasers[1].Door.Model:Destroy()
  464. end)
  465.  
  466. Cellbars.Name = "Cellbars"
  467. Cellbars.Parent = OTH
  468. Cellbars.BackgroundColor3 = Color3.new(0.0235294, 0.494118, 1)
  469. Cellbars.Position = UDim2.new(-0.0133333337, 0, 0.590909064, 0)
  470. Cellbars.Size = UDim2.new(0, 120, 0, 30)
  471. Cellbars.Font = Enum.Font.Cartoon
  472. Cellbars.Text = "CellBars"
  473. Cellbars.TextScaled = true
  474. Cellbars.TextSize = 14
  475. Cellbars.TextWrapped = true
  476. Cellbars.MouseButton1Down:connect(function()
  477. game.Workspace.Cells:Remove()
  478.  
  479. for i,v in pairs(workspace.Doors:GetChildren()) do
  480. v:Destroy()
  481.  
  482. end
  483. end)
  484.  
  485.  
  486. TPS2.Name = "TPS2"
  487. TPS2.Parent = Main
  488. TPS2.BackgroundColor3 = Color3.new(1, 0, 0)
  489. TPS2.Position = UDim2.new(0.34799999, 0, 0, 0)
  490. TPS2.Size = UDim2.new(0, 150, 0, 330)
  491. TPS2.Visible = false
  492. TPS2.Style = Enum.FrameStyle.ChatRed
  493.  
  494. Teleports_2.Name = "Teleports"
  495. Teleports_2.Parent = TPS2
  496. Teleports_2.BackgroundColor3 = Color3.new(1, 1, 1)
  497. Teleports_2.BorderColor3 = Color3.new(1, 0, 0)
  498. Teleports_2.BorderSizePixel = 2
  499. Teleports_2.Position = UDim2.new(-0.0133333281, 0, -0.0333333351, 0)
  500. Teleports_2.Size = UDim2.new(0, 120, 0, 50)
  501. Teleports_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  502. Teleports_2.Font = Enum.Font.SourceSans
  503. Teleports_2.Text = "Teleports"
  504. Teleports_2.TextScaled = true
  505. Teleports_2.TextSize = 14
  506. Teleports_2.TextWrapped = true
  507.  
  508. GasStation.Name = "GasStation"
  509. GasStation.Parent = TPS2
  510. GasStation.BackgroundColor3 = Color3.new(1, 0, 0)
  511. GasStation.Position = UDim2.new(-0.0133333337, 0, 0.196969703, 0)
  512. GasStation.Size = UDim2.new(0, 120, 0, 30)
  513. GasStation.Font = Enum.Font.SourceSans
  514. GasStation.Text = "GasStation"
  515. GasStation.TextScaled = true
  516. GasStation.TextSize = 14
  517. GasStation.TextWrapped = true
  518. GasStation.MouseButton1Down:connect(function()
  519. for i=1,32 do
  520. wait(.01)
  521. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  522. end
  523. end)
  524.  
  525. Crim1.Name = "Crim1"
  526. Crim1.Parent = TPS2
  527. Crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  528. Crim1.Position = UDim2.new(-0.0133333337, 0, 0.327272773, 0)
  529. Crim1.Size = UDim2.new(0, 120, 0, 30)
  530. Crim1.Font = Enum.Font.SourceSans
  531. Crim1.Text = "Criminal Base 1"
  532. Crim1.TextScaled = true
  533. Crim1.TextSize = 14
  534. Crim1.TextWrapped = true
  535. Crim1.MouseButton1Down:connect(function()
  536. for i=1,32 do
  537. wait(.01)
  538. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  539. end
  540. end)
  541.  
  542. Crim2.Name = "Crim2"
  543. Crim2.Parent = TPS2
  544. Crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  545. Crim2.Position = UDim2.new(-0.0133333337, 0, 0.469696969, 0)
  546. Crim2.Size = UDim2.new(0, 120, 0, 30)
  547. Crim2.Font = Enum.Font.SourceSans
  548. Crim2.Text = "Criminal Base 2"
  549. Crim2.TextScaled = true
  550. Crim2.TextSize = 14
  551. Crim2.TextWrapped = true
  552. Crim2.MouseButton1Down:connect(function()
  553. for i=1,32 do
  554. wait(.01)
  555. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  556. end
  557. end)
  558.  
  559. Train.Name = "Train"
  560. Train.Parent = TPS2
  561. Train.BackgroundColor3 = Color3.new(1, 0, 0)
  562. Train.Position = UDim2.new(-0.0133333337, 0, 0.609090924, 0)
  563. Train.Size = UDim2.new(0, 120, 0, 30)
  564. Train.Font = Enum.Font.SourceSans
  565. Train.Text = "Train Spawn"
  566. Train.TextScaled = true
  567. Train.TextSize = 14
  568. Train.TextWrapped = true
  569. Train.MouseButton1Down:connect(function()
  570. for i=1,32 do
  571. wait(.01)
  572. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  573. end
  574. end)
  575.  
  576. PoliceBase.Name = "PoliceBase"
  577. PoliceBase.Parent = TPS2
  578. PoliceBase.BackgroundColor3 = Color3.new(1, 0, 0)
  579. PoliceBase.Position = UDim2.new(-0.0133333337, 0, 0.74848485, 0)
  580. PoliceBase.Size = UDim2.new(0, 120, 0, 30)
  581. PoliceBase.Font = Enum.Font.SourceSans
  582. PoliceBase.Text = "Police Base"
  583. PoliceBase.TextScaled = true
  584. PoliceBase.TextSize = 14
  585. PoliceBase.TextWrapped = true
  586. PoliceBase.MouseButton1Down:connect(function()
  587. for i=1,32 do
  588. wait(.01)
  589. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  590. end
  591. end)
  592.  
  593. LastPage.Name = "LastPage"
  594. LastPage.Parent = TPS2
  595. LastPage.BackgroundColor3 = Color3.new(0.431373, 1, 0)
  596. LastPage.Position = UDim2.new(-0.0133333337, 0, 0.890909076, 0)
  597. LastPage.Size = UDim2.new(0, 120, 0, 30)
  598. LastPage.Font = Enum.Font.SourceSans
  599. LastPage.Text = "LastPage"
  600. LastPage.TextScaled = true
  601. LastPage.TextSize = 14
  602. LastPage.TextWrapped = true
  603. LastPage.MouseButton1Down:connect(function()
  604. TPS.Visible = true
  605. TPS2.Visible = false
  606. end)
  607.  
  608. Credit.Name = "Credit"
  609. Credit.Parent = Main
  610. Credit.BackgroundColor3 = Color3.new(0.956863, 0.266667, 0.0352941)
  611. Credit.Position = UDim2.new(0, 0, -0.171428561, 0)
  612. Credit.Size = UDim2.new(0, 482, 0, 50)
  613. Credit.Style = Enum.FrameStyle.RobloxRound
  614.  
  615. Jb.Name = "Jb"
  616. Jb.Parent = Credit
  617. Jb.Active = true
  618. Jb.BackgroundColor3 = Color3.new(1, 1, 1)
  619. Jb.BackgroundTransparency = 1
  620. Jb.Position = UDim2.new(-0.00414937735, 0, 0.049999997, 0)
  621. Jb.Size = UDim2.new(0, 241, 0, 35)
  622. Jb.Font = Enum.Font.SourceSans
  623. Jb.Text = "JAILBREAKGUI"
  624. Jb.TextColor3 = Color3.new(1, 1, 0)
  625. Jb.TextScaled = true
  626. Jb.TextSize = 14
  627. Jb.TextWrapped = true
  628.  
  629. DIS.Name = "DIS"
  630. DIS.Parent = Credit
  631. DIS.Active = true
  632. DIS.BackgroundColor3 = Color3.new(1, 1, 1)
  633. DIS.BackgroundTransparency = 1
  634. DIS.Position = UDim2.new(0.46887967, 0, 0.049999997, 0)
  635. DIS.Size = UDim2.new(0, 241, 0, 35)
  636. DIS.Font = Enum.Font.SourceSans
  637. DIS.Text = "Join Our Discord For More Hacks : https://discord.gg/gFKfycn"
  638. DIS.TextColor3 = Color3.new(1, 1, 0)
  639. DIS.TextScaled = true
  640. DIS.TextSize = 14
  641. DIS.TextWrapped = true
  642.  
  643. Close.Name = "Close"
  644. Close.Parent = REDJBGUI
  645. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  646. Close.Position = UDim2.new(0, 0, 0.699999988, 0)
  647. Close.Size = UDim2.new(0, 100, 0, 50)
  648. Close.Visible = false
  649. Close.Font = Enum.Font.SourceSansBold
  650. Close.Text = "CLOSE"
  651. Close.TextColor3 = Color3.new(1, 1, 1)
  652. Close.TextScaled = true
  653. Close.TextSize = 14
  654. Close.TextWrapped = true
  655. Close.MouseButton1Down:connect(function()
  656. Open.Visible = true
  657. Close.Visible = false
  658. Main.Visible = false
  659. end)
Advertisement
Add Comment
Please, Sign In to add comment