Advertisement
liamglitches

ROBLOX Jailbreak GUI by NotJimbo#7666

May 8th, 2018
3,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.89 KB | None | 0 0
  1. -- GUI made by LiamGlitchesYT
  2. -- My Discord: NotJimbo#7666
  3. -- My V3RM: NotJimbo
  4. -- My YT: LiamGlitchesYT
  5.  
  6.  
  7. local Players = game:GetService("Players")
  8.  
  9. local plr = Players.LocalPlayer
  10.  
  11. -- Objects
  12.  
  13. local ScreenGui = Instance.new("ScreenGui")
  14. local home = Instance.new("Frame")
  15. local navbar = Instance.new("Frame")
  16. local HomeHomePage = Instance.new("TextButton")
  17. local TeleportsHomePage = Instance.new("TextButton")
  18. local OtherHomePage = Instance.new("TextButton")
  19. local title = Instance.new("TextLabel")
  20. local firstgui = Instance.new("TextLabel")
  21. local credits = Instance.new("TextLabel")
  22. local Teleports = Instance.new("Frame")
  23. local navbar_2 = Instance.new("Frame")
  24. local HomeTelePage = Instance.new("TextButton")
  25. local TeleportsTelePage = Instance.new("TextButton")
  26. local OtherTelePage = Instance.new("TextButton")
  27. local bankfront = Instance.new("TextButton")
  28. local bankvault = Instance.new("TextButton")
  29. local crimbase1 = Instance.new("TextButton")
  30. local crimbase2 = Instance.new("TextButton")
  31. local jewtop = Instance.new("TextButton")
  32. local jewinside = Instance.new("TextButton")
  33. local donut = Instance.new("TextButton")
  34. local gas = Instance.new("TextButton")
  35. local nextpageteleports = Instance.new("TextButton")
  36. local Teleports2 = Instance.new("Frame")
  37. local navbar_3 = Instance.new("Frame")
  38. local HomeTeleportsPage2Nav = Instance.new("TextButton")
  39. local TeleportsPage2Nav = Instance.new("TextButton")
  40. local OtherTeleportsPage2Nav = Instance.new("TextButton")
  41. local gunstore = Instance.new("TextButton")
  42. local garage = Instance.new("TextButton")
  43. local policebase = Instance.new("TextButton")
  44. local policecars = Instance.new("TextButton")
  45. local helipad = Instance.new("TextButton")
  46. local Other = Instance.new("Frame")
  47. local navbar_4 = Instance.new("Frame")
  48. local HomeOtherPage = Instance.new("TextButton")
  49. local TeleportsOtherPage = Instance.new("TextButton")
  50. local OtherOtherPage = Instance.new("TextButton")
  51. local autoarrest = Instance.new("TextButton")
  52. local pistol = Instance.new("TextButton")
  53. local Gravity = Instance.new("TextButton")
  54. local walkspeed = Instance.new("TextButton")
  55. local shotgun = Instance.new("TextButton")
  56. local cellbarsdel = Instance.new("TextButton")
  57. local jewlasersdel = Instance.new("TextButton")
  58. local doorsdel = Instance.new("TextButton")
  59. local open = Instance.new("Frame")
  60. local open_2 = Instance.new("TextLabel")
  61. local openbutton = Instance.new("TextButton")
  62. local Close = Instance.new("Frame")
  63. local open_3 = Instance.new("TextLabel")
  64. local closebutton = Instance.new("TextButton")
  65.  
  66. -- Properties
  67.  
  68. ScreenGui.Parent = game.CoreGui
  69.  
  70. home.Name = "home"
  71. home.Parent = ScreenGui
  72. home.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  73. home.BorderSizePixel = 0
  74. home.Position = UDim2.new(0.0144787645, 0, 0.237288132, 0)
  75. home.Size = UDim2.new(0, 425, 0, 201)
  76. home.Visible = false
  77. home.Draggable = true
  78. navbar.Name = "navbar"
  79. navbar.Parent = home
  80. navbar.BackgroundColor3 = Color3.new(1, 1, 1)
  81. navbar.BorderSizePixel = 0
  82. navbar.Size = UDim2.new(0, 76, 0, 201)
  83.  
  84. HomeHomePage.Name = "HomeHomePage"
  85. HomeHomePage.Parent = navbar
  86. HomeHomePage.BackgroundColor3 = Color3.new(1, 1, 1)
  87. HomeHomePage.BorderSizePixel = 0
  88. HomeHomePage.Size = UDim2.new(0, 76, 0, 63)
  89. HomeHomePage.Font = Enum.Font.SourceSans
  90. HomeHomePage.Text = "Home"
  91. HomeHomePage.TextSize = 30
  92.  
  93. TeleportsHomePage.Name = "TeleportsHomePage"
  94. TeleportsHomePage.Parent = navbar
  95. TeleportsHomePage.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TeleportsHomePage.BorderSizePixel = 0
  97. TeleportsHomePage.Position = UDim2.new(0, 0, 0.313432842, 0)
  98. TeleportsHomePage.Size = UDim2.new(0, 76, 0, 71)
  99. TeleportsHomePage.Font = Enum.Font.SourceSans
  100. TeleportsHomePage.Text = "Teleports"
  101. TeleportsHomePage.TextSize = 20
  102. TeleportsHomePage.MouseButton1Down:connect(function()
  103. home.Visible = false
  104. Teleports.Visible = true
  105. end)
  106.  
  107. OtherHomePage.Name = "OtherHomePage"
  108. OtherHomePage.Parent = navbar
  109. OtherHomePage.BackgroundColor3 = Color3.new(1, 1, 1)
  110. OtherHomePage.BorderSizePixel = 0
  111. OtherHomePage.Position = UDim2.new(0, 0, 0.666666687, 0)
  112. OtherHomePage.Size = UDim2.new(0, 76, 0, 67)
  113. OtherHomePage.Font = Enum.Font.SourceSans
  114. OtherHomePage.Text = "Other"
  115. OtherHomePage.TextSize = 30
  116. OtherHomePage.MouseButton1Down:connect(function()
  117. home.Visible = false
  118. Other.Visible = true
  119. end)
  120.  
  121. title.Name = "title"
  122. title.Parent = home
  123. title.BackgroundColor3 = Color3.new(1, 1, 1)
  124. title.BackgroundTransparency = 1
  125. title.BorderSizePixel = 0
  126. title.Position = UDim2.new(0.343529403, 0, 0.03233831, 0)
  127. title.Size = UDim2.new(0, 200, 0, 50)
  128. title.Font = Enum.Font.Highway
  129. title.Text = "Jailbreak GUI V.1"
  130. title.TextColor3 = Color3.new(1, 1, 1)
  131. title.TextSize = 50
  132.  
  133. firstgui.Name = "firstgui"
  134. firstgui.Parent = home
  135. firstgui.BackgroundColor3 = Color3.new(1, 1, 1)
  136. firstgui.BackgroundTransparency = 1
  137. firstgui.BorderSizePixel = 0
  138. firstgui.Position = UDim2.new(0.242352933, 0, 0.283582091, 0)
  139. firstgui.Size = UDim2.new(0, 285, 0, 77)
  140. firstgui.Font = Enum.Font.Highway
  141. firstgui.Text = "Welcome to the first Jailbreak GUI I have made."
  142. firstgui.TextColor3 = Color3.new(1, 1, 1)
  143. firstgui.TextScaled = true
  144. firstgui.TextSize = 30
  145. firstgui.TextWrapped = true
  146.  
  147. credits.Name = "credits"
  148. credits.Parent = home
  149. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  150. credits.BackgroundTransparency = 1
  151. credits.BorderSizePixel = 0
  152. credits.Position = UDim2.new(0.257647067, 0, 0.716417909, 0)
  153. credits.Size = UDim2.new(0, 285, 0, 77)
  154. credits.Font = Enum.Font.Highway
  155. credits.Text = "GUI by Jimbo#9089"
  156. credits.TextColor3 = Color3.new(1, 1, 1)
  157. credits.TextSize = 30
  158. credits.TextWrapped = true
  159.  
  160. Teleports.Name = "Teleports"
  161. Teleports.Parent = ScreenGui
  162. Teleports.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  163. Teleports.BorderSizePixel = 0
  164. Teleports.Position = UDim2.new(0.0173745155, 0, 0.241054609, 0)
  165. Teleports.Size = UDim2.new(0, 425, 0, 201)
  166. Teleports.Visible = false
  167.  
  168. navbar_2.Name = "navbar"
  169. navbar_2.Parent = Teleports
  170. navbar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  171. navbar_2.BorderSizePixel = 0
  172. navbar_2.Size = UDim2.new(0, 76, 0, 201)
  173.  
  174. HomeTelePage.Name = "HomeTelePage"
  175. HomeTelePage.Parent = navbar_2
  176. HomeTelePage.BackgroundColor3 = Color3.new(1, 1, 1)
  177. HomeTelePage.BorderSizePixel = 0
  178. HomeTelePage.Size = UDim2.new(0, 76, 0, 63)
  179. HomeTelePage.Font = Enum.Font.SourceSans
  180. HomeTelePage.Text = "Home"
  181. HomeTelePage.TextSize = 30
  182. HomeTelePage.MouseButton1Down:connect(function()
  183. home.Visible = true
  184. Teleports.Visible = false
  185. end)
  186.  
  187. TeleportsTelePage.Name = "TeleportsTelePage"
  188. TeleportsTelePage.Parent = navbar_2
  189. TeleportsTelePage.BackgroundColor3 = Color3.new(1, 1, 1)
  190. TeleportsTelePage.BorderSizePixel = 0
  191. TeleportsTelePage.Position = UDim2.new(0, 0, 0.313432842, 0)
  192. TeleportsTelePage.Size = UDim2.new(0, 76, 0, 71)
  193. TeleportsTelePage.Font = Enum.Font.SourceSans
  194. TeleportsTelePage.Text = "Teleports"
  195. TeleportsTelePage.TextSize = 20
  196.  
  197. OtherTelePage.Name = "OtherTelePage"
  198. OtherTelePage.Parent = navbar_2
  199. OtherTelePage.BackgroundColor3 = Color3.new(1, 1, 1)
  200. OtherTelePage.BorderSizePixel = 0
  201. OtherTelePage.Position = UDim2.new(0, 0, 0.666666687, 0)
  202. OtherTelePage.Size = UDim2.new(0, 76, 0, 67)
  203. OtherTelePage.Font = Enum.Font.SourceSans
  204. OtherTelePage.Text = "Other"
  205. OtherTelePage.TextSize = 30
  206. OtherTelePage.MouseButton1Down:connect(function()
  207. Other.Visible = true
  208. Teleports.Visible = false
  209. end)
  210.  
  211. bankfront.Name = "bankfront"
  212. bankfront.Parent = Teleports
  213. bankfront.BackgroundColor3 = Color3.new(1, 1, 1)
  214. bankfront.BorderSizePixel = 0
  215. bankfront.Position = UDim2.new(0.200000003, 0, 0.174129352, 0)
  216. bankfront.Size = UDim2.new(0, 73, 0, 65)
  217. bankfront.Font = Enum.Font.SourceSans
  218. bankfront.Text = "Bank Front"
  219. bankfront.TextSize = 14
  220. bankfront.MouseButton1Down:connect(function()
  221. for i=1,20 do
  222. wait()
  223. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  224. end
  225. end)
  226.  
  227. bankvault.Name = "bankvault"
  228. bankvault.Parent = Teleports
  229. bankvault.BackgroundColor3 = Color3.new(1, 1, 1)
  230. bankvault.BorderSizePixel = 0
  231. bankvault.Position = UDim2.new(0.3952941, 0, 0.174129352, 0)
  232. bankvault.Size = UDim2.new(0, 73, 0, 65)
  233. bankvault.Font = Enum.Font.SourceSans
  234. bankvault.Text = "Bank Vault"
  235. bankvault.TextSize = 14
  236. bankvault.MouseButton1Down:connect(function()
  237. for i=1,20 do
  238. wait()
  239. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  240. end
  241. end)
  242.  
  243. crimbase1.Name = "crimbase1"
  244. crimbase1.Parent = Teleports
  245. crimbase1.BackgroundColor3 = Color3.new(1, 1, 1)
  246. crimbase1.BorderSizePixel = 0
  247. crimbase1.Position = UDim2.new(0.590588272, 0, 0.174129352, 0)
  248. crimbase1.Size = UDim2.new(0, 73, 0, 65)
  249. crimbase1.Font = Enum.Font.SourceSans
  250. crimbase1.Text = "Crim Base 1"
  251. crimbase1.TextSize = 14
  252. crimbase1.MouseButton1Down:connect(function()
  253. for i=1,20 do
  254. wait()
  255. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  256. end
  257. end)
  258.  
  259. crimbase2.Name = "crimbase2"
  260. crimbase2.Parent = Teleports
  261. crimbase2.BackgroundColor3 = Color3.new(1, 1, 1)
  262. crimbase2.BorderSizePixel = 0
  263. crimbase2.Position = UDim2.new(0.7905882, 0, 0.174129352, 0)
  264. crimbase2.Size = UDim2.new(0, 73, 0, 65)
  265. crimbase2.Font = Enum.Font.SourceSans
  266. crimbase2.Text = "Crim Base 2"
  267. crimbase2.TextSize = 14
  268. crimbase2.MouseButton1Down:connect(function()
  269. for i=1,20 do
  270. wait()
  271. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  272. end
  273. end)
  274.  
  275. jewtop.Name = "jewtop"
  276. jewtop.Parent = Teleports
  277. jewtop.BackgroundColor3 = Color3.new(1, 1, 1)
  278. jewtop.BorderSizePixel = 0
  279. jewtop.Position = UDim2.new(0.590588212, 0, 0.527363181, 0)
  280. jewtop.Size = UDim2.new(0, 73, 0, 65)
  281. jewtop.Font = Enum.Font.SourceSans
  282. jewtop.Text = "Jewerly Top"
  283. jewtop.TextSize = 14
  284. jewtop.MouseButton1Down:connect(function()
  285. for i=1,20 do
  286. wait()
  287. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  288. end
  289. end)
  290.  
  291. jewinside.Name = "jewinside"
  292. jewinside.Parent = Teleports
  293. jewinside.BackgroundColor3 = Color3.new(1, 1, 1)
  294. jewinside.BorderSizePixel = 0
  295. jewinside.Position = UDim2.new(0.792941153, 0, 0.527363181, 0)
  296. jewinside.Size = UDim2.new(0, 73, 0, 65)
  297. jewinside.Font = Enum.Font.SourceSans
  298. jewinside.Text = "Jewerly Inside"
  299. jewinside.TextSize = 14
  300. jewinside.MouseButton1Down:connect(function()
  301. for i=1,20 do
  302. wait()
  303. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  304. end
  305. end)
  306.  
  307. donut.Name = "donut"
  308. donut.Parent = Teleports
  309. donut.BackgroundColor3 = Color3.new(1, 1, 1)
  310. donut.BorderSizePixel = 0
  311. donut.Position = UDim2.new(0.199999988, 0, 0.527363181, 0)
  312. donut.Size = UDim2.new(0, 73, 0, 65)
  313. donut.Font = Enum.Font.SourceSans
  314. donut.Text = "Donut"
  315. donut.TextSize = 14
  316. donut.MouseButton1Down:connect(function()
  317. for i=1,20 do
  318. wait()
  319. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  320. end
  321. end)
  322.  
  323. gas.Name = "gas"
  324. gas.Parent = Teleports
  325. gas.BackgroundColor3 = Color3.new(1, 1, 1)
  326. gas.BorderSizePixel = 0
  327. gas.Position = UDim2.new(0.3952941, 0, 0.527363181, 0)
  328. gas.Size = UDim2.new(0, 73, 0, 65)
  329. gas.Font = Enum.Font.SourceSans
  330. gas.Text = "Gas Station"
  331. gas.TextSize = 14
  332. gas.MouseButton1Down:connect(function()
  333. for i=1,20 do
  334. wait()
  335. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  336. end
  337. end)
  338.  
  339. nextpageteleports.Name = "nextpageteleports"
  340. nextpageteleports.Parent = Teleports
  341. nextpageteleports.BackgroundColor3 = Color3.new(1, 1, 1)
  342. nextpageteleports.BorderSizePixel = 0
  343. nextpageteleports.Position = UDim2.new(0.792941213, 0, 0.880596995, 0)
  344. nextpageteleports.Size = UDim2.new(0, 73, 0, 18)
  345. nextpageteleports.Font = Enum.Font.SourceSans
  346. nextpageteleports.Text = "Next Page"
  347. nextpageteleports.TextSize = 14
  348. nextpageteleports.MouseButton1Down:connect(function()
  349. Teleports.Visible = false
  350. Teleports2.Visible = true
  351. end)
  352.  
  353. Teleports2.Name = "Teleports2"
  354. Teleports2.Parent = ScreenGui
  355. Teleports2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  356. Teleports2.BorderSizePixel = 0
  357. Teleports2.Position = UDim2.new(0.0173745155, 0, 0.240113005, 0)
  358. Teleports2.Size = UDim2.new(0, 422, 0, 200)
  359. Teleports2.Visible = false
  360.  
  361. navbar_3.Name = "navbar"
  362. navbar_3.Parent = Teleports2
  363. navbar_3.BackgroundColor3 = Color3.new(1, 1, 1)
  364. navbar_3.BorderSizePixel = 0
  365. navbar_3.Size = UDim2.new(0, 76, 0, 201)
  366.  
  367. HomeTeleportsPage2Nav.Name = "HomeTeleportsPage2Nav"
  368. HomeTeleportsPage2Nav.Parent = navbar_3
  369. HomeTeleportsPage2Nav.BackgroundColor3 = Color3.new(1, 1, 1)
  370. HomeTeleportsPage2Nav.BorderSizePixel = 0
  371. HomeTeleportsPage2Nav.Size = UDim2.new(0, 76, 0, 63)
  372. HomeTeleportsPage2Nav.Font = Enum.Font.SourceSans
  373. HomeTeleportsPage2Nav.Text = "Home"
  374. HomeTeleportsPage2Nav.TextSize = 30
  375. HomeTeleportsPage2Nav.MouseButton1Down:connect(function()
  376. Teleports2.Visible = false
  377. home.Visible = true
  378. end)
  379.  
  380. TeleportsPage2Nav.Name = "TeleportsPage2Nav"
  381. TeleportsPage2Nav.Parent = navbar_3
  382. TeleportsPage2Nav.BackgroundColor3 = Color3.new(1, 1, 1)
  383. TeleportsPage2Nav.BorderSizePixel = 0
  384. TeleportsPage2Nav.Position = UDim2.new(0, 0, 0.313432842, 0)
  385. TeleportsPage2Nav.Size = UDim2.new(0, 76, 0, 71)
  386. TeleportsPage2Nav.Font = Enum.Font.SourceSans
  387. TeleportsPage2Nav.Text = "Teleports"
  388. TeleportsPage2Nav.TextSize = 20
  389. TeleportsPage2Nav.MouseButton1Down:connect(function()
  390. Teleports2.Visible = false
  391. Teleports.Visible = true
  392. end)
  393.  
  394. OtherTeleportsPage2Nav.Name = "OtherTeleportsPage2Nav"
  395. OtherTeleportsPage2Nav.Parent = navbar_3
  396. OtherTeleportsPage2Nav.BackgroundColor3 = Color3.new(1, 1, 1)
  397. OtherTeleportsPage2Nav.BorderSizePixel = 0
  398. OtherTeleportsPage2Nav.Position = UDim2.new(0, 0, 0.666666687, 0)
  399. OtherTeleportsPage2Nav.Size = UDim2.new(0, 76, 0, 67)
  400. OtherTeleportsPage2Nav.Font = Enum.Font.SourceSans
  401. OtherTeleportsPage2Nav.Text = "Other"
  402. OtherTeleportsPage2Nav.TextSize = 30
  403. OtherTeleportsPage2Nav.MouseButton1Down:connect(function()
  404. Teleports2.Visible = false
  405. Other.Visible = true
  406. end)
  407.  
  408. gunstore.Name = "gunstore"
  409. gunstore.Parent = Teleports2
  410. gunstore.BackgroundColor3 = Color3.new(1, 1, 1)
  411. gunstore.BorderSizePixel = 0
  412. gunstore.Position = UDim2.new(0.200000003, 0, 0.174129352, 0)
  413. gunstore.Size = UDim2.new(0, 73, 0, 65)
  414. gunstore.Font = Enum.Font.SourceSans
  415. gunstore.Text = "Gun Store"
  416. gunstore.TextSize = 14
  417. gunstore.MouseButton1Down:connect(function()
  418. for i=1,20 do
  419. wait()
  420. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  421. end
  422. end)
  423.  
  424. garage.Name = "garage"
  425. garage.Parent = Teleports2
  426. garage.BackgroundColor3 = Color3.new(1, 1, 1)
  427. garage.BorderSizePixel = 0
  428. garage.Position = UDim2.new(0.3952941, 0, 0.174129352, 0)
  429. garage.Size = UDim2.new(0, 73, 0, 65)
  430. garage.Font = Enum.Font.SourceSans
  431. garage.Text = "Garage"
  432. garage.TextSize = 14
  433. garage.MouseButton1Click:connect(function()
  434. for i=1,20 do
  435. wait()
  436. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  437. end
  438. end)
  439.  
  440. policebase.Name = "policebase"
  441. policebase.Parent = Teleports2
  442. policebase.BackgroundColor3 = Color3.new(1, 1, 1)
  443. policebase.BorderSizePixel = 0
  444. policebase.Position = UDim2.new(0.590588272, 0, 0.174129352, 0)
  445. policebase.Size = UDim2.new(0, 73, 0, 65)
  446. policebase.Font = Enum.Font.SourceSans
  447. policebase.Text = "Police Base"
  448. policebase.TextSize = 14
  449. policebase.MouseButton1Click:connect(function()
  450. for i=1,20 do
  451. wait()
  452. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  453. end
  454. end)
  455.  
  456. policecars.Name = "policecars"
  457. policecars.Parent = Teleports2
  458. policecars.BackgroundColor3 = Color3.new(1, 1, 1)
  459. policecars.BorderSizePixel = 0
  460. policecars.Position = UDim2.new(0.7905882, 0, 0.174129352, 0)
  461. policecars.Size = UDim2.new(0, 73, 0, 65)
  462. policecars.Font = Enum.Font.SourceSans
  463. policecars.Text = "Police Cars"
  464. policecars.TextSize = 14
  465. policecars.MouseButton1Click:connect(function()
  466. for i=1,20 do
  467. wait()
  468. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  469. end
  470. end)
  471.  
  472. helipad.Name = "helipad"
  473. helipad.Parent = Teleports2
  474. helipad.BackgroundColor3 = Color3.new(1, 1, 1)
  475. helipad.BorderSizePixel = 0
  476. helipad.Position = UDim2.new(0.193431795, 0, 0.539129376, 0)
  477. helipad.Size = UDim2.new(0, 73, 0, 65)
  478. helipad.Font = Enum.Font.SourceSans
  479. helipad.Text = "Heli pad"
  480. helipad.TextSize = 14
  481. helipad.MouseButton1Click:connect(function()
  482. for i=1,20 do
  483. wait()
  484. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  485.  
  486. end
  487. end)
  488.  
  489. Other.Name = "Other"
  490. Other.Parent = ScreenGui
  491. Other.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  492. Other.BorderSizePixel = 0
  493. Other.Position = UDim2.new(0.0173745155, 0, 0.241054609, 0)
  494. Other.Size = UDim2.new(0, 425, 0, 201)
  495. Other.Visible = false
  496.  
  497. navbar_4.Name = "navbar"
  498. navbar_4.Parent = Other
  499. navbar_4.BackgroundColor3 = Color3.new(1, 1, 1)
  500. navbar_4.BorderSizePixel = 0
  501. navbar_4.Size = UDim2.new(0, 76, 0, 201)
  502.  
  503. HomeOtherPage.Name = "HomeOtherPage"
  504. HomeOtherPage.Parent = navbar_4
  505. HomeOtherPage.BackgroundColor3 = Color3.new(1, 1, 1)
  506. HomeOtherPage.BorderSizePixel = 0
  507. HomeOtherPage.Size = UDim2.new(0, 76, 0, 63)
  508. HomeOtherPage.Font = Enum.Font.SourceSans
  509. HomeOtherPage.Text = "Home"
  510. HomeOtherPage.TextSize = 30
  511. HomeOtherPage.MouseButton1Click:connect(function()
  512. home.Visible = true
  513. Other.Visible = false
  514. end)
  515.  
  516. TeleportsOtherPage.Name = "TeleportsOtherPage"
  517. TeleportsOtherPage.Parent = navbar_4
  518. TeleportsOtherPage.BackgroundColor3 = Color3.new(1, 1, 1)
  519. TeleportsOtherPage.BorderSizePixel = 0
  520. TeleportsOtherPage.Position = UDim2.new(0, 0, 0.313432842, 0)
  521. TeleportsOtherPage.Size = UDim2.new(0, 76, 0, 71)
  522. TeleportsOtherPage.Font = Enum.Font.SourceSans
  523. TeleportsOtherPage.Text = "Teleports"
  524. TeleportsOtherPage.TextSize = 20
  525. TeleportsOtherPage.MouseButton1Click:connect(function()
  526. Teleports.Visible = true
  527. Other.Visible = false
  528. end)
  529.  
  530. OtherOtherPage.Name = "OtherOtherPage"
  531. OtherOtherPage.Parent = navbar_4
  532. OtherOtherPage.BackgroundColor3 = Color3.new(1, 1, 1)
  533. OtherOtherPage.BorderSizePixel = 0
  534. OtherOtherPage.Position = UDim2.new(0, 0, 0.666666687, 0)
  535. OtherOtherPage.Size = UDim2.new(0, 76, 0, 67)
  536. OtherOtherPage.Font = Enum.Font.SourceSans
  537. OtherOtherPage.Text = "Other"
  538. OtherOtherPage.TextSize = 30
  539.  
  540. autoarrest.Name = "autoarrest"
  541. autoarrest.Parent = Other
  542. autoarrest.BackgroundColor3 = Color3.new(1, 1, 1)
  543. autoarrest.BorderSizePixel = 0
  544. autoarrest.Position = UDim2.new(0.200000003, 0, 0.174129352, 0)
  545. autoarrest.Size = UDim2.new(0, 73, 0, 65)
  546. autoarrest.Font = Enum.Font.SourceSans
  547. autoarrest.Text = "Auto Arrest"
  548. autoarrest.TextSize = 14
  549. autoarrest.MouseButton1Down:connect(function()
  550. local Player = game.Players.LocalPlayer
  551. wait(0.5)
  552. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  553. repeat
  554. wait()
  555. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  556. until v.Team.Name ~= "Criminal"
  557. end
  558. end)
  559.  
  560. pistol.Name = "pistol"
  561. pistol.Parent = Other
  562. pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  563. pistol.BorderSizePixel = 0
  564. pistol.Position = UDim2.new(0.7905882, 0, 0.174129352, 0)
  565. pistol.Size = UDim2.new(0, 73, 0, 65)
  566. pistol.Font = Enum.Font.SourceSans
  567. pistol.Text = "Pistol"
  568. pistol.TextSize = 14
  569. pistol.MouseButton1Down:connect(function()
  570. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  571.  
  572. a = Instance.new("Part", workspace)
  573. a.Anchored = true
  574. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  575. a.CanCollide = false
  576.  
  577. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  578. if v.Name == "Station" then
  579. for a, b in pairs(v:GetChildren()) do
  580. if b:IsA("StringValue") then
  581. if b.Value == "Pistol" then
  582. v.CFrame = CFrame.new(hit)
  583. end
  584. end
  585. end
  586. end
  587. end
  588. end)
  589.  
  590. Gravity.Name = "Gravity"
  591. Gravity.Parent = Other
  592. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  593. Gravity.BorderSizePixel = 0
  594. Gravity.Position = UDim2.new(0.3952941, 0, 0.174129352, 0)
  595. Gravity.Size = UDim2.new(0, 73, 0, 65)
  596. Gravity.Font = Enum.Font.SourceSans
  597. Gravity.Text = "Gravity"
  598. Gravity.TextSize = 14
  599. Gravity.MouseButton1Down:connect(function()
  600. if Gravity == true then
  601. Gravity = false
  602. game.workspace.Gravity = 196.2
  603. else
  604. Gravity = true
  605. game.workspace.Gravity = 45
  606. end
  607. end)
  608.  
  609. walkspeed.Name = "walkspeed"
  610. walkspeed.Parent = Other
  611. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  612. walkspeed.BorderSizePixel = 0
  613. walkspeed.Position = UDim2.new(0.590588272, 0, 0.174129352, 0)
  614. walkspeed.Size = UDim2.new(0, 73, 0, 65)
  615. walkspeed.Font = Enum.Font.SourceSans
  616. walkspeed.Text = "Walkspeed"
  617. walkspeed.TextSize = 14
  618. walkspeed.MouseButton1Down:connect(function()
  619. down = false
  620. velocity = Instance.new("BodyVelocity")
  621. velocity.maxForce = Vector3.new(100000, 0, 100000)
  622. local speed = 150
  623. gyro = Instance.new("BodyGyro")
  624. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  625.  
  626. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  627.  
  628. end)
  629.  
  630. shotgun.Name = "shotgun"
  631. shotgun.Parent = Other
  632. shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  633. shotgun.BorderSizePixel = 0
  634. shotgun.Position = UDim2.new(0.199999988, 0, 0.552238822, 0)
  635. shotgun.Size = UDim2.new(0, 73, 0, 65)
  636. shotgun.Font = Enum.Font.SourceSans
  637. shotgun.Text = "Shotgun"
  638. shotgun.TextSize = 14
  639. shotgun.MouseButton1Down:connect(function()
  640. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  641.  
  642. a = Instance.new("Part", workspace)
  643. a.Anchored = true
  644. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  645. a.CanCollide = false
  646.  
  647. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  648. if v.Name == "Station" then
  649. for a, b in pairs(v:GetChildren()) do
  650. if b:IsA("StringValue") then
  651. if b.Value == "Shotgun" then
  652. v.CFrame = CFrame.new(hit)
  653. end
  654. end
  655. end
  656. end
  657. end
  658. end)
  659.  
  660. cellbarsdel.Name = "cellbarsdel"
  661. cellbarsdel.Parent = Other
  662. cellbarsdel.BackgroundColor3 = Color3.new(1, 1, 1)
  663. cellbarsdel.BorderSizePixel = 0
  664. cellbarsdel.Position = UDim2.new(0.39529416, 0, 0.552238822, 0)
  665. cellbarsdel.Size = UDim2.new(0, 73, 0, 65)
  666. cellbarsdel.Font = Enum.Font.SourceSans
  667. cellbarsdel.Text = "Del Cell Bars"
  668. cellbarsdel.TextSize = 14
  669. cellbarsdel.MouseButton1Down:connect(function()
  670. game.Workspace.Cells:Remove()
  671. end)
  672.  
  673. jewlasersdel.Name = "jewlasersdel"
  674. jewlasersdel.Parent = Other
  675. jewlasersdel.BackgroundColor3 = Color3.new(1, 1, 1)
  676. jewlasersdel.BorderSizePixel = 0
  677. jewlasersdel.Position = UDim2.new(0.590588272, 0, 0.552238822, 0)
  678. jewlasersdel.Size = UDim2.new(0, 73, 0, 65)
  679. jewlasersdel.Font = Enum.Font.SourceSans
  680. jewlasersdel.Text = "Jew Lasers"
  681. jewlasersdel.TextSize = 14
  682. jewlasersdel.MouseButton1Down:connect(function()
  683. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  684. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  685. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  686. end)
  687.  
  688. doorsdel.Name = "doorsdel"
  689. doorsdel.Parent = Other
  690. doorsdel.BackgroundColor3 = Color3.new(1, 1, 1)
  691. doorsdel.BorderSizePixel = 0
  692. doorsdel.Position = UDim2.new(0.79058826, 0, 0.552238822, 0)
  693. doorsdel.Size = UDim2.new(0, 73, 0, 65)
  694. doorsdel.Font = Enum.Font.SourceSans
  695. doorsdel.Text = "Del Doors"
  696. doorsdel.TextSize = 14
  697. doorsdel.MouseButton1Down:connect(function()
  698. game.Workspace.Doors:Remove()
  699. end)
  700.  
  701. open.Name = "open"
  702. open.Parent = ScreenGui
  703. open.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  704. open.BorderSizePixel = 0
  705. open.Position = UDim2.new(0.0106177609, 0, 0.749529243, 0)
  706. open.Size = UDim2.new(0, 107, 0, 28)
  707.  
  708. open_2.Name = "open"
  709. open_2.Parent = open
  710. open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  711. open_2.BackgroundTransparency = 1
  712. open_2.BorderSizePixel = 0
  713. open_2.Position = UDim2.new(-0.467289686, 0, -0.392857164, 0)
  714. open_2.Size = UDim2.new(0, 200, 0, 50)
  715. open_2.Font = Enum.Font.Highway
  716. open_2.Text = "Open"
  717. open_2.TextColor3 = Color3.new(1, 1, 1)
  718. open_2.TextSize = 30
  719.  
  720. openbutton.Name = "openbutton"
  721. openbutton.Parent = open
  722. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  723. openbutton.BackgroundTransparency = 1
  724. openbutton.BorderSizePixel = 0
  725. openbutton.Size = UDim2.new(0, 107, 0, 28)
  726. openbutton.Font = Enum.Font.SourceSans
  727. openbutton.Text = ""
  728. openbutton.TextSize = 14
  729. openbutton.MouseButton1Down:connect(function()
  730. openbutton.Visible = true
  731. Close.Visible = true
  732. home.Visible = true
  733. end)
  734.  
  735.  
  736.  
  737. Close.Name = "Close"
  738. Close.Parent = ScreenGui
  739. Close.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  740. Close.BorderSizePixel = 0
  741. Close.Position = UDim2.new(0.0106177609, 0, 0.749529243, 0)
  742. Close.Size = UDim2.new(0, 107, 0, 28)
  743. Close.Visible = false
  744.  
  745. open_3.Name = "open"
  746. open_3.Parent = Close
  747. open_3.BackgroundColor3 = Color3.new(1, 1, 1)
  748. open_3.BackgroundTransparency = 1
  749. open_3.BorderSizePixel = 0
  750. open_3.Position = UDim2.new(-0.467289686, 0, -0.392857164, 0)
  751. open_3.Size = UDim2.new(0, 200, 0, 50)
  752. open_3.Font = Enum.Font.Highway
  753. open_3.Text = "Close"
  754. open_3.TextColor3 = Color3.new(1, 1, 1)
  755. open_3.TextSize = 30
  756.  
  757. closebutton.Name = "closebutton"
  758. closebutton.Parent = Close
  759. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  760. closebutton.BackgroundTransparency = 1
  761. closebutton.BorderSizePixel = 0
  762. closebutton.Size = UDim2.new(0, 107, 0, 28)
  763. closebutton.Font = Enum.Font.SourceSans
  764. closebutton.Text = ""
  765. closebutton.TextSize = 14
  766. closebutton.MouseButton1Down:connect(function()
  767. openbutton.Visible = true
  768. Close.Visible = false
  769. home.Visible = false
  770. other.visible = false
  771. teleports.visible = false
  772. teleports2.visible = false
  773. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement