Advertisement
Guest User

Untitled

a guest
May 26th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.95 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Credits = Instance.new("TextLabel")
  5. local insaneall = Instance.new("TextButton")
  6. local daball = Instance.new("TextButton")
  7. local dabothers = Instance.new("TextButton")
  8. local insaneothers = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Frame.BackgroundTransparency = 0.5
  18. Frame.Draggable = true
  19. Frame.Position = UDim2.new(0, 341, 0, 41)
  20. Frame.Size = UDim2.new(0, 358, 0, 423)
  21.  
  22. Credits.Name = "Credits"
  23. Credits.Parent = Frame
  24. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  25. Credits.BackgroundTransparency = 0.5
  26. Credits.Position = UDim2.new(0, 79, 0, 0)
  27. Credits.Size = UDim2.new(0, 200, 0, 50)
  28. Credits.Font = Enum.Font.SciFi
  29. Credits.FontSize = Enum.FontSize.Size24
  30. Credits.Text = "By Cozmo V3rm"
  31. Credits.TextColor3 = Color3.new(0, 1, 1)
  32. Credits.TextSize = 24
  33.  
  34. insaneall.Name = "insaneall"
  35. insaneall.Parent = Frame
  36. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  37. insaneall.BackgroundTransparency = 0.5
  38. insaneall.Position = UDim2.new(0, 0, 0, 106)
  39. insaneall.Size = UDim2.new(0, 155, 0, 50)
  40. insaneall.Font = Enum.Font.SciFi
  41. insaneall.FontSize = Enum.FontSize.Size18
  42. insaneall.Text = "FE Insane all"
  43. insaneall.TextColor3 = Color3.new(0, 1, 1)
  44. insaneall.TextSize = 18
  45.  
  46. daball.Name = "daball"
  47. daball.Parent = Frame
  48. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  49. daball.BackgroundTransparency = 0.5
  50. daball.Position = UDim2.new(0, 0, 0, 228)
  51. daball.Size = UDim2.new(0, 155, 0, 50)
  52. daball.Font = Enum.Font.SciFi
  53. daball.FontSize = Enum.FontSize.Size18
  54. daball.Text = "FE Dab all"
  55. daball.TextColor3 = Color3.new(0, 1, 1)
  56. daball.TextSize = 18
  57.  
  58. dabothers.Name = "dabothers"
  59. dabothers.Parent = Frame
  60. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  61. dabothers.BackgroundTransparency = 0.5
  62. dabothers.Position = UDim2.new(0, 203, 0, 230)
  63. dabothers.Size = UDim2.new(0, 155, 0, 50)
  64. dabothers.Font = Enum.Font.SciFi
  65. dabothers.FontSize = Enum.FontSize.Size18
  66. dabothers.Text = "FE Dab others"
  67. dabothers.TextColor3 = Color3.new(0, 1, 1)
  68. dabothers.TextSize = 18
  69.  
  70. insaneothers.Name = "insaneothers"
  71. insaneothers.Parent = Frame
  72. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  73. insaneothers.BackgroundTransparency = 0.5
  74. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  75. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  76. insaneothers.Font = Enum.Font.SciFi
  77. insaneothers.FontSize = Enum.FontSize.Size18
  78. insaneothers.Text = "FE Insane others"
  79. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  80. insaneothers.TextSize = 18
  81.  
  82. insaneall.MouseButton1Click:connect(function()
  83. for i,v in pairs(game.Players:GetPlayers()) do
  84. local AnimationId = "33796059"
  85. local Anim = Instance.new("Animation")
  86. Anim.AnimationId = "rbxassetid://"..AnimationId
  87. local k = v.Character.Humanoid:LoadAnimation(Anim)
  88. k:Play()
  89. k:AdjustSpeed(90)
  90. end
  91. end)
  92. insaneothers.MouseButton1Click:connect(function()
  93. for i,v in pairs(game.Players:GetPlayers()) do
  94. if v.Name~=game.Players.LocalPlayer.Name then
  95. local AnimationId = "33796059"
  96. local Anim = Instance.new("Animation")
  97. Anim.AnimationId = "rbxassetid://"..AnimationId
  98. local k = v.Character.Humanoid:LoadAnimation(Anim)
  99. k:Play()
  100. k:AdjustSpeed(90)
  101. end
  102. end
  103. end)
  104. dabothers.MouseButton1Click:connect(function()
  105. for i,v in pairs(game.Players:GetPlayers()) do
  106. if v.Name~=game.Players.LocalPlayer.Name then
  107. local AnimationId = "248263260"
  108. local Anim = Instance.new("Animation")
  109. Anim.AnimationId = "rbxassetid://"..AnimationId
  110. local k = v.Character.Humanoid:LoadAnimation(Anim)
  111. k:Play()
  112. k:AdjustSpeed(1)
  113. end
  114. end
  115. end)
  116. daball.MouseButton1Click:connect(function()
  117. for i,v in pairs(game.Players:GetPlayers()) do
  118. local AnimationId = "248263260"
  119. local Anim = Instance.new("Animation")
  120. Anim.AnimationId = "rbxassetid://"..AnimationId
  121. local k = v.Character.Humanoid:LoadAnimation(Anim)
  122. k:Play()
  123. k:AdjustSpeed(1)
  124. end
  125. end)
  126.  
  127.  
  128. -- Made by XiBiTT;
  129. -- This should work with all level 7 script executors!
  130. -- Change TEXT to your message!
  131. -- The message will go away after 3 seconds!
  132.  
  133. local message = Instance.new(”Message”)
  134. message.Parent = game.Workspace
  135. message.Text = “Hello again”
  136. wait(3)
  137. message:Remove()
  138.  
  139. local message = Instance.new(”Message”)
  140. message.Parent = game.Workspace
  141. message.Text = “Your lord is back mr.doe”
  142. wait(3)
  143. message:Remove()
  144.  
  145. local message = Instance.new(”Message”)
  146. message.Parent = game.Workspace
  147. message.Text = “Shall 1x1x1x1 come”
  148. wait(3)
  149. message:Remove()
  150.  
  151.  
  152. local message = Instance.new(”Message”)
  153. message.Parent = game.Workspace
  154. message.Text = “The answer is yes”
  155. wait(3)
  156. message:Remove()
  157.  
  158. local message = Instance.new(”Message”)
  159. message.Parent = game.Workspace
  160. message.Text = “and... Donisie640 is going to play with us too”
  161. wait(3)
  162. message:Remove()
  163.  
  164. local message = Instance.new(”Message”)
  165. message.Parent = game.Workspace
  166. message.Text = “Let the games begin.”
  167. wait(3)
  168. message:Remove()
  169.  
  170. ------------
  171. --John Doe--
  172. ------------
  173. -----by-----
  174. --CKbackup--
  175. ------------
  176.  
  177. --Player Stuff--
  178. player = game:GetService("Players").LocalPlayer
  179. chara = player.Character
  180.  
  181. ch = chara:GetChildren()
  182. for i = 1, #ch do
  183. if ch[i].Name == "Torso" then
  184. ch[i].roblox.Transparency = 1
  185. elseif ch[i].Name == "Head" then
  186. ch[i].face.Transparency = 1
  187. ch[i].Transparency = 1
  188. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  189. ch[i]:Destroy()
  190. end
  191. end
  192.  
  193. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  194. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  195. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  196. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  197. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  198.  
  199. --Outfit--
  200. New = function(Object, Parent, Name, Data)
  201. local Object = Instance.new(Object)
  202. for Index, Value in pairs(Data or {}) do
  203. Object[Index] = Value
  204. end
  205. Object.Parent = Parent
  206. Object.Name = Name
  207. return Object
  208. end
  209.  
  210. function ScatterEff(part)
  211. local eff1 = Instance.new("ParticleEmitter",part)
  212. eff1.Size = NumberSequence.new(.1)
  213. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  214. eff1.LightEmission = 1
  215. eff1.Lifetime = NumberRange.new(1)
  216. eff1.Speed = NumberRange.new(1)
  217. eff1.Rate = 100
  218. eff1.VelocitySpread = 10000
  219. eff1.Texture = "rbxassetid://347504241"
  220. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  221. local eff2 = Instance.new("ParticleEmitter",part)
  222. eff2.Size = NumberSequence.new(.1)
  223. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  224. eff2.LightEmission = 1
  225. eff2.Lifetime = NumberRange.new(1)
  226. eff2.Speed = NumberRange.new(1)
  227. eff2.Rate = 100
  228. eff2.VelocitySpread = 10000
  229. eff2.Texture = "rbxassetid://347504259"
  230. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  231. end
  232.  
  233. function BurningEff(part)
  234. local eff1 = Instance.new("ParticleEmitter",part)
  235. eff1.Size = NumberSequence.new(.1)
  236. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  237. eff1.LightEmission = 1
  238. eff1.Lifetime = NumberRange.new(1)
  239. eff1.Speed = NumberRange.new(0)
  240. eff1.Rate = 100
  241. eff1.Texture = "rbxassetid://347504241"
  242. eff1.Acceleration = Vector3.new(0,10,0)
  243. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  244. local eff2 = Instance.new("ParticleEmitter",part)
  245. eff2.Size = NumberSequence.new(.1)
  246. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  247. eff2.LightEmission = 1
  248. eff2.Lifetime = NumberRange.new(1)
  249. eff2.Speed = NumberRange.new(0)
  250. eff2.Rate = 100
  251. eff2.Texture = "rbxassetid://347504259"
  252. eff2.Acceleration = Vector3.new(0,10,0)
  253. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  254. local eff3 = Instance.new("ParticleEmitter",part)
  255. eff3.Size = NumberSequence.new(1)
  256. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  257. eff3.LightEmission = 1
  258. eff3.Lifetime = NumberRange.new(1)
  259. eff3.Speed = NumberRange.new(0)
  260. eff3.Rate = 100
  261. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  262. eff3.Acceleration = Vector3.new(0,10,0)
  263. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  264. end
  265.  
  266. FakeHead = New("Model",chara,"FakeHead",{})
  267. MainPart = New("Part",FakeHead,"MainPart",{FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(2.29537678, 7.81603718, 0.746068954, 0.00980896503, 0.00110200304, 0.999957919, -0.000536994543, 1.00000548, -0.00109680078, -0.99994874, -0.0005262224, 0.00980964955),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,})
  268. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  269. face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",})
  270. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),C1 = CFrame.new(5.96046448e-008, -8.58306885e-006, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),})
  271. FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow")
  272. EyeFire = New("Part",FakeHead,"EyeFire",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(1.69668579, 8.11665249, 0.640022159, -0.00107900088, 0.999958038, -0.00980941113, -1.0000056, -0.00107390946, 0.000525554642, 0.000515007298, 0.00981007144, 0.999948859),CanCollide = false,Color = Color3.new(1, 0, 0),})
  273. Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),})
  274. Weld = New("ManualWeld",EyeFire,"Weld",{Part0 = EyeFire,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0010790003, -0.999999344, 0.000515000196, 0.999951363, -0.0010738963, 0.00981000345, -0.00980944186, 0.000525560055, 0.99995178),C1 = CFrame.new(0.100008011, 0.300009251, -0.600027919, 0.00980899762, -0.000536999898, -0.99995178, 0.00110200245, 0.999999344, -0.000526215415, 0.999951363, -0.00109678751, 0.00980958249),})
  275. Chest = New("Model",chara,"Chest",{})
  276. MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(2.2937007, 6.31611967, 0.746871948, 0.00980956201, 0.00110224239, 0.999954581, -0.000537135813, 1.00000238, -0.00109703222, -0.99995023, -0.000526354474, 0.00981019717),CanCollide = false,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,})
  277. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.009809535, -0.000537137908, -0.99994725, 0.00110225554, 1.00000858, -0.000526368851, 0.999961257, -0.00109705783, 0.00981026888),C1 = CFrame.new(5.96046448e-008, -9.05990601e-006, -2.38418579e-007, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  278. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.800000072, 1),CFrame = CFrame.new(2.28977966, 7.11656427, 1.34486222, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  279. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  280. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.598430753, 0.800122261, 0.00106739998, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  281. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.400000066, 1),CFrame = CFrame.new(2.29174757, 6.71645212, 1.54485857, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  282. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  283. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.798183441, 0.399908543, 0.00543618202, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  284. LeftArm = New("Model",chara,"LeftArm",{})
  285. MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.90889204, 6.31596565, 3.24640989, -0.0484240092, -0.0324009918, 0.998301268, -0.00117100019, 0.999474883, 0.0323822871, -0.998826265, 0.000399069104, -0.0484365262),CanCollide = false,})
  286. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),C1 = CFrame.new(0, -8.10623169e-006, -2.38418579e-007, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  287. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.48370504, 6.50245714, 2.8663168, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  288. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  289. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(0.400017738, 0.200018406, -0.400015235, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  290. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.51924801, 6.60332775, 3.66543078, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  291. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  292. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.399997473, 0.300003052, -0.399972558, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  293. EffCorruptedPart = New("Part",LeftArm,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(1.92512023, 5.81624889, 3.24619365, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  294. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  295. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.52587891e-005, -0.49998045, 2.90870667e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  296. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(2.31463432, 6.72918367, 3.62673688, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  297. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  298. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.400012016, 0.400006294, 0.400012136, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  299. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.50631011, 6.40297413, 3.26581192, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  300. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  301. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.3589859e-005, 0.100014687, -0.400020242, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  302. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.92179501, 6.51633835, 3.64602208, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  303. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  304. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.40000248, 0.200008869, 1.37090683e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  305. BurningEff(EffCorruptedPart)
  306. LeftLeg = New("Model",chara,"LeftLeg",{})
  307. MainPart = New("Part",LeftLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.2865479, 1.31659603, 1.24781799, 0.00980953407, 0.00110225566, 0.999961138, -0.000537137908, 1.00000858, -0.00109705783, -0.99994719, -0.000526368851, 0.00981026888),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  308. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),C1 = CFrame.new(0, -8.58306885e-006, -2.38418579e-007, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  309. EffCorruptedPart = New("Part",LeftLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.200000048, 1),CFrame = CFrame.new(2.28007793, 0.400032878, 1.25993299, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  310. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  311. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0116856098, -0.916567385, -0.00534534454, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  312. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.88013697, 0.800038397, 0.859943509, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  313. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  314. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(0.3841483, -0.516796231, -0.40962553, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  315. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(2.69002914, 0.915953577, 0.851962805, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  316. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  317. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(0.400011122, -0.399985313, 0.400013685, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  318. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.88013721, 0.900040269, 1.65993917, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  319. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  320. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.415866137, -0.41721642, -0.40188694, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  321. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.88013721, 0.600035727, 1.25993288, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  322. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  323. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0157161951, -0.717007458, -0.405481935, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  324. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.28007793, 0.700037479, 1.65993929, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  325. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  326. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.411835551, -0.616776347, -0.00175023079, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  327. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(2.68018699, 1.10004401, 1.65993941, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  328. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  329. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.408125639, -0.216332912, 0.397896528, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  330. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.68596959, 0.816166699, 1.25195313, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  331. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  332. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(5.20944595e-005, -0.499986172, 0.399987936, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  333. ScatterEff(EffCorruptedPart)
  334. RightArm = New("Model",chara,"RightArm",{})
  335. MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.31690788, -3.92582893, 0.00918400101, -0.262283146, 0.964947343, 0.259330034, 0.932596445, 0.251021653, -0.965745091, 0.247934431, 0.0765828639),CanCollide = false,})
  336. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),C1 = CFrame.new(-2.86102295e-006, -9.05990601e-006, -2.38418579e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  337. Hitbox = New("Part",RightArm,"Hitbox",{BrickColor = BrickColor.new("Really black"),Transparency = 1,Transparency = 1,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(22.2733669, 5.0842762, -22.1737366, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  338. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945257, -0.251027077, -0.0765930116, -0.262290984, 0.93259424, 0.247935042, 0.00919180829, 0.259333313, -0.965744138),C1 = CFrame.new(-1.52587891e-005, -1.00003147, -1.71661377e-005, 0.0091838371, 0.259330064, -0.965745151, -0.262283117, 0.932596445, 0.247934505, 0.964947283, 0.251021653, 0.0765827149),})
  339. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.3169179, -3.92581391, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  340. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  341. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251027018, -0.0765930042, -0.262290984, 0.932594121, 0.247935027, 0.00919180084, 0.259333313, -0.965744197),C1 = CFrame.new(-1.1920929e-005, 1.28746033e-005, 3.57627869e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  342. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.14866924, 6.03215551, -4.72580194, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  343. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  344. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.699988842, -0.499982834, 7.62939453e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  345. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 0.600000024),CFrame = CFrame.new(2.63876629, 4.02682734, -4.32773018, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  346. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  347. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(-0.199987888, -2.39999342, 3.02791595e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  348. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.62134135, 7.81954479, -3.94021821, 0.964945078, -0.262291819, -0.00918725226, 0.251029015, 0.932593465, -0.259333432, 0.0765890032, 0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  349. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  350. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.964944899, 0.251028955, 0.0765889958, -0.262291819, 0.932593465, 0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.399995804, 1.5000124, -2.38418579e-007, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  351. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.35483098, 5.18234444, -4.53787422, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  352. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  353. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.300010204, -1.29999256, 1.40666962e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  354. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.88730097, 6.99068737, -4.57445002, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  355. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  356. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.799996853, 0.50001812, 4.29153442e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  357. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.800000072, 0.600000024),CFrame = CFrame.new(2.37646794, 4.9594202, -4.07979012, -0.964945316, -0.262290984, 0.00918756705, -0.251028091, 0.932593942, 0.259333163, -0.0765890256, 0.247935995, -0.965744197),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  358. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  359. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251028031, -0.0765890107, -0.262290955, 0.932593882, 0.247935966, 0.0091875596, 0.259333193, -0.965744257),C1 = CFrame.new(-0.199994564, -1.39999104, 1.52587891e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  360. RightLeg = New("Model",chara,"RightLeg",{})
  361. MainPart = New("Part",RightLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.29641008, 1.31540966, 0.248092994, 0.00933599845, 0.00110999751, 0.999955773, -0.0030579993, 0.999994755, -0.00108149007, -0.99995178, -0.0030477671, 0.00933934376),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  362. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),C1 = CFrame.new(2.98023224e-008, -8.58306885e-006, 2.38418579e-007, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  363. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(2.70045996, 1.61376095, -0.149078026, 0.999955833, 0.00111049914, -0.0093326522, -0.00108199986, 0.999994755, 0.00305823679, 0.00933599938, -0.00304800388, 0.999951839),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  364. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  365. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955893, -0.00108199986, 0.00933599938, 0.00111049926, 0.999994755, -0.00304800388, -0.0093326522, 0.00305823679, 0.99995178),C1 = CFrame.new(0.400011688, 0.300008655, 0.400000095, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  366. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.90071809, 1.81462395, -0.157150015, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  367. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  368. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(0.400002658, 0.50000751, -0.399999142, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  369. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.896873, 1.71584904, 0.243133992, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  370. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  371. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(4.14252281e-006, 0.400008917, -0.399998784, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  372. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(1.89314091, 1.71706903, 0.643112063, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  373. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  374. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(-0.399993181, 0.400005698, -0.399996519, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  375. EffCorruptedPart = New("Part",RightLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 1),CFrame = CFrame.new(2.29597116, 0.915416002, 0.249298006, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  376. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  377. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(1.41263008e-005, -0.399995744, 5.00679016e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  378. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.300596, 1.71419013, -0.153122023, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  379. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  380. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(0.400015235, 0.400005817, 7.39097595e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  381. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.69322205, 1.81620288, 0.650299072, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  382. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  383. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-0.400013447, 0.500005245, 0.400009155, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  384. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.69684124, 1.71498096, 0.250625998, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  385. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  386. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-1.63316727e-005, 0.400005937, 0.400005102, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  387. ScatterEff(EffCorruptedPart)
  388.  
  389. sa = RightArm:GetChildren()
  390. for i = 1, #sa do
  391. ScatterEff(sa[i])
  392. end
  393.  
  394. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  395. eff1.Size = NumberSequence.new(.1)
  396. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  397. eff1.LightEmission = 1
  398. eff1.Lifetime = NumberRange.new(.5)
  399. eff1.Speed = NumberRange.new(1)
  400. eff1.EmissionDirection = "Front"
  401. eff1.Rate = 100
  402. eff1.Texture = "rbxassetid://347504241"
  403. eff1.Acceleration = Vector3.new(0,10,0)
  404. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  405. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  406. eff2.Size = NumberSequence.new(.1)
  407. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  408. eff2.LightEmission = 1
  409. eff2.Lifetime = NumberRange.new(.5)
  410. eff2.Speed = NumberRange.new(1)
  411. eff2.EmissionDirection = "Front"
  412. eff2.Rate = 100
  413. eff2.Texture = "rbxassetid://347504259"
  414. eff2.Acceleration = Vector3.new(0,10,0)
  415. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  416. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  417. eff3.Size = NumberSequence.new(.1)
  418. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  419. eff3.LightEmission = 1
  420. eff3.Lifetime = NumberRange.new(.5)
  421. eff3.Speed = NumberRange.new(1)
  422. eff3.EmissionDirection = "Front"
  423. eff3.Rate = 100
  424. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  425. eff3.Acceleration = Vector3.new(0,10,0)
  426. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  427.  
  428. --Sounds--
  429. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  430. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  431. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  432. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  433. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  434. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  435. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  436. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  437. music1:Play()
  438. music2:Play()
  439.  
  440. --Animations--
  441. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  442.  
  443. --Name Tag--
  444. local naeeym = Instance.new("BillboardGui",chara)
  445. naeeym.Size = UDim2.new(0,100,0,40)
  446. naeeym.StudsOffset = Vector3.new(0,2,0)
  447. naeeym.Adornee = chara.Head
  448. local tecks = Instance.new("TextLabel",naeeym)
  449. tecks.BackgroundTransparency = 1
  450. tecks.BorderSizePixel = 0
  451. tecks.Text = "John Doe"
  452. tecks.Font = "Fantasy"
  453. tecks.FontSize = "Size24"
  454. tecks.TextStrokeTransparency = 0
  455. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  456. tecks.TextColor3 = Color3.new(0,0,0)
  457. tecks.Size = UDim2.new(1,0,0.5,0)
  458.  
  459. --Skybox--
  460. skybox = Instance.new("Part",chara)
  461. skybox.Size = Vector3.new(0,0,0)
  462. skybox.Anchored = true
  463. skybox.CanCollide = true
  464. skyboxmesh = Instance.new("SpecialMesh",skybox)
  465. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  466. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=1529455"
  467. skyboxmesh.VertexColor = Vector3.new(1,0,0)
  468. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  469.  
  470. --Soul Steal--
  471. function SoulSteal(pos)
  472. local soulst = coroutine.wrap(function()
  473. local soul = Instance.new("Part",chara)
  474. soul.Size = Vector3.new(0,0,0)
  475. soul.CanCollide = false
  476. soul.Anchored = false
  477. soul.Position = pos
  478. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  479. soul.Transparency = 1
  480. local ptc = Instance.new("ParticleEmitter",soul)
  481. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  482. ptc.Size = NumberSequence.new(.5)
  483. ptc.LockedToPart = true
  484. ptc.Speed = NumberRange.new(0)
  485. ptc.Lifetime = NumberRange.new(9999)
  486. local bodpos = Instance.new("BodyPosition",soul)
  487. bodpos.Position = pos
  488. wait(2)
  489. soul.Touched:connect(function(hit)
  490. if hit.Parent == chara then
  491. soul:Destroy()
  492. end
  493. end)
  494. while soul do
  495. wait(.1)
  496. bodpos.Position = chara.Torso.Position
  497. end
  498. end)
  499. soulst()
  500. end
  501.  
  502. --Death of a Mortal--
  503. function KillMortal(hitdude)
  504. local torsy = nil
  505. if hitdude:FindFirstChild("Torso")~=nil then
  506. torsy = hitdude.Torso
  507. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  508. torsy = hitdude.UpperTorso
  509. end
  510. local val = Instance.new("ObjectValue",hitdude)
  511. val.Name = "HasBeenHit"
  512. hitdude:BreakJoints()
  513. hitdude.Humanoid:Destroy()
  514. SoulSteal(torsy.Position)
  515. local chi = hitdude:GetChildren()
  516. for i = 1, #chi do
  517. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  518. local bodpos = Instance.new("BodyPosition",chi[i])
  519. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  520. ScatterEff(chi[i])
  521. chi[i].BrickColor = BrickColor.new("Really black")
  522. end
  523. end
  524. for i = 1, 4 do
  525. for i = 1, #chi do
  526. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  527. chi[i].Transparency = chi[i].Transparency + .25
  528. wait(.01)
  529. end
  530. end
  531. end
  532. for i = 1, #chi do
  533. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  534. chi[i]:Destroy()
  535. end
  536. end
  537. end
  538.  
  539. --Arm Touch--
  540. bladeactive = false
  541. Hitbox.Touched:connect(function(hit)
  542. if bladeactive == true then
  543. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  544. hitsnd:Play()
  545. KillMortal(hit.Parent)
  546. end
  547. end
  548. end)
  549.  
  550. --Teleport--
  551. function Teleport(pos)
  552. telesnd:Play()
  553. local ch = chara:GetChildren()
  554. for i = 1, #ch do
  555. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  556. local trace = Instance.new("Part",game.Workspace)
  557. trace.Size = ch[i].Size
  558. trace.Material = "Neon"
  559. trace.BrickColor = BrickColor.new("Really black")
  560. trace.Transparency = .3
  561. trace.CanCollide = false
  562. trace.Anchored = true
  563. trace.CFrame = ch[i].CFrame
  564. if ch[i].Name == "Head" then
  565. mehs = Instance.new("CylinderMesh",trace)
  566. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  567. end
  568. tracedisappear = coroutine.wrap(function()
  569. wait(1)
  570. for i = 1, 7 do
  571. wait(.1)
  572. trace.Transparency = trace.Transparency + .1
  573. end
  574. trace:Destroy()
  575. end)
  576. tracedisappear()
  577. end
  578. end
  579. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  580. end
  581.  
  582. --Grab--
  583. function Grab(mouse)
  584. local hit = mouse.Target
  585. if hit ~= nil then
  586. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  587. local torsy = nil
  588. if hit.Parent:FindFirstChild("Torso")~=nil then
  589. torsy = hit.Parent.Torso
  590. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  591. torsy = hit.Parent.UpperTorso
  592. end
  593. local bodpos = Instance.new("BodyPosition",torsy)
  594. bodpos.Position = torsy.Position
  595. wait(1)
  596. burnsnd:Play()
  597. hit.Parent.Humanoid.MaxHealth = 100
  598. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  599. for i = 1, 10 do
  600. wait(.1)
  601. BurningEff(torsy)
  602. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  603. end
  604. KillMortal(hit.Parent)
  605. end
  606. else end
  607. end
  608.  
  609. --Button1Down--
  610. dell = false
  611. function onButton1Down()
  612. if dell == false then
  613. dell = true
  614. swinganim:Play()
  615. bladeactive = true
  616. slashsnd:Play()
  617. wait(.7)
  618. bladeactive = false
  619. dell = false
  620. swinganim:Stop()
  621. end
  622. end
  623.  
  624. --KeyDowns--
  625. function onKeyDown(key)
  626. if key == "z" then
  627. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  628. elseif key == "x" then
  629. Grab(Mouse)
  630. end
  631. end
  632.  
  633. --Mouse Functions--
  634. Mouse = player:GetMouse()
  635. if Mouse then
  636. Mouse.Button1Down:connect(onButton1Down)
  637. Mouse.KeyDown:connect(onKeyDown)
  638. end
  639.  
  640. --Death--
  641. chara.Humanoid.Died:connect(function()
  642. local pat = Instance.new("Part",game.Workspace)
  643. pat.Transparency = 1
  644. pat.Anchored = true
  645. pat.CFrame = chara.Torso.CFrame
  646. naeeym.Parent = pat
  647. naeeym.Adornee = pat
  648. skybox.Parent = game.Workspace
  649. tecks.Text = "BAD CHOICE"
  650. tecks.FontSize = "Size48"
  651. tecks.TextColor3 = Color3.new(1,0,0)
  652. music1:Stop()
  653. music2:Stop()
  654. deathmus.Parent = game.Workspace
  655. deathex.Parent = game.Workspace
  656. deathmus:Play()
  657. deathex:Play()
  658. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  659. game.Lighting.TimeOfDay = "00:00:00"
  660. game.Lighting.FogColor = Color3.new(0,0,0)
  661. game.Lighting.FogEnd = 1000
  662. local ex = Instance.new("Explosion",game.Workspace)
  663. ex.Position = chara.Torso.Position
  664. ex.Visible = false
  665. ex.BlastRadius = 999999999999999999999999
  666. ex.BlastPressure = 9999999999999999999999999
  667. end)
  668.  
  669. --Loop Function--
  670. while true do
  671. wait(.01)
  672. chance = math.random(0,100)
  673. if chance < 10 then
  674. sel = math.random(1,3)
  675. if sel == 1 then
  676. tecks.Text = "NOHOPE"
  677. elseif sel == 2 then
  678. tecks.Text = "GIVEUP"
  679. elseif sel == 3 then
  680. tecks.Text = "BURNINHELL"
  681. end
  682. else tecks.Text = "John Doe"
  683. end
  684. if chara.Humanoid.Health > 0 then
  685. chara.Humanoid.MaxHealth = math.huge
  686. chara.Humanoid.Health = math.huge
  687. game.Lighting.OutdoorAmbient = Color3.new(1,0,0)
  688. game.Lighting.Ambient = Color3.new(1,0,0)
  689. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  690. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  691. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  692. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  693. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  694. chara["Left Arm"].Anchored = false
  695. chara["Right Arm"].Anchored = false
  696. chara["Left Leg"].Anchored = false
  697. chara["Right Leg"].Anchored = false
  698. chara.Torso.Anchored = false
  699. ch = chara:GetChildren()
  700. for i = 1, #ch do
  701. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  702. ch[i]:Destroy()
  703. end
  704. end
  705. tools = player.Backpack:GetChildren()
  706. for i = 1, #tools do
  707. if tools[i].ClassName == "HopperBin" then
  708. tools[i]:Destroy()
  709. end
  710. end
  711. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  712. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  713. local jtrace = Instance.new("Part",game.Workspace)
  714. jtrace.Name = "JDTrace"
  715. jtrace.Size = Vector3.new(10,0,10)
  716. jtrace.Position = chara.Torso.Position
  717. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  718. jtrace.Anchored = true
  719. jtrace.CanCollide = false
  720. jtrace.BrickColor = BrickColor.new("Really black")
  721. jtrace.Material = "Granite"
  722. BurningEff(jtrace)
  723. game.Debris:AddItem(jtrace,1)
  724. end
  725. end
  726.  
  727. -- Quick scan:
  728. -- This will just give you a brick-count and print it to your output
  729. -- Go in Solo or Online mode to get a dynamic GUI counter
  730.  
  731. local lighting = game:GetService("Lighting")
  732. lighting.Brightness = 0
  733. lighting.OutdoorAmbient = Color3.new(0,0,0)
  734. local sky = Instance.new("Sky", lighting)
  735. sky.SkyboxBk = "http://www.roblox.com/asset/?id=48020371"
  736. sky.SkyboxDn = "http://www.roblox.com/asset/?id=48020144"
  737. sky.SkyboxFt = "http://www.roblox.com/asset/?id=48020234"
  738. sky.SkyboxLf = "http://www.roblox.com/asset/?id=48020211"
  739. sky.SkyboxRt = "http://www.roblox.com/asset/?id=48020254"
  740. sky.SkyboxUp = "http://www.roblox.com/asset/?id=48020383"
  741. local music = Instance.new("Sound", game.Workspace)
  742. music.SoundId = "rbxassetid://150402649"
  743. music.Volume = 1
  744. music.Looped = true
  745. music.PlayOnRemove = true
  746. music:Play()
  747.  
  748. local parts = {}
  749. function scan(p)
  750. for _,target in pairs(p:GetChildren()) do
  751. if target:IsA("BasePart") then
  752. table.insert(parts,target) -- target is the actual parts!
  753. target.Anchored = false
  754. target.BrickColor = BrickColor.new("Really black")
  755. local sb = Instance.new("SelectionBox", target)
  756. sb.Color3 = Color3.new(255, 0, 0)
  757. sb.SurfaceColor3 = Color3.new(170, 0, 0)
  758. sb.Adornee = target
  759. local pe = Instance.new("ParticleEmitter", target)
  760. pe.Name = "10101110010011"
  761. pe.Texture = "rbxassetid://45524735"
  762. pe.Rate = 10
  763. pe.SpreadAngle = Vector2.new(-90, 90)
  764. local pe2 = Instance.new("ParticleEmitter", target)
  765. pe2.Name = "ERROR_._ER-__ORO_...."
  766. pe2.Texture = "rbxassetid://158293315"
  767. pe2.Rate = 10
  768. pe2.SpreadAngle = Vector2.new(-90, 90)
  769. local bb = Instance.new("BillboardGui", target)
  770. bb.Size = UDim2.new(50,0 , 25,0)
  771. bb.AlwaysOnTop = true
  772. local randomtext = {
  773. "1x1x1x1 !S B4CK",
  774. "101010110100101011101111010101",
  775. "_-ERROR-_"
  776. }
  777. local label = Instance.new("TextLabel", bb)
  778. label.Size = UDim2.new(1,0 , 1,0)
  779. label.TextScaled = true
  780. label.TextWrapped = true
  781. label.BackgroundTransparency = 1
  782. local brickcolor = BrickColor.new("Really red")
  783. label.TextColor3 = brickcolor.Color
  784. label.Font = "ArialBold"
  785. label.TextSize = 100
  786. local chosentext = randomtext[math.random(1, #randomtext)]
  787. label.Text = chosentext
  788. local fire = Instance.new("Fire", target)
  789. fire.Size = 30
  790. fire.Heat = 25
  791. end
  792. scan(target)
  793. end
  794. end
  795. scan(game.Workspace)
  796. --print(#parts .. (#parts == 1 and " brick " or " bricks ") .. "counted")
  797. parts = {}
  798. wait(1)
  799.  
  800.  
  801. local m = Instance.new("Message", game.Workspace)
  802. m.Text = "1x1x1x1 HAS RETURNED TO DESTROY ROBLOX!"
  803. wait(3)
  804. m.Text = "STARTING COUNTDOWN..."
  805. wait(2)
  806. m.Text = "ONCE THE TIMER REACH 0, THIS SERVER WILL NO LONGER EXIST!"
  807. wait(5)
  808.  
  809. local unit = 10
  810. wait(1)
  811. for i = 1, 10 do
  812. unit = unit - 1
  813. m.Text = "COUNTDOWN: " ..unit.. " SECONDS LEFT!"
  814. wait(1)
  815. end
  816.  
  817. m.Text = "FAREWELL, IDIOTS! MUAHAHAHAHAHAHAHA!!!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement