Advertisement
Guest User

Untitled

a guest
Sep 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.30 KB | None | 0 0
  1. -- this shit no is bugged and unfinished anddd patched... :v
  2. local Jailisbreak = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local TitleBar = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local CLOSE = Instance.new("TextButton")
  7. local Decore = Instance.new("Frame")
  8. local morespam = Instance.new("TextLabel")
  9. local OpenStuff = Instance.new("TextButton")
  10. local OpenTPS = Instance.new("TextButton")
  11. local Welcome = Instance.new("TextLabel")
  12. local OpenLog = Instance.new("TextButton")
  13. local Welcome_2 = Instance.new("TextLabel")
  14. local Welcome_3 = Instance.new("TextLabel")
  15. local Open = Instance.new("TextButton")
  16. local Teleports = Instance.new("Frame")
  17. local TitleBar_2 = Instance.new("Frame")
  18. local Title_2 = Instance.new("TextLabel")
  19. local Back2 = Instance.new("TextButton")
  20. local Decore_2 = Instance.new("Frame")
  21. local Jewelry = Instance.new("TextButton")
  22. local Bank = Instance.new("TextButton")
  23. local Armory = Instance.new("TextButton")
  24. local CriminalBase2 = Instance.new("TextButton")
  25. local Camaro = Instance.new("TextButton")
  26. local Prison2 = Instance.new("TextButton")
  27. local Prison1 = Instance.new("TextButton")
  28. local CriminalBase = Instance.new("TextButton")
  29. local VehiclesM = Instance.new("TextButton")
  30. local Stuff = Instance.new("Frame")
  31. local TitleBar_3 = Instance.new("Frame")
  32. local Title_3 = Instance.new("TextLabel")
  33. local Back1 = Instance.new("TextButton")
  34. local Decore_3 = Instance.new("Frame")
  35. local NoDoors = Instance.new("TextButton")
  36. local Walkspeed = Instance.new("TextButton")
  37. local NoBuildings = Instance.new("TextButton")
  38. local AutoArrest = Instance.new("TextButton")
  39. local Btools = Instance.new("TextButton")
  40. local Pistol = Instance.new("TextButton")
  41. local Shotgun = Instance.new("TextButton")
  42. local NoLasers = Instance.new("TextButton")
  43. local Gravity = Instance.new("TextButton")
  44. local Keycard = Instance.new("TextButton")
  45. local InfiniteJump = Instance.new("TextButton")
  46. local NoWalls = Instance.new("TextButton")
  47. local Title_4 = Instance.new("TextLabel")
  48. local LoginMain = Instance.new("Frame")
  49. local TitleBar_4 = Instance.new("Frame")
  50. local Title_5 = Instance.new("TextLabel")
  51. local Decore_4 = Instance.new("Frame")
  52. local morespam_2 = Instance.new("TextLabel")
  53. local Login = Instance.new("TextButton")
  54. local Password = Instance.new("TextBox")
  55. local User = Instance.new("TextBox")
  56.  
  57.  
  58. --------------------------------------------------------------------------
  59.  
  60.  
  61. Jailisbreak.Name = "Jailisbreak"
  62. Jailisbreak.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  63. Jailisbreak.ResetOnSpawn = false
  64.  
  65. Main.Name = "Main"
  66. Main.Parent = Jailisbreak
  67. Main.Active = true
  68. Main.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  69. Main.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  70. Main.BorderSizePixel = 2
  71. Main.Position = UDim2.new(0.353347063, 0, 0.283273399, 0)
  72. Main.Selectable = true
  73. Main.Size = UDim2.new(0, 470, 0, 327)
  74. Main.Visible = false
  75.  
  76. TitleBar.Name = "TitleBar"
  77. TitleBar.Parent = Main
  78. TitleBar.Active = true
  79. TitleBar.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  80. TitleBar.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  81. TitleBar.BorderSizePixel = 2
  82. TitleBar.Position = UDim2.new(-0.021107465, 0, -0.0652958155, 0)
  83. TitleBar.Selectable = true
  84. TitleBar.Size = UDim2.new(0, 489, 0, 38)
  85.  
  86. Title.Name = "Title"
  87. Title.Parent = TitleBar
  88. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Title.BackgroundTransparency = 1
  90. Title.Position = UDim2.new(0.300613523, 0, -0.105263159, 0)
  91. Title.Size = UDim2.new(0, 194, 0, 45)
  92. Title.Font = Enum.Font.SciFi
  93. Title.Text = "Jail-is-break"
  94. Title.TextColor3 = Color3.new(0, 0.768628, 1)
  95. Title.TextScaled = true
  96. Title.TextSize = 40
  97. Title.TextStrokeColor3 = Color3.new(0, 0.243137, 0.403922)
  98. Title.TextStrokeTransparency = 0
  99. Title.TextWrapped = true
  100.  
  101. CLOSE.Name = "CLOSE"
  102. CLOSE.Parent = TitleBar
  103. CLOSE.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  104. CLOSE.BackgroundTransparency = 1
  105. CLOSE.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  106. CLOSE.BorderSizePixel = 2
  107. CLOSE.Position = UDim2.new(0.912065446, 0, 0, 0)
  108. CLOSE.Size = UDim2.new(0, 43, 0, 36)
  109. CLOSE.Font = Enum.Font.SciFi
  110. CLOSE.Text = "X"
  111. CLOSE.TextColor3 = Color3.new(1, 0, 0)
  112. CLOSE.TextScaled = true
  113. CLOSE.TextSize = 30
  114. CLOSE.TextStrokeTransparency = 0.69999998807907
  115. CLOSE.TextWrapped = true
  116.  
  117. Decore.Name = "Decore"
  118. Decore.Parent = Main
  119. Decore.Active = true
  120. Decore.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  121. Decore.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  122. Decore.BorderSizePixel = 2
  123. Decore.Position = UDim2.new(-0.021107465, 0, 0.90259409, 0)
  124. Decore.Selectable = true
  125. Decore.Size = UDim2.new(0, 489, 0, 38)
  126.  
  127. morespam.Name = "morespam"
  128. morespam.Parent = Main
  129. morespam.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  130. morespam.BackgroundTransparency = 1
  131. morespam.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  132. morespam.BorderSizePixel = 2
  133. morespam.Position = UDim2.new(0, 0, 0.80733943, 0)
  134. morespam.Size = UDim2.new(0, 212, 0, 31)
  135. morespam.Font = Enum.Font.SourceSansLight
  136. morespam.Text = "Jail-is-break Made By AnkGMS :)"
  137. morespam.TextColor3 = Color3.new(0, 0.835294, 1)
  138. morespam.TextScaled = true
  139. morespam.TextSize = 40
  140. morespam.TextStrokeTransparency = 0.69999998807907
  141. morespam.TextWrapped = true
  142.  
  143. OpenStuff.Name = "OpenStuff"
  144. OpenStuff.Parent = Main
  145. OpenStuff.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  146. OpenStuff.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  147. OpenStuff.BorderSizePixel = 2
  148. OpenStuff.Position = UDim2.new(0.329787225, 0, 0.403669715, 0)
  149. OpenStuff.Size = UDim2.new(0, 159, 0, 37)
  150. OpenStuff.Font = Enum.Font.SciFi
  151. OpenStuff.Text = "Stuff"
  152. OpenStuff.TextColor3 = Color3.new(0, 0, 0)
  153. OpenStuff.TextSize = 30
  154. OpenStuff.TextStrokeTransparency = 0.69999998807907
  155.  
  156. OpenTPS.Name = "OpenTPS"
  157. OpenTPS.Parent = Main
  158. OpenTPS.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  159. OpenTPS.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  160. OpenTPS.BorderSizePixel = 2
  161. OpenTPS.Position = UDim2.new(0.329787254, 0, 0.623853147, 0)
  162. OpenTPS.Size = UDim2.new(0, 159, 0, 37)
  163. OpenTPS.Font = Enum.Font.SciFi
  164. OpenTPS.Text = "Teleports"
  165. OpenTPS.TextColor3 = Color3.new(0, 0, 0)
  166. OpenTPS.TextSize = 30
  167. OpenTPS.TextStrokeTransparency = 0.69999998807907
  168.  
  169. Welcome.Name = "Welcome"
  170. Welcome.Parent = Main
  171. Welcome.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  172. Welcome.BackgroundTransparency = 1
  173. Welcome.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  174. Welcome.BorderSizePixel = 2
  175. Welcome.Position = UDim2.new(0.0148936184, 0, 0.418960273, 0)
  176. Welcome.Size = UDim2.new(0, 121, 0, 89)
  177. Welcome.Font = Enum.Font.SciFi
  178. Welcome.Text = "Last Update: 10/09/18 More Buttons Bugs Fixed Buttons Upgradeds New Functions New Theme"
  179. Welcome.TextColor3 = Color3.new(0, 0, 0)
  180. Welcome.TextScaled = true
  181. Welcome.TextSize = 40
  182. Welcome.TextStrokeTransparency = 0.69999998807907
  183. Welcome.TextWrapped = true
  184.  
  185. OpenLog.Name = "OpenLog"
  186. OpenLog.Parent = Main
  187. OpenLog.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  188. OpenLog.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  189. OpenLog.BorderSizePixel = 2
  190. OpenLog.Position = UDim2.new(0.329787225, 0, 0.177370027, 0)
  191. OpenLog.Size = UDim2.new(0, 159, 0, 37)
  192. OpenLog.Font = Enum.Font.SciFi
  193. OpenLog.Text = "Log"
  194. OpenLog.TextColor3 = Color3.new(0, 0, 0)
  195. OpenLog.TextSize = 30
  196. OpenLog.TextStrokeTransparency = 0.69999998807907
  197.  
  198. Welcome_2.Name = "Welcome"
  199. Welcome_2.Parent = Main
  200. Welcome_2.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  201. Welcome_2.BackgroundTransparency = 1
  202. Welcome_2.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  203. Welcome_2.BorderSizePixel = 2
  204. Welcome_2.Position = UDim2.new(0.0212765969, 0, 0.159021422, 0)
  205. Welcome_2.Size = UDim2.new(0, 114, 0, 31)
  206. Welcome_2.Font = Enum.Font.SciFi
  207. Welcome_2.Text = "If you need help:"
  208. Welcome_2.TextColor3 = Color3.new(0, 0, 0)
  209. Welcome_2.TextScaled = true
  210. Welcome_2.TextSize = 40
  211. Welcome_2.TextStrokeTransparency = 0.69999998807907
  212. Welcome_2.TextWrapped = true
  213.  
  214. Welcome_3.Name = "Welcome"
  215. Welcome_3.Parent = Main
  216. Welcome_3.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  217. Welcome_3.BackgroundTransparency = 1
  218. Welcome_3.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  219. Welcome_3.BorderSizePixel = 2
  220. Welcome_3.Position = UDim2.new(0.012765958, 0, 0.253822625, 0)
  221. Welcome_3.Size = UDim2.new(0, 123, 0, 49)
  222. Welcome_3.Font = Enum.Font.SciFi
  223. Welcome_3.Text = "Activate Functions With: Left Click, Desactivate Functions With 2 Clicks or 2 Right Click"
  224. Welcome_3.TextColor3 = Color3.new(0, 0, 0)
  225. Welcome_3.TextScaled = true
  226. Welcome_3.TextSize = 40
  227. Welcome_3.TextStrokeTransparency = 0.69999998807907
  228. Welcome_3.TextWrapped = true
  229.  
  230. Open.Name = "Open"
  231. Open.Parent = Jailisbreak
  232. Open.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  233. Open.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  234. Open.BorderSizePixel = 2
  235. Open.Position = UDim2.new(0.00720906258, 0, 0.219242901, 0)
  236. Open.Size = UDim2.new(0, 137, 0, 39)
  237. Open.Visible = false
  238. Open.Font = Enum.Font.SciFi
  239. Open.Text = "Open Menu"
  240. Open.TextColor3 = Color3.new(1, 1, 1)
  241. Open.TextSize = 26
  242. Open.TextStrokeTransparency = 0.69999998807907
  243.  
  244. Teleports.Name = "Teleports"
  245. Teleports.Parent = Jailisbreak
  246. Teleports.Active = true
  247. Teleports.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  248. Teleports.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  249. Teleports.BorderSizePixel = 2
  250. Teleports.Position = UDim2.new(0.362619877, 0, 0.292387903, 0)
  251. Teleports.Selectable = true
  252. Teleports.Size = UDim2.new(0, 470, 0, 327)
  253. Teleports.Visible = false
  254.  
  255. TitleBar_2.Name = "TitleBar"
  256. TitleBar_2.Parent = Teleports
  257. TitleBar_2.Active = true
  258. TitleBar_2.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  259. TitleBar_2.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  260. TitleBar_2.BorderSizePixel = 2
  261. TitleBar_2.Position = UDim2.new(-0.021107465, 0, -0.0652958155, 0)
  262. TitleBar_2.Selectable = true
  263. TitleBar_2.Size = UDim2.new(0, 489, 0, 38)
  264.  
  265. Title_2.Name = "Title"
  266. Title_2.Parent = TitleBar_2
  267. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  268. Title_2.BackgroundTransparency = 1
  269. Title_2.Position = UDim2.new(0.290388554, 0, -0.184210524, 0)
  270. Title_2.Size = UDim2.new(0, 206, 0, 50)
  271. Title_2.Font = Enum.Font.SciFi
  272. Title_2.Text = "Teleports"
  273. Title_2.TextColor3 = Color3.new(1, 1, 1)
  274. Title_2.TextScaled = true
  275. Title_2.TextSize = 40
  276. Title_2.TextStrokeTransparency = 0.5
  277. Title_2.TextWrapped = true
  278.  
  279. Back2.Name = "Back2"
  280. Back2.Parent = TitleBar_2
  281. Back2.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  282. Back2.BackgroundTransparency = 1
  283. Back2.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  284. Back2.BorderSizePixel = 2
  285. Back2.Position = UDim2.new(0.84458077, 0, 0, 0)
  286. Back2.Size = UDim2.new(0, 67, 0, 36)
  287. Back2.Font = Enum.Font.SciFi
  288. Back2.Text = "BACK"
  289. Back2.TextColor3 = Color3.new(1, 0, 0)
  290. Back2.TextScaled = true
  291. Back2.TextSize = 30
  292. Back2.TextStrokeTransparency = 0.69999998807907
  293. Back2.TextWrapped = true
  294.  
  295. Decore_2.Name = "Decore"
  296. Decore_2.Parent = Teleports
  297. Decore_2.Active = true
  298. Decore_2.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  299. Decore_2.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  300. Decore_2.BorderSizePixel = 2
  301. Decore_2.Position = UDim2.new(-0.021107465, 0, 0.90259409, 0)
  302. Decore_2.Selectable = true
  303. Decore_2.Size = UDim2.new(0, 489, 0, 38)
  304.  
  305. Jewelry.Name = "Jewelry"
  306. Jewelry.Parent = Teleports
  307. Jewelry.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  308. Jewelry.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  309. Jewelry.BorderSizePixel = 2
  310. Jewelry.Position = UDim2.new(0.685106337, 0, 0.596330285, 0)
  311. Jewelry.Size = UDim2.new(0, 137, 0, 36)
  312. Jewelry.AutoButtonColor = false
  313. Jewelry.Font = Enum.Font.SourceSansItalic
  314. Jewelry.Text = "Jewelry"
  315. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  316. Jewelry.TextSize = 30
  317. Jewelry.TextStrokeTransparency = 0.69999998807907
  318.  
  319. Bank.Name = "Bank"
  320. Bank.Parent = Teleports
  321. Bank.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  322. Bank.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  323. Bank.BorderSizePixel = 2
  324. Bank.Position = UDim2.new(0.0255319141, 0, 0.38532111, 0)
  325. Bank.Size = UDim2.new(0, 137, 0, 36)
  326. Bank.AutoButtonColor = false
  327. Bank.Font = Enum.Font.SourceSansItalic
  328. Bank.Text = "Bank (In)"
  329. Bank.TextColor3 = Color3.new(1, 1, 1)
  330. Bank.TextSize = 30
  331. Bank.TextStrokeTransparency = 0.69999998807907
  332.  
  333. Armory.Name = "Armory"
  334. Armory.Parent = Teleports
  335. Armory.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  336. Armory.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  337. Armory.BorderSizePixel = 2
  338. Armory.Position = UDim2.new(0.0255319141, 0, 0.596330285, 0)
  339. Armory.Size = UDim2.new(0, 137, 0, 36)
  340. Armory.AutoButtonColor = false
  341. Armory.Font = Enum.Font.SourceSansItalic
  342. Armory.Text = "Armory"
  343. Armory.TextColor3 = Color3.new(1, 1, 1)
  344. Armory.TextSize = 30
  345. Armory.TextStrokeTransparency = 0.69999998807907
  346.  
  347. CriminalBase2.Name = "CriminalBase2"
  348. CriminalBase2.Parent = Teleports
  349. CriminalBase2.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  350. CriminalBase2.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  351. CriminalBase2.BorderSizePixel = 2
  352. CriminalBase2.Position = UDim2.new(0.353191495, 0, 0.596330285, 0)
  353. CriminalBase2.Size = UDim2.new(0, 137, 0, 36)
  354. CriminalBase2.AutoButtonColor = false
  355. CriminalBase2.Font = Enum.Font.SourceSansItalic
  356. CriminalBase2.Text = "Criminal Base 2"
  357. CriminalBase2.TextColor3 = Color3.new(1, 1, 1)
  358. CriminalBase2.TextSize = 23
  359. CriminalBase2.TextStrokeTransparency = 0.69999998807907
  360.  
  361. Camaro.Name = "Camaro"
  362. Camaro.Parent = Teleports
  363. Camaro.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  364. Camaro.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  365. Camaro.BorderSizePixel = 2
  366. Camaro.Position = UDim2.new(0.353191495, 0, 0.189602435, 0)
  367. Camaro.Size = UDim2.new(0, 137, 0, 36)
  368. Camaro.AutoButtonColor = false
  369. Camaro.Font = Enum.Font.SourceSansItalic
  370. Camaro.Text = "Camaro"
  371. Camaro.TextColor3 = Color3.new(1, 1, 1)
  372. Camaro.TextSize = 30
  373. Camaro.TextStrokeTransparency = 0.69999998807907
  374.  
  375. Prison2.Name = "Prison2"
  376. Prison2.Parent = Teleports
  377. Prison2.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  378. Prison2.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  379. Prison2.BorderSizePixel = 2
  380. Prison2.Position = UDim2.new(0.685106397, 0, 0.38532123, 0)
  381. Prison2.Size = UDim2.new(0, 137, 0, 36)
  382. Prison2.AutoButtonColor = false
  383. Prison2.Font = Enum.Font.SourceSansItalic
  384. Prison2.Text = "Prison (Out)"
  385. Prison2.TextColor3 = Color3.new(1, 1, 1)
  386. Prison2.TextSize = 30
  387. Prison2.TextStrokeTransparency = 0.69999998807907
  388.  
  389. Prison1.Name = "Prison1"
  390. Prison1.Parent = Teleports
  391. Prison1.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  392. Prison1.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  393. Prison1.BorderSizePixel = 2
  394. Prison1.Position = UDim2.new(0.685106397, 0, 0.189602554, 0)
  395. Prison1.Size = UDim2.new(0, 137, 0, 36)
  396. Prison1.AutoButtonColor = false
  397. Prison1.Font = Enum.Font.SourceSansItalic
  398. Prison1.Text = "Prison (In)"
  399. Prison1.TextColor3 = Color3.new(1, 1, 1)
  400. Prison1.TextSize = 30
  401. Prison1.TextStrokeTransparency = 0.69999998807907
  402.  
  403. CriminalBase.Name = "CriminalBase"
  404. CriminalBase.Parent = Teleports
  405. CriminalBase.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  406. CriminalBase.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  407. CriminalBase.BorderSizePixel = 2
  408. CriminalBase.Position = UDim2.new(0.353191495, 0, 0.38532111, 0)
  409. CriminalBase.Size = UDim2.new(0, 137, 0, 36)
  410. CriminalBase.AutoButtonColor = false
  411. CriminalBase.Font = Enum.Font.SourceSansItalic
  412. CriminalBase.Text = "Criminal Base 1"
  413. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  414. CriminalBase.TextSize = 23
  415. CriminalBase.TextStrokeTransparency = 0.69999998807907
  416.  
  417. Museum.Name = "Museum"
  418. Museum.Parent = Teleports
  419. Museum.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  420. Museum.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  421. Museum.BorderSizePixel = 2
  422. Museum.Position = UDim2.new(0.0255319141, 0, 0.18960245, 0)
  423. Museum.Size = UDim2.new(0, 137, 0, 36)
  424. Museum.AutoButtonColor = false
  425. Museum.Font = Enum.Font.SourceSansItalic
  426. Museum.Text = "Museum"
  427. Museum.TextColor3 = Color3.new(1, 1, 1)
  428. Museum.TextSize = 30
  429. Museum.TextStrokeTransparency = 0.69999998807907
  430.  
  431. Stuff.Name = "Stuff"
  432. Stuff.Parent = Jailisbreak
  433. Stuff.Active = true
  434. Stuff.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  435. Stuff.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  436. Stuff.BorderSizePixel = 2
  437. Stuff.Position = UDim2.new(0.362681657, 0, 0.29224512, 0)
  438. Stuff.Selectable = true
  439. Stuff.Size = UDim2.new(0, 470, 0, 327)
  440. Stuff.Visible = false
  441.  
  442. TitleBar_3.Name = "TitleBar"
  443. TitleBar_3.Parent = Stuff
  444. TitleBar_3.Active = true
  445. TitleBar_3.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  446. TitleBar_3.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  447. TitleBar_3.BorderSizePixel = 2
  448. TitleBar_3.Position = UDim2.new(-0.021107465, 0, -0.0652958155, 0)
  449. TitleBar_3.Selectable = true
  450. TitleBar_3.Size = UDim2.new(0, 489, 0, 38)
  451.  
  452. Title_3.Name = "Title"
  453. Title_3.Parent = TitleBar_3
  454. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Title_3.BackgroundTransparency = 1
  456. Title_3.Position = UDim2.new(0.288343579, 0, -0.0789473653, 0)
  457. Title_3.Size = UDim2.new(0, 206, 0, 43)
  458. Title_3.Font = Enum.Font.SciFi
  459. Title_3.Text = "Stuff"
  460. Title_3.TextColor3 = Color3.new(1, 1, 1)
  461. Title_3.TextScaled = true
  462. Title_3.TextSize = 40
  463. Title_3.TextStrokeTransparency = 0.5
  464. Title_3.TextWrapped = true
  465.  
  466. Back1.Name = "Back1"
  467. Back1.Parent = TitleBar_3
  468. Back1.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  469. Back1.BackgroundTransparency = 1
  470. Back1.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  471. Back1.BorderSizePixel = 2
  472. Back1.Position = UDim2.new(0.838445783, 0, 0, 0)
  473. Back1.Size = UDim2.new(0, 70, 0, 36)
  474. Back1.Font = Enum.Font.SciFi
  475. Back1.Text = "Back"
  476. Back1.TextColor3 = Color3.new(1, 0, 0)
  477. Back1.TextScaled = true
  478. Back1.TextSize = 30
  479. Back1.TextStrokeTransparency = 0.69999998807907
  480. Back1.TextWrapped = true
  481.  
  482. Decore_3.Name = "Decore"
  483. Decore_3.Parent = Stuff
  484. Decore_3.Active = true
  485. Decore_3.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  486. Decore_3.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  487. Decore_3.BorderSizePixel = 2
  488. Decore_3.Position = UDim2.new(-0.021107465, 0, 0.90259409, 0)
  489. Decore_3.Selectable = true
  490. Decore_3.Size = UDim2.new(0, 489, 0, 38)
  491.  
  492. NoDoors.Name = "NoDoors"
  493. NoDoors.Parent = Stuff
  494. NoDoors.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  495. NoDoors.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  496. NoDoors.BorderSizePixel = 2
  497. NoDoors.Position = UDim2.new(0.0319148898, 0, 0.143730879, 0)
  498. NoDoors.Size = UDim2.new(0, 137, 0, 36)
  499. NoDoors.Font = Enum.Font.SourceSansSemibold
  500. NoDoors.Text = "No Doors"
  501. NoDoors.TextColor3 = Color3.new(1, 1, 1)
  502. NoDoors.TextSize = 30
  503. NoDoors.TextStrokeTransparency = 0.69999998807907
  504.  
  505. Walkspeed.Name = "Walkspeed"
  506. Walkspeed.Parent = Stuff
  507. Walkspeed.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  508. Walkspeed.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  509. Walkspeed.BorderSizePixel = 2
  510. Walkspeed.Position = UDim2.new(0.353191465, 0, 0.327217132, 0)
  511. Walkspeed.Size = UDim2.new(0, 137, 0, 36)
  512. Walkspeed.Font = Enum.Font.SourceSansSemibold
  513. Walkspeed.Text = "WalkSpeed"
  514. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  515. Walkspeed.TextSize = 30
  516. Walkspeed.TextStrokeTransparency = 0.69999998807907
  517. Walkspeed.TextWrapped = true
  518.  
  519. NoBuildings.Name = "NoBuildings"
  520. NoBuildings.Parent = Stuff
  521. NoBuildings.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  522. NoBuildings.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  523. NoBuildings.BorderSizePixel = 2
  524. NoBuildings.Position = UDim2.new(0.0319148898, 0, 0.327217102, 0)
  525. NoBuildings.Size = UDim2.new(0, 137, 0, 36)
  526. NoBuildings.Font = Enum.Font.SourceSansSemibold
  527. NoBuildings.Text = "No Buildings"
  528. NoBuildings.TextColor3 = Color3.new(1, 1, 1)
  529. NoBuildings.TextSize = 30
  530. NoBuildings.TextStrokeTransparency = 0.69999998807907
  531.  
  532. AutoArrest.Name = "AutoArrest"
  533. AutoArrest.Parent = Stuff
  534. AutoArrest.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  535. AutoArrest.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  536. AutoArrest.BorderSizePixel = 2
  537. AutoArrest.Position = UDim2.new(0.353191495, 0, 0.143730879, 0)
  538. AutoArrest.Size = UDim2.new(0, 137, 0, 36)
  539. AutoArrest.Font = Enum.Font.SourceSansSemibold
  540. AutoArrest.Text = "Spam Arrest"
  541. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  542. AutoArrest.TextSize = 30
  543. AutoArrest.TextStrokeTransparency = 0.69999998807907
  544.  
  545. Btools.Name = "Btools"
  546. Btools.Parent = Stuff
  547. Btools.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  548. Btools.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  549. Btools.BorderSizePixel = 2
  550. Btools.Position = UDim2.new(0.67446804, 0, 0.50764519, 0)
  551. Btools.Size = UDim2.new(0, 137, 0, 36)
  552. Btools.Font = Enum.Font.SourceSansSemibold
  553. Btools.Text = "BTools"
  554. Btools.TextColor3 = Color3.new(1, 1, 1)
  555. Btools.TextSize = 30
  556. Btools.TextStrokeTransparency = 0.69999998807907
  557.  
  558. Pistol.Name = "Pistol"
  559. Pistol.Parent = Stuff
  560. Pistol.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  561. Pistol.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  562. Pistol.BorderSizePixel = 2
  563. Pistol.Position = UDim2.new(0.6744681, 0, 0.146788985, 0)
  564. Pistol.Size = UDim2.new(0, 137, 0, 36)
  565. Pistol.Font = Enum.Font.SourceSansSemibold
  566. Pistol.Text = "Pistol"
  567. Pistol.TextColor3 = Color3.new(1, 1, 1)
  568. Pistol.TextSize = 30
  569. Pistol.TextStrokeTransparency = 0.69999998807907
  570.  
  571. Shotgun.Name = "Shotgun"
  572. Shotgun.Parent = Stuff
  573. Shotgun.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  574. Shotgun.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  575. Shotgun.BorderSizePixel = 2
  576. Shotgun.Position = UDim2.new(0.6744681, 0, 0.327217072, 0)
  577. Shotgun.Size = UDim2.new(0, 137, 0, 36)
  578. Shotgun.Font = Enum.Font.SourceSansSemibold
  579. Shotgun.Text = "Shotgun"
  580. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  581. Shotgun.TextSize = 30
  582. Shotgun.TextStrokeTransparency = 0.69999998807907
  583.  
  584. NoLasers.Name = "NoLasers"
  585. NoLasers.Parent = Stuff
  586. NoLasers.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  587. NoLasers.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  588. NoLasers.BorderSizePixel = 2
  589. NoLasers.Position = UDim2.new(0.0319148898, 0, 0.50764519, 0)
  590. NoLasers.Size = UDim2.new(0, 137, 0, 36)
  591. NoLasers.Font = Enum.Font.SourceSansSemibold
  592. NoLasers.Text = "No Lasers"
  593. NoLasers.TextColor3 = Color3.new(1, 1, 1)
  594. NoLasers.TextSize = 30
  595. NoLasers.TextStrokeTransparency = 0.69999998807907
  596.  
  597. Gravity.Name = "Gravity"
  598. Gravity.Parent = Stuff
  599. Gravity.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  600. Gravity.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  601. Gravity.BorderSizePixel = 2
  602. Gravity.Position = UDim2.new(0.351063818, 0, 0.507645249, 0)
  603. Gravity.Size = UDim2.new(0, 137, 0, 36)
  604. Gravity.Font = Enum.Font.SourceSansSemibold
  605. Gravity.Text = "Gravity: ON"
  606. Gravity.TextColor3 = Color3.new(1, 1, 1)
  607. Gravity.TextSize = 30
  608. Gravity.TextStrokeTransparency = 0.69999998807907
  609.  
  610. Keycard.Name = "Keycard"
  611. Keycard.Parent = Stuff
  612. Keycard.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  613. Keycard.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  614. Keycard.BorderSizePixel = 2
  615. Keycard.Position = UDim2.new(0.67446804, 0, 0.691131473, 0)
  616. Keycard.Size = UDim2.new(0, 137, 0, 36)
  617. Keycard.Font = Enum.Font.SourceSansSemibold
  618. Keycard.Text = "KeyCard"
  619. Keycard.TextColor3 = Color3.new(1, 1, 1)
  620. Keycard.TextSize = 30
  621. Keycard.TextStrokeTransparency = 0.69999998807907
  622.  
  623. InfiniteJump.Name = "InfiniteJump"
  624. InfiniteJump.Parent = Stuff
  625. InfiniteJump.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  626. InfiniteJump.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  627. InfiniteJump.BorderSizePixel = 2
  628. InfiniteJump.Position = UDim2.new(0.351063788, 0, 0.691131473, 0)
  629. InfiniteJump.Size = UDim2.new(0, 137, 0, 36)
  630. InfiniteJump.Font = Enum.Font.SourceSansSemibold
  631. InfiniteJump.Text = "Infinite Jump"
  632. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  633. InfiniteJump.TextSize = 25
  634. InfiniteJump.TextStrokeTransparency = 0.69999998807907
  635.  
  636. NoWalls.Name = "NoWalls"
  637. NoWalls.Parent = Stuff
  638. NoWalls.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  639. NoWalls.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  640. NoWalls.BorderSizePixel = 2
  641. NoWalls.Position = UDim2.new(0.03191486, 0, 0.691131473, 0)
  642. NoWalls.Size = UDim2.new(0, 137, 0, 36)
  643. NoWalls.Font = Enum.Font.SourceSansSemibold
  644. NoWalls.Text = "No Walls"
  645. NoWalls.TextColor3 = Color3.new(1, 1, 1)
  646. NoWalls.TextSize = 30
  647. NoWalls.TextStrokeTransparency = 0.69999998807907
  648.  
  649. Title_4.Name = "Title"
  650. Title_4.Parent = Stuff
  651. Title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  652. Title_4.BackgroundTransparency = 1
  653. Title_4.Position = UDim2.new(0, 0, 0.834862351, 0)
  654. Title_4.Size = UDim2.new(0, 121, 0, 16)
  655. Title_4.Font = Enum.Font.SourceSansSemibold
  656. Title_4.Text = "Thanks For Buy :)"
  657. Title_4.TextColor3 = Color3.new(0, 0.639216, 0.870588)
  658. Title_4.TextScaled = true
  659. Title_4.TextSize = 40
  660. Title_4.TextStrokeTransparency = 0.5
  661. Title_4.TextWrapped = true
  662.  
  663. LoginMain.Name = "LoginMain"
  664. LoginMain.Parent = Jailisbreak
  665. LoginMain.Active = true
  666. LoginMain.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  667. LoginMain.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  668. LoginMain.BorderSizePixel = 2
  669. LoginMain.Position = UDim2.new(0.353347063, 0, 0.283273399, 0)
  670. LoginMain.Selectable = true
  671. LoginMain.Size = UDim2.new(0, 470, 0, 327)
  672.  
  673. TitleBar_4.Name = "TitleBar"
  674. TitleBar_4.Parent = LoginMain
  675. TitleBar_4.Active = true
  676. TitleBar_4.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  677. TitleBar_4.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  678. TitleBar_4.BorderSizePixel = 2
  679. TitleBar_4.Position = UDim2.new(-0.021107465, 0, -0.0652958155, 0)
  680. TitleBar_4.Selectable = true
  681. TitleBar_4.Size = UDim2.new(0, 489, 0, 38)
  682.  
  683. Title_5.Name = "Title"
  684. Title_5.Parent = TitleBar_4
  685. Title_5.BackgroundColor3 = Color3.new(1, 1, 1)
  686. Title_5.BackgroundTransparency = 1
  687. Title_5.Position = UDim2.new(0.298568547, 0, -0.105263159, 0)
  688. Title_5.Size = UDim2.new(0, 194, 0, 45)
  689. Title_5.Font = Enum.Font.SciFi
  690. Title_5.Text = "Jail-is-break LOGIN"
  691. Title_5.TextColor3 = Color3.new(0, 0.768628, 1)
  692. Title_5.TextScaled = true
  693. Title_5.TextSize = 40
  694. Title_5.TextStrokeColor3 = Color3.new(0, 0.243137, 0.403922)
  695. Title_5.TextStrokeTransparency = 0
  696. Title_5.TextWrapped = true
  697.  
  698. Decore_4.Name = "Decore"
  699. Decore_4.Parent = LoginMain
  700. Decore_4.Active = true
  701. Decore_4.BackgroundColor3 = Color3.new(0, 0.352941, 0.92549)
  702. Decore_4.BorderColor3 = Color3.new(0, 0.329412, 0.45098)
  703. Decore_4.BorderSizePixel = 2
  704. Decore_4.Position = UDim2.new(-0.021107465, 0, 0.90259409, 0)
  705. Decore_4.Selectable = true
  706. Decore_4.Size = UDim2.new(0, 489, 0, 38)
  707.  
  708. morespam_2.Name = "morespam"
  709. morespam_2.Parent = LoginMain
  710. morespam_2.BackgroundColor3 = Color3.new(0.92549, 0.588235, 0)
  711. morespam_2.BackgroundTransparency = 1
  712. morespam_2.BorderColor3 = Color3.new(0.568627, 0.317647, 0.0117647)
  713. morespam_2.BorderSizePixel = 2
  714. morespam_2.Position = UDim2.new(0, 0, 0.80733943, 0)
  715. morespam_2.Size = UDim2.new(0, 212, 0, 31)
  716. morespam_2.Font = Enum.Font.SourceSansLight
  717. morespam_2.Text = "Jail-is-break Made By AnkGMS :)"
  718. morespam_2.TextColor3 = Color3.new(0, 0.835294, 1)
  719. morespam_2.TextScaled = true
  720. morespam_2.TextSize = 40
  721. morespam_2.TextStrokeTransparency = 0.69999998807907
  722. morespam_2.TextWrapped = true
  723.  
  724. Login.Name = "Login"
  725. Login.Parent = LoginMain
  726. Login.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  727. Login.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  728. Login.BorderSizePixel = 2
  729. Login.Position = UDim2.new(0.319148988, 0, 0.611620784, 0)
  730. Login.Size = UDim2.new(0, 159, 0, 37)
  731. Login.Font = Enum.Font.SciFi
  732. Login.Text = "Login"
  733. Login.TextColor3 = Color3.new(0, 0, 0)
  734. Login.TextSize = 30
  735. Login.TextStrokeTransparency = 0.69999998807907
  736.  
  737. Password.Name = "Password"
  738. Password.Parent = LoginMain
  739. Password.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  740. Password.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  741. Password.Position = UDim2.new(0.276595742, 0, 0.388379216, 0)
  742. Password.Size = UDim2.new(0, 200, 0, 50)
  743. Password.Font = Enum.Font.SciFi
  744. Password.Text = "Password"
  745. Password.TextColor3 = Color3.new(0, 0, 0)
  746. Password.TextScaled = true
  747. Password.TextSize = 14
  748. Password.TextStrokeTransparency = 0.69999998807907
  749. Password.TextWrapped = true
  750.  
  751. User.Name = "User"
  752. User.Parent = LoginMain
  753. User.BackgroundColor3 = Color3.new(0, 0.52549, 0.92549)
  754. User.BorderColor3 = Color3.new(0, 0.396078, 0.568627)
  755. User.Position = UDim2.new(0.276595742, 0, 0.183486238, 0)
  756. User.Size = UDim2.new(0, 200, 0, 50)
  757. User.Font = Enum.Font.SciFi
  758. User.Text = "Username"
  759. User.TextColor3 = Color3.new(0, 0, 0)
  760. User.TextScaled = true
  761. User.TextSize = 14
  762. User.TextStrokeTransparency = 0.69999998807907
  763. User.TextWrapped = true
  764. -- Scripts:
  765.  
  766.  
  767.  
  768. Jewelry.MouseButton1Click:connect(function()
  769. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  770. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  771. wait(0.02)
  772. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  773. wait(0.02)
  774. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  775. wait(0.02)
  776. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  777. wait(0.02)
  778. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  779. wait(0.02)
  780. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  781. wait(0.02)
  782. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  783. wait(0.02)
  784. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  785. wait(0.02)
  786. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  787. wait(0.02)
  788. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  789. wait(0.02)
  790. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  791. wait(0.02)
  792. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  793. wait(0.02)
  794. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  795. wait(0.02)
  796. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  797. wait(0.02)
  798. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.885, 16.069, 1308.642)
  799. end)
  800.  
  801. Bank.MouseButton1Click:connect(function()
  802. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  803. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  804. wait(0.02)
  805. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  806. wait(0.02)
  807. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  808. wait(0.02)
  809. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  810. wait(0.02)
  811. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  812. wait(0.02)
  813. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  814. wait(0.02)
  815. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  816. wait(0.02)
  817. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  818. wait(0.02)
  819. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  820. wait(0.02)
  821. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  822. wait(0.02)
  823. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  824. wait(0.02)
  825. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  826. wait(0.02)
  827. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  828. wait(0.02)
  829. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  830. wait(0.02)
  831. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.195, 0.063, 816.049)
  832. end)
  833.  
  834. CriminalBase.MouseButton1Click:connect(function()
  835. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  836. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  837. wait(0.02)
  838. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  839. wait(0.02)
  840. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  841. wait(0.02)
  842. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  843. wait(0.02)
  844. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  845. wait(0.02)
  846. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  847. wait(0.02)
  848. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  849. wait(0.02)
  850. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  851. wait(0.02)
  852. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  853. wait(0.02)
  854. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  855. wait(0.02)
  856. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  857. wait(0.02)
  858. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  859. wait(0.02)
  860. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  861. wait(0.02)
  862. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  863. wait(0.02)
  864. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-224.542, 18.002, 1577.845)
  865. end)
  866.  
  867. Museum.MouseButton1Click:connect(function()
  868. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  869. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  870. wait(0.02)
  871. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  872. wait(0.02)
  873. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  874. wait(0.02)
  875. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  876. wait(0.02)
  877. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  878. wait(0.02)
  879. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  880. wait(0.02)
  881. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  882. wait(0.02)
  883. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  884. wait(0.02)
  885. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  886. wait(0.02)
  887. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  888. wait(0.02)
  889. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  890. wait(0.02)
  891. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  892. wait(0.02)
  893. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  894. wait(0.02)
  895. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  896. wait(0.02)
  897. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654)
  898. end)
  899.  
  900. Armory.MouseButton1Click:connect(function()
  901. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  902. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  903. wait(0.02)
  904. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  905. wait(0.02)
  906. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  907. wait(0.02)
  908. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  909. wait(0.02)
  910. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  911. wait(0.02)
  912. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  913. wait(0.02)
  914. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  915. wait(0.02)
  916. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  917. wait(0.02)
  918. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  919. wait(0.02)
  920. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  921. wait(0.02)
  922. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  923. wait(0.02)
  924. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  925. wait(0.02)
  926. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  927. wait(0.02)
  928. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  929. wait(0.02)
  930. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1133.947, 16.914, -1584.266)
  931. end)
  932.  
  933. Prison1.MouseButton1Click:connect(function()
  934. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  935. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  936. wait(0.02)
  937. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  938. wait(0.02)
  939. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  940. wait(0.02)
  941. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  942. wait(0.02)
  943. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  944. wait(0.02)
  945. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  946. wait(0.02)
  947. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  948. wait(0.02)
  949. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  950. wait(0.02)
  951. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  952. wait(0.02)
  953. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  954. wait(0.02)
  955. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  956. wait(0.02)
  957. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  958. wait(0.02)
  959. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  960. wait(0.02)
  961. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  962. wait(0.02)
  963. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.474, 16.914, -1630.295)
  964. end)
  965.  
  966. Prison2.MouseButton1Click:connect(function()
  967. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  968. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  969. wait(0.02)
  970. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  971. wait(0.02)
  972. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  973. wait(0.02)
  974. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  975. wait(0.02)
  976. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  977. wait(0.02)
  978. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  979. wait(0.02)
  980. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  981. wait(0.02)
  982. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  983. wait(0.02)
  984. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  985. wait(0.02)
  986. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  987. wait(0.02)
  988. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  989. wait(0.02)
  990. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  991. wait(0.02)
  992. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  993. wait(0.02)
  994. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  995. wait(0.02)
  996. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1147.1, 15.998, -1403.66)
  997. end)
  998.  
  999. CriminalBase2.MouseButton1Click:connect(function()
  1000. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  1001. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1002. wait(0.02)
  1003. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1004. wait(0.02)
  1005. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1006. wait(0.02)
  1007. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1008. wait(0.02)
  1009. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1010. wait(0.02)
  1011. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1012. wait(0.02)
  1013. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1014. wait(0.02)
  1015. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1016. wait(0.02)
  1017. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1018. wait(0.02)
  1019. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1020. wait(0.02)
  1021. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1022. wait(0.02)
  1023. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1024. wait(0.02)
  1025. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1026. wait(0.02)
  1027. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1028. wait(0.02)
  1029. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1833.968, 42.493, -1605.925)
  1030. end)
  1031.  
  1032. Camaro.MouseButton1Click:connect(function()
  1033. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  1034. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1035. wait(0.02)
  1036. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1037. wait(0.02)
  1038. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1039. wait(0.02)
  1040. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1041. wait(0.02)
  1042. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1043. wait(0.02)
  1044. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1045. wait(0.02)
  1046. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1047. wait(0.02)
  1048. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1049. wait(0.02)
  1050. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1051. wait(0.02)
  1052. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1053. wait(0.02)
  1054. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1055. wait(0.02)
  1056. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1057. wait(0.02)
  1058. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1059. wait(0.02)
  1060. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1061. wait(0.02)
  1062. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.261, 16.819, -1420.687)
  1063. end)
  1064.  
  1065. VehiclesM.MouseButton1Click:connect(function()
  1066. game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
  1067. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1068. wait(0.02)
  1069. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1070. wait(0.02)
  1071. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1072. wait(0.02)
  1073. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1074. wait(0.02)
  1075. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1076. wait(0.02)
  1077. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1078. wait(0.02)
  1079. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1080. wait(0.02)
  1081. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1082. wait(0.02)
  1083. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1084. wait(0.02)
  1085. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1086. wait(0.02)
  1087. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1088. wait(0.02)
  1089. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1090. wait(0.02)
  1091. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1092. wait(0.02)
  1093. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1094. wait(0.02)
  1095. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(491.83, 15.767, -1578.48)
  1096. end)
  1097.  
  1098. Btools.MouseButton1Down:connect(function()
  1099. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1100. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1101. if child.ClassName == "Part" then
  1102. child.Locked = false
  1103. end
  1104. if child.ClassName == "MeshPart" then
  1105. child.Locked = false
  1106. end
  1107. if child.ClassName == "UnionOperation" then
  1108. child.Locked = false
  1109. end
  1110. if child.ClassName == "Model" then
  1111. for index, chil in pairs(child:GetChildren()) do
  1112. if chil.ClassName == "Part" then
  1113. chil.Locked = false
  1114. end
  1115. if chil.ClassName == "MeshPart" then
  1116. chil.Locked = false
  1117. end
  1118. if chil.ClassName == "UnionOperation" then
  1119. chil.Locked = false
  1120. end
  1121. if chil.ClassName == "Model" then
  1122. for index, childe in pairs(chil:GetChildren()) do
  1123. if childe.ClassName == "Part" then
  1124. childe.Locked = false
  1125. end
  1126. if childe.ClassName == "MeshPart" then
  1127. childe.Locked = false
  1128. end
  1129. if childe.ClassName == "UnionOperation" then
  1130. childe.Locked = false
  1131. end
  1132. if childe.ClassName == "Model" then
  1133. for index, childeo in pairs(childe:GetChildren()) do
  1134. if childeo.ClassName == "Part" then
  1135. childeo.Locked = false
  1136. end
  1137. if childeo.ClassName == "MeshPart" then
  1138. childeo.Locked = false
  1139. end
  1140. if childeo.ClassName == "UnionOperation" then
  1141. childeo.Locked = false
  1142. end
  1143. if childeo.ClassName == "Model" then
  1144. end
  1145. end
  1146. end
  1147. end
  1148. end
  1149. end
  1150. end
  1151. end
  1152. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1153. c.BinType = Enum.BinType.Hammer
  1154. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1155. c.BinType = Enum.BinType.Clone
  1156. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1157. c.BinType = Enum.BinType.Grab
  1158. end)
  1159.  
  1160. NoDoors.MouseButton1Click:connect(function()
  1161. game.Workspace.Doors:Destroy()
  1162. game.Workspace.Cells:Destroy()
  1163. end)
  1164.  
  1165. NoBuildings.MouseButton1Click:connect(function()
  1166. game.Workspace.Buildings:Destroy()
  1167. end)
  1168.  
  1169. Open.MouseButton1Click:connect(function()
  1170. Main.Visible = true
  1171. Open.Visible = false
  1172. end)
  1173.  
  1174. CLOSE.MouseButton1Click:connect(function()
  1175. Main.Visible = false
  1176. Open.Visible = true
  1177. end)
  1178.  
  1179.  
  1180. Main.Draggable = true
  1181.  
  1182.  
  1183. Stuff.Draggable = true
  1184. Teleports.Draggable = true
  1185.  
  1186. OpenStuff.MouseButton1Click:connect(function()
  1187. Stuff.Visible = true
  1188. Main.Visible = false
  1189. end)
  1190.  
  1191. OpenTPS.MouseButton1Click:connect(function()
  1192. Main.Visible = false
  1193. Teleports.Visible = true
  1194. end)
  1195.  
  1196. Back1.MouseButton1Click:connect(function()
  1197. Stuff.Visible = false
  1198. Main.Visible = true
  1199. end)
  1200.  
  1201. Back2.MouseButton1Click:connect(function()
  1202. Main.Visible = true
  1203. Teleports.Visible = false
  1204. end)
  1205.  
  1206. AutoArrest.MouseButton1Click:connect(function()
  1207. local Player = game:GetService("Players").LocalPlayer
  1208. wait(0.5)
  1209. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1210. repeat
  1211. wait()
  1212. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1213. until v.Team.Name ~= "Criminal"
  1214. end
  1215. end)
  1216.  
  1217. Keycard.MouseButton1Click:connect(function()
  1218. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  1219. end)
  1220.  
  1221. Shotgun.MouseButton1Down:connect(function()
  1222. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1223.  
  1224. a = Instance.new("Part", workspace)
  1225. a.Anchored = true
  1226. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1227. a.CanCollide = false
  1228.  
  1229. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1230. if v.Name == "Station" then
  1231. for a, b in pairs(v:GetChildren()) do
  1232. if b:IsA("StringValue") then
  1233. if b.Value == "Shotgun" then
  1234. v.CFrame = CFrame.new(hit)
  1235. end
  1236. end
  1237. end
  1238. end
  1239. end
  1240. end)
  1241.  
  1242. Pistol.MouseButton1Down:connect(function()
  1243. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1244.  
  1245. a = Instance.new("Part", workspace)
  1246. a.Anchored = true
  1247. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1248. a.CanCollide = false
  1249.  
  1250. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1251. if v.Name == "Station" then
  1252. for a, b in pairs(v:GetChildren()) do
  1253. if b:IsA("StringValue") then
  1254. if b.Value == "Pistol" then
  1255. v.CFrame = CFrame.new(hit)
  1256. end
  1257. end
  1258. end
  1259. end
  1260. end
  1261. end)
  1262.  
  1263. NoLasers.MouseButton1Down:connect(function()
  1264. game.Workspace.Banks.Bank.Lasers:Destroy()
  1265. end)
  1266.  
  1267. NoWalls.MouseButton1Down:connect(function()
  1268. game.Workspace.Wall:Destroy()
  1269. end)
  1270.  
  1271. Walkspeed.MouseButton1Down:connect(function()
  1272. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
  1273. end)
  1274.  
  1275. Gravity.MouseButton1Down:connect(function()
  1276. game.Workspace.Gravity = 36
  1277. Gravity.Text = "Gravity: OFF"
  1278. end)
  1279.  
  1280. Gravity.MouseButton2Down:connect(function()
  1281. game.Workspace.Gravity = 196
  1282. Gravity.Text = "Gravity: ON"
  1283. end)
  1284.  
  1285. InfiniteJump.MouseButton1Down:connect(function()
  1286. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1287. end)
  1288.  
  1289. Login.MouseButton1Down:connect(function()
  1290. if User.Text == "Owner :u" and Password.Text == "HerDontLoveYou" then
  1291. LoginMain.Visible = false
  1292. Main.Visible = true
  1293. Open.Visible = true
  1294. end
  1295. end)
  1296.  
  1297. LoginMain.Draggable = true
  1298. Main.Draggable = true
  1299. Stuff.Draggable = true
  1300. Teleports.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement