Guest User

Untitled

a guest
Jul 11th, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LoginGUI = Instance.new("ScreenGui")
  4. local LoginUI = Instance.new("Frame")
  5. local Topbar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Login = Instance.new("TextButton")
  8. local Exit = Instance.new("TextButton")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local Main = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Jailbreak = Instance.new("Frame")
  14. local Btools = Instance.new("TextButton")
  15. local Bank = Instance.new("TextButton")
  16. local Jewlery = Instance.new("TextButton")
  17. local heli1 = Instance.new("TextButton")
  18. local Underline = Instance.new("TextLabel")
  19. local gunz = Instance.new("TextButton")
  20. local Volcano = Instance.new("TextButton")
  21. local AutoArrest = Instance.new("TextButton")
  22. local Removeall = Instance.new("TextButton")
  23. local Credits = Instance.new("Frame")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local TextLabel_4 = Instance.new("TextLabel")
  26. local TextLabel_5 = Instance.new("TextLabel")
  27. local Credits_2 = Instance.new("TextLabel")
  28. local Jailbreak_2 = Instance.new("TextButton")
  29. local Exit_2 = Instance.new("TextButton")
  30. local TextButton = Instance.new("TextButton")
  31.  
  32. -- Properties
  33.  
  34. LoginGUI.Name = "LoginGUI"
  35. LoginGUI.Parent = game.CoreGui
  36.  
  37. LoginUI.Name = "LoginUI"
  38. LoginUI.Parent = LoginGUI
  39. LoginUI.Active = true
  40. LoginUI.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  41. LoginUI.BorderColor3 = Color3.new(0, 0, 0)
  42. LoginUI.BorderSizePixel = 7
  43. LoginUI.Position = UDim2.new(0.40120399, 0, 0.212806016, 0)
  44. LoginUI.Size = UDim2.new(0, 202, 0, 264)
  45. LoginUI.Draggable = true
  46.  
  47. Topbar.Name = "Topbar"
  48. Topbar.Parent = LoginUI
  49. Topbar.Active = true
  50. Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Topbar.Position = UDim2.new(0.00495049497, 0, 0, 0)
  52. Topbar.Size = UDim2.new(0, 202, 0, 34)
  53.  
  54. TextLabel.Parent = Topbar
  55. TextLabel.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  56. TextLabel.Position = UDim2.new(-0.00495049497, 0, 0, 0)
  57. TextLabel.Size = UDim2.new(0, 126, 0, 34)
  58. TextLabel.Font = Enum.Font.SourceSans
  59. TextLabel.Text = "ProjectZero"
  60. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  61. TextLabel.TextSize = 14
  62.  
  63. Login.Name = "Login"
  64. Login.Parent = Topbar
  65. Login.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  66. Login.Position = UDim2.new(0.153465346, 0, 6.58823538, 0)
  67. Login.Size = UDim2.new(0, 142, 0, 24)
  68. Login.Font = Enum.Font.SourceSans
  69. Login.Text = "LOGIN"
  70. Login.TextColor3 = Color3.new(0, 0, 0)
  71. Login.TextSize = 29
  72.  
  73. Exit.Name = "Exit"
  74. Exit.Parent = Topbar
  75. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Exit.BackgroundTransparency = 1
  77. Exit.Position = UDim2.new(0.821782172, 0, 0, 0)
  78. Exit.Size = UDim2.new(0, 36, 0, 34)
  79. Exit.Font = Enum.Font.SourceSans
  80. Exit.Text = "X"
  81. Exit.TextColor3 = Color3.new(1, 1, 1)
  82. Exit.TextSize = 29
  83.  
  84. Username.Name = "Username"
  85. Username.Parent = LoginUI
  86. Username.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  87. Username.Position = UDim2.new(0.00495049497, 0, 0.234848484, 0)
  88. Username.Size = UDim2.new(0, 200, 0, 34)
  89. Username.Font = Enum.Font.SourceSans
  90. Username.Text = "Username"
  91. Username.TextColor3 = Color3.new(0, 0, 0)
  92. Username.TextSize = 21
  93. Username.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. Password.Name = "Password"
  96. Password.Parent = LoginUI
  97. Password.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  98. Password.Position = UDim2.new(0.00990098994, 0, 0.49242425, 0)
  99. Password.Size = UDim2.new(0, 200, 0, 34)
  100. Password.Font = Enum.Font.SourceSans
  101. Password.Text = "Password"
  102. Password.TextColor3 = Color3.new(0, 0, 0)
  103. Password.TextSize = 21
  104. Password.TextXAlignment = Enum.TextXAlignment.Left
  105.  
  106. Main.Name = "Main"
  107. Main.Parent = LoginGUI
  108. Main.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  109. Main.BorderColor3 = Color3.new(0, 0, 0)
  110. Main.BorderSizePixel = 7
  111. Main.Position = UDim2.new(-0.709999979, 0, 0.42899999, 0)
  112. Main.Size = UDim2.new(0, 194, 0, 115)
  113. Main.Draggable = true
  114. Main.Active = true
  115.  
  116. TextLabel_2.Parent = Main
  117. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  118. TextLabel_2.BackgroundTransparency = 1
  119. TextLabel_2.Position = UDim2.new(-0.0206185561, 0, 0, 0)
  120. TextLabel_2.Size = UDim2.new(0, 202, 0, 24)
  121. TextLabel_2.Font = Enum.Font.SourceSans
  122. TextLabel_2.Text = "Scripts"
  123. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  124. TextLabel_2.TextSize = 26
  125.  
  126.  
  127.  
  128. Jailbreak.Name = "Jailbreak"
  129. Jailbreak.Parent = Main
  130. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Jailbreak.BackgroundTransparency = 1
  132. Jailbreak.Position = UDim2.new(0, 0, 0.475935817, 0)
  133. Jailbreak.Size = UDim2.new(0, 134, 0, 153)
  134. Jailbreak.Visible = false
  135.  
  136. Btools.Name = "Btools"
  137. Btools.Parent = Jailbreak
  138. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Btools.BackgroundTransparency = 1
  140. Btools.Position = UDim2.new(0, 0, -0.0522875823, 0)
  141. Btools.Size = UDim2.new(0, 44, 0, 16)
  142. Btools.Font = Enum.Font.SourceSans
  143. Btools.Text = "Btools"
  144. Btools.TextColor3 = Color3.new(0, 0, 0)
  145. Btools.TextSize = 14
  146.  
  147. Bank.Name = "Bank"
  148. Bank.Parent = Jailbreak
  149. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  150. Bank.BackgroundTransparency = 1
  151. Bank.Position = UDim2.new(0, 0, 0.0588235296, 0)
  152. Bank.Size = UDim2.new(0, 43, 0, 16)
  153. Bank.Font = Enum.Font.SourceSans
  154. Bank.Text = "Bank"
  155. Bank.TextColor3 = Color3.new(0, 0, 0)
  156. Bank.TextSize = 14
  157.  
  158. Jewlery.Name = "Jewlery"
  159. Jewlery.Parent = Jailbreak
  160. Jewlery.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Jewlery.BackgroundTransparency = 1
  162. Jewlery.Position = UDim2.new(-0.0373134315, 0, 0.163398698, 0)
  163. Jewlery.Size = UDim2.new(0, 48, 0, 16)
  164. Jewlery.Font = Enum.Font.SourceSans
  165. Jewlery.Text = "Jerlery"
  166. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  167. Jewlery.TextSize = 14
  168.  
  169. heli1.Name = "heli1"
  170. heli1.Parent = Jailbreak
  171. heli1.BackgroundColor3 = Color3.new(1, 1, 1)
  172. heli1.BackgroundTransparency = 1
  173. heli1.Position = UDim2.new(-0.0373134315, 0, 0.26797387, 0)
  174. heli1.Size = UDim2.new(0, 48, 0, 16)
  175. heli1.Font = Enum.Font.SourceSans
  176. heli1.Text = " Jail Heli"
  177. heli1.TextColor3 = Color3.new(0, 0, 0)
  178. heli1.TextSize = 14
  179.  
  180. Underline.Name = "Underline"
  181. Underline.Parent = Jailbreak
  182. Underline.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Underline.BackgroundTransparency = 1
  184. Underline.Position = UDim2.new(-0.0746268779, 0, -0.202614382, 0)
  185. Underline.Size = UDim2.new(0, 72, 0, 16)
  186. Underline.Font = Enum.Font.SourceSans
  187. Underline.Text = "________"
  188. Underline.TextColor3 = Color3.new(0, 0, 0)
  189. Underline.TextSize = 14
  190.  
  191. gunz.Name = "gunz"
  192. gunz.Parent = Jailbreak
  193. gunz.BackgroundColor3 = Color3.new(1, 1, 1)
  194. gunz.BackgroundTransparency = 1
  195. gunz.Position = UDim2.new(0.328358203, 0, -0.045751635, 0)
  196. gunz.Size = UDim2.new(0, 42, 0, 16)
  197. gunz.Font = Enum.Font.SourceSans
  198. gunz.Text = "Tp guns"
  199. gunz.TextColor3 = Color3.new(0, 0, 0)
  200. gunz.TextSize = 14
  201.  
  202. Volcano.Name = "Volcano"
  203. Volcano.Parent = Jailbreak
  204. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Volcano.BackgroundTransparency = 1
  206. Volcano.Position = UDim2.new(0.328358233, 0, 0.0588235334, 0)
  207. Volcano.Size = UDim2.new(0, 42, 0, 16)
  208. Volcano.Font = Enum.Font.SourceSans
  209. Volcano.Text = "Volcano"
  210. Volcano.TextColor3 = Color3.new(0, 0, 0)
  211. Volcano.TextSize = 14
  212.  
  213. AutoArrest.Name = "Auto Arrest"
  214. AutoArrest.Parent = Jailbreak
  215. AutoArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  216. AutoArrest.BackgroundTransparency = 1
  217. AutoArrest.Position = UDim2.new(0.380597025, 0, 0.163398698, 0)
  218. AutoArrest.Size = UDim2.new(0, 42, 0, 16)
  219. AutoArrest.Font = Enum.Font.SourceSans
  220. AutoArrest.Text = "Auto Arrest"
  221. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  222. AutoArrest.TextSize = 14
  223.  
  224. Removeall.Name = "Remove all"
  225. Removeall.Parent = Jailbreak
  226. Removeall.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Removeall.BackgroundTransparency = 1
  228. Removeall.Position = UDim2.new(0.380597025, 0, 0.26797387, 0)
  229. Removeall.Size = UDim2.new(0, 42, 0, 16)
  230. Removeall.Font = Enum.Font.SourceSans
  231. Removeall.Text = "Remove all"
  232. Removeall.TextColor3 = Color3.new(0, 0, 0)
  233. Removeall.TextSize = 14
  234.  
  235. Credits.Name = "Credits"
  236. Credits.Parent = Main
  237. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  238. Credits.BackgroundTransparency = 1
  239. Credits.Position = UDim2.new(0.723140478, 0, 0.258278131, 0)
  240. Credits.Size = UDim2.new(0, 59, 0, 100)
  241. Credits.Visible = true
  242.  
  243. TextLabel_3.Parent = Credits
  244. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  245. TextLabel_3.BackgroundTransparency = 1
  246. TextLabel_3.Position = UDim2.new(0.0338983051, 0, 0.459999979, 0)
  247. TextLabel_3.Size = UDim2.new(0, 59, 0, 19)
  248. TextLabel_3.Font = Enum.Font.SourceSans
  249. TextLabel_3.Text = "TeZxRize"
  250. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  251. TextLabel_3.TextSize = 14
  252.  
  253. TextLabel_4.Parent = Credits
  254. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  255. TextLabel_4.BackgroundTransparency = 1
  256. TextLabel_4.Position = UDim2.new(-0.016949147, 0, 0.179999992, 0)
  257. TextLabel_4.Size = UDim2.new(0, 59, 0, 19)
  258. TextLabel_4.Font = Enum.Font.SourceSans
  259. TextLabel_4.Text = "Troymike"
  260. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  261. TextLabel_4.TextSize = 14
  262.  
  263. TextLabel_5.Parent = Credits
  264. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  265. TextLabel_5.BackgroundTransparency = 1
  266. TextLabel_5.Position = UDim2.new(0.0338983051, 0, -0.0900000036, 0)
  267. TextLabel_5.Size = UDim2.new(0, 59, 0, 19)
  268. TextLabel_5.Font = Enum.Font.SourceSans
  269. TextLabel_5.Text = "_______"
  270. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  271. TextLabel_5.TextSize = 14
  272.  
  273. Credits_2.Name = "Credits"
  274. Credits_2.Parent = Main
  275. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  276. Credits_2.BackgroundTransparency = 1
  277. Credits_2.Position = UDim2.new(0.538297713, 0, 0.171405107, 0)
  278. Credits_2.Selectable = true
  279. Credits_2.Size = UDim2.new(0, 134, 0, 20)
  280. Credits_2.Font = Enum.Font.SourceSans
  281. Credits_2.Text = "Credits"
  282. Credits_2.TextColor3 = Color3.new(0, 0, 0)
  283. Credits_2.TextSize = 14
  284.  
  285. Jailbreak_2.Name = "Jailbreak"
  286. Jailbreak_2.Parent = Main
  287. Jailbreak_2.BackgroundColor3 = Color3.new(1, 1, 1)
  288. Jailbreak_2.BackgroundTransparency = 1
  289. Jailbreak_2.Position = UDim2.new(-0.210999995, 0, 0.172999993, 0)
  290. Jailbreak_2.Size = UDim2.new(0, 134, 0, 16)
  291. Jailbreak_2.Font = Enum.Font.SourceSans
  292. Jailbreak_2.Text = "Jailbreak"
  293. Jailbreak_2.TextColor3 = Color3.new(0, 0, 0)
  294. Jailbreak_2.TextSize = 14
  295.  
  296. Exit_2.Name = "Exit"
  297. Exit_2.Parent = Main
  298. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  299. Exit_2.BackgroundTransparency = 1
  300. Exit_2.Position = UDim2.new(0.845360816, 0, 0, 0)
  301. Exit_2.Size = UDim2.new(0, 30, 0, 20)
  302. Exit_2.Font = Enum.Font.SourceSans
  303. Exit_2.Text = "X"
  304. Exit_2.TextColor3 = Color3.new(0, 0, 0)
  305. Exit_2.TextSize = 26
  306.  
  307. TextButton.Parent = LoginGUI
  308. TextButton.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  309. TextButton.Position = UDim2.new(0.947081685, 0, 0.689265549, 0)
  310. TextButton.Size = UDim2.new(0, 48, 0, 24)
  311. TextButton.Visible = false
  312. TextButton.Font = Enum.Font.SourceSans
  313. TextButton.Text = "Open"
  314. TextButton.TextColor3 = Color3.new(0, 0, 0)
  315. TextButton.TextSize = 21
  316.  
  317. Login.MouseButton1Down:connect(function()
  318. if Username.Text == "" and Password.Text == "" then
  319. LoginUI.Visible = false
  320. Main.Visible = true
  321. Main:TweenPosition(UDim2.new(0.368, 0, 0.264, 0), 'Out', 'Bounce', 1, true)
  322.  
  323. end
  324. end)
  325.  
  326. Jailbreak_2.MouseButton1Down:connect(function()
  327.  
  328. Jailbreak.Visible = true
  329. end)
  330.  
  331. Jailbreak_2.MouseButton1Down:connect(function()
  332.  
  333. Jailbreak.Visable = false
  334. end)
  335.  
  336. TextButton.MouseButton1Down:connect(function()
  337. Main.Visible = true
  338. Main:TweenPosition(UDim2.new(0.368, 0, 0.264, 0), 'Out', 'Bounce', 1, true)
  339. TextButton.Visible = false
  340. end)
  341.  
  342. Exit.MouseButton1Down:connect(function()
  343. Main.Visible = false
  344. LoginUI.Visible = false
  345. end)
  346.  
  347. Exit_2.MouseButton1Down:connect(function()
  348. Main.Visible = false
  349. LoginUI.Visible = false
  350. TextButton.Visible = true
  351. end)
  352.  
  353. Btools.MouseButton1Down:connect(function()
  354. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  355. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  356. if child.ClassName == "Part" then
  357. child.Locked = false
  358. end
  359. if child.ClassName == "MeshPart" then
  360. child.Locked = false
  361. end
  362. if child.ClassName == "UnionOperation" then
  363. child.Locked = false
  364. end
  365. if child.ClassName == "Model" then
  366. for index, chil in pairs(child:GetChildren()) do
  367. if chil.ClassName == "Part" then
  368. chil.Locked = false
  369. end
  370. if chil.ClassName == "MeshPart" then
  371. chil.Locked = false
  372. end
  373. if chil.ClassName == "UnionOperation" then
  374. chil.Locked = false
  375. end
  376. if chil.ClassName == "Model" then
  377. for index, childe in pairs(chil:GetChildren()) do
  378. if childe.ClassName == "Part" then
  379. childe.Locked = false
  380. end
  381. if childe.ClassName == "MeshPart" then
  382. childe.Locked = false
  383. end
  384. if childe.ClassName == "UnionOperation" then
  385. childe.Locked = false
  386. end
  387. if childe.ClassName == "Model" then
  388. for index, childeo in pairs(childe:GetChildren()) do
  389. if childeo.ClassName == "Part" then
  390. childeo.Locked = false
  391. end
  392. if childeo.ClassName == "MeshPart" then
  393. childeo.Locked = false
  394. end
  395. if childeo.ClassName == "UnionOperation" then
  396. childeo.Locked = false
  397. end
  398. if childeo.ClassName == "Model" then
  399. end
  400. end
  401. end
  402. end
  403. end
  404. end
  405. end
  406. end
  407. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  408. c.BinType = Enum.BinType.Hammer
  409. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  410. c.BinType = Enum.BinType.Clone
  411. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  412. c.BinType = Enum.BinType.Grab
  413. end)
  414.  
  415. Bank.MouseButton1Down:connect(function()
  416. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(35.4850616, 0.715307713, 809.113647) + Vector3.new(1,0,0)
  417. end)
  418. Jewlery.MouseButton1Down:connect(function()
  419. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  420. end)
  421. heli1.MouseButton1Down:connect(function()
  422. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  423.  
  424. end)
  425.  
  426. gunz.MouseButton1Down:connect(function()
  427. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  428.  
  429. a = Instance.new("Part", workspace)
  430. a.Anchored = true
  431. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  432. a.CanCollide = false
  433.  
  434. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  435. if v.Name == "Station" then
  436. for a, b in pairs(v:GetChildren()) do
  437. if b:IsA("StringValue") then
  438. if b.Value == "Shotgun" then
  439. v.CFrame = CFrame.new(hit)
  440. end
  441. end
  442. end
  443. end
  444. end
  445.  
  446. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  447.  
  448. a = Instance.new("Part", workspace)
  449. a.Anchored = true
  450. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  451. a.CanCollide = false
  452.  
  453. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  454. if v.Name == "Station" then
  455. for a, b in pairs(v:GetChildren()) do
  456. if b:IsA("StringValue") then
  457. if b.Value == "Pistol" then
  458. v.CFrame = CFrame.new(hit)
  459. end
  460. end
  461. end
  462. end
  463. end
  464.  
  465. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  466.  
  467. a = Instance.new("Part", workspace)
  468. a.Anchored = true
  469. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  470. a.CanCollide = false
  471.  
  472. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  473. if v.Name == "ShootingRange" then
  474. for a, b in pairs(v:GetChildren()) do
  475. if b:IsA("StringValue") then
  476. if b.Value == "AK47" then
  477. v.CFrame = CFrame.new(hit)
  478. end
  479. end
  480. end
  481. end
  482. end
  483.  
  484. end)
  485.  
  486. AutoArrest.MouseButton1Down:connect(function()
  487. local Player = game.Players.LocalPlayer
  488. wait(0.5)
  489. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  490. repeat
  491. wait()
  492. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  493. until v.Team.Name ~= "Criminal"
  494. end
  495. end)
  496.  
  497. Removeall.MouseButton1Down:connect(function()
  498. game.Workspace.Jewelrys.Jewelry.Lasers:Destroy()
  499. game.Workspace.Jewelrys.Jewelry.Cameras:Destroy()
  500. game.Workspace.Jewelrys.Jewelry.FloorLasers:Destroy()
  501. game.Workspace.Cells:Destroy()
  502. game.Workspace.Banks.Bank.Lasers:Destroy()
  503. game.Workspace.Banks.Bank.Lasers:Destroy()
  504. game.Workspace.Doors:Destroy()
  505. end)
  506.  
  507. Volcano.MouseButton1Down:connect(function()
  508. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  509. end)
Add Comment
Please, Sign In to add comment