Advertisement
liamglitches

ROBLOX JailXploit GUI by NotJimbo#7666

May 13th, 2018
1,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.61 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. -- Objects
  8.  
  9. local gui = Instance.new("ScreenGui")
  10. local home = Instance.new("Frame")
  11. local navbar = Instance.new("Frame")
  12. local home1 = Instance.new("TextButton")
  13. local teleports1 = Instance.new("TextButton")
  14. local other1 = Instance.new("TextButton")
  15. local title = Instance.new("TextLabel")
  16. local about = Instance.new("TextLabel")
  17. local credits = Instance.new("TextLabel")
  18. local teleports = Instance.new("Frame")
  19. local navbar_2 = Instance.new("Frame")
  20. local teleports2 = Instance.new("TextButton")
  21. local other2 = Instance.new("TextButton")
  22. local home2 = Instance.new("TextButton")
  23. local bankfront = Instance.new("TextButton")
  24. local bankvault = Instance.new("TextButton")
  25. local jewerlyinside = Instance.new("TextButton")
  26. local jewerlytop = Instance.new("TextButton")
  27. local crimbase1 = Instance.new("TextButton")
  28. local crimbase2 = Instance.new("TextButton")
  29. local gas = Instance.new("TextButton")
  30. local donutshop = Instance.new("TextButton")
  31. local gunstore = Instance.new("TextButton")
  32. local garage = Instance.new("TextButton")
  33. local policebase1 = Instance.new("TextButton")
  34. local policecars = Instance.new("TextButton")
  35. local helipad = Instance.new("TextButton")
  36. local policebase2 = Instance.new("TextButton")
  37. local lambo = Instance.new("TextButton")
  38. local nextpage = Instance.new("TextButton")
  39. local teleports2_2 = Instance.new("Frame")
  40. local navbar_3 = Instance.new("Frame")
  41. local teleports4 = Instance.new("TextButton")
  42. local other4 = Instance.new("TextButton")
  43. local home4 = Instance.new("TextButton")
  44. local bugatti = Instance.new("TextButton")
  45. local swatvan = Instance.new("TextButton")
  46. local buggy = Instance.new("TextButton")
  47. local pickup = Instance.new("TextButton")
  48. local dirtbike = Instance.new("TextButton")
  49. local porsche = Instance.new("TextButton")
  50. local camaro = Instance.new("TextButton")
  51. local minicooper = Instance.new("TextButton")
  52. local tesla = Instance.new("TextButton")
  53. local trainspawn = Instance.new("TextButton")
  54. local other = Instance.new("Frame")
  55. local navbar_4 = Instance.new("Frame")
  56. local teleports3 = Instance.new("TextButton")
  57. local other3 = Instance.new("TextButton")
  58. local home3 = Instance.new("TextButton")
  59. local autoarrest = Instance.new("TextButton")
  60. local keycard = Instance.new("TextButton")
  61. local pistol = Instance.new("TextButton")
  62. local shotgun = Instance.new("TextButton")
  63. local ak47 = Instance.new("TextButton")
  64. local gravity = Instance.new("TextButton")
  65. local deldoors = Instance.new("TextButton")
  66. local delcelldoors = Instance.new("TextButton")
  67. local infammo = Instance.new("TextButton")
  68. local walkspeed = Instance.new("TextButton")
  69. local open = Instance.new("Frame")
  70. local openbutton = Instance.new("TextButton")
  71. local close = Instance.new("Frame")
  72. local closebutton = Instance.new("TextButton")
  73.  
  74. -- Properties
  75.  
  76. gui.Name = "gui"
  77. gui.Parent = ame.Players.LocalPlayer.PlayerGui
  78.  
  79. home.Name = "home"
  80. home.Parent = gui
  81. home.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  82. home.BorderSizePixel = 0
  83. home.Position = UDim2.new(0.0183397681, 0, 0.21468927, 0)
  84. home.Size = UDim2.new(0, 425, 0, 269)
  85. home.Visible = false
  86. home.Draggable = true
  87.  
  88. navbar.Name = "navbar"
  89. navbar.Parent = home
  90. navbar.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  91. navbar.BorderSizePixel = 0
  92. navbar.Size = UDim2.new(0, 89, 0, 269)
  93.  
  94. home1.Name = "home1"
  95. home1.Parent = navbar
  96. home1.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  97. home1.BorderSizePixel = 0
  98. home1.Size = UDim2.new(0, 89, 0, 95)
  99. home1.Font = Enum.Font.Highway
  100. home1.Text = "Home"
  101. home1.TextSize = 30
  102.  
  103. teleports1.Name = "teleports1"
  104. teleports1.Parent = navbar
  105. teleports1.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  106. teleports1.BorderSizePixel = 0
  107. teleports1.Position = UDim2.new(0, 0, 0.323420078, 0)
  108. teleports1.Size = UDim2.new(0, 89, 0, 95)
  109. teleports1.Font = Enum.Font.Highway
  110. teleports1.Text = "Teleports"
  111. teleports1.TextSize = 26
  112. teleports1.MouseButton1Down:connect(function()
  113. home.Visible = false
  114. teleports.Visible = true
  115. end)
  116.  
  117. other1.Name = "other1"
  118. other1.Parent = navbar
  119. other1.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  120. other1.BorderSizePixel = 0
  121. other1.Position = UDim2.new(0, 0, 0.646840155, 0)
  122. other1.Size = UDim2.new(0, 89, 0, 95)
  123. other1.Font = Enum.Font.Highway
  124. other1.Text = "Other"
  125. other1.TextSize = 30
  126. other1.MouseButton1Down:connect(function()
  127. home.Visible = false
  128. other.Visible = true
  129. end)
  130.  
  131. title.Name = "title"
  132. title.Parent = home
  133. title.BackgroundColor3 = Color3.new(1, 1, 1)
  134. title.BackgroundTransparency = 1
  135. title.BorderSizePixel = 0
  136. title.Position = UDim2.new(0.345882326, 0, 0.059479557, 0)
  137. title.Size = UDim2.new(0, 200, 0, 50)
  138. title.Font = Enum.Font.Highway
  139. title.Text = "Jailxploit"
  140. title.TextSize = 70
  141.  
  142. about.Name = "about"
  143. about.Parent = home
  144. about.BackgroundColor3 = Color3.new(1, 1, 1)
  145. about.BackgroundTransparency = 1
  146. about.BorderSizePixel = 0
  147. about.Position = UDim2.new(0.228235289, 0, 0.280669153, 0)
  148. about.Size = UDim2.new(0, 300, 0, 152)
  149. about.Font = Enum.Font.Highway
  150. about.Text = "Jailbroken is a GUI which has many features like teleports, gravity, auto arrest and much more! I add more features every day. Suggest scripts to add in my discord server"
  151. about.TextScaled = true
  152. about.TextSize = 20
  153. about.TextWrapped = true
  154.  
  155. credits.Name = "credits"
  156. credits.Parent = home
  157. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  158. credits.BackgroundTransparency = 1
  159. credits.BorderSizePixel = 0
  160. credits.Position = UDim2.new(0.209411755, 0, 0.814126372, 0)
  161. credits.Size = UDim2.new(0, 319, 0, 50)
  162. credits.Font = Enum.Font.Highway
  163. credits.Text = "GUI by Jimbo#9089"
  164. credits.TextSize = 30
  165. credits.TextWrapped = true
  166.  
  167. teleports.Name = "teleports"
  168. teleports.Parent = gui
  169. teleports.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  170. teleports.BorderSizePixel = 0
  171. teleports.Position = UDim2.new(0.0183397532, 0, 0.21468927, 0)
  172. teleports.Size = UDim2.new(0, 425, 0, 269)
  173. teleports.Visible = false
  174.  
  175. navbar_2.Name = "navbar"
  176. navbar_2.Parent = teleports
  177. navbar_2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  178. navbar_2.BorderSizePixel = 0
  179. navbar_2.Size = UDim2.new(0, 89, 0, 269)
  180.  
  181. teleports2.Name = "teleports2"
  182. teleports2.Parent = navbar_2
  183. teleports2.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  184. teleports2.BorderSizePixel = 0
  185. teleports2.Position = UDim2.new(0, 0, 0.323420078, 0)
  186. teleports2.Size = UDim2.new(0, 89, 0, 95)
  187. teleports2.Font = Enum.Font.Highway
  188. teleports2.Text = "Teleports"
  189. teleports2.TextSize = 26
  190.  
  191. other2.Name = "other2"
  192. other2.Parent = navbar_2
  193. other2.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  194. other2.BorderSizePixel = 0
  195. other2.Position = UDim2.new(0, 0, 0.646840155, 0)
  196. other2.Size = UDim2.new(0, 89, 0, 95)
  197. other2.Font = Enum.Font.Highway
  198. other2.Text = "Other"
  199. other2.TextSize = 30
  200. other2.MouseButton1Down:connect(function()
  201. teleports.Visible = false
  202. other.Visible = true
  203. end)
  204.  
  205. home2.Name = "home2"
  206. home2.Parent = navbar_2
  207. home2.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  208. home2.BorderSizePixel = 0
  209. home2.Size = UDim2.new(0, 89, 0, 95)
  210. home2.Font = Enum.Font.Highway
  211. home2.Text = "Home"
  212. home2.TextSize = 30
  213. home2.MouseButton1Down:connect(function()
  214. teleports.Visible = false
  215. home.Visible = true
  216. end)
  217.  
  218. bankfront.Name = "bankfront"
  219. bankfront.Parent = teleports
  220. bankfront.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  221. bankfront.BorderSizePixel = 0
  222. bankfront.Position = UDim2.new(0.230588242, 0, 0.0594795533, 0)
  223. bankfront.Size = UDim2.new(0, 70, 0, 42)
  224. bankfront.Font = Enum.Font.Highway
  225. bankfront.Text = "Bank Front"
  226. bankfront.TextScaled = true
  227. bankfront.TextSize = 30
  228. bankfront.TextWrapped = true
  229. bankfront.MouseButton1Down:connect(function()
  230. for i=1,20 do
  231. wait()
  232. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  233. end
  234. end)
  235.  
  236. bankvault.Name = "bankvault"
  237. bankvault.Parent = teleports
  238. bankvault.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  239. bankvault.BorderSizePixel = 0
  240. bankvault.Position = UDim2.new(0.417647064, 0, 0.0594795533, 0)
  241. bankvault.Size = UDim2.new(0, 70, 0, 42)
  242. bankvault.Font = Enum.Font.Highway
  243. bankvault.Text = "Bank Vault"
  244. bankvault.TextScaled = true
  245. bankvault.TextSize = 30
  246. bankvault.TextWrapped = true
  247. bankvault.MouseButton1Down:connect(function()
  248. for i=1,20 do
  249. wait()
  250. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  251. end
  252. end)
  253.  
  254. jewerlyinside.Name = "jewerlyinside"
  255. jewerlyinside.Parent = teleports
  256. jewerlyinside.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  257. jewerlyinside.BorderSizePixel = 0
  258. jewerlyinside.Position = UDim2.new(0.621176481, 0, 0.0594795533, 0)
  259. jewerlyinside.Size = UDim2.new(0, 70, 0, 42)
  260. jewerlyinside.Font = Enum.Font.Highway
  261. jewerlyinside.Text = "Jewerly Inside"
  262. jewerlyinside.TextScaled = true
  263. jewerlyinside.TextSize = 30
  264. jewerlyinside.TextWrapped = true
  265. jewerlyinside.MouseButton1Down:connect(function()
  266. for i=1,20 do
  267. wait()
  268. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  269. end
  270. end)
  271.  
  272. jewerlytop.Name = "jewerlytop"
  273. jewerlytop.Parent = teleports
  274. jewerlytop.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  275. jewerlytop.BorderSizePixel = 0
  276. jewerlytop.Position = UDim2.new(0.818823516, 0, 0.0594795533, 0)
  277. jewerlytop.Size = UDim2.new(0, 70, 0, 42)
  278. jewerlytop.Font = Enum.Font.Highway
  279. jewerlytop.Text = "Jewerly Top"
  280. jewerlytop.TextScaled = true
  281. jewerlytop.TextSize = 30
  282. jewerlytop.TextWrapped = true
  283. jewerlytop.MouseButton1Down:connect(function()
  284. for i=1,20 do
  285. wait()
  286. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  287. end
  288. end)
  289.  
  290. crimbase1.Name = "crimbase1"
  291. crimbase1.Parent = teleports
  292. crimbase1.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  293. crimbase1.BorderSizePixel = 0
  294. crimbase1.Position = UDim2.new(0.230588242, 0, 0.282527894, 0)
  295. crimbase1.Size = UDim2.new(0, 70, 0, 42)
  296. crimbase1.Font = Enum.Font.Highway
  297. crimbase1.Text = "Criminal Base 1"
  298. crimbase1.TextScaled = true
  299. crimbase1.TextSize = 30
  300. crimbase1.TextWrapped = true
  301. crimbase1.MouseButton1Down:connect(function()
  302. for i=1,20 do
  303. wait()
  304. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  305. end
  306. end)
  307.  
  308. crimbase2.Name = "crimbase2"
  309. crimbase2.Parent = teleports
  310. crimbase2.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  311. crimbase2.BorderSizePixel = 0
  312. crimbase2.Position = UDim2.new(0.417647064, 0, 0.282527894, 0)
  313. crimbase2.Size = UDim2.new(0, 70, 0, 42)
  314. crimbase2.Font = Enum.Font.Highway
  315. crimbase2.Text = "Criminal Base 2"
  316. crimbase2.TextScaled = true
  317. crimbase2.TextSize = 30
  318. crimbase2.TextWrapped = true
  319. crimbase2.MouseButton1Down:connect(function()
  320. for i=1,20 do
  321. wait()
  322. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  323. end
  324. end)
  325.  
  326. gas.Name = "gas"
  327. gas.Parent = teleports
  328. gas.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  329. gas.BorderSizePixel = 0
  330. gas.Position = UDim2.new(0.621176481, 0, 0.282527894, 0)
  331. gas.Size = UDim2.new(0, 70, 0, 42)
  332. gas.Font = Enum.Font.Highway
  333. gas.Text = "Gas Station"
  334. gas.TextScaled = true
  335. gas.TextSize = 30
  336. gas.TextWrapped = true
  337. gas.MouseButton1Down:connect(function()
  338. for i=1,20 do
  339. wait()
  340. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  341. end
  342. end)
  343.  
  344. donutshop.Name = "donutshop"
  345. donutshop.Parent = teleports
  346. donutshop.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  347. donutshop.BorderSizePixel = 0
  348. donutshop.Position = UDim2.new(0.818823516, 0, 0.282527894, 0)
  349. donutshop.Size = UDim2.new(0, 70, 0, 42)
  350. donutshop.Font = Enum.Font.Highway
  351. donutshop.Text = "Donut Shop"
  352. donutshop.TextScaled = true
  353. donutshop.TextSize = 30
  354. donutshop.TextWrapped = true
  355. donutshop.MouseButton1Down:connect(function()
  356. for i=1,20 do
  357. wait()
  358. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  359. end
  360. end)
  361.  
  362. gunstore.Name = "gunstore"
  363. gunstore.Parent = teleports
  364. gunstore.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  365. gunstore.BorderSizePixel = 0
  366. gunstore.Position = UDim2.new(0.230588242, 0, 0.513011158, 0)
  367. gunstore.Size = UDim2.new(0, 70, 0, 42)
  368. gunstore.Font = Enum.Font.Highway
  369. gunstore.Text = "Gun Store"
  370. gunstore.TextScaled = true
  371. gunstore.TextSize = 30
  372. gunstore.TextWrapped = true
  373. gunstore.MouseButton1Down:connect(function()
  374. for i=1,20 do
  375. wait()
  376. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  377. end
  378. end)
  379.  
  380. garage.Name = "garage"
  381. garage.Parent = teleports
  382. garage.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  383. garage.BorderSizePixel = 0
  384. garage.Position = UDim2.new(0.417647064, 0, 0.513011158, 0)
  385. garage.Size = UDim2.new(0, 70, 0, 42)
  386. garage.Font = Enum.Font.Highway
  387. garage.Text = "Garage"
  388. garage.TextScaled = true
  389. garage.TextSize = 30
  390. garage.TextWrapped = true
  391. garage.MouseButton1Click:connect(function()
  392. for i=1,20 do
  393. wait()
  394. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  395. end
  396. end)
  397.  
  398. policebase1.Name = "policebase1"
  399. policebase1.Parent = teleports
  400. policebase1.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  401. policebase1.BorderSizePixel = 0
  402. policebase1.Position = UDim2.new(0.621176481, 0, 0.513011158, 0)
  403. policebase1.Size = UDim2.new(0, 70, 0, 42)
  404. policebase1.Font = Enum.Font.Highway
  405. policebase1.Text = "Police Base 1"
  406. policebase1.TextScaled = true
  407. policebase1.TextSize = 30
  408. policebase1.TextWrapped = true
  409. policebase1.MouseButton1Click:connect(function()
  410. for i=1,20 do
  411. wait()
  412. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  413. end
  414. end)
  415.  
  416. policecars.Name = "policecars"
  417. policecars.Parent = teleports
  418. policecars.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  419. policecars.BorderSizePixel = 0
  420. policecars.Position = UDim2.new(0.818823516, 0, 0.513011158, 0)
  421. policecars.Size = UDim2.new(0, 70, 0, 42)
  422. policecars.Font = Enum.Font.Highway
  423. policecars.Text = "Police Cars"
  424. policecars.TextScaled = true
  425. policecars.TextSize = 30
  426. policecars.TextWrapped = true
  427. policecars.MouseButton1Click:connect(function()
  428. for i=1,20 do
  429. wait()
  430. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  431. end
  432. end)
  433.  
  434. helipad.Name = "helipad"
  435. helipad.Parent = teleports
  436. helipad.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  437. helipad.BorderSizePixel = 0
  438. helipad.Position = UDim2.new(0.230588242, 0, 0.743494451, 0)
  439. helipad.Size = UDim2.new(0, 70, 0, 42)
  440. helipad.Font = Enum.Font.Highway
  441. helipad.Text = "Heli Pad"
  442. helipad.TextScaled = true
  443. helipad.TextSize = 30
  444. helipad.TextWrapped = true
  445. helipad.MouseButton1Click:connect(function()
  446. for i=1,20 do
  447. wait()
  448. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  449. end
  450. end)
  451.  
  452. policebase2.Name = "policebase2"
  453. policebase2.Parent = teleports
  454. policebase2.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  455. policebase2.BorderSizePixel = 0
  456. policebase2.Position = UDim2.new(0.417647064, 0, 0.743494451, 0)
  457. policebase2.Size = UDim2.new(0, 70, 0, 42)
  458. policebase2.Font = Enum.Font.Highway
  459. policebase2.Text = "Police Base 2"
  460. policebase2.TextScaled = true
  461. policebase2.TextSize = 30
  462. policebase2.TextWrapped = true
  463. policebase2.MouseButton1Down:connect(function()
  464. for i=1,20 do
  465. wait()
  466. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  467. end
  468. end)
  469.  
  470.  
  471. lambo.Name = "lambo"
  472. lambo.Parent = teleports
  473. lambo.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  474. lambo.BorderSizePixel = 0
  475. lambo.Position = UDim2.new(0.621176481, 0, 0.743494451, 0)
  476. lambo.Size = UDim2.new(0, 70, 0, 42)
  477. lambo.Font = Enum.Font.Highway
  478. lambo.Text = "Lamborghini"
  479. lambo.TextScaled = true
  480. lambo.TextSize = 30
  481. lambo.TextWrapped = true
  482. lambo.MouseButton1Down:connect(function()
  483. for i=1,20 do
  484. wait()
  485. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  486. end
  487. end)
  488.  
  489. nextpage.Name = "nextpage"
  490. nextpage.Parent = teleports
  491. nextpage.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  492. nextpage.BorderSizePixel = 0
  493. nextpage.Position = UDim2.new(0.818823516, 0, 0.814126432, 0)
  494. nextpage.Size = UDim2.new(0, 70, 0, 19)
  495. nextpage.Font = Enum.Font.Highway
  496. nextpage.Text = "Next Page"
  497. nextpage.TextScaled = true
  498. nextpage.TextSize = 30
  499. nextpage.TextWrapped = true
  500. nextpage.MouseButton1Down:connect(function()
  501. teleports.Visible = false
  502. teleports2_2.Visible = true
  503. end)
  504.  
  505. teleports2_2.Name = "teleports2"
  506. teleports2_2.Parent = gui
  507. teleports2_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  508. teleports2_2.BorderSizePixel = 0
  509. teleports2_2.Position = UDim2.new(0.018339783, 0, 0.214689255, 0)
  510. teleports2_2.Size = UDim2.new(0, 425, 0, 269)
  511. teleports2_2.Visible = false
  512.  
  513. navbar_3.Name = "navbar"
  514. navbar_3.Parent = teleports2_2
  515. navbar_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  516. navbar_3.BorderSizePixel = 0
  517. navbar_3.Size = UDim2.new(0, 89, 0, 269)
  518.  
  519. teleports4.Name = "teleports4"
  520. teleports4.Parent = navbar_3
  521. teleports4.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  522. teleports4.BorderSizePixel = 0
  523. teleports4.Position = UDim2.new(0, 0, 0.323420078, 0)
  524. teleports4.Size = UDim2.new(0, 89, 0, 95)
  525. teleports4.Font = Enum.Font.Highway
  526. teleports4.Text = "Teleports"
  527. teleports4.TextSize = 26
  528. teleports4.MouseButton1Down:connect(function()
  529. teleports2_2.Visible = false
  530. teleports.Visible = true
  531. end)
  532.  
  533. other4.Name = "other4"
  534. other4.Parent = navbar_3
  535. other4.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  536. other4.BorderSizePixel = 0
  537. other4.Position = UDim2.new(0, 0, 0.646840155, 0)
  538. other4.Size = UDim2.new(0, 89, 0, 95)
  539. other4.Font = Enum.Font.Highway
  540. other4.Text = "Other"
  541. other4.TextSize = 30
  542. other4.MouseButton1Down:connect(function()
  543. teleports2_2.Visible = false
  544. other.Visible = true
  545. end)
  546.  
  547. home4.Name = "home4"
  548. home4.Parent = navbar_3
  549. home4.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  550. home4.BorderSizePixel = 0
  551. home4.Size = UDim2.new(0, 89, 0, 95)
  552. home4.Font = Enum.Font.Highway
  553. home4.Text = "Home"
  554. home4.TextSize = 30
  555. home4.MouseButton1Down:connect(function()
  556. teleports2_2.Visible = false
  557. home.Visible = true
  558. end)
  559.  
  560. bugatti.Name = "bugatti"
  561. bugatti.Parent = teleports2_2
  562. bugatti.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  563. bugatti.BorderSizePixel = 0
  564. bugatti.Position = UDim2.new(0.230588242, 0, 0.0594795533, 0)
  565. bugatti.Size = UDim2.new(0, 70, 0, 42)
  566. bugatti.Font = Enum.Font.Highway
  567. bugatti.Text = "Bugatti"
  568. bugatti.TextScaled = true
  569. bugatti.TextSize = 30
  570. bugatti.TextWrapped = true
  571. bugatti.MouseButton1Down:connect(function()
  572. for i=1,20 do
  573. wait()
  574. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  575. end
  576. end)
  577.  
  578.  
  579. swatvan.Name = "swatvan"
  580. swatvan.Parent = teleports2_2
  581. swatvan.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  582. swatvan.BorderSizePixel = 0
  583. swatvan.Position = UDim2.new(0.417647064, 0, 0.0594795533, 0)
  584. swatvan.Size = UDim2.new(0, 70, 0, 42)
  585. swatvan.Font = Enum.Font.Highway
  586. swatvan.Text = "SWAT Van"
  587. swatvan.TextScaled = true
  588. swatvan.TextSize = 30
  589. swatvan.TextWrapped = true
  590. swatvan.MouseButton1Down:connect(function()
  591. for i=1,20 do
  592. wait()
  593. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  594. end
  595. end)
  596.  
  597.  
  598. buggy.Name = "buggy"
  599. buggy.Parent = teleports2_2
  600. buggy.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  601. buggy.BorderSizePixel = 0
  602. buggy.Position = UDim2.new(0.621176481, 0, 0.0594795533, 0)
  603. buggy.Size = UDim2.new(0, 70, 0, 42)
  604. buggy.Font = Enum.Font.Highway
  605. buggy.Text = "Dune Buggy"
  606. buggy.TextScaled = true
  607. buggy.TextSize = 30
  608. buggy.TextWrapped = true
  609. buggy.MouseButton1Down:connect(function()
  610. for i=1,20 do
  611. wait()
  612. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  613. end
  614. end)
  615.  
  616. pickup.Name = "pickup"
  617. pickup.Parent = teleports2_2
  618. pickup.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  619. pickup.BorderSizePixel = 0
  620. pickup.Position = UDim2.new(0.818823516, 0, 0.0594795533, 0)
  621. pickup.Size = UDim2.new(0, 70, 0, 42)
  622. pickup.Font = Enum.Font.Highway
  623. pickup.Text = "PickUp Truck"
  624. pickup.TextScaled = true
  625. pickup.TextSize = 30
  626. pickup.TextWrapped = true
  627. pickup.MouseButton1Down:connect(function()
  628. for i=1,20 do
  629. wait()
  630. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  631. end
  632. end)
  633.  
  634. dirtbike.Name = "dirtbike"
  635. dirtbike.Parent = teleports2_2
  636. dirtbike.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  637. dirtbike.BorderSizePixel = 0
  638. dirtbike.Position = UDim2.new(0.230588242, 0, 0.282527894, 0)
  639. dirtbike.Size = UDim2.new(0, 70, 0, 42)
  640. dirtbike.Font = Enum.Font.Highway
  641. dirtbike.Text = "Dirt Bike"
  642. dirtbike.TextScaled = true
  643. dirtbike.TextSize = 30
  644. dirtbike.TextWrapped = true
  645. dirtbike.MouseButton1Down:connect(function()
  646. for i=1,20 do
  647. wait()
  648. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  649. end
  650. end)
  651.  
  652. porsche.Name = "porsche"
  653. porsche.Parent = teleports2_2
  654. porsche.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  655. porsche.BorderSizePixel = 0
  656. porsche.Position = UDim2.new(0.417647064, 0, 0.282527894, 0)
  657. porsche.Size = UDim2.new(0, 70, 0, 42)
  658. porsche.Font = Enum.Font.Highway
  659. porsche.Text = "Porsche"
  660. porsche.TextScaled = true
  661. porsche.TextSize = 30
  662. porsche.TextWrapped = true
  663. porsche.MouseButton1Down:connect(function()
  664. for i=1,20 do
  665. wait()
  666. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  667. end
  668. end)
  669.  
  670. camaro.Name = "camaro"
  671. camaro.Parent = teleports2_2
  672. camaro.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  673. camaro.BorderSizePixel = 0
  674. camaro.Position = UDim2.new(0.621176481, 0, 0.282527894, 0)
  675. camaro.Size = UDim2.new(0, 70, 0, 42)
  676. camaro.Font = Enum.Font.Highway
  677. camaro.Text = "Camaro"
  678. camaro.TextScaled = true
  679. camaro.TextSize = 30
  680. camaro.TextWrapped = true
  681. camaro.MouseButton1Down:connect(function()
  682. for i=1,20 do
  683. wait()
  684. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  685. end
  686. end)
  687.  
  688. minicooper.Name = "minicooper"
  689. minicooper.Parent = teleports2_2
  690. minicooper.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  691. minicooper.BorderSizePixel = 0
  692. minicooper.Position = UDim2.new(0.818823516, 0, 0.282527894, 0)
  693. minicooper.Size = UDim2.new(0, 70, 0, 42)
  694. minicooper.Font = Enum.Font.Highway
  695. minicooper.Text = "Mini Cooper"
  696. minicooper.TextScaled = true
  697. minicooper.TextSize = 30
  698. minicooper.TextWrapped = true
  699. minicooper.MouseButton1Down:connect(function()
  700. for i=1,20 do
  701. wait()
  702. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  703. end
  704. end)
  705.  
  706. tesla.Name = "tesla"
  707. tesla.Parent = teleports2_2
  708. tesla.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  709. tesla.BorderSizePixel = 0
  710. tesla.Position = UDim2.new(0.230588242, 0, 0.513011158, 0)
  711. tesla.Size = UDim2.new(0, 70, 0, 42)
  712. tesla.Font = Enum.Font.SourceSans
  713. tesla.Text = "Tesla"
  714. tesla.TextScaled = true
  715. tesla.TextSize = 30
  716. tesla.TextWrapped = true
  717. tesla.MouseButton1Down:connect(function()
  718. for i=1,20 do
  719. wait()
  720. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  721. end
  722. end)
  723.  
  724. trainspawn.Name = "trainspawn"
  725. trainspawn.Parent = teleports2_2
  726. trainspawn.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  727. trainspawn.BorderSizePixel = 0
  728. trainspawn.Position = UDim2.new(0.41882354, 0, 0.513011158, 0)
  729. trainspawn.Size = UDim2.new(0, 70, 0, 42)
  730. trainspawn.Font = Enum.Font.Highway
  731. trainspawn.Text = "Train Spawn"
  732. trainspawn.TextScaled = true
  733. trainspawn.TextSize = 30
  734. trainspawn.TextWrapped = true
  735. trainspawn.MouseButton1Down:connect(function()
  736. for i=1,20 do
  737. wait()
  738. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  739. end
  740. end)
  741.  
  742. other.Name = "other"
  743. other.Parent = gui
  744. other.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  745. other.BorderSizePixel = 0
  746. other.Position = UDim2.new(0.018822372, 0, 0.214689285, 0)
  747. other.Size = UDim2.new(0, 425, 0, 269)
  748. other.Visible = false
  749.  
  750. navbar_4.Name = "navbar"
  751. navbar_4.Parent = other
  752. navbar_4.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  753. navbar_4.BorderSizePixel = 0
  754. navbar_4.Size = UDim2.new(0, 89, 0, 269)
  755.  
  756. teleports3.Name = "teleports3"
  757. teleports3.Parent = navbar_4
  758. teleports3.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  759. teleports3.BorderSizePixel = 0
  760. teleports3.Position = UDim2.new(0, 0, 0.323420078, 0)
  761. teleports3.Size = UDim2.new(0, 89, 0, 95)
  762. teleports3.Font = Enum.Font.Highway
  763. teleports3.Text = "Teleports"
  764. teleports3.TextSize = 26
  765. teleports3.MouseButton1Down:connect(function()
  766. other.Visible = false
  767. teleports.Visible = true
  768. end)
  769.  
  770. other3.Name = "other3"
  771. other3.Parent = navbar_4
  772. other3.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  773. other3.BorderSizePixel = 0
  774. other3.Position = UDim2.new(0, 0, 0.646840155, 0)
  775. other3.Size = UDim2.new(0, 89, 0, 95)
  776. other3.Font = Enum.Font.Highway
  777. other3.Text = "Other"
  778. other3.TextSize = 30
  779.  
  780. home3.Name = "home3"
  781. home3.Parent = navbar_4
  782. home3.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  783. home3.BorderSizePixel = 0
  784. home3.Size = UDim2.new(0, 89, 0, 95)
  785. home3.Font = Enum.Font.Highway
  786. home3.Text = "Home"
  787. home3.TextSize = 30
  788. home3.MouseButton1Down:connect(function()
  789. other.Visible = false
  790. home.Visible = true
  791. end)
  792.  
  793. autoarrest.Name = "autoarrest"
  794. autoarrest.Parent = other
  795. autoarrest.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  796. autoarrest.BorderSizePixel = 0
  797. autoarrest.Position = UDim2.new(0.244451523, 0, 0.0604596809, 0)
  798. autoarrest.Size = UDim2.new(0, 70, 0, 42)
  799. autoarrest.Font = Enum.Font.Highway
  800. autoarrest.Text = "Spam Arrest"
  801. autoarrest.TextScaled = true
  802. autoarrest.TextSize = 30
  803. autoarrest.TextWrapped = true
  804. autoarrest.MouseButton1Down:connect(function()
  805. local Player = game.Players.LocalPlayer
  806. wait(0.5)
  807. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  808. repeat
  809. wait()
  810. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  811. until v.Team.Name ~= "Criminal"
  812. end
  813. end)
  814.  
  815. keycard.Name = "keycard"
  816. keycard.Parent = other
  817. keycard.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  818. keycard.BorderSizePixel = 0
  819. keycard.Position = UDim2.new(0.435039759, 0, 0.0604596809, 0)
  820. keycard.Size = UDim2.new(0, 70, 0, 42)
  821. keycard.Font = Enum.Font.Highway
  822. keycard.Text = "Keycard"
  823. keycard.TextScaled = true
  824. keycard.TextSize = 30
  825. keycard.TextWrapped = true
  826. keycard.MouseButton1Down:connect(function()
  827. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  828. end)
  829.  
  830. pistol.Name = "pistol"
  831. pistol.Parent = other
  832. pistol.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  833. pistol.BorderSizePixel = 0
  834. pistol.Position = UDim2.new(0.627980947, 0, 0.0604596809, 0)
  835. pistol.Size = UDim2.new(0, 70, 0, 42)
  836. pistol.Font = Enum.Font.Highway
  837. pistol.Text = "Pistol"
  838. pistol.TextScaled = true
  839. pistol.TextSize = 30
  840. pistol.TextWrapped = true
  841. pistol.MouseButton1Down:connect(function()
  842. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  843.  
  844. a = Instance.new("Part", workspace)
  845. a.Anchored = true
  846. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  847. a.CanCollide = false
  848.  
  849. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  850. if v.Name == "Station" then
  851. for a, b in pairs(v:GetChildren()) do
  852. if b:IsA("StringValue") then
  853. if b.Value == "Pistol" then
  854. v.CFrame = CFrame.new(hit)
  855. end
  856. end
  857. end
  858. end
  859. end
  860. end)
  861.  
  862. shotgun.Name = "shotgun"
  863. shotgun.Parent = other
  864. shotgun.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  865. shotgun.BorderSizePixel = 0
  866. shotgun.Position = UDim2.new(0.81621623, 0, 0.0604596809, 0)
  867. shotgun.Size = UDim2.new(0, 70, 0, 42)
  868. shotgun.Font = Enum.Font.Highway
  869. shotgun.Text = "Shotgun"
  870. shotgun.TextScaled = true
  871. shotgun.TextSize = 30
  872. shotgun.TextWrapped = true
  873. shotgun.MouseButton1Down:connect(function()
  874. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  875.  
  876. a = Instance.new("Part", workspace)
  877. a.Anchored = true
  878. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  879. a.CanCollide = false
  880.  
  881. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  882. if v.Name == "Station" then
  883. for a, b in pairs(v:GetChildren()) do
  884. if b:IsA("StringValue") then
  885. if b.Value == "Shotgun" then
  886. v.CFrame = CFrame.new(hit)
  887. end
  888. end
  889. end
  890. end
  891. end
  892. end)
  893.  
  894. ak47.Name = "ak47"
  895. ak47.Parent = other
  896. ak47.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  897. ak47.BorderSizePixel = 0
  898. ak47.Position = UDim2.new(0.244451523, 0, 0.283508003, 0)
  899. ak47.Size = UDim2.new(0, 70, 0, 42)
  900. ak47.Font = Enum.Font.Highway
  901. ak47.Text = "AK-47"
  902. ak47.TextScaled = true
  903. ak47.TextSize = 30
  904. ak47.TextWrapped = true
  905. ak47.MouseButton1Down:connect(function()
  906. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  907.  
  908. a = Instance.new("Part", workspace)
  909. a.Anchored = true
  910. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  911. a.CanCollide = false
  912.  
  913. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  914. if v.Name == "ShootingRange" then
  915. for a, b in pairs(v:GetChildren()) do
  916. if b:IsA("StringValue") then
  917. if b.Value == "AK47" then
  918. v.CFrame = CFrame.new(hit)
  919. end
  920. end
  921. end
  922. end
  923. end
  924. end)
  925.  
  926. gravity.Name = "gravity"
  927. gravity.Parent = other
  928. gravity.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  929. gravity.BorderSizePixel = 0
  930. gravity.Position = UDim2.new(0.81621623, 0, 0.283508003, 0)
  931. gravity.Size = UDim2.new(0, 70, 0, 42)
  932. gravity.Font = Enum.Font.Highway
  933. gravity.Text = "Gravity"
  934. gravity.TextScaled = true
  935. gravity.TextSize = 30
  936. gravity.TextWrapped = true
  937. gravity.MouseButton1Down:connect(function()
  938. if Gravity == true then
  939. Gravity = false
  940. game.workspace.Gravity = 196.2
  941. else
  942. Gravity = true
  943. game.workspace.Gravity = 45
  944. end
  945. end)
  946.  
  947. deldoors.Name = "deldoors"
  948. deldoors.Parent = other
  949. deldoors.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  950. deldoors.BorderSizePixel = 0
  951. deldoors.Position = UDim2.new(0.627980947, 0, 0.283508003, 0)
  952. deldoors.Size = UDim2.new(0, 70, 0, 42)
  953. deldoors.Font = Enum.Font.Highway
  954. deldoors.Text = "Delete Doors"
  955. deldoors.TextScaled = true
  956. deldoors.TextSize = 30
  957. deldoors.TextWrapped = true
  958. deldoors.MouseButton1Down:connect(function()
  959. game.Workspace.Doors:Remove()
  960. end)
  961.  
  962. delcelldoors.Name = "delcelldoors"
  963. delcelldoors.Parent = other
  964. delcelldoors.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  965. delcelldoors.BorderSizePixel = 0
  966. delcelldoors.Position = UDim2.new(0.435039759, 0, 0.283508003, 0)
  967. delcelldoors.Size = UDim2.new(0, 70, 0, 42)
  968. delcelldoors.Font = Enum.Font.Highway
  969. delcelldoors.Text = "Delete Cell Doors"
  970. delcelldoors.TextScaled = true
  971. delcelldoors.TextSize = 30
  972. delcelldoors.TextWrapped = true
  973. delcelldoors.MouseButton1Down:connect(function()
  974. game.Workspace.Cells:Remove()
  975. end)
  976.  
  977. infammo.Name = "infammo"
  978. infammo.Parent = other
  979. infammo.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  980. infammo.BorderSizePixel = 0
  981. infammo.Position = UDim2.new(0.244451523, 0, 0.523284972, 0)
  982. infammo.Size = UDim2.new(0, 70, 0, 42)
  983. infammo.Font = Enum.Font.Highway
  984. infammo.Text = "Inf Ammo"
  985. infammo.TextScaled = true
  986. infammo.TextSize = 30
  987. infammo.TextWrapped = true
  988. infammo.MouseButton1Down:connect(function()
  989. if magInf == true then
  990. magInf = false
  991. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  992. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  993. else
  994. magInf = true
  995. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  996. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  997. end
  998. end)
  999.  
  1000.  
  1001. walkspeed.Name = "walkspeed"
  1002. walkspeed.Parent = other
  1003. walkspeed.BackgroundColor3 = Color3.new(0.215686, 0.490196, 1)
  1004. walkspeed.BorderSizePixel = 0
  1005. walkspeed.Position = UDim2.new(0.435039759, 0, 0.523284972, 0)
  1006. walkspeed.Size = UDim2.new(0, 70, 0, 42)
  1007. walkspeed.Font = Enum.Font.Highway
  1008. walkspeed.Text = "Walkspeed"
  1009. walkspeed.TextScaled = true
  1010. walkspeed.TextSize = 30
  1011. walkspeed.TextWrapped = true
  1012. walkspeed.MouseButton1Down:connect(function()
  1013. down = false
  1014. velocity = Instance.new("BodyVelocity")
  1015. velocity.maxForce = Vector3.new(100000, 0, 100000)
  1016. local speed = 150
  1017. gyro = Instance.new("BodyGyro")
  1018. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  1019.  
  1020. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  1021.  
  1022. function onButton1Down(mouse)
  1023. down = true
  1024. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  1025. velocity.velocity = (hum.MoveDirection) * speed
  1026. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  1027. while down do
  1028. if not down then break end
  1029. velocity.velocity = (hum.MoveDirection) * speed
  1030. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  1031. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  1032. wait(0.1)
  1033. end
  1034. end
  1035.  
  1036. function onButton1Up(mouse)
  1037. velocity.Parent = nil
  1038. gyro.Parent = nil
  1039. down = false
  1040. end
  1041.  
  1042. function onSelected(mouse)
  1043. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  1044. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  1045. end
  1046.  
  1047. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  1048. end)
  1049.  
  1050. open.Name = "open"
  1051. open.Parent = gui
  1052. open.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  1053. open.BorderSizePixel = 0
  1054. open.Position = UDim2.new(0.0183397681, 0, 0.762711883, 0)
  1055. open.Size = UDim2.new(0, 97, 0, 35)
  1056. open.SizeConstraint = Enum.SizeConstraint.RelativeXX
  1057.  
  1058. openbutton.Name = "openbutton"
  1059. openbutton.Parent = open
  1060. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  1061. openbutton.BackgroundTransparency = 1
  1062. openbutton.BorderSizePixel = 0
  1063. openbutton.Size = UDim2.new(0, 97, 0, 35)
  1064. openbutton.Font = Enum.Font.Highway
  1065. openbutton.Text = "Open"
  1066. openbutton.TextSize = 30
  1067. openbutton.MouseButton1Down:connect(function()
  1068. home.Visible = true
  1069. openbutton.Visible = false
  1070. open.Visible = false
  1071. close.Visible = true
  1072. closebutton.Visible = true
  1073. end)
  1074.  
  1075. close.Name = "close"
  1076. close.Parent = gui
  1077. close.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  1078. close.BorderSizePixel = 0
  1079. close.Position = UDim2.new(0.0183397643, 0, 0.762711823, 0)
  1080. close.Size = UDim2.new(0, 97, 0, 35)
  1081. close.SizeConstraint = Enum.SizeConstraint.RelativeXX
  1082. close.Visible = false
  1083.  
  1084.  
  1085. closebutton.Name = "closebutton"
  1086. closebutton.Parent = close
  1087. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. closebutton.BackgroundTransparency = 1
  1089. closebutton.BorderSizePixel = 0
  1090. closebutton.Position = UDim2.new(-0.00515460968, 0, 0, 0)
  1091. closebutton.Size = UDim2.new(0, 97, 0, 35)
  1092. closebutton.Font = Enum.Font.Highway
  1093. closebutton.Text = "Close"
  1094. closebutton.TextSize = 30
  1095. closebutton.MouseButton1Down:connect(function()
  1096. closebutton.Visible = false
  1097. close.Visible = false
  1098. open.Visible = true
  1099. openbutton.Visible = true
  1100. home.Visible = false
  1101. other.Visible = false
  1102. teleports.Visible = false
  1103. teleports2.Visible = false
  1104. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement