Advertisement
Bruno972

testeeeeeeeeeeeeeeeee

Jan 12th, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.13 KB | None | 0 0
  1. --Made by OpTic Wisdom/LikeATrollFace
  2.  
  3. hitler = game.Players.Helkern
  4.  
  5.  
  6. if hitler.Character:FindFirstChild("Shirt") then hitler.Character.Shirt:Destroy()
  7. end
  8. if hitler.Character:FindFirstChild("Pants") then hitler.Character.Pants:Destroy()
  9. end
  10. if hitler.Character:FindFirstChild("Shirt Graphic") then hitler.Character["Shirt Graphic"]:Destroy()
  11. end
  12.  
  13. if not hitler.Character:FindFirstChild("Shirt") then
  14. NewShirt = Instance.new("Shirt", hitler.Character)
  15. NewShirt.Name = "Shirt"
  16. end
  17.  
  18.  
  19. if not hitler.Character:FindFirstChild("Pants") then
  20. NewPants = Instance.new("Pants", hitler.Character)
  21. NewPants.Name = "Pants"
  22. end
  23.  
  24.  
  25. for _, v in pairs(hitler.Character:GetChildren()) do
  26. if v:IsA("Hat") then
  27. v:Destroy()
  28. end
  29. end
  30.  
  31. for _, v in pairs(hitler.Character:GetChildren()) do
  32. if v:IsA("CharacterMesh") then
  33. v:Destroy()
  34. end
  35. end
  36.  
  37. wait(0.1)
  38. hitler.Character["Shirt"].ShirtTemplate = "http://www.roblox.com/asset/?id=148902702"
  39. hitler.Character["Pants"].PantsTemplate = "http://www.roblox.com/asset/?id=148901946"
  40. hitler.Character.Head.BrickColor = BrickColor.new(1)
  41. hitler.Character.Torso.BrickColor = BrickColor.new(1)
  42. hitler.Character["Left Arm"].BrickColor = BrickColor.new(1)
  43. hitler.Character["Right Arm"].BrickColor = BrickColor.new(1)
  44. hitler.Character["Left Leg"].BrickColor = BrickColor.new(1)
  45. hitler.Character["Right Leg"].BrickColor = BrickColor.new(1)
  46.  
  47. Create = function(itemClass,tabl)
  48. local item = Instance.new(itemClass)
  49. for i,v in pairs(tabl) do
  50. local a,b = ypcall(function() return item[i] end)
  51. if a then
  52. item[i] = tabl[i]
  53. end
  54. end
  55. return item
  56. end
  57. function runDummyScript(f,scri)
  58. local oldenv = getfenv(f)
  59. local newenv = setmetatable({}, {
  60. __index = function(_, k)
  61. if k:lower() == 'script' then
  62. return scri
  63. else
  64. return oldenv[k]
  65. end
  66. end
  67. })
  68. setfenv(f, newenv)
  69. ypcall(function() f() end)
  70. end
  71. cors = {}
  72. mas = Instance.new("Model",game:GetService("Lighting"))
  73. mas.Name = "CompiledModel"
  74. o1 = Create("Model",{
  75. ["Name"] = "Chamber",
  76. ["Parent"] = mas,
  77. })
  78. o2 = Create("Part",{
  79. ["Name"] = "Head",
  80. ["Parent"] = o1,
  81. ["Material"] = Enum.Material.Foil,
  82. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  83. ["Position"] = Vector3.new(0, 10.5, -46),
  84. ["Rotation"] = Vector3.new(3.80734537e-019, 1.42910524e-020, 3.5934405e-018),
  85. ["RotVelocity"] = Vector3.new(-7.85145039e-020, 2.39446169e-023, 1.13729476e-019),
  86. ["Velocity"] = Vector3.new(8.18726775e-019, -0.0135432296, 1.15292031e-018),
  87. ["CFrame"] = CFrame.new(0, 10.5, -46, 1, -6.27173704e-020, 2.49425903e-022, 6.27173704e-020, 1, -6.64507104e-021, -2.49425903e-022, 6.64507104e-021, 1),
  88. ["Size"] = Vector3.new(8, 19, 8),
  89. ["TopSurface"] = Enum.SurfaceType.Weld,
  90. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  91. })
  92. o3 = Create("SpecialMesh",{
  93. ["Parent"] = o2,
  94. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  95. })
  96. o4 = Create("Part",{
  97. ["Name"] = "GasPoint",
  98. ["Parent"] = o1,
  99. ["Material"] = Enum.Material.Concrete,
  100. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  101. ["Position"] = Vector3.new(-21.5, 2.90841889, -52.5),
  102. ["Rotation"] = Vector3.new(-180, 0, -180),
  103. ["Anchored"] = true,
  104. ["CFrame"] = CFrame.new(-21.5, 2.90841889, -52.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  105. ["Size"] = Vector3.new(1, 1.20000005, 1),
  106. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  107. })
  108. o5 = Create("SpecialMesh",{
  109. ["Parent"] = o4,
  110. })
  111. o6 = Create("Smoke",{
  112. ["Parent"] = o4,
  113. ["Size"] = 10,
  114. ["Opacity"] = 1,
  115. ["RiseVelocity"] = 2,
  116. })
  117. o7 = Create("Part",{
  118. ["Parent"] = o1,
  119. ["Material"] = Enum.Material.Concrete,
  120. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  121. ["Position"] = Vector3.new(-6, 13.1084118, -38),
  122. ["Anchored"] = true,
  123. ["CFrame"] = CFrame.new(-6, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  124. ["Size"] = Vector3.new(2, 24, 4),
  125. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  126. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  127. })
  128. o8 = Create("Part",{
  129. ["Parent"] = o1,
  130. ["Material"] = Enum.Material.Concrete,
  131. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  132. ["Position"] = Vector3.new(-7, 13.1084118, -67),
  133. ["Rotation"] = Vector3.new(0, 90, 0),
  134. ["Anchored"] = true,
  135. ["CFrame"] = CFrame.new(-7, 13.1084118, -67, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  136. ["Size"] = Vector3.new(2, 24, 4),
  137. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  138. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  139. })
  140. o9 = Create("Part",{
  141. ["Parent"] = o1,
  142. ["Material"] = Enum.Material.Concrete,
  143. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  144. ["Position"] = Vector3.new(-7, 13.1084118, -65),
  145. ["Anchored"] = true,
  146. ["CFrame"] = CFrame.new(-7, 13.1084118, -65, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  147. ["Size"] = Vector3.new(4, 19.2000008, 2),
  148. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  149. })
  150. o10 = Create("Part",{
  151. ["Parent"] = o1,
  152. ["Material"] = Enum.Material.Foil,
  153. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  154. ["Position"] = Vector3.new(-9.5, 1.60841703, -27.5999985),
  155. ["Rotation"] = Vector3.new(90, 0, -0),
  156. ["Anchored"] = true,
  157. ["CFrame"] = CFrame.new(-9.5, 1.60841703, -27.5999985, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  158. ["Size"] = Vector3.new(1, 16.8000011, 1),
  159. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  160. })
  161. o11 = Create("SpecialMesh",{
  162. ["Parent"] = o10,
  163. })
  164. o12 = Create("Part",{
  165. ["Parent"] = o1,
  166. ["Material"] = Enum.Material.Concrete,
  167. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  168. ["Position"] = Vector3.new(-18.9000111, 1.70842004, -18.5),
  169. ["Rotation"] = Vector3.new(-8.53773656e-007, -1.02835693e-005, 7.66185618e-014),
  170. ["Anchored"] = true,
  171. ["CFrame"] = CFrame.new(-18.9000111, 1.70842004, -18.5, 1, -1.33724617e-015, -1.79482143e-007, -1.33724617e-015, 1, 1.49011612e-008, -1.79482143e-007, 1.49011612e-008, 1),
  172. ["Size"] = Vector3.new(1, 1.20000005, 1),
  173. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  174. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  175. })
  176. o13 = Create("Part",{
  177. ["Parent"] = o1,
  178. ["Material"] = Enum.Material.Foil,
  179. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  180. ["Position"] = Vector3.new(-23.5999489, 11.2084379, -27.900032),
  181. ["Rotation"] = Vector3.new(-90.0000305, 0.000382487662, 89.9996796),
  182. ["Anchored"] = true,
  183. ["CFrame"] = CFrame.new(-23.5999489, 11.2084379, -27.900032, 5.56394662e-006, -1, 6.67566883e-006, -4.61935997e-007, 6.67566565e-006, 1, -1, -5.5639498e-006, -4.6189885e-007),
  184. ["Size"] = Vector3.new(1, 8.40000057, 1),
  185. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  186. })
  187. o14 = Create("SpecialMesh",{
  188. ["Parent"] = o13,
  189. })
  190. o15 = Create("Part",{
  191. ["Parent"] = o1,
  192. ["Material"] = Enum.Material.Concrete,
  193. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  194. ["Position"] = Vector3.new(-28.299757, 28.1084671, -43.3000679),
  195. ["Rotation"] = Vector3.new(-2.64669852e-005, -90, 0),
  196. ["Anchored"] = true,
  197. ["CFrame"] = CFrame.new(-28.299757, 28.1084671, -43.3000679, -5.56394662e-006, 6.66124015e-006, -1, 4.61936025e-007, 1, 6.69009432e-006, 1, -4.61898907e-007, -5.5639498e-006),
  198. ["Size"] = Vector3.new(1, 1.20000005, 1),
  199. ["TopSurface"] = Enum.SurfaceType.Smooth,
  200. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  201. })
  202. o16 = Create("Part",{
  203. ["Parent"] = o1,
  204. ["Material"] = Enum.Material.Foil,
  205. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  206. ["Position"] = Vector3.new(-2.5999949, 1.60841703, -58.9000015),
  207. ["Rotation"] = Vector3.new(-180, 0, -90),
  208. ["Anchored"] = true,
  209. ["CFrame"] = CFrame.new(-2.5999949, 1.60841703, -58.9000015, 0, 1, 0, 1, 0, 0, 0, 0, -1),
  210. ["Size"] = Vector3.new(1, 4.80000019, 1),
  211. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  212. })
  213. o17 = Create("SpecialMesh",{
  214. ["Parent"] = o16,
  215. })
  216. o18 = Create("Part",{
  217. ["Parent"] = o1,
  218. ["Material"] = Enum.Material.Concrete,
  219. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  220. ["Position"] = Vector3.new(-28.2999496, 11.3084698, -27.9000587),
  221. ["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, -0.000382487633),
  222. ["Anchored"] = true,
  223. ["CFrame"] = CFrame.new(-28.2999496, 11.3084698, -27.9000587, 1, 6.67566837e-006, -5.56394662e-006, -6.6756661e-006, 1, 4.61935997e-007, 5.5639498e-006, -4.6189885e-007, 1),
  224. ["Size"] = Vector3.new(1, 1.20000005, 1),
  225. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  226. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  227. })
  228. o19 = Create("Part",{
  229. ["Parent"] = o1,
  230. ["Material"] = Enum.Material.Foil,
  231. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  232. ["Position"] = Vector3.new(-14.1999998, 1.60841703, -18.5),
  233. ["Rotation"] = Vector3.new(-0, 0, 90),
  234. ["Anchored"] = true,
  235. ["CFrame"] = CFrame.new(-14.1999998, 1.60841703, -18.5, 0, -1, 0, 1, 0, 0, 0, 0, 1),
  236. ["Size"] = Vector3.new(1, 8.40000057, 1),
  237. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  238. })
  239. o20 = Create("SpecialMesh",{
  240. ["Parent"] = o19,
  241. })
  242. o21 = Create("Part",{
  243. ["Parent"] = o1,
  244. ["Material"] = Enum.Material.Foil,
  245. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  246. ["Position"] = Vector3.new(-18.8999825, 11.2084122, -23.2000046),
  247. ["Rotation"] = Vector3.new(89.9999771, 90, 0),
  248. ["Anchored"] = true,
  249. ["CFrame"] = CFrame.new(-18.8999825, 11.2084122, -23.2000046, -6.35744541e-008, -5.56394662e-006, 1, 1, 4.61935997e-007, -6.35795985e-008, -4.61936338e-007, 1, 5.56394662e-006),
  250. ["Size"] = Vector3.new(1, 8.40000057, 1),
  251. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  252. })
  253. o22 = Create("SpecialMesh",{
  254. ["Parent"] = o21,
  255. })
  256. o23 = Create("Part",{
  257. ["Parent"] = o1,
  258. ["Material"] = Enum.Material.Foil,
  259. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  260. ["Position"] = Vector3.new(-18.9000092, 6.50840998, -18.5000038),
  261. ["Rotation"] = Vector3.new(179.999985, -90, 0),
  262. ["Anchored"] = true,
  263. ["CFrame"] = CFrame.new(-18.9000092, 6.50840998, -18.5000038, 5.56394662e-006, -3.85527894e-012, -1, -4.61935997e-007, -1, 1.28509193e-012, -1, 4.61935997e-007, -5.56394662e-006),
  264. ["Size"] = Vector3.new(1, 8.40000057, 1),
  265. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  266. })
  267. o24 = Create("SpecialMesh",{
  268. ["Parent"] = o23,
  269. })
  270. o25 = Create("Part",{
  271. ["Parent"] = o1,
  272. ["Material"] = Enum.Material.Concrete,
  273. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  274. ["Position"] = Vector3.new(-37, 14.3084078, -67),
  275. ["Anchored"] = true,
  276. ["CFrame"] = CFrame.new(-37, 14.3084078, -67, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  277. ["Size"] = Vector3.new(4, 21.6000004, 2),
  278. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  279. })
  280. o26 = Create("Part",{
  281. ["Parent"] = o1,
  282. ["Material"] = Enum.Material.Concrete,
  283. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  284. ["Position"] = Vector3.new(-28.2998428, 28.1084671, -27.9000664),
  285. ["Rotation"] = Vector3.new(-2.64669852e-005, -0.00031879067, -0.000381660939),
  286. ["Anchored"] = true,
  287. ["CFrame"] = CFrame.new(-28.2998428, 28.1084671, -27.9000664, 1, 6.66124015e-006, -5.56394662e-006, -6.69009432e-006, 1, 4.61936025e-007, 5.5639498e-006, -4.61898907e-007, 1),
  288. ["Size"] = Vector3.new(1, 1.20000005, 1),
  289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  290. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  291. })
  292. o27 = Create("Part",{
  293. ["Parent"] = o1,
  294. ["Material"] = Enum.Material.Concrete,
  295. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  296. ["Position"] = Vector3.new(-37, 2.30842209, -54),
  297. ["Rotation"] = Vector3.new(0, 90, 0),
  298. ["Anchored"] = true,
  299. ["CFrame"] = CFrame.new(-37, 2.30842209, -54, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  300. ["Size"] = Vector3.new(28, 2.4000001, 4),
  301. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  302. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  303. })
  304. o28 = Create("Part",{
  305. ["Parent"] = o1,
  306. ["Material"] = Enum.Material.Concrete,
  307. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  308. ["Position"] = Vector3.new(-7, 2.30842209, -53),
  309. ["Rotation"] = Vector3.new(0, 90, 0),
  310. ["Anchored"] = true,
  311. ["CFrame"] = CFrame.new(-7, 2.30842209, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  312. ["Size"] = Vector3.new(26, 2.4000001, 4),
  313. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  314. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  315. })
  316. o29 = Create("Part",{
  317. ["Parent"] = o1,
  318. ["Material"] = Enum.Material.Concrete,
  319. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  320. ["Position"] = Vector3.new(-22, 2.30842209, -66),
  321. ["Rotation"] = Vector3.new(-180, 0, -180),
  322. ["Anchored"] = true,
  323. ["CFrame"] = CFrame.new(-22, 2.30842209, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  324. ["Size"] = Vector3.new(26, 2.4000001, 4),
  325. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  326. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  327. })
  328. o30 = Create("Part",{
  329. ["Parent"] = o1,
  330. ["Material"] = Enum.Material.Concrete,
  331. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  332. ["Position"] = Vector3.new(-22, 2.30842209, -38),
  333. ["Rotation"] = Vector3.new(-180, 0, -180),
  334. ["Anchored"] = true,
  335. ["CFrame"] = CFrame.new(-22, 2.30842209, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  336. ["Size"] = Vector3.new(30, 2.4000001, 4),
  337. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  338. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  339. })
  340. o31 = Create("Part",{
  341. ["Parent"] = o1,
  342. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  343. ["Transparency"] = 0.40000000596046,
  344. ["Position"] = Vector3.new(-37, 13.1084118, -52),
  345. ["Rotation"] = Vector3.new(0, 90, 0),
  346. ["Anchored"] = true,
  347. ["CFrame"] = CFrame.new(-37, 13.1084118, -52, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  348. ["Size"] = Vector3.new(24, 19.2000008, 4),
  349. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  350. })
  351. o32 = Create("Part",{
  352. ["Parent"] = o1,
  353. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  354. ["Transparency"] = 0.40000000596046,
  355. ["Position"] = Vector3.new(-22, 13.1084118, -66),
  356. ["Rotation"] = Vector3.new(-180, 0, -180),
  357. ["Anchored"] = true,
  358. ["CFrame"] = CFrame.new(-22, 13.1084118, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  359. ["Size"] = Vector3.new(26, 19.2000008, 4),
  360. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  361. })
  362. o33 = Create("Part",{
  363. ["Parent"] = o1,
  364. ["Material"] = Enum.Material.Concrete,
  365. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  366. ["Position"] = Vector3.new(-22, 23.9084167, -38),
  367. ["Rotation"] = Vector3.new(-180, 0, -180),
  368. ["Anchored"] = true,
  369. ["CFrame"] = CFrame.new(-22, 23.9084167, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  370. ["Size"] = Vector3.new(30, 2.4000001, 4),
  371. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  372. })
  373. o34 = Create("Part",{
  374. ["Parent"] = o1,
  375. ["Material"] = Enum.Material.Concrete,
  376. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  377. ["Position"] = Vector3.new(-37, 13.1084118, -65),
  378. ["Anchored"] = true,
  379. ["CFrame"] = CFrame.new(-37, 13.1084118, -65, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  380. ["Size"] = Vector3.new(4, 19.2000008, 2),
  381. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  382. })
  383. o35 = Create("Part",{
  384. ["Parent"] = o1,
  385. ["Material"] = Enum.Material.Concrete,
  386. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  387. ["Position"] = Vector3.new(-36, 13.1084118, -38),
  388. ["Anchored"] = true,
  389. ["CFrame"] = CFrame.new(-36, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  390. ["Size"] = Vector3.new(2, 19.2000008, 4),
  391. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  392. })
  393. o36 = Create("Part",{
  394. ["Parent"] = o1,
  395. ["Material"] = Enum.Material.Concrete,
  396. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  397. ["Position"] = Vector3.new(-8, 13.1084118, -38),
  398. ["Anchored"] = true,
  399. ["CFrame"] = CFrame.new(-8, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  400. ["Size"] = Vector3.new(2, 19.2000008, 4),
  401. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  402. })
  403. o37 = Create("Part",{
  404. ["Parent"] = o1,
  405. ["Material"] = Enum.Material.Concrete,
  406. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  407. ["Position"] = Vector3.new(-22, 23.9084167, -66),
  408. ["Rotation"] = Vector3.new(-180, 0, -180),
  409. ["Anchored"] = true,
  410. ["CFrame"] = CFrame.new(-22, 23.9084167, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  411. ["Size"] = Vector3.new(26, 2.4000001, 4),
  412. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  413. })
  414. o38 = Create("Part",{
  415. ["Parent"] = o1,
  416. ["Material"] = Enum.Material.Concrete,
  417. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  418. ["Position"] = Vector3.new(-37, 23.9084167, -53),
  419. ["Rotation"] = Vector3.new(0, 90, 0),
  420. ["Anchored"] = true,
  421. ["CFrame"] = CFrame.new(-37, 23.9084167, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  422. ["Size"] = Vector3.new(26, 2.4000001, 4),
  423. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  424. })
  425. o39 = Create("Part",{
  426. ["Parent"] = o1,
  427. ["Material"] = Enum.Material.Concrete,
  428. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  429. ["Position"] = Vector3.new(-7, 23.9084167, -53),
  430. ["Rotation"] = Vector3.new(0, 90, 0),
  431. ["Anchored"] = true,
  432. ["CFrame"] = CFrame.new(-7, 23.9084167, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  433. ["Size"] = Vector3.new(26, 2.4000001, 4),
  434. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  435. })
  436. o40 = Create("Part",{
  437. ["Parent"] = o1,
  438. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  439. ["Transparency"] = 0.40000000596046,
  440. ["Position"] = Vector3.new(-22, 13.1084118, -38),
  441. ["Rotation"] = Vector3.new(-180, 0, -180),
  442. ["Anchored"] = true,
  443. ["CFrame"] = CFrame.new(-22, 13.1084118, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  444. ["Size"] = Vector3.new(26, 19.2000008, 4),
  445. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  446. })
  447. o41 = Create("Part",{
  448. ["Parent"] = o1,
  449. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  450. ["Transparency"] = 0.40000000596046,
  451. ["Position"] = Vector3.new(-7, 13.1084118, -52),
  452. ["Rotation"] = Vector3.new(0, 90, 0),
  453. ["Anchored"] = true,
  454. ["CFrame"] = CFrame.new(-7, 13.1084118, -52, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  455. ["Size"] = Vector3.new(24, 19.2000008, 4),
  456. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  457. })
  458. o42 = Create("Part",{
  459. ["Parent"] = o1,
  460. ["Material"] = Enum.Material.Concrete,
  461. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  462. ["Position"] = Vector3.new(-22, 26.3084221, -52),
  463. ["Rotation"] = Vector3.new(-180, 0, -180),
  464. ["Anchored"] = true,
  465. ["CFrame"] = CFrame.new(-22, 26.3084221, -52, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  466. ["Size"] = Vector3.new(34, 2.4000001, 32),
  467. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  468. ["TopSurface"] = Enum.SurfaceType.Smooth,
  469. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  470. })
  471. o43 = Create("Part",{
  472. ["Parent"] = o1,
  473. ["Material"] = Enum.Material.Concrete,
  474. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  475. ["Position"] = Vector3.new(-18.9000111, 11.3084183, -18.5),
  476. ["Rotation"] = Vector3.new(-8.53773656e-007, -1.02835693e-005, 7.66185618e-014),
  477. ["Anchored"] = true,
  478. ["CFrame"] = CFrame.new(-18.9000111, 11.3084183, -18.5, 1, -1.33724617e-015, -1.79482143e-007, -1.33724617e-015, 1, 1.49011612e-008, -1.79482143e-007, 1.49011612e-008, 1),
  479. ["Size"] = Vector3.new(1, 1.20000005, 1),
  480. ["TopSurface"] = Enum.SurfaceType.Smooth,
  481. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  482. })
  483. o44 = Create("Part",{
  484. ["Parent"] = o1,
  485. ["Material"] = Enum.Material.Foil,
  486. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  487. ["Position"] = Vector3.new(0.5, 1.60841703, -54.2000008),
  488. ["Rotation"] = Vector3.new(-90, 0, -0),
  489. ["Anchored"] = true,
  490. ["CFrame"] = CFrame.new(0.5, 1.60841703, -54.2000008, 1, 0, 0, 0, 0, 1, 0, -1, 0),
  491. ["Size"] = Vector3.new(1, 8.40000057, 1),
  492. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  493. })
  494. o45 = Create("SpecialMesh",{
  495. ["Parent"] = o44,
  496. })
  497. o46 = Create("Part",{
  498. ["Parent"] = o1,
  499. ["Material"] = Enum.Material.Foil,
  500. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  501. ["Position"] = Vector3.new(-28.2998962, 19.7084656, -27.9000626),
  502. ["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, -0.000382487226),
  503. ["Anchored"] = true,
  504. ["CFrame"] = CFrame.new(-28.2998962, 19.7084656, -27.9000626, 1, 6.67566155e-006, -5.56394662e-006, -6.67567292e-006, 1, 4.61935997e-007, 5.5639498e-006, -4.6189885e-007, 1),
  505. ["Size"] = Vector3.new(1, 15.6000004, 1),
  506. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  507. })
  508. o47 = Create("SpecialMesh",{
  509. ["Parent"] = o46,
  510. })
  511. o48 = Create("Part",{
  512. ["Parent"] = o1,
  513. ["Material"] = Enum.Material.CorrodedMetal,
  514. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  515. ["Position"] = Vector3.new(-28.2998047, 28.0084724, -35.6000671),
  516. ["Rotation"] = Vector3.new(89.9999771, -0.000381660939, -179.99968),
  517. ["Anchored"] = true,
  518. ["CFrame"] = CFrame.new(-28.2998047, 28.0084724, -35.6000671, -1, 5.56394662e-006, -6.66124015e-006, 6.69009432e-006, -4.61936025e-007, -1, -5.5639498e-006, -1, 4.61898907e-007),
  519. ["Size"] = Vector3.new(1, 14.4000006, 1),
  520. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  521. })
  522. o49 = Create("SpecialMesh",{
  523. ["Parent"] = o48,
  524. })
  525. o50 = Create("Part",{
  526. ["Parent"] = o1,
  527. ["Material"] = Enum.Material.Concrete,
  528. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  529. ["Position"] = Vector3.new(0.5, 1.70842004, -58.9000015),
  530. ["Rotation"] = Vector3.new(0, 90, 0),
  531. ["Anchored"] = true,
  532. ["CFrame"] = CFrame.new(0.5, 1.70842004, -58.9000015, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  533. ["Size"] = Vector3.new(1, 1.20000005, 1),
  534. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  535. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  536. })
  537. o51 = Create("Part",{
  538. ["Parent"] = o1,
  539. ["Material"] = Enum.Material.Concrete,
  540. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  541. ["Position"] = Vector3.new(-18.8999557, 11.3084078, -27.9000053),
  542. ["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, 2.54989536e-005),
  543. ["Anchored"] = true,
  544. ["CFrame"] = CFrame.new(-18.8999557, 11.3084078, -27.9000053, 1, -4.45040683e-007, -5.56394662e-006, -4.45045828e-007, 1, 4.61935997e-007, 5.56394662e-006, -4.6193847e-007, 1),
  545. ["Size"] = Vector3.new(1, 1.20000005, 1),
  546. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  547. ["TopSurface"] = Enum.SurfaceType.Smooth,
  548. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  549. })
  550. o52 = Create("Part",{
  551. ["Parent"] = o1,
  552. ["Material"] = Enum.Material.Concrete,
  553. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  554. ["Position"] = Vector3.new(-9.5, 1.70842099, -18.5),
  555. ["Anchored"] = true,
  556. ["CFrame"] = CFrame.new(-9.5, 1.70842099, -18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  557. ["Size"] = Vector3.new(1, 1.20000005, 1),
  558. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  559. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  560. })
  561. o53 = Create("Part",{
  562. ["Parent"] = o1,
  563. ["Material"] = Enum.Material.Concrete,
  564. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  565. ["Position"] = Vector3.new(-38, 13.1084118, -38),
  566. ["Anchored"] = true,
  567. ["CFrame"] = CFrame.new(-38, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  568. ["Size"] = Vector3.new(2, 24, 4),
  569. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  570. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  571. })
  572. o54 = Create("Part",{
  573. ["Parent"] = o1,
  574. ["Material"] = Enum.Material.Concrete,
  575. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  576. ["Position"] = Vector3.new(-21.5, 1.70842099, -52.5),
  577. ["Rotation"] = Vector3.new(-180, 0, -180),
  578. ["Anchored"] = true,
  579. ["CFrame"] = CFrame.new(-21.5, 1.70842099, -52.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  580. ["Size"] = Vector3.new(3, 1.20000005, 3),
  581. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  582. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  583. })
  584. o55 = Create("Part",{
  585. ["Name"] = "Botoom",
  586. ["Parent"] = o1,
  587. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  588. ["Position"] = Vector3.new(-22, 0.608416975, -52),
  589. ["Anchored"] = true,
  590. ["CFrame"] = CFrame.new(-22, 0.608416975, -52, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  591. ["Size"] = Vector3.new(34, 1, 32),
  592. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  593. ["TopSurface"] = Enum.SurfaceType.Smooth,
  594. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  595. })
  596. mas.Parent = workspace
  597. mas:MakeJoints()
  598. local mas1 = mas:GetChildren()
  599. for i=1,#mas1 do
  600. mas1[i].Parent = workspace
  601. ypcall(function() mas1[i]:MakeJoints() end)
  602. end
  603. mas:Destroy()
  604. for i=1,#cors do
  605. coroutine.resume(cors[i])
  606. end
  607.  
  608.  
  609. wait(0.2)
  610.  
  611. game.Workspace.Chamber.Head.Anchored = true
  612. game.Workspace.Chamber.Head.CanCollide = false
  613. game.Workspace.Chamber:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
  614.  
  615. Gas = Instance.new("Sound")
  616. Gas.Parent = game.Workspace
  617. Gas.Volume = 0.8
  618. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  619. Gas.Pitch = 1
  620. Gas.Name = "Sound"
  621.  
  622. local ChatService = game:GetService("Chat")
  623. local Players = game.Players:GetChildren()
  624. local LocalPlayer = game.Players.Bruno973
  625. local To = game.Workspace.Chamber.GasPoint
  626.  
  627. local ShirtID = 234346150
  628. local PantsID = 234346173
  629.  
  630. local function GetShirt(Character)
  631. for _, Obj in pairs(Character:GetChildren()) do
  632. if Obj:IsA("Shirt") then
  633. return Obj
  634. end
  635. end
  636. end
  637.  
  638. local function GetPants(Character)
  639. for _, Obj in pairs(Character:GetChildren()) do
  640. if Obj:IsA("Pants") then
  641. return Obj
  642. end
  643. end
  644. end
  645.  
  646. Humanoids={}
  647.  
  648. for _, Player in pairs(game.Players:GetPlayers()) do
  649. if Player.Character and Player ~= Bruno973 then
  650. -- local Shirt = GetShirt(Player)
  651. -- local Pants = GetPants(Player)
  652.  
  653. -- if Shirt then Shirt:Destroy() end
  654. -- if Pants then Pants:Destroy() end
  655.  
  656. for _, v in pairs(Player.Character:GetChildren()) do --removes clothing
  657. if v:IsA("Clothing") then v:Destroy() end
  658. end
  659.  
  660. local NShirt = Instance.new("Shirt", Player.Character)
  661. local NPants = Instance.new("Pants", Player.Character)
  662.  
  663. NShirt.ShirtTemplate = "rbxassetid://"..ShirtID
  664. NPants.PantsTemplate = "rbxassetid://"..PantsID
  665. if Player.Character:FindFirstChild("HumanoidRootPart") then
  666. Player.Character.HumanoidRootPart.CFrame = To.CFrame
  667. Gas:Play()
  668.  
  669. ChatService:Chat(Player.Character.Head, "SIEG HEIL", "Red")
  670. table.insert(Humanoids,Player.Character.Humanoid)
  671. -- wait(9)
  672. -- Player.Character.Humanoid:Destroy()
  673. end
  674. end
  675. end
  676. wait(9)
  677. for _, Humanoid in pairs(Humanoids) do
  678. Humanoid:Destroy()
  679. end
  680.  
  681. local animation = Instance.new("Animation")
  682. animation.AnimationId = "http://www.roblox.com/Asset?ID=466780804"
  683. local animTrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(animation)
  684. animTrack:Play()
  685.  
  686. wait(4)
  687.  
  688. Gas:Pause()
  689. Gas:Destroy()
  690. wait(2)
  691. game.Workspace.Chamber:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement