Advertisement
Guest User

JailbreakGUI

a guest
Nov 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.43 KB | None | 0 0
  1. --Version 1.3
  2. --Facebook : Dika Fudge
  3. --Twitter : DevianDev
  4. --Created : DevianDev
  5. --Name Real : Dika Fudge
  6.  
  7.  
  8.  
  9. -- Objects
  10.  
  11. local JailbreakGUI = Instance.new("ScreenGui")
  12. local Main = Instance.new("Frame")
  13. local Top = Instance.new("Frame")
  14. local Title = Instance.new("TextLabel")
  15. local Created = Instance.new("TextLabel")
  16. local Version = Instance.new("TextLabel")
  17. local Exit = Instance.new("TextButton")
  18. local BankFront = Instance.new("TextButton")
  19. local BankVault = Instance.new("TextButton")
  20. local JewelryTop = Instance.new("TextButton")
  21. local JewelryIn = Instance.new("TextButton")
  22. local MuseumIn = Instance.new("TextButton")
  23. local MuseumOut = Instance.new("TextButton")
  24. local MuseumTop = Instance.new("TextButton")
  25. local CrimBase2 = Instance.new("TextButton")
  26. local CrimBase1 = Instance.new("TextButton")
  27. local GravityOFF = Instance.new("TextButton")
  28. local GasStation = Instance.new("TextButton")
  29. local TrainSpawn = Instance.new("TextButton")
  30. local PoliceBase = Instance.new("TextButton")
  31. local PrisonYard = Instance.new("TextButton")
  32. local Btools = Instance.new("TextButton")
  33. local WalkSpeed = Instance.new("TextButton")
  34. local InfiniteNitro = Instance.new("TextButton")
  35. local Noclip = Instance.new("TextButton")
  36. local GravityON = Instance.new("TextButton")
  37. local DonutStore = Instance.new("TextButton")
  38. local Open = Instance.new("TextButton")
  39.  
  40. -- Properties
  41.  
  42. JailbreakGUI.Name = "JailbreakGUI"
  43. JailbreakGUI.Parent = game.CoreGui
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = JailbreakGUI
  47. Main.BackgroundColor3 = Color3.new(1, 0.862745, 0.309804)
  48. Main.BackgroundTransparency = 0.10000000149012
  49. Main.BorderColor3 = Color3.new(0, 0, 0)
  50. Main.BorderSizePixel = 2
  51. Main.Position = UDim2.new(0.248359889, 0, 0.155752212, 0)
  52. Main.Size = UDim2.new(0, 537, 0, 388)
  53. Main.Visible = false
  54. Main.Active = true
  55. Main.Draggable = true
  56.  
  57. Top.Name = "Top"
  58. Top.Parent = Main
  59. Top.BackgroundColor3 = Color3.new(1, 0.862745, 0.309804)
  60. Top.BackgroundTransparency = 0.20000000298023
  61. Top.BorderColor3 = Color3.new(0, 0, 0)
  62. Top.BorderSizePixel = 2
  63. Top.Position = UDim2.new(-0.00117455737, 0, 0.0011130264, 0)
  64. Top.Size = UDim2.new(0, 537, 0, 50)
  65.  
  66. Title.Name = "Title"
  67. Title.Parent = Top
  68. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Title.BackgroundTransparency = 0.40000000596046
  70. Title.Size = UDim2.new(0, 538, 0, 50)
  71. Title.Font = Enum.Font.SourceSans
  72. Title.Text = "JailbreakGUI"
  73. Title.TextColor3 = Color3.new(1, 1, 1)
  74. Title.TextScaled = true
  75. Title.TextSize = 14
  76. Title.TextWrapped = true
  77.  
  78. Created.Name = "Created"
  79. Created.Parent = Top
  80. Created.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Created.BackgroundTransparency = 0.40000000596046
  82. Created.BorderColor3 = Color3.new(0, 0, 0)
  83. Created.BorderSizePixel = 2
  84. Created.Position = UDim2.new(0, 0, 7.34000015, 0)
  85. Created.Size = UDim2.new(0, 537, 0, 20)
  86. Created.Font = Enum.Font.SourceSans
  87. Created.Text = "CreatedBy : DevianDev"
  88. Created.TextColor3 = Color3.new(1, 1, 1)
  89. Created.TextScaled = true
  90. Created.TextSize = 14
  91. Created.TextWrapped = true
  92.  
  93. Version.Name = "Version"
  94. Version.Parent = Top
  95. Version.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
  96. Version.BackgroundTransparency = 0.40000000596046
  97. Version.BorderColor3 = Color3.new(0, 0, 0)
  98. Version.BorderSizePixel = 2
  99. Version.Position = UDim2.new(0.00186219742, 0, 1, 0)
  100. Version.Size = UDim2.new(0, 537, 0, 20)
  101. Version.Font = Enum.Font.SourceSans
  102. Version.Text = "Version 1.3"
  103. Version.TextColor3 = Color3.new(1, 1, 1)
  104. Version.TextScaled = true
  105. Version.TextSize = 14
  106. Version.TextWrapped = true
  107.  
  108. Exit.Name = "Exit"
  109. Exit.Parent = Top
  110. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Exit.BackgroundTransparency = 1
  112. Exit.Position = UDim2.new(0.942271888, 0, -0.0199999996, 0)
  113. Exit.Size = UDim2.new(0, 31, 0, 27)
  114. Exit.Font = Enum.Font.SourceSans
  115. Exit.Text = "X"
  116. Exit.TextColor3 = Color3.new(0, 0, 0)
  117. Exit.TextScaled = true
  118. Exit.TextSize = 14
  119. Exit.TextWrapped = true
  120. Exit.MouseButton1Click:connect(function()
  121. Main.Visible = false
  122. Open.Visible = true
  123. end)
  124.  
  125. BankFront.Name = "BankFront"
  126. BankFront.Parent = Main
  127. BankFront.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  128. BankFront.BackgroundTransparency = 0.20000000298023
  129. BankFront.BorderSizePixel = 2
  130. BankFront.Position = UDim2.new(0.0203917101, 0, 0.231336579, 0)
  131. BankFront.Size = UDim2.new(0, 119, 0, 28)
  132. BankFront.Font = Enum.Font.SourceSans
  133. BankFront.Text = "BankFront"
  134. BankFront.TextColor3 = Color3.new(0, 0, 0)
  135. BankFront.TextScaled = true
  136. BankFront.TextSize = 14
  137. BankFront.TextWrapped = true
  138.  
  139. BankVault.Name = "BankVault"
  140. BankVault.Parent = Main
  141. BankVault.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  142. BankVault.BackgroundTransparency = 0.20000000298023
  143. BankVault.BorderSizePixel = 2
  144. BankVault.Position = UDim2.new(0.0203917101, 0, 0.329274714, 0)
  145. BankVault.Size = UDim2.new(0, 119, 0, 28)
  146. BankVault.Font = Enum.Font.SourceSans
  147. BankVault.Text = "BankVault"
  148. BankVault.TextColor3 = Color3.new(0, 0, 0)
  149. BankVault.TextScaled = true
  150. BankVault.TextSize = 14
  151. BankVault.TextWrapped = true
  152.  
  153. JewelryTop.Name = "JewelryTop"
  154. JewelryTop.Parent = Main
  155. JewelryTop.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  156. JewelryTop.BackgroundTransparency = 0.20000000298023
  157. JewelryTop.BorderSizePixel = 2
  158. JewelryTop.Position = UDim2.new(0.0203917101, 0, 0.42463553, 0)
  159. JewelryTop.Size = UDim2.new(0, 119, 0, 28)
  160. JewelryTop.Font = Enum.Font.SourceSans
  161. JewelryTop.Text = "JewelryTop"
  162. JewelryTop.TextColor3 = Color3.new(0, 0, 0)
  163. JewelryTop.TextScaled = true
  164. JewelryTop.TextSize = 14
  165. JewelryTop.TextWrapped = true
  166.  
  167. JewelryIn.Name = "JewelryIn"
  168. JewelryIn.Parent = Main
  169. JewelryIn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  170. JewelryIn.BackgroundTransparency = 0.20000000298023
  171. JewelryIn.BorderSizePixel = 2
  172. JewelryIn.Position = UDim2.new(0.0203917101, 0, 0.525151014, 0)
  173. JewelryIn.Size = UDim2.new(0, 119, 0, 28)
  174. JewelryIn.Font = Enum.Font.SourceSans
  175. JewelryIn.Text = "JewelryIn"
  176. JewelryIn.TextColor3 = Color3.new(0, 0, 0)
  177. JewelryIn.TextScaled = true
  178. JewelryIn.TextSize = 14
  179. JewelryIn.TextWrapped = true
  180.  
  181. MuseumIn.Name = "MuseumIn"
  182. MuseumIn.Parent = Main
  183. MuseumIn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  184. MuseumIn.BackgroundTransparency = 0.20000000298023
  185. MuseumIn.BorderSizePixel = 2
  186. MuseumIn.Position = UDim2.new(0.0203917101, 0, 0.625666499, 0)
  187. MuseumIn.Size = UDim2.new(0, 119, 0, 28)
  188. MuseumIn.Font = Enum.Font.SourceSans
  189. MuseumIn.Text = "MuseumIn"
  190. MuseumIn.TextColor3 = Color3.new(0, 0, 0)
  191. MuseumIn.TextScaled = true
  192. MuseumIn.TextSize = 14
  193. MuseumIn.TextWrapped = true
  194.  
  195. MuseumOut.Name = "MuseumOut"
  196. MuseumOut.Parent = Main
  197. MuseumOut.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  198. MuseumOut.BackgroundTransparency = 0.20000000298023
  199. MuseumOut.BorderSizePixel = 2
  200. MuseumOut.Position = UDim2.new(0.0203917101, 0, 0.72360462, 0)
  201. MuseumOut.Size = UDim2.new(0, 119, 0, 28)
  202. MuseumOut.Font = Enum.Font.SourceSans
  203. MuseumOut.Text = "MuseumOut"
  204. MuseumOut.TextColor3 = Color3.new(0, 0, 0)
  205. MuseumOut.TextScaled = true
  206. MuseumOut.TextSize = 14
  207. MuseumOut.TextWrapped = true
  208.  
  209. MuseumTop.Name = "MuseumTop"
  210. MuseumTop.Parent = Main
  211. MuseumTop.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  212. MuseumTop.BackgroundTransparency = 0.20000000298023
  213. MuseumTop.BorderSizePixel = 2
  214. MuseumTop.Position = UDim2.new(0.0203917101, 0, 0.81638813, 0)
  215. MuseumTop.Size = UDim2.new(0, 119, 0, 28)
  216. MuseumTop.Font = Enum.Font.SourceSans
  217. MuseumTop.Text = "MuseumTop"
  218. MuseumTop.TextColor3 = Color3.new(0, 0, 0)
  219. MuseumTop.TextScaled = true
  220. MuseumTop.TextSize = 14
  221. MuseumTop.TextWrapped = true
  222.  
  223. CrimBase2.Name = "CrimBase2"
  224. CrimBase2.Parent = Main
  225. CrimBase2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  226. CrimBase2.BackgroundTransparency = 0.20000000298023
  227. CrimBase2.BorderSizePixel = 2
  228. CrimBase2.Position = UDim2.new(0.754097462, 0, 0.329274714, 0)
  229. CrimBase2.Size = UDim2.new(0, 119, 0, 28)
  230. CrimBase2.Font = Enum.Font.SourceSans
  231. CrimBase2.Text = "CrimBase2"
  232. CrimBase2.TextColor3 = Color3.new(0, 0, 0)
  233. CrimBase2.TextScaled = true
  234. CrimBase2.TextSize = 14
  235. CrimBase2.TextWrapped = true
  236.  
  237. CrimBase1.Name = "CrimBase1"
  238. CrimBase1.Parent = Main
  239. CrimBase1.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  240. CrimBase1.BackgroundTransparency = 0.20000000298023
  241. CrimBase1.BorderSizePixel = 2
  242. CrimBase1.Position = UDim2.new(0.754097521, 0, 0.231336564, 0)
  243. CrimBase1.Size = UDim2.new(0, 119, 0, 28)
  244. CrimBase1.Font = Enum.Font.SourceSans
  245. CrimBase1.Text = "CrimBase1"
  246. CrimBase1.TextColor3 = Color3.new(0, 0, 0)
  247. CrimBase1.TextScaled = true
  248. CrimBase1.TextSize = 14
  249. CrimBase1.TextWrapped = true
  250.  
  251. GravityOFF.Name = "GravityOFF"
  252. GravityOFF.Parent = Main
  253. GravityOFF.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  254. GravityOFF.BackgroundTransparency = 0.20000000298023
  255. GravityOFF.BorderSizePixel = 2
  256. GravityOFF.Position = UDim2.new(0.504563093, 0, 0.62051183, 0)
  257. GravityOFF.Size = UDim2.new(0, 119, 0, 28)
  258. GravityOFF.Font = Enum.Font.SourceSans
  259. GravityOFF.Text = "GravityOFF"
  260. GravityOFF.TextColor3 = Color3.new(0, 0, 0)
  261. GravityOFF.TextScaled = true
  262. GravityOFF.TextSize = 14
  263. GravityOFF.TextWrapped = true
  264.  
  265. GasStation.Name = "GasStation"
  266. GasStation.Parent = Main
  267. GasStation.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  268. GasStation.BackgroundTransparency = 0.20000000298023
  269. GasStation.BorderSizePixel = 2
  270. GasStation.Position = UDim2.new(0.75595969, 0, 0.525151014, 0)
  271. GasStation.Size = UDim2.new(0, 119, 0, 28)
  272. GasStation.Font = Enum.Font.SourceSans
  273. GasStation.Text = "GasStation"
  274. GasStation.TextColor3 = Color3.new(0, 0, 0)
  275. GasStation.TextScaled = true
  276. GasStation.TextSize = 14
  277. GasStation.TextWrapped = true
  278.  
  279. TrainSpawn.Name = "TrainSpawn"
  280. TrainSpawn.Parent = Main
  281. TrainSpawn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  282. TrainSpawn.BackgroundTransparency = 0.20000000298023
  283. TrainSpawn.BorderSizePixel = 2
  284. TrainSpawn.Position = UDim2.new(0.75595969, 0, 0.625666499, 0)
  285. TrainSpawn.Size = UDim2.new(0, 119, 0, 28)
  286. TrainSpawn.Font = Enum.Font.SourceSans
  287. TrainSpawn.Text = "TrainSpawn"
  288. TrainSpawn.TextColor3 = Color3.new(0, 0, 0)
  289. TrainSpawn.TextScaled = true
  290. TrainSpawn.TextSize = 14
  291. TrainSpawn.TextWrapped = true
  292.  
  293. PoliceBase.Name = "PoliceBase"
  294. PoliceBase.Parent = Main
  295. PoliceBase.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  296. PoliceBase.BackgroundTransparency = 0.20000000298023
  297. PoliceBase.BorderSizePixel = 2
  298. PoliceBase.Position = UDim2.new(0.75595969, 0, 0.81638813, 0)
  299. PoliceBase.Size = UDim2.new(0, 119, 0, 28)
  300. PoliceBase.Font = Enum.Font.SourceSans
  301. PoliceBase.Text = "PoliceBase"
  302. PoliceBase.TextColor3 = Color3.new(0, 0, 0)
  303. PoliceBase.TextScaled = true
  304. PoliceBase.TextSize = 14
  305. PoliceBase.TextWrapped = true
  306.  
  307. PrisonYard.Name = "PrisonYard"
  308. PrisonYard.Parent = Main
  309. PrisonYard.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  310. PrisonYard.BackgroundTransparency = 0.20000000298023
  311. PrisonYard.BorderSizePixel = 2
  312. PrisonYard.Position = UDim2.new(0.75595969, 0, 0.72360462, 0)
  313. PrisonYard.Size = UDim2.new(0, 119, 0, 28)
  314. PrisonYard.Font = Enum.Font.SourceSans
  315. PrisonYard.Text = "PrisonYard"
  316. PrisonYard.TextColor3 = Color3.new(0, 0, 0)
  317. PrisonYard.TextScaled = true
  318. PrisonYard.TextSize = 14
  319. PrisonYard.TextWrapped = true
  320.  
  321. Btools.Name = "Btools"
  322. Btools.Parent = Main
  323. Btools.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  324. Btools.BackgroundTransparency = 0.20000000298023
  325. Btools.BorderSizePixel = 2
  326. Btools.Position = UDim2.new(0.506425261, 0, 0.51741904, 0)
  327. Btools.Size = UDim2.new(0, 119, 0, 28)
  328. Btools.Font = Enum.Font.SourceSans
  329. Btools.Text = "Btools"
  330. Btools.TextColor3 = Color3.new(0, 0, 0)
  331. Btools.TextScaled = true
  332. Btools.TextSize = 14
  333. Btools.TextWrapped = true
  334.  
  335. WalkSpeed.Name = "WalkSpeed"
  336. WalkSpeed.Parent = Main
  337. WalkSpeed.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  338. WalkSpeed.BackgroundTransparency = 0.20000000298023
  339. WalkSpeed.BorderSizePixel = 2
  340. WalkSpeed.Position = UDim2.new(0.506425261, 0, 0.42463553, 0)
  341. WalkSpeed.Size = UDim2.new(0, 119, 0, 28)
  342. WalkSpeed.Font = Enum.Font.SourceSans
  343. WalkSpeed.Text = "WalkSpeed[X]"
  344. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  345. WalkSpeed.TextScaled = true
  346. WalkSpeed.TextSize = 14
  347. WalkSpeed.TextWrapped = true
  348.  
  349. InfiniteNitro.Name = "InfiniteNitro"
  350. InfiniteNitro.Parent = Main
  351. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  352. InfiniteNitro.BackgroundTransparency = 0.20000000298023
  353. InfiniteNitro.BorderSizePixel = 2
  354. InfiniteNitro.Position = UDim2.new(0.266201764, 0, 0.519996345, 0)
  355. InfiniteNitro.Size = UDim2.new(0, 119, 0, 28)
  356. InfiniteNitro.Font = Enum.Font.SourceSans
  357. InfiniteNitro.Text = "InfiniteNitro"
  358. InfiniteNitro.TextColor3 = Color3.new(0, 0, 0)
  359. InfiniteNitro.TextScaled = true
  360. InfiniteNitro.TextSize = 14
  361. InfiniteNitro.TextWrapped = true
  362.  
  363. Noclip.Name = "Noclip"
  364. Noclip.Parent = Main
  365. Noclip.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  366. Noclip.BackgroundTransparency = 0.20000000298023
  367. Noclip.BorderSizePixel = 2
  368. Noclip.Position = UDim2.new(0.264339626, 0, 0.424635589, 0)
  369. Noclip.Size = UDim2.new(0, 119, 0, 28)
  370. Noclip.Font = Enum.Font.SourceSans
  371. Noclip.Text = "Noclip[B]"
  372. Noclip.TextColor3 = Color3.new(0, 0, 0)
  373. Noclip.TextScaled = true
  374. Noclip.TextSize = 14
  375. Noclip.TextWrapped = true
  376.  
  377. GravityON.Name = "GravityON"
  378. GravityON.Parent = Main
  379. GravityON.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  380. GravityON.BackgroundTransparency = 0.20000000298023
  381. GravityON.BorderSizePixel = 2
  382. GravityON.Position = UDim2.new(0.266201764, 0, 0.62051183, 0)
  383. GravityON.Size = UDim2.new(0, 119, 0, 28)
  384. GravityON.Font = Enum.Font.SourceSans
  385. GravityON.Text = "GravityON"
  386. GravityON.TextColor3 = Color3.new(0, 0, 0)
  387. GravityON.TextScaled = true
  388. GravityON.TextSize = 14
  389. GravityON.TextWrapped = true
  390.  
  391. DonutStore.Name = "DonutStore"
  392. DonutStore.Parent = Main
  393. DonutStore.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  394. DonutStore.BackgroundTransparency = 0.20000000298023
  395. DonutStore.BorderSizePixel = 2
  396. DonutStore.Position = UDim2.new(0.75595969, 0, 0.42463553, 0)
  397. DonutStore.Size = UDim2.new(0, 119, 0, 28)
  398. DonutStore.Font = Enum.Font.SourceSans
  399. DonutStore.Text = "DonutStore"
  400. DonutStore.TextColor3 = Color3.new(0, 0, 0)
  401. DonutStore.TextScaled = true
  402. DonutStore.TextSize = 14
  403. DonutStore.TextWrapped = true
  404.  
  405. Open.Name = "Open"
  406. Open.Parent = JailbreakGUI
  407. Open.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  408. Open.BackgroundTransparency = 0.20000000298023
  409. Open.BorderSizePixel = 2
  410. Open.Position = UDim2.new(0.642365634, 0, 0.937522173, 0)
  411. Open.Size = UDim2.new(0, 193, 0, 35)
  412. Open.Font = Enum.Font.SourceSans
  413. Open.Text = "Open"
  414. Open.TextColor3 = Color3.new(0, 0, 0)
  415. Open.TextScaled = true
  416. Open.TextSize = 14
  417. Open.TextWrapped = true
  418. Open.MouseButton1Click:connect(function()
  419. Open.Visible = false
  420. Main.Visible = true
  421. end)
  422.  
  423.  
  424.  
  425. --Script
  426.  
  427. BankVault.MouseButton1Down:connect(function()
  428. for i=1,32 do
  429. wait(.08)
  430. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  431. end
  432. end)
  433.  
  434. BankFront.MouseButton1Down:connect(function()
  435. for i=1,32 do
  436. wait(.08)
  437. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  438. end
  439. end)
  440.  
  441. JewelryTop.MouseButton1Down:connect(function()
  442. for i=1,32 do
  443. wait(.08)
  444. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  445. end
  446. end)
  447.  
  448. JewelryIn.MouseButton1Down:connect(function()
  449. for i=1,32 do
  450. wait(.08)
  451. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  452. end
  453. end)
  454.  
  455. MuseumIn.MouseButton1Down:connect(function()
  456. for i=1,32 do
  457. wait(.08)
  458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  459. end
  460. end)
  461.  
  462. MuseumOut.MouseButton1Down:connect(function()
  463. for i=1,32 do
  464. wait(.08)
  465. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  466. end
  467. end)
  468.  
  469. MuseumTop.MouseButton1Down:connect(function()
  470. for i=1,32 do
  471. wait(.08)
  472. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  473. end
  474. end)
  475.  
  476. CrimBase1.MouseButton1Down:connect(function()
  477. for i=1,32 do
  478. wait(.08)
  479. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  480. end
  481. end)
  482.  
  483. CrimBase2.MouseButton1Down:connect(function()
  484. for i=1,32 do
  485. wait(.08)
  486. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  487. end
  488. end)
  489.  
  490. DonutStore.MouseButton1Down:connect(function()
  491. for i=1,32 do
  492. wait(.08)
  493. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  494. end
  495. end)
  496.  
  497. GasStation.MouseButton1Down:connect(function()
  498. for i=1,32 do
  499. wait(.08)
  500. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  501. end
  502. end)
  503.  
  504. TrainSpawn.MouseButton1Down:connect(function()
  505. for i=1,32 do
  506. wait(.08)
  507. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  508. end
  509. end)
  510.  
  511. PrisonYard.MouseButton1Down:connect(function()
  512. for i=1,32 do
  513. wait(.08)
  514. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  515. end
  516. end)
  517.  
  518. PoliceBase.MouseButton1Down:connect(function()
  519. for i=1,32 do
  520. wait(.08)
  521. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  522. end
  523. end)
  524.  
  525. WalkSpeed.MouseButton1Down:connect(function()
  526. local walkspeedplayer = game:GetService("Players").LocalPlayer
  527. local walkspeedmouse = walkspeedplayer:GetMouse()
  528.  
  529. local walkspeedenabled = false
  530.  
  531. function x_walkspeed(key)
  532. if (key == "x") then
  533. if walkspeedenabled == false then
  534. _G.WS = 200;
  535. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  536. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  537. Humanoid.WalkSpeed = _G.WS;
  538. end)
  539. Humanoid.WalkSpeed = _G.WS;
  540.  
  541. walkspeedenabled = true
  542. elseif walkspeedenabled == true then
  543. _G.WS = 20;
  544. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  545. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  546. Humanoid.WalkSpeed = _G.WS;
  547. end)
  548. Humanoid.WalkSpeed = _G.WS;
  549.  
  550. walkspeedenabled = false
  551. end
  552. end
  553. end
  554.  
  555. walkspeedmouse.KeyDown:connect(x_walkspeed)
  556.  
  557. WALKX.Visible =true
  558. end)
  559.  
  560. Noclip.MouseButton1Down:connect(function()
  561.  
  562. local noclipplayer = game:GetService("Players").LocalPlayer
  563. local noclipmouse = noclipplayer:GetMouse()
  564.  
  565. local donoclip = false
  566. local noclip = false
  567.  
  568. function b_noclip(key)
  569. if (key == "b") then
  570. if noclip == false then
  571. donoclip = true
  572.  
  573. noclip = true
  574. elseif noclip == true then
  575. donoclip = false
  576.  
  577. noclip = false
  578. end
  579. end
  580. end
  581.  
  582. noclipmouse.KeyDown:connect(b_noclip)
  583.  
  584. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  585. if obj ~= workspace.Terrain then
  586. if donoclip == true then
  587. obj.CanCollide = false
  588. else
  589. obj.CanCollide = true
  590. end
  591. end
  592. end)
  593. end)
  594.  
  595. GravityON.MouseButton1Down:connect(function()
  596. game.Workspace.Gravity = 196.2
  597. GravityOFF.Visible = true
  598. GravityON.Visible = false
  599. end)
  600.  
  601. InfiniteNitro.MouseButton1Down:connect(function()
  602. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  603. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  604. end)
  605.  
  606. GravityOFF.MouseButton1Down:connect(function()
  607. game.Workspace.Gravity = 35
  608. GravityOFF.Visible = false
  609. GravityON.Visible = true
  610. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement