Advertisement
Diamond_Nicholas

moveing blocks 4

Feb 9th, 2020
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.76 KB | None | 0 0
  1.  
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(Enum,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Part0 = Instance.new("Part")
  19. Part1 = Instance.new("Part")
  20. Part2 = Instance.new("Part")
  21. ClickDetector3 = Instance.new("ClickDetector")
  22. Script4 = Instance.new("Script")
  23. Script5 = Instance.new("Script")
  24. Script6 = Instance.new("Script")
  25. Script7 = Instance.new("Script")
  26. Script8 = Instance.new("Script")
  27. Script9 = Instance.new("Script")
  28. Script10 = Instance.new("Script")
  29. Script11 = Instance.new("Script")
  30. Script12 = Instance.new("Script")
  31. Script13 = Instance.new("Script")
  32. Script14 = Instance.new("Script")
  33. Script15 = Instance.new("Script")
  34. Part16 = Instance.new("Part")
  35. Part17 = Instance.new("Part")
  36. Part18 = Instance.new("Part")
  37. Part19 = Instance.new("Part")
  38. Part20 = Instance.new("Part")
  39. Part21 = Instance.new("Part")
  40. Part22 = Instance.new("Part")
  41. Part23 = Instance.new("Part")
  42. Part24 = Instance.new("Part")
  43. WedgePart25 = Instance.new("WedgePart")
  44. WedgePart26 = Instance.new("WedgePart")
  45. Part27 = Instance.new("Part")
  46. WedgePart28 = Instance.new("WedgePart")
  47. WedgePart29 = Instance.new("WedgePart")
  48. Part30 = Instance.new("Part")
  49. Part31 = Instance.new("Part")
  50. Part32 = Instance.new("Part")
  51. Part33 = Instance.new("Part")
  52. Part34 = Instance.new("Part")
  53. Part35 = Instance.new("Part")
  54. Part0.Name = "Part1"
  55. Part0.Parent = mas
  56. Part0.CFrame = CFrame.new(86.1416473, -0.164407492, -16.1959763, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  57. Part0.Orientation = Vector3.new(0, -90, 0)
  58. Part0.Position = Vector3.new(86.1416473, -0.164407492, -16.1959763)
  59. Part0.Rotation = Vector3.new(0, -90, 0)
  60. Part0.Transparency = 1
  61. Part0.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  62. Part0.Anchored = true
  63. Part0.BottomSurface = Enum.SurfaceType.Smooth
  64. Part0.CanCollide = false
  65. Part0.TopSurface = Enum.SurfaceType.Smooth
  66. Part1.Parent = mas
  67. Part1.CFrame = CFrame.new(73.5118103, 5.41918993, -19.9827671, 0.629320204, -0.278505117, 0.725528121, 0, 0.933580101, 0.358369082, -0.777146161, -0.225528896, 0.587520778)
  68. Part1.Orientation = Vector3.new(-21, 51, 0)
  69. Part1.Position = Vector3.new(73.5118103, 5.41918993, -19.9827671)
  70. Part1.Rotation = Vector3.new(-31.3799992, 46.5099983, 23.8700008)
  71. Part1.Color = Color3.new(0.388235, 0.372549, 0.384314)
  72. Part1.Size = Vector3.new(2.37000179, 2.48000169, 2.26999974)
  73. Part1.Anchored = true
  74. Part1.BottomSurface = Enum.SurfaceType.Smooth
  75. Part1.BrickColor = BrickColor.new("Dark stone grey")
  76. Part1.Material = Enum.Material.DiamondPlate
  77. Part1.TopSurface = Enum.SurfaceType.Smooth
  78. Part1.brickColor = BrickColor.new("Dark stone grey")
  79. Part2.Name = "y"
  80. Part2.Parent = mas
  81. Part2.CFrame = CFrame.new(73.1549683, 6.70059681, -20.3038902, 0.629320204, -0.278505117, 0.725528121, 0, 0.933580101, 0.358369082, -0.777146161, -0.225528896, 0.587520778)
  82. Part2.Orientation = Vector3.new(-21, 51, 0)
  83. Part2.Position = Vector3.new(73.1549683, 6.70059681, -20.3038902)
  84. Part2.Rotation = Vector3.new(-31.3799992, 46.5099983, 23.8700008)
  85. Part2.Color = Color3.new(0.431373, 1, 0.227451)
  86. Part2.Size = Vector3.new(1.01999938, 0.256205767, 1.07275915)
  87. Part2.Anchored = true
  88. Part2.BottomSurface = Enum.SurfaceType.Smooth
  89. Part2.BrickColor = BrickColor.new("Br. yellowish green")
  90. Part2.CanCollide = false
  91. Part2.TopSurface = Enum.SurfaceType.Smooth
  92. Part2.brickColor = BrickColor.new("Br. yellowish green")
  93. ClickDetector3.Parent = Part2
  94. Script4.Parent = Part2
  95. table.insert(cors,sandbox(Script4,function()
  96.  
  97. function onClicked(y)
  98. local s = Instance.new("Sound")
  99.  
  100. s.Name = "Sound"
  101. s.SoundId = "rbxassetid://582374365"
  102. s.Volume = 2
  103. s.Looped = false
  104. s.archivable = false
  105.  
  106. s.Parent = game.Workspace
  107.  
  108. wait()
  109.  
  110. s:play()
  111.  
  112. end
  113.  
  114. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  115.  
  116. end))
  117. Script5.Parent = Part2
  118. table.insert(cors,sandbox(Script5,function()
  119. function onClicked(y)
  120. script.Parent.Parent.BrickColor = BrickColor.new(255,0,0)
  121. end
  122.  
  123. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  124. end))
  125. Script6.Parent = Part2
  126. table.insert(cors,sandbox(Script6,function()
  127. function onClicked(y)
  128.  
  129. for i=0,1,0.001 do
  130. wait()
  131. workspace.g.CFrame = workspace.g.CFrame:lerp(workspace.Part1.CFrame,0.10)
  132. end
  133.  
  134. end
  135.  
  136. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  137.  
  138. end))
  139. Script7.Parent = Part2
  140. table.insert(cors,sandbox(Script7,function()
  141. function onClicked(y)
  142. wait(2)
  143. for i=0,1,0.001 do
  144. wait()
  145. workspace.c.CFrame = workspace.c.CFrame:lerp(workspace.Part2.CFrame,0.10)
  146. end
  147.  
  148. end
  149.  
  150. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  151.  
  152. end))
  153. Script8.Parent = Part2
  154. table.insert(cors,sandbox(Script8,function()
  155. function onClicked(y)
  156. wait(3)
  157. for i=0,1,0.001 do
  158. wait()
  159. workspace.r.CFrame = workspace.r.CFrame:lerp(workspace.Part3.CFrame,0.10)
  160. end
  161.  
  162. end
  163.  
  164. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  165.  
  166. end))
  167. Script9.Parent = Part2
  168. table.insert(cors,sandbox(Script9,function()
  169. function onClicked(y)
  170. wait(4)
  171. for i=0,1,0.001 do
  172. wait()
  173. workspace.p.CFrame = workspace.p.CFrame:lerp(workspace.Part4.CFrame,0.10)
  174. end
  175.  
  176. end
  177.  
  178. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  179.  
  180. end))
  181. Script10.Parent = Part2
  182. table.insert(cors,sandbox(Script10,function()
  183. function onClicked(y)
  184. wait(5)
  185. for i=0,1,0.001 do
  186. wait()
  187. workspace.u.CFrame = workspace.u.CFrame:lerp(workspace.Part5.CFrame,0.10)
  188. end
  189.  
  190. end
  191.  
  192. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  193.  
  194. end))
  195. Script11.Parent = Part2
  196. table.insert(cors,sandbox(Script11,function()
  197. function onClicked(y)
  198. wait(6)
  199. for i=0,1,0.001 do
  200. wait()
  201. workspace.k.CFrame = workspace.k.CFrame:lerp(workspace.Part6.CFrame,0.10)
  202. end
  203.  
  204. end
  205.  
  206. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  207.  
  208. end))
  209. Script12.Parent = Part2
  210. table.insert(cors,sandbox(Script12,function()
  211. function onClicked(y)
  212. wait(7)
  213. for i=0,1,0.001 do
  214. wait()
  215. workspace.i.CFrame = workspace.i.CFrame:lerp(workspace.Part7.CFrame,0.10)
  216. end
  217.  
  218. end
  219.  
  220. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  221.  
  222. end))
  223. Script13.Parent = Part2
  224. table.insert(cors,sandbox(Script13,function()
  225. function onClicked(y)
  226. wait(8)
  227. for i=0,1,0.001 do
  228. wait()
  229. workspace.m.CFrame = workspace.m.CFrame:lerp(workspace.Part8.CFrame,0.10)
  230. end
  231.  
  232. end
  233.  
  234. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  235.  
  236. end))
  237. Script14.Parent = Part2
  238. table.insert(cors,sandbox(Script14,function()
  239. function onClicked(y)
  240. wait(9)
  241. for i=0,1,0.001 do
  242. wait()
  243. workspace.l.CFrame = workspace.l.CFrame:lerp(workspace.Part9.CFrame,0.10)
  244. end
  245.  
  246. end
  247.  
  248. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  249.  
  250. end))
  251. Script15.Parent = Part2
  252. table.insert(cors,sandbox(Script15,function()
  253. function onClicked(y)
  254. wait(10)
  255. for i=0,1,0.001 do
  256. wait()
  257. workspace.j.CFrame = workspace.j.CFrame:lerp(workspace.Part10.CFrame,0.10)
  258. end
  259.  
  260. end
  261.  
  262. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  263.  
  264. end))
  265. Part16.Parent = mas
  266. Part16.CFrame = CFrame.new(73.7579956, 2.41000795, -19.7769051, 0.629320204, 0, 0.777146161, 0, 1, 0, -0.777146161, 0, 0.629320204)
  267. Part16.Orientation = Vector3.new(0, 51, 0)
  268. Part16.Position = Vector3.new(73.7579956, 2.41000795, -19.7769051)
  269. Part16.Rotation = Vector3.new(0, 51, 0)
  270. Part16.Color = Color3.new(0.388235, 0.372549, 0.384314)
  271. Part16.Size = Vector3.new(2.3600018, 4.82000065, 2.33999896)
  272. Part16.Anchored = true
  273. Part16.BottomSurface = Enum.SurfaceType.Smooth
  274. Part16.BrickColor = BrickColor.new("Dark stone grey")
  275. Part16.Material = Enum.Material.DiamondPlate
  276. Part16.TopSurface = Enum.SurfaceType.Smooth
  277. Part16.brickColor = BrickColor.new("Dark stone grey")
  278. Part17.Name = "Part2"
  279. Part17.Parent = mas
  280. Part17.CFrame = CFrame.new(86.1416473, 0.747583389, -16.1959763, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  281. Part17.Orientation = Vector3.new(0, -90, 0)
  282. Part17.Position = Vector3.new(86.1416473, 0.747583389, -16.1959763)
  283. Part17.Rotation = Vector3.new(0, -90, 0)
  284. Part17.Transparency = 1
  285. Part17.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  286. Part17.Anchored = true
  287. Part17.BottomSurface = Enum.SurfaceType.Smooth
  288. Part17.CanCollide = false
  289. Part17.TopSurface = Enum.SurfaceType.Smooth
  290. Part18.Name = "c"
  291. Part18.Parent = mas
  292. Part18.CFrame = CFrame.new(91.2192307, -6.68099976, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  293. Part18.Position = Vector3.new(91.2192307, -6.68099976, -7.60998487)
  294. Part18.Size = Vector3.new(4, 1, 2)
  295. Part18.Anchored = true
  296. Part18.BottomSurface = Enum.SurfaceType.Smooth
  297. Part18.TopSurface = Enum.SurfaceType.Smooth
  298. Part19.Name = "g"
  299. Part19.Parent = mas
  300. Part19.CFrame = CFrame.new(91.2192307, -6.6722393, -7.60998535, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  301. Part19.Position = Vector3.new(91.2192307, -6.6722393, -7.60998535)
  302. Part19.Size = Vector3.new(4, 1, 2)
  303. Part19.Anchored = true
  304. Part19.BottomSurface = Enum.SurfaceType.Smooth
  305. Part19.TopSurface = Enum.SurfaceType.Smooth
  306. Part20.Name = "Part5"
  307. Part20.Parent = mas
  308. Part20.CFrame = CFrame.new(86.1416473, 3.45376158, -16.1959763, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  309. Part20.Orientation = Vector3.new(0, -90, 0)
  310. Part20.Position = Vector3.new(86.1416473, 3.45376158, -16.1959763)
  311. Part20.Rotation = Vector3.new(0, -90, 0)
  312. Part20.Transparency = 1
  313. Part20.Size = Vector3.new(3.96488571, 0.927028358, 1.91403091)
  314. Part20.Anchored = true
  315. Part20.BottomSurface = Enum.SurfaceType.Smooth
  316. Part20.CanCollide = false
  317. Part20.TopSurface = Enum.SurfaceType.Smooth
  318. Part21.Name = "Part3"
  319. Part21.Parent = mas
  320. Part21.CFrame = CFrame.new(86.1416473, 1.564744, -16.1959763, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  321. Part21.Orientation = Vector3.new(0, -90, 0)
  322. Part21.Position = Vector3.new(86.1416473, 1.564744, -16.1959763)
  323. Part21.Rotation = Vector3.new(0, -90, 0)
  324. Part21.Transparency = 1
  325. Part21.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  326. Part21.Anchored = true
  327. Part21.BottomSurface = Enum.SurfaceType.Smooth
  328. Part21.CanCollide = false
  329. Part21.TopSurface = Enum.SurfaceType.Smooth
  330. Part22.Name = "Part4"
  331. Part22.Parent = mas
  332. Part22.CFrame = CFrame.new(86.1416473, 2.54231024, -16.1959763, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  333. Part22.Orientation = Vector3.new(0, -90, 0)
  334. Part22.Position = Vector3.new(86.1416473, 2.54231024, -16.1959763)
  335. Part22.Rotation = Vector3.new(0, -90, 0)
  336. Part22.Transparency = 1
  337. Part22.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  338. Part22.Anchored = true
  339. Part22.BottomSurface = Enum.SurfaceType.Smooth
  340. Part22.CanCollide = false
  341. Part22.TopSurface = Enum.SurfaceType.Smooth
  342. Part23.Name = "p"
  343. Part23.Parent = mas
  344. Part23.CFrame = CFrame.new(91.2192307, -6.6462841, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  345. Part23.Position = Vector3.new(91.2192307, -6.6462841, -7.60998487)
  346. Part23.Size = Vector3.new(4, 1, 2)
  347. Part23.Anchored = true
  348. Part23.BottomSurface = Enum.SurfaceType.Smooth
  349. Part23.TopSurface = Enum.SurfaceType.Smooth
  350. Part24.Name = "r"
  351. Part24.Parent = mas
  352. Part24.CFrame = CFrame.new(91.2192307, -6.64780045, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  353. Part24.Position = Vector3.new(91.2192307, -6.64780045, -7.60998487)
  354. Part24.Size = Vector3.new(4, 1, 2)
  355. Part24.Anchored = true
  356. Part24.BottomSurface = Enum.SurfaceType.Smooth
  357. Part24.TopSurface = Enum.SurfaceType.Smooth
  358. WedgePart25.Name = "Part9"
  359. WedgePart25.Parent = mas
  360. WedgePart25.CFrame = CFrame.new(83.1300049, 1.63999951, -13.8099976, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  361. WedgePart25.Position = Vector3.new(83.1300049, 1.63999951, -13.8099976)
  362. WedgePart25.Transparency = 1
  363. WedgePart25.Size = Vector3.new(4, 3.27999902, 2)
  364. WedgePart25.Anchored = true
  365. WedgePart25.BottomSurface = Enum.SurfaceType.Smooth
  366. WedgePart25.CanCollide = false
  367. WedgePart26.Name = "l"
  368. WedgePart26.Parent = mas
  369. WedgePart26.CFrame = CFrame.new(88.8261871, -10.3062153, -23.6398163, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  370. WedgePart26.Position = Vector3.new(88.8261871, -10.3062153, -23.6398163)
  371. WedgePart26.Size = Vector3.new(4, 3.27999902, 2)
  372. WedgePart26.Anchored = true
  373. WedgePart26.BottomSurface = Enum.SurfaceType.Smooth
  374. Part27.Name = "i"
  375. Part27.Parent = mas
  376. Part27.CFrame = CFrame.new(91.2192307, -6.65942669, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  377. Part27.Position = Vector3.new(91.2192307, -6.65942669, -7.60998487)
  378. Part27.Size = Vector3.new(4, 1, 2)
  379. Part27.Anchored = true
  380. Part27.BottomSurface = Enum.SurfaceType.Smooth
  381. Part27.TopSurface = Enum.SurfaceType.Smooth
  382. WedgePart28.Name = "Part10"
  383. WedgePart28.Parent = mas
  384. WedgePart28.CFrame = CFrame.new(83.1300049, 1.54409504, -21.4931717, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  385. WedgePart28.Orientation = Vector3.new(0, 180, 0)
  386. WedgePart28.Position = Vector3.new(83.1300049, 1.54409504, -21.4931717)
  387. WedgePart28.Rotation = Vector3.new(-180, 0, -180)
  388. WedgePart28.Transparency = 1
  389. WedgePart28.Size = Vector3.new(4, 3.27999902, 2)
  390. WedgePart28.Anchored = true
  391. WedgePart28.BottomSurface = Enum.SurfaceType.Smooth
  392. WedgePart28.CanCollide = false
  393. WedgePart29.Name = "j"
  394. WedgePart29.Parent = mas
  395. WedgePart29.CFrame = CFrame.new(88.8261871, -10.3073187, -23.6398163, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  396. WedgePart29.Position = Vector3.new(88.8261871, -10.3073187, -23.6398163)
  397. WedgePart29.Size = Vector3.new(4, 3.27999902, 2)
  398. WedgePart29.Anchored = true
  399. WedgePart29.BottomSurface = Enum.SurfaceType.Smooth
  400. Part30.Name = "Part6"
  401. Part30.Parent = mas
  402. Part30.CFrame = CFrame.new(86.1416473, 1.95001936, -18.4548626, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  403. Part30.Orientation = Vector3.new(0, -90, 90)
  404. Part30.Position = Vector3.new(86.1416473, 1.95001936, -18.4548626)
  405. Part30.Rotation = Vector3.new(-90, -90, 0)
  406. Part30.Transparency = 1
  407. Part30.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  408. Part30.Anchored = true
  409. Part30.BottomSurface = Enum.SurfaceType.Smooth
  410. Part30.CanCollide = false
  411. Part30.TopSurface = Enum.SurfaceType.Smooth
  412. Part31.Name = "Part7"
  413. Part31.Parent = mas
  414. Part31.CFrame = CFrame.new(86.1416473, 1.95001125, -19.303587, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  415. Part31.Orientation = Vector3.new(0, -90, 90)
  416. Part31.Position = Vector3.new(86.1416473, 1.95001125, -19.303587)
  417. Part31.Rotation = Vector3.new(-90, -90, 0)
  418. Part31.Transparency = 1
  419. Part31.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  420. Part31.Anchored = true
  421. Part31.BottomSurface = Enum.SurfaceType.Smooth
  422. Part31.CanCollide = false
  423. Part31.TopSurface = Enum.SurfaceType.Smooth
  424. Part32.Name = "Part8"
  425. Part32.Parent = mas
  426. Part32.CFrame = CFrame.new(86.1416473, 1.95001316, -20.1286392, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  427. Part32.Orientation = Vector3.new(0, -90, 90)
  428. Part32.Position = Vector3.new(86.1416473, 1.95001316, -20.1286392)
  429. Part32.Rotation = Vector3.new(-90, -90, 0)
  430. Part32.Transparency = 1
  431. Part32.Size = Vector3.new(3.96488571, 1.12702823, 1.91403091)
  432. Part32.Anchored = true
  433. Part32.BottomSurface = Enum.SurfaceType.Smooth
  434. Part32.CanCollide = false
  435. Part32.TopSurface = Enum.SurfaceType.Smooth
  436. Part33.Name = "m"
  437. Part33.Parent = mas
  438. Part33.CFrame = CFrame.new(91.2192307, -6.6364193, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  439. Part33.Position = Vector3.new(91.2192307, -6.6364193, -7.60998487)
  440. Part33.Size = Vector3.new(4, 1, 2)
  441. Part33.Anchored = true
  442. Part33.BottomSurface = Enum.SurfaceType.Smooth
  443. Part33.TopSurface = Enum.SurfaceType.Smooth
  444. Part34.Name = "u"
  445. Part34.Parent = mas
  446. Part34.CFrame = CFrame.new(91.2192307, -6.65632534, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  447. Part34.Position = Vector3.new(91.2192307, -6.65632534, -7.60998487)
  448. Part34.Size = Vector3.new(4, 1, 2)
  449. Part34.Anchored = true
  450. Part34.BottomSurface = Enum.SurfaceType.Smooth
  451. Part34.TopSurface = Enum.SurfaceType.Smooth
  452. Part35.Name = "k"
  453. Part35.Parent = mas
  454. Part35.CFrame = CFrame.new(91.2192307, -6.64727974, -7.60998487, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  455. Part35.Position = Vector3.new(91.2192307, -6.64727974, -7.60998487)
  456. Part35.Size = Vector3.new(4, 1, 2)
  457. Part35.Anchored = true
  458. Part35.BottomSurface = Enum.SurfaceType.Smooth
  459. Part35.TopSurface = Enum.SurfaceType.Smooth
  460. for i,v in pairs(mas:GetChildren()) do
  461. v.Parent = workspace
  462. pcall(function() v:MakeJoints() end)
  463. end
  464. for i,v in pairs(cors) do
  465. spawn(function()
  466. pcall(v)
  467. end)
  468. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement