Advertisement
theboostracing

Untitled

Dec 1st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.97 KB | None | 0 0
  1. -- Objects
  2.  
  3. local TING = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local sing = Instance.new("TextButton")
  7. local john = Instance.new("TextButton")
  8. local sun = Instance.new("TextButton")
  9. local suicide = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. TING.Name = "TING"
  14. TING.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. Frame.Parent = TING
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.157348394, 0, 0.142447427, 0)
  19. Frame.Size = UDim2.new(0, 834, 0, 374)
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextLabel.Size = UDim2.new(0, 834, 0, 50)
  24. TextLabel.Font = Enum.Font.SourceSans
  25. TextLabel.FontSize = Enum.FontSize.Size14
  26. TextLabel.Text = "TING GUI"
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14
  29. TextLabel.TextWrapped = true
  30.  
  31. sing.Name = "sing"
  32. sing.Parent = Frame
  33. sing.BackgroundColor3 = Color3.new(1, 1, 1)
  34. sing.Position = UDim2.new(0.0299760196, 0, 0.187165782, 0)
  35. sing.Size = UDim2.new(0, 200, 0, 50)
  36. sing.Font = Enum.Font.SourceSans
  37. sing.FontSize = Enum.FontSize.Size14
  38. sing.Text = "sing"
  39. sing.TextSize = 14
  40. sing.MouseButton1Click:connect(function()
  41. Frame.Visible = false
  42. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  43. local plr = game.Players.LocalPlayer
  44. repeat wait() until plr.Character
  45. plr = game.Players.LocalPlayer
  46. char = plr.Character
  47. torso = char.Torso
  48. head = char.Head
  49. neck = torso.Neck
  50. head.face:Destroy()
  51. sound = Instance.new("Sound", head)
  52. sound.SoundId = "rbxassetid://"
  53. sound.Volume = 100
  54. sound:Play()
  55. sound.Looped = true
  56. plr.Chatted:connect(function(message)
  57. if message:sub(1,4) == "Play" then
  58. sound:Stop()
  59. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  60. sound:Play()
  61. end
  62. end)
  63.  
  64.  
  65.  
  66.  
  67. ---- [[ Left Eye]] ----
  68.  
  69. eye1 = Instance.new("Part", workspace)
  70. eye1.Anchored = false
  71. eye1.Parent = head
  72. eye1.TopSurface = 0
  73. eye1.BrickColor = BrickColor.new("Black")
  74. eye1.BottomSurface = 0
  75. eye1m = Instance.new("SpecialMesh", eye1)
  76. eye1m.MeshType = Enum.MeshType.Sphere
  77. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  78. ogsize = eye1m.Scale
  79. weld = Instance.new("Weld", head)
  80. weld.Part0 = eye1
  81. weld.Part1 = head
  82. weld.C1 = CFrame.new(-.17,.14,-.57)
  83.  
  84.  
  85.  
  86. ---- [[ Right Eye ]] ----
  87.  
  88.  
  89. eye2 = Instance.new("Part", workspace)
  90. eye2.Anchored = false
  91. eye2.Parent = head
  92. eye2.TopSurface = 0
  93. eye2.BrickColor = BrickColor.new("Black")
  94. eye2.BottomSurface = 0
  95. eye2m = Instance.new("SpecialMesh", eye2)
  96. eye2m.MeshType = Enum.MeshType.Sphere
  97. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  98. ogsize = eye2m.Scale
  99. weld = Instance.new("Weld", head)
  100. weld.Part0 = eye2
  101. weld.Part1 = head
  102. weld.C1 = CFrame.new(.17,.14,-.57)
  103.  
  104.  
  105.  
  106. ---- [[ Mouth ]] ----
  107.  
  108. mouth = Instance.new("Part", workspace)
  109. mouth.Anchored = false
  110. mouth.Parent = head
  111. mouth.TopSurface = 0
  112. mouth.BrickColor = BrickColor.new("Black")
  113. mouth.BottomSurface = 0
  114. mouth.Material = "SmoothPlastic"
  115. mouthm = Instance.new("SpecialMesh", mouth)
  116. mouthm.MeshType = Enum.MeshType.Sphere
  117. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  118. ogsize = mouthm.Scale
  119. weld = Instance.new("Weld", head)
  120. weld.Part0 = mouth
  121. weld.Part1 = head
  122. weld.C1 = CFrame.new(0,-.25,-.6)
  123. game:service'RunService'.RenderStepped:connect(function()
  124. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  125. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  126. end)
  127. end)
  128.  
  129. john.Name = "john"
  130. john.Parent = Frame
  131. john.BackgroundColor3 = Color3.new(1, 1, 1)
  132. john.Position = UDim2.new(0.340527564, 0, 0.187165782, 0)
  133. john.Size = UDim2.new(0, 200, 0, 50)
  134. john.Font = Enum.Font.SourceSans
  135. john.FontSize = Enum.FontSize.Size14
  136. john.Text = "john"
  137. john.TextSize = 14
  138. john.MouseButton1Click:connect(function()
  139. ------------
  140. --John Doe--
  141. ------------
  142. -----by-----
  143. --CKbackup--
  144. ------------
  145.  
  146. --Player Stuff--
  147. player = game:GetService("Players").LocalPlayer
  148. chara = player.Character
  149.  
  150. ch = chara:GetChildren()
  151. for i = 1, #ch do
  152. if ch[i].Name == "Torso" then
  153. ch[i].roblox.Transparency = 1
  154. elseif ch[i].Name == "Head" then
  155. ch[i].face.Transparency = 1
  156. ch[i].Transparency = 1
  157. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  158. ch[i]:Destroy()
  159. end
  160. end
  161.  
  162. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  163. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  164. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  165. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  166. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  167.  
  168. --Outfit--
  169. New = function(Object, Parent, Name, Data)
  170. local Object = Instance.new(Object)
  171. for Index, Value in pairs(Data or {}) do
  172. Object[Index] = Value
  173. end
  174. Object.Parent = Parent
  175. Object.Name = Name
  176. return Object
  177. end
  178.  
  179. function ScatterEff(part)
  180. local eff1 = Instance.new("ParticleEmitter",part)
  181. eff1.Size = NumberSequence.new(.1)
  182. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  183. eff1.LightEmission = 1
  184. eff1.Lifetime = NumberRange.new(1)
  185. eff1.Speed = NumberRange.new(1)
  186. eff1.Rate = 100
  187. eff1.VelocitySpread = 10000
  188. eff1.Texture = "rbxassetid://347504241"
  189. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  190. local eff2 = Instance.new("ParticleEmitter",part)
  191. eff2.Size = NumberSequence.new(.1)
  192. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  193. eff2.LightEmission = 1
  194. eff2.Lifetime = NumberRange.new(1)
  195. eff2.Speed = NumberRange.new(1)
  196. eff2.Rate = 100
  197. eff2.VelocitySpread = 10000
  198. eff2.Texture = "rbxassetid://347504259"
  199. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  200. end
  201.  
  202. function BurningEff(part)
  203. local eff1 = Instance.new("ParticleEmitter",part)
  204. eff1.Size = NumberSequence.new(.1)
  205. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  206. eff1.LightEmission = 1
  207. eff1.Lifetime = NumberRange.new(1)
  208. eff1.Speed = NumberRange.new(0)
  209. eff1.Rate = 100
  210. eff1.Texture = "rbxassetid://347504241"
  211. eff1.Acceleration = Vector3.new(0,10,0)
  212. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  213. local eff2 = Instance.new("ParticleEmitter",part)
  214. eff2.Size = NumberSequence.new(.1)
  215. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  216. eff2.LightEmission = 1
  217. eff2.Lifetime = NumberRange.new(1)
  218. eff2.Speed = NumberRange.new(0)
  219. eff2.Rate = 100
  220. eff2.Texture = "rbxassetid://347504259"
  221. eff2.Acceleration = Vector3.new(0,10,0)
  222. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  223. local eff3 = Instance.new("ParticleEmitter",part)
  224. eff3.Size = NumberSequence.new(1)
  225. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  226. eff3.LightEmission = 1
  227. eff3.Lifetime = NumberRange.new(1)
  228. eff3.Speed = NumberRange.new(0)
  229. eff3.Rate = 100
  230. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  231. eff3.Acceleration = Vector3.new(0,10,0)
  232. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  233. end
  234.  
  235. FakeHead = New("Model",chara,"FakeHead",{})
  236. 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,})
  237. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  238. face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",})
  239. 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),})
  240. FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow")
  241. 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),})
  242. Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),})
  243. 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),})
  244. Chest = New("Model",chara,"Chest",{})
  245. 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,})
  246. 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),})
  247. 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),})
  248. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  249. 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),})
  250. 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),})
  251. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  252. 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),})
  253. LeftArm = New("Model",chara,"LeftArm",{})
  254. 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,})
  255. 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),})
  256. 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),})
  257. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  258. 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),})
  259. 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),})
  260. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  261. 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),})
  262. 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),})
  263. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  264. 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),})
  265. 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),})
  266. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  267. 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),})
  268. 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),})
  269. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  270. 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),})
  271. 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),})
  272. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  273. 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),})
  274. BurningEff(EffCorruptedPart)
  275. LeftLeg = New("Model",chara,"LeftLeg",{})
  276. 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,})
  277. 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),})
  278. 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),})
  279. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  280. 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),})
  281. 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),})
  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, 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),})
  284. 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),})
  285. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  286. 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),})
  287. 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),})
  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, 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),})
  290. 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),})
  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, 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),})
  293. 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),})
  294. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  295. 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),})
  296. 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),})
  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, 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),})
  299. 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),})
  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.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),})
  302. ScatterEff(EffCorruptedPart)
  303. RightArm = New("Model",chara,"RightArm",{})
  304. 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,})
  305. 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),})
  306. 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),})
  307. 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),})
  308. 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),})
  309. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  310. 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),})
  311. 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),})
  312. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  313. 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),})
  314. 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),})
  315. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  316. 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),})
  317. 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),})
  318. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  319. 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),})
  320. 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),})
  321. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  322. 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),})
  323. 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),})
  324. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  325. 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),})
  326. 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),})
  327. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  328. 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),})
  329. RightLeg = New("Model",chara,"RightLeg",{})
  330. 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,})
  331. 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),})
  332. 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),})
  333. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  334. 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),})
  335. 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),})
  336. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  337. 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),})
  338. 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),})
  339. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  340. 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),})
  341. 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),})
  342. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  343. 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),})
  344. 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),})
  345. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  346. 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),})
  347. 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),})
  348. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  349. 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),})
  350. 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),})
  351. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  352. 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),})
  353. 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),})
  354. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  355. 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),})
  356. ScatterEff(EffCorruptedPart)
  357.  
  358. sa = RightArm:GetChildren()
  359. for i = 1, #sa do
  360. ScatterEff(sa[i])
  361. end
  362.  
  363. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  364. eff1.Size = NumberSequence.new(.1)
  365. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  366. eff1.LightEmission = 1
  367. eff1.Lifetime = NumberRange.new(.5)
  368. eff1.Speed = NumberRange.new(1)
  369. eff1.EmissionDirection = "Front"
  370. eff1.Rate = 100
  371. eff1.Texture = "rbxassetid://347504241"
  372. eff1.Acceleration = Vector3.new(0,10,0)
  373. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  374. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  375. eff2.Size = NumberSequence.new(.1)
  376. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  377. eff2.LightEmission = 1
  378. eff2.Lifetime = NumberRange.new(.5)
  379. eff2.Speed = NumberRange.new(1)
  380. eff2.EmissionDirection = "Front"
  381. eff2.Rate = 100
  382. eff2.Texture = "rbxassetid://347504259"
  383. eff2.Acceleration = Vector3.new(0,10,0)
  384. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  385. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  386. eff3.Size = NumberSequence.new(.1)
  387. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  388. eff3.LightEmission = 1
  389. eff3.Lifetime = NumberRange.new(.5)
  390. eff3.Speed = NumberRange.new(1)
  391. eff3.EmissionDirection = "Front"
  392. eff3.Rate = 100
  393. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  394. eff3.Acceleration = Vector3.new(0,10,0)
  395. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  396.  
  397. --Sounds--
  398. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  399. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  400. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  401. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  402. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  403. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  404. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  405. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  406. music1:Play()
  407. music2:Play()
  408.  
  409. --Animations--
  410. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  411.  
  412. --Name Tag--
  413. local naeeym = Instance.new("BillboardGui",chara)
  414. naeeym.Size = UDim2.new(0,100,0,40)
  415. naeeym.StudsOffset = Vector3.new(0,2,0)
  416. naeeym.Adornee = chara.Head
  417. local tecks = Instance.new("TextLabel",naeeym)
  418. tecks.BackgroundTransparency = 1
  419. tecks.BorderSizePixel = 0
  420. tecks.Text = "John Doe"
  421. tecks.Font = "Fantasy"
  422. tecks.FontSize = "Size24"
  423. tecks.TextStrokeTransparency = 0
  424. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  425. tecks.TextColor3 = Color3.new(0,0,0)
  426. tecks.Size = UDim2.new(1,0,0.5,0)
  427.  
  428. --Skybox--
  429. skybox = Instance.new("Part",chara)
  430. skybox.Size = Vector3.new(0,0,0)
  431. skybox.Anchored = true
  432. skybox.CanCollide = true
  433. skyboxmesh = Instance.new("SpecialMesh",skybox)
  434. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  435. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=1529455"
  436. skyboxmesh.VertexColor = Vector3.new(1,0,0)
  437. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  438.  
  439. --Soul Steal--
  440. function SoulSteal(pos)
  441. local soulst = coroutine.wrap(function()
  442. local soul = Instance.new("Part",chara)
  443. soul.Size = Vector3.new(0,0,0)
  444. soul.CanCollide = false
  445. soul.Anchored = false
  446. soul.Position = pos
  447. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  448. soul.Transparency = 1
  449. local ptc = Instance.new("ParticleEmitter",soul)
  450. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  451. ptc.Size = NumberSequence.new(.5)
  452. ptc.LockedToPart = true
  453. ptc.Speed = NumberRange.new(0)
  454. ptc.Lifetime = NumberRange.new(9999)
  455. local bodpos = Instance.new("BodyPosition",soul)
  456. bodpos.Position = pos
  457. wait(2)
  458. soul.Touched:connect(function(hit)
  459. if hit.Parent == chara then
  460. soul:Destroy()
  461. end
  462. end)
  463. while soul do
  464. wait(.1)
  465. bodpos.Position = chara.Torso.Position
  466. end
  467. end)
  468. soulst()
  469. end
  470.  
  471. --Death of a Mortal--
  472. function KillMortal(hitdude)
  473. local torsy = nil
  474. if hitdude:FindFirstChild("Torso")~=nil then
  475. torsy = hitdude.Torso
  476. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  477. torsy = hitdude.UpperTorso
  478. end
  479. local val = Instance.new("ObjectValue",hitdude)
  480. val.Name = "HasBeenHit"
  481. hitdude:BreakJoints()
  482. hitdude.Humanoid:Destroy()
  483. SoulSteal(torsy.Position)
  484. local chi = hitdude:GetChildren()
  485. for i = 1, #chi do
  486. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  487. local bodpos = Instance.new("BodyPosition",chi[i])
  488. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  489. ScatterEff(chi[i])
  490. chi[i].BrickColor = BrickColor.new("Really black")
  491. end
  492. end
  493. for i = 1, 4 do
  494. for i = 1, #chi do
  495. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  496. chi[i].Transparency = chi[i].Transparency + .25
  497. wait(.01)
  498. end
  499. end
  500. end
  501. for i = 1, #chi do
  502. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  503. chi[i]:Destroy()
  504. end
  505. end
  506. end
  507.  
  508. --Arm Touch--
  509. bladeactive = false
  510. Hitbox.Touched:connect(function(hit)
  511. if bladeactive == true then
  512. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  513. hitsnd:Play()
  514. KillMortal(hit.Parent)
  515. end
  516. end
  517. end)
  518.  
  519. --Teleport--
  520. function Teleport(pos)
  521. telesnd:Play()
  522. local ch = chara:GetChildren()
  523. for i = 1, #ch do
  524. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  525. local trace = Instance.new("Part",game.Workspace)
  526. trace.Size = ch[i].Size
  527. trace.Material = "Neon"
  528. trace.BrickColor = BrickColor.new("Really black")
  529. trace.Transparency = .3
  530. trace.CanCollide = false
  531. trace.Anchored = true
  532. trace.CFrame = ch[i].CFrame
  533. if ch[i].Name == "Head" then
  534. mehs = Instance.new("CylinderMesh",trace)
  535. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  536. end
  537. tracedisappear = coroutine.wrap(function()
  538. wait(1)
  539. for i = 1, 7 do
  540. wait(.1)
  541. trace.Transparency = trace.Transparency + .1
  542. end
  543. trace:Destroy()
  544. end)
  545. tracedisappear()
  546. end
  547. end
  548. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  549. end
  550.  
  551. --Grab--
  552. function Grab(mouse)
  553. local hit = mouse.Target
  554. if hit ~= nil then
  555. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  556. local torsy = nil
  557. if hit.Parent:FindFirstChild("Torso")~=nil then
  558. torsy = hit.Parent.Torso
  559. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  560. torsy = hit.Parent.UpperTorso
  561. end
  562. local bodpos = Instance.new("BodyPosition",torsy)
  563. bodpos.Position = torsy.Position
  564. wait(1)
  565. burnsnd:Play()
  566. hit.Parent.Humanoid.MaxHealth = 100
  567. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  568. for i = 1, 10 do
  569. wait(.1)
  570. BurningEff(torsy)
  571. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  572. end
  573. KillMortal(hit.Parent)
  574. end
  575. else end
  576. end
  577.  
  578. --Button1Down--
  579. dell = false
  580. function onButton1Down()
  581. if dell == false then
  582. dell = true
  583. swinganim:Play()
  584. bladeactive = true
  585. slashsnd:Play()
  586. wait(.7)
  587. bladeactive = false
  588. dell = false
  589. swinganim:Stop()
  590. end
  591. end
  592.  
  593. --KeyDowns--
  594. function onKeyDown(key)
  595. if key == "z" then
  596. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  597. elseif key == "x" then
  598. Grab(Mouse)
  599. end
  600. end
  601.  
  602. --Mouse Functions--
  603. Mouse = player:GetMouse()
  604. if Mouse then
  605. Mouse.Button1Down:connect(onButton1Down)
  606. Mouse.KeyDown:connect(onKeyDown)
  607. end
  608.  
  609. --Death--
  610. chara.Humanoid.Died:connect(function()
  611. local pat = Instance.new("Part",game.Workspace)
  612. pat.Transparency = 1
  613. pat.Anchored = true
  614. pat.CFrame = chara.Torso.CFrame
  615. naeeym.Parent = pat
  616. naeeym.Adornee = pat
  617. skybox.Parent = game.Workspace
  618. tecks.Text = "BAD CHOICE"
  619. tecks.FontSize = "Size48"
  620. tecks.TextColor3 = Color3.new(1,0,0)
  621. music1:Stop()
  622. music2:Stop()
  623. deathmus.Parent = game.Workspace
  624. deathex.Parent = game.Workspace
  625. deathmus:Play()
  626. deathex:Play()
  627. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  628. game.Lighting.TimeOfDay = "00:00:00"
  629. game.Lighting.FogColor = Color3.new(0,0,0)
  630. game.Lighting.FogEnd = 1000
  631. local ex = Instance.new("Explosion",game.Workspace)
  632. ex.Position = chara.Torso.Position
  633. ex.Visible = false
  634. ex.BlastRadius = 999999999999999999999999
  635. ex.BlastPressure = 9999999999999999999999999
  636. end)
  637.  
  638. --Loop Function--
  639. while true do
  640. wait(.01)
  641. chance = math.random(0,100)
  642. if chance < 10 then
  643. sel = math.random(1,3)
  644. if sel == 1 then
  645. tecks.Text = "NOHOPE"
  646. elseif sel == 2 then
  647. tecks.Text = "GIVEUP"
  648. elseif sel == 3 then
  649. tecks.Text = "BURNINHELL"
  650. end
  651. else tecks.Text = "John Doe"
  652. end
  653. if chara.Humanoid.Health > 0 then
  654. chara.Humanoid.MaxHealth = math.huge
  655. chara.Humanoid.Health = math.huge
  656. game.Lighting.OutdoorAmbient = Color3.new(1,0,0)
  657. game.Lighting.Ambient = Color3.new(1,0,0)
  658. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  659. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  660. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  661. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  662. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  663. chara["Left Arm"].Anchored = false
  664. chara["Right Arm"].Anchored = false
  665. chara["Left Leg"].Anchored = false
  666. chara["Right Leg"].Anchored = false
  667. chara.Torso.Anchored = false
  668. ch = chara:GetChildren()
  669. for i = 1, #ch do
  670. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  671. ch[i]:Destroy()
  672. end
  673. end
  674. tools = player.Backpack:GetChildren()
  675. for i = 1, #tools do
  676. if tools[i].ClassName == "HopperBin" then
  677. tools[i]:Destroy()
  678. end
  679. end
  680. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  681. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  682. local jtrace = Instance.new("Part",game.Workspace)
  683. jtrace.Name = "JDTrace"
  684. jtrace.Size = Vector3.new(10,0,10)
  685. jtrace.Position = chara.Torso.Position
  686. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  687. jtrace.Anchored = true
  688. jtrace.CanCollide = false
  689. jtrace.BrickColor = BrickColor.new("Really black")
  690. jtrace.Material = "Granite"
  691. BurningEff(jtrace)
  692. game.Debris:AddItem(jtrace,1)
  693. end
  694. end
  695. end)
  696.  
  697. sun.Name = "sun"
  698. sun.Parent = Frame
  699. sun.BackgroundColor3 = Color3.new(1, 1, 1)
  700. sun.Position = UDim2.new(0.677458048, 0, 0.187165782, 0)
  701. sun.Size = UDim2.new(0, 200, 0, 50)
  702. sun.Font = Enum.Font.SourceSans
  703. sun.FontSize = Enum.FontSize.Size14
  704. sun.Text = "sun"
  705. sun.TextSize = 14
  706. sun.MouseButton1Click:connect(function()
  707. p = game.Players.LocalPlayer
  708. char = p.Character
  709. local char = p.Character
  710. torso = char.Torso
  711. neck = char.Torso.Neck
  712. hum = char.Humanoid
  713. Player = game:GetService("Players").LocalPlayer
  714. Character = Player.Character
  715. tors = Character.Torso
  716. root = Character.HumanoidRootPart
  717. lleg = Character["Left Leg"]
  718. hed = Character.Head
  719. rleg = Character["Right Leg"]
  720. rarm = Character["Right Arm"]
  721. larm = Character["Left Arm"]
  722.  
  723. ypcall(function()
  724. for i,v in pairs(Character:children()) do
  725. if v:IsA("Hat") then
  726. v:Destroy()
  727. end
  728. end
  729. for i,v in pairs(Character:children()) do
  730. if v:IsA("Accessory") then
  731. v:Destroy()
  732. end
  733. end
  734. for i,v in pairs(Character:children()) do
  735. if v:IsA("Hair") then
  736. v:Destroy()
  737. end
  738. end
  739. end)
  740.  
  741. CV="Hot pink"
  742.  
  743. local txt = Instance.new("BillboardGui", char)
  744. txt.Adornee = char .Head
  745. txt.Name = "_status"
  746. txt.Size = UDim2.new(2, 0, 1.2, 0)
  747. txt.StudsOffset = Vector3.new(-9, 8, 0)
  748. local text = Instance.new("TextLabel", txt)
  749. text.Size = UDim2.new(10, 0, 7, 0)
  750. text.FontSize = "Size24"
  751. text.TextScaled = true
  752. text.TextTransparency = 0
  753. text.BackgroundTransparency = 1
  754. text.TextTransparency = 0
  755. text.TextStrokeTransparency = 0
  756. text.Font = "Highway"
  757. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  758.  
  759. v=Instance.new("Part")
  760. v.Name = "ColorBrick"
  761. v.Parent=p.Character
  762. v.FormFactor="Symmetric"
  763. v.Anchored=true
  764. v.CanCollide=false
  765. v.BottomSurface="Smooth"
  766. v.TopSurface="Smooth"
  767. v.Size=Vector3.new(10,5,3)
  768. v.Transparency=1
  769. v.CFrame=char.Torso.CFrame
  770. v.BrickColor=BrickColor.new(CV)
  771. v.Transparency=1
  772. text.TextColor3 = BrickColor.new("Deep orange").Color
  773. v.Shape="Block"
  774. text.Text = "Sun Gawd"
  775.  
  776. hed.face.Texture = "http://www.roblox.com/asset/?id=0"
  777. hed.Transparency = 1
  778. rleg.Transparency = 1
  779. rarm.Transparency = 1
  780. larm.Transparency = 1
  781. lleg.Transparency = 1
  782. tors.Transparency = 1
  783.  
  784. Player = game:GetService("Players").LocalPlayer
  785. Character = Player.Character
  786. rarm = Character["Right Arm"]
  787. larm = Character["Left Arm"]
  788. vt = Vector3.new
  789. bc = BrickColor.new
  790. wit = bc("Deep orange").Color
  791.  
  792. local prth = Instance.new("Part",Character)
  793. prth.Size = vt(1.25,1.25,1.25)
  794. prth.CanCollide = false
  795. prth.Material = "Neon"
  796. prth.Transparency = 0.5
  797. prth.BrickColor = bc("Deep orange")
  798. local wldh = Instance.new("Weld",Character)
  799. wldh.Part0 = hed
  800. wldh.Part1 = prth
  801.  
  802. local prtrm = Instance.new("Part",Character)
  803. prtrm.Size = vt(2.1,2.1,1.1)
  804. prtrm.CanCollide = false
  805. prtrm.Transparency = 0.5
  806. prtrm.Material = "Neon"
  807. prtrm.BrickColor = bc("Deep orange")
  808. local wldm = Instance.new("Weld",Character)
  809. wldm.Part0 = root
  810. wldm.Part1 = prtrm
  811.  
  812. local prtr = Instance.new("Part",Character)
  813. prtr.Size = vt(1.1,2.1,1.1)
  814. prtr.CanCollide = false
  815. prtr.Transparency = 0.5
  816. prtr.Material = "Neon"
  817. prtr.BrickColor = bc("Deep orange")
  818. local prtrl = Instance.new("Part",Character)
  819. prtrl.Size = vt(1.1,2.1,1.1)
  820. prtrl.CanCollide = false
  821. prtrl.Transparency = 0.5
  822. prtrl.Material = "Neon"
  823. prtrl.BrickColor = bc("Deep orange")
  824. local eff = Instance.new("ParticleEmitter",prtr)
  825. eff.LightEmission = 1
  826. eff.Texture = "rbxassetid://284205403"
  827. eff.Color = ColorSequence.new(wit)
  828. eff.Size = NumberSequence.new(0.5,1)
  829. eff.Acceleration = vt(0,25,0)
  830. eff.Speed = NumberRange.new(-5)
  831. eff.LockedToPart = false
  832. eff.Transparency = NumberSequence.new(0.95)
  833. eff.Lifetime = NumberRange.new(0.5)
  834. eff.Rate = 100000
  835. eff.VelocitySpread = 25
  836. local wld = Instance.new("Weld",Character)
  837. wld.Part0 = rarm
  838. wld.Part1 = prtr
  839. local wldl = Instance.new("Weld",Character)
  840. wldl.Part0 = rleg
  841. wldl.Part1 = prtrl
  842.  
  843. local prtr2 = Instance.new("Part",Character)
  844. prtr2.Size = vt(1.1,2.1,1.1)
  845. prtr2.CanCollide = false
  846. prtr2.Transparency = 0.5
  847. prtr2.Material = "Neon"
  848. prtr2.BrickColor = bc("Deep orange")
  849. local prtrl2 = Instance.new("Part",Character)
  850. prtrl2.Size = vt(1.1,2.1,1.1)
  851. prtrl2.CanCollide = false
  852. prtrl2.Transparency = 0.5
  853. prtrl2.Material = "Neon"
  854. prtrl2.BrickColor = bc("Deep orange")
  855. local eff2 = Instance.new("ParticleEmitter",prtr2)
  856. eff2.LightEmission = 1
  857. eff2.Texture = "rbxassetid://284205403"
  858. eff2.Color = ColorSequence.new(wit)
  859. eff2.Size = NumberSequence.new(0.5,1)
  860. eff2.Acceleration = vt(0,25,0)
  861. eff2.Speed = NumberRange.new(-5)
  862. eff2.LockedToPart = false
  863. eff2.Transparency = NumberSequence.new(0.95)
  864. eff2.Lifetime = NumberRange.new(0.5)
  865. eff2.Rate = 100000
  866. eff2.VelocitySpread = 25
  867. local wld2 = Instance.new("Weld",Character)
  868. wld2.Part0 = larm
  869. wld2.Part1 = prtr2
  870. local wldl2 = Instance.new("Weld",Character)
  871. wldl2.Part0 = lleg
  872. wldl2.Part1 = prtrl2
  873.  
  874. local mouse = game.Players.LocalPlayer:GetMouse()
  875. tors = game.Players.LocalPlayer.Character.Torso
  876. vt = Vector3.new
  877. bc = BrickColor.new
  878.  
  879. local Effect = Instance.new("Part",game.Lighting)
  880. Effect.BrickColor = bc("Deep orange")
  881. Effect.Transparency = 1
  882. Effect.Anchored = true
  883. Effect.CanCollide = false
  884. Effect.Material = "Neon"
  885. Effect.Shape = "Ball"
  886. Effect.Size = vt(5,5,5)
  887. local fire1 = Instance.new("Fire",Effect)
  888. fire1.Name = "Fire"
  889. fire1.Heat = 0
  890. fire1.Size = 30
  891. fire1.SecondaryColor = bc("Really black").Color
  892. fire1.Color = bc("Deep orange").Color
  893. local fire2 = Instance.new("Fire",Effect)
  894. fire2.Name = "Fire2"
  895. fire2.Heat = 0
  896. fire2.Size = 25
  897. fire2.SecondaryColor = bc("Really black").Color
  898. fire2.Color = bc("Neon orange").Color
  899.  
  900. function Explode(rad,par)
  901. local expart = Instance.new("Part",script.Parent)
  902. local expart2 = Instance.new("Part",script.Parent)
  903. local snd = Instance.new("Sound",expart)
  904. snd.SoundId = "rbxassetid://258057783"
  905. snd.Volume = 2.5
  906. local partMesh = Instance.new("SpecialMesh",expart)
  907. partMesh.MeshType = "Sphere"
  908. local partMesh2 = Instance.new("SpecialMesh",expart2)
  909. partMesh2.MeshType = "Sphere"
  910. local expld = Instance.new("Explosion", script.Parent)
  911. expld.BlastRadius = rad
  912. expld.Position = par.Position
  913. partMesh.Scale = vt(rad,rad,rad)
  914. expart.Size = vt(1,1,1)*1.5
  915. expart.Transparency = 0.5
  916. expart.Anchored = true
  917. expart.Material = "Neon"
  918. expart.BrickColor = bc("Deep orange")
  919. expart.CFrame = par.CFrame
  920. partMesh2.Scale = vt(rad,rad,rad)
  921. expart2.Size = vt(1.15,1.15,1.15)*1.5
  922. expart2.Transparency = 0.5
  923. expart2.Anchored = true
  924. expart2.Material = "Neon"
  925. expart2.BrickColor = bc("Bright orange")
  926. expart2.CFrame = par.CFrame
  927. snd:Play()
  928. for i = 0, 100 do
  929. expart.Transparency = expart.Transparency + 0.005
  930. partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25)
  931. expart.CFrame = expart.CFrame
  932. expart2.Transparency = expart.Transparency + 0.005
  933. partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25)
  934. expart2.CFrame = expart.CFrame
  935. wait(0)
  936. end
  937. snd.Parent = nil
  938. expart.Parent = nil
  939. expart2.Parent = nil
  940. expld.Parent = nil
  941. end
  942.  
  943. function Explode2(rad,par)
  944. local expart = Instance.new("Part",script.Parent)
  945. local expart2 = Instance.new("Part",script.Parent)
  946. local snd = Instance.new("Sound",expart)
  947. snd.SoundId = "rbxassetid://165969964"
  948. snd.Volume = 3
  949. local partMesh = Instance.new("SpecialMesh",expart)
  950. partMesh.MeshType = "Sphere"
  951. local partMesh2 = Instance.new("SpecialMesh",expart2)
  952. partMesh2.MeshType = "Sphere"
  953. local expld = Instance.new("Explosion", script.Parent)
  954. expld.BlastRadius = rad
  955. expld.Position = par.Position
  956. partMesh.Scale = vt(rad,rad,rad)
  957. expart.Size = vt(1,1,1)*1.5
  958. expart.Transparency = 0.5
  959. expart.Anchored = true
  960. expart.Material = "Neon"
  961. expart.BrickColor = bc("Deep orange")
  962. expart.CFrame = par.CFrame
  963. partMesh2.Scale = vt(rad,rad,rad)
  964. expart2.Size = vt(1.15,1.15,1.15)*1.5
  965. expart2.Transparency = 0.5
  966. expart2.Anchored = true
  967. expart2.Material = "Neon"
  968. expart2.BrickColor = bc("Bright orange")
  969. expart2.CFrame = par.CFrame
  970. snd:Play()
  971. for i = 0, 100 do
  972. expart.Transparency = expart.Transparency + 0.005
  973. partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25)
  974. expart.CFrame = expart.CFrame
  975. expart2.Transparency = expart.Transparency + 0.005
  976. partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25)
  977. expart2.CFrame = expart.CFrame
  978. wait(0)
  979. end
  980. snd.Parent = nil
  981. expart.Parent = nil
  982. expart2.Parent = nil
  983. expld.Parent = nil
  984. end
  985.  
  986. mouse.KeyDown:connect(function(k)
  987.  
  988. k = k:lower()
  989. if k == "q" then
  990. local spart = Effect:Clone()
  991. spart.Parent = game.Players.LocalPlayer.Character
  992. spart.Transparency = 0
  993. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5
  994. wait()
  995. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*15
  996. wait()
  997. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*25
  998. wait()
  999. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*35
  1000. wait()
  1001. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*45
  1002. wait()
  1003. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*55
  1004. wait()
  1005. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*65
  1006. wait()
  1007. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*75
  1008. wait()
  1009. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*85
  1010. wait()
  1011. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*95
  1012. wait()
  1013. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*105
  1014. spart.Transparency = 1
  1015. spart.Fire2:Destroy()
  1016. spart.Fire:Destroy()
  1017. Explode(25,spart)
  1018. spart:Destroy()
  1019. end
  1020. if k == "e" then
  1021. local spart = Effect:Clone()
  1022. spart.Parent = game.Players.LocalPlayer.Character
  1023. spart.Transparency = 0
  1024. spart.Anchored = false
  1025. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*0
  1026. spart.Position = spart.Position + vt(0,100,0)
  1027. spart.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*150
  1028. wait(1)
  1029. spart.Transparency = 1
  1030. spart.Fire2:Destroy()
  1031. spart.Fire:Destroy()
  1032. Explode2(75,spart)
  1033. spart:Destroy()
  1034. end
  1035. if k == "r" then
  1036. local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character)
  1037. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*275
  1038. wait(0.75)
  1039. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*-165
  1040. Explode(30,game.Players.LocalPlayer.Character.Torso)
  1041. wait(0.5)
  1042. ff:Destroy()
  1043. end
  1044. if k == "f" then
  1045. local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character)
  1046. for i = 0, 10 do
  1047. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0)
  1048. wait(0)
  1049. end
  1050. for i = 0, 5 do
  1051. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,1,0)
  1052. wait(0)
  1053. end
  1054. game.Players.LocalPlayer.Character.Torso.Anchored = true
  1055. wait(1.5)
  1056. game.Players.LocalPlayer.Character.Torso.Anchored = false
  1057. for i = 0, 10 do
  1058. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,-1,0)
  1059. wait(0)
  1060. end
  1061. wait(0.25)
  1062. Explode2(62.5,game.Players.LocalPlayer.Character.Torso)
  1063. wait(0.5)
  1064. ff:Destroy()
  1065. end
  1066. end)
  1067. end)
  1068.  
  1069. suicide.Name = "suicide"
  1070. suicide.Parent = Frame
  1071. suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  1072. suicide.Position = UDim2.new(0.0299760103, 0, 0.414438516, 0)
  1073. suicide.Size = UDim2.new(0, 200, 0, 50)
  1074. suicide.Font = Enum.Font.SourceSans
  1075. suicide.FontSize = Enum.FontSize.Size14
  1076. suicide.Text = "sui"
  1077. suicide.TextSize = 14
  1078. suicide.MouseButton1Click:connect(function()
  1079. Frame.Visible = false
  1080. --Suicide gun by DMS
  1081. --NOT SUICIDE GLOCK
  1082. --THIS ONE IS DIFFERENT AND MORE BRUTAL >:U
  1083. message = "I'm Sorry." -- EDIT THIS ONLY
  1084. OHHNELLY = Instance.new("Tool")
  1085. BACKATITWITHHORRIBLEVARIABLENAMES = Instance.new("Animation")
  1086. ASDASFFDSCV = Instance.new("Part")
  1087. DOLANTRAMP = Instance.new("SpecialMesh")
  1088. CHINA = Instance.new("Sound")
  1089. JAPAN = Instance.new("Sound")
  1090. MEXICO = Instance.new("Part")
  1091. NOTSEE = Instance.new("Sound")
  1092. OHHNELLY0 = Instance.new("Sound")
  1093. OHHNELLY1 = Instance.new("Weld")
  1094. OHHNELLY2 = Instance.new("Weld")
  1095. OHHNELLY3 = Instance.new("Weld")
  1096. OHHNELLY.Name = "Suicide Gun"
  1097. OHHNELLY.Parent = game.Players.LocalPlayer.Backpack
  1098. OHHNELLY.GripForward = Vector3.new(-1.74845553e-007, -0, 1)
  1099. OHHNELLY.GripPos = Vector3.new(0.487703323, -3.7742065e-010, 0.00863459334)
  1100. OHHNELLY.GripRight = Vector3.new(0, -1, -0)
  1101. OHHNELLY.GripUp = Vector3.new(-1, 0, -1.74845553e-007)
  1102. OHHNELLY.CanBeDropped = false
  1103. BACKATITWITHHORRIBLEVARIABLENAMES.Name = "Suicide"
  1104. BACKATITWITHHORRIBLEVARIABLENAMES.Parent = OHHNELLY
  1105. BACKATITWITHHORRIBLEVARIABLENAMES.AnimationId = "rbxassetid://609172165"
  1106. ASDASFFDSCV.Name = "Handle2"
  1107. ASDASFFDSCV.Parent = OHHNELLY
  1108. ASDASFFDSCV.Material = Enum.Material.DiamondPlate
  1109. ASDASFFDSCV.BrickColor = BrickColor.new("Really black")
  1110. ASDASFFDSCV.Reflectance = 0.0099999997764826
  1111. ASDASFFDSCV.Position = Vector3.new(-0.00326100015, 0.26760304, 0.214301854)
  1112. ASDASFFDSCV.Rotation = Vector3.new(172.277985, 0.0128798541, 179.905014)
  1113. ASDASFFDSCV.Elasticity = 0
  1114. ASDASFFDSCV.Size = Vector3.new(0.400000006, 0.50999999, 0.699999988)
  1115. ASDASFFDSCV.CFrame = CFrame.new(-0.00326100015, 0.26760304, 0.214301854, -0.999998629, -0.00165782764, 0.000224795862, -0.0016729997, 0.990930021, -0.134366855, -8.88036311e-011, -0.134366959, -0.99093163)
  1116. ASDASFFDSCV.BottomSurface = Enum.SurfaceType.Smooth
  1117. ASDASFFDSCV.TopSurface = Enum.SurfaceType.Smooth
  1118. ASDASFFDSCV.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1119. DOLANTRAMP.Parent = ASDASFFDSCV
  1120. DOLANTRAMP.MeshId = "rbxassetid://476920625"
  1121. DOLANTRAMP.Scale = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1122. DOLANTRAMP.TextureId = "rbxassetid://476920703"
  1123. DOLANTRAMP.MeshType = Enum.MeshType.FileMesh
  1124. CHINA.Name = "Ting"
  1125. CHINA.Parent = ASDASFFDSCV
  1126. CHINA.SoundId = "rbxassetid://165969964"
  1127. CHINA.Volume = 1
  1128. JAPAN.Name = "Swoosh"
  1129. JAPAN.Parent = ASDASFFDSCV
  1130. JAPAN.SoundId = "http://www.roblox.com/asset?id=168184001"
  1131. JAPAN.Volume = 1
  1132. MEXICO.Name = "Handle"
  1133. MEXICO.Parent = OHHNELLY
  1134. MEXICO.Material = Enum.Material.DiamondPlate
  1135. MEXICO.BrickColor = BrickColor.new("Really black")
  1136. MEXICO.Reflectance = 0.0099999997764826
  1137. MEXICO.Transparency = 1
  1138. MEXICO.Position = Vector3.new(-0.00328300009, 0.280510008, -0.149414003)
  1139. MEXICO.Rotation = Vector3.new(-177.96785, -0.00339820259, 89.9042282)
  1140. MEXICO.Elasticity = 0
  1141. MEXICO.Size = Vector3.new(0.400000006, 0.50999999, 0.699999988)
  1142. MEXICO.CFrame = CFrame.new(-0.00328300009, 0.280510008, -0.149414003, 0.00167151645, -0.999998629, -5.9309823e-005, -0.999369621, -0.0016725685, 0.0354602523, -0.0354603268, -1.40129846e-045, -0.999371052)
  1143. MEXICO.BottomSurface = Enum.SurfaceType.Smooth
  1144. MEXICO.TopSurface = Enum.SurfaceType.Smooth
  1145. MEXICO.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1146. NOTSEE.Name = "Swoosh"
  1147. NOTSEE.Parent = MEXICO
  1148. NOTSEE.SoundId = "http://www.roblox.com/asset?id=168184001"
  1149. NOTSEE.Volume = 1
  1150. OHHNELLY0.Name = "Ting"
  1151. OHHNELLY0.Parent = MEXICO
  1152. OHHNELLY0.SoundId = "rbxassetid://356911785"
  1153. OHHNELLY1.Parent = MEXICO
  1154. OHHNELLY1.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1155. OHHNELLY1.C1 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1156. OHHNELLY1.Part0 = MEXICO
  1157. OHHNELLY1.Part1 = MEXICO
  1158. OHHNELLY2.Parent = MEXICO
  1159. OHHNELLY2.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1160. OHHNELLY2.C1 = CFrame.new(4.06522304e-007, 0.0616614074, 0.358683348, -0.999998629, -0.00167299958, -4.41566783e-011, -0.00165782787, 0.99093014, -0.134366989, 0.00022479592, -0.134366855, -0.99093163)
  1161. OHHNELLY2.Part0 = MEXICO
  1162. OHHNELLY2.Part1 = ASDASFFDSCV
  1163. OHHNELLY3.Parent = MEXICO
  1164. OHHNELLY3.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1165. OHHNELLY3.C1 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1166. OHHNELLY3.Part0 = MEXICO
  1167. OHHNELLY3.Part1 = MEXICO
  1168. OHHNELLY = OHHNELLY
  1169. Handle = OHHNELLY:WaitForChild("Handle")
  1170.  
  1171. Players = game:GetService("Players")
  1172. Debris = game:GetService("Debris")
  1173. InsertService = game:GetService("InsertService")
  1174.  
  1175. SuicideAnim = OHHNELLY:WaitForChild("Suicide")
  1176. SlashSound = Handle:WaitForChild("Swoosh")
  1177. HitSound = Handle:WaitForChild("Ting")
  1178.  
  1179. Damage = 100 --the damage dealt
  1180.  
  1181. ReloadTime = 1.45 --time between each swing
  1182.  
  1183. Kills = 0 --start off with 0 killstreak
  1184.  
  1185. function Activated() --when you swing
  1186. if OHHNELLY.Enabled then
  1187. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1188. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1189. Suicide = Humanoid:LoadAnimation(SuicideAnim)
  1190. Suicide:Play()
  1191. SlashSound:Play()
  1192. local speak = {message}
  1193. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  1194. local chat = game:GetService("Chat")
  1195. chat:Chat(game.Players.LocalPlayer.Character.Head,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  1196. wait(1)
  1197. OHHNELLY.Handle.Ting:Play()
  1198. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1199. player = game.Players.LocalPlayer
  1200. char = player.Character
  1201. char.Archivable = true
  1202. local rg = char:Clone()
  1203. rg.HumanoidRootPart:Destroy()
  1204. rg.Name = ""
  1205. rg.Humanoid.MaxHealth = 0
  1206. for i, v in pairs(rg.Torso:GetChildren()) do
  1207. if v:IsA("Motor6D") then
  1208. v:Destroy()
  1209. end
  1210. end
  1211.  
  1212. local n = Instance.new("Glue", rg.Torso)
  1213. n.Name = "Neck"
  1214. n.Part0 = rg.Torso
  1215. n.Part1 = rg.Head
  1216. n.C0 = CFrame.new(0, 1, 0)
  1217. n.C1 = CFrame.new(0, -0.5, 0)
  1218.  
  1219. local rs = Instance.new("Glue", rg.Torso)
  1220. rs.Name = "Right Shoulder"
  1221. rs.Part0 = rg.Torso
  1222. rs.Part1 = rg["Right Arm"]
  1223. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1224. rs.C1 = CFrame.new(0, 0.5, 0)
  1225. local ls = Instance.new("Glue", rg.Torso)
  1226. ls.Name = "Left Shoulder"
  1227. ls.Part0 = rg.Torso
  1228. ls.Part1 = rg["Left Arm"]
  1229. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1230. ls.C1 = CFrame.new(0, 0.5, 0)
  1231.  
  1232. local rh = Instance.new("Glue", rg.Torso)
  1233. rh.Name = "Right Hip"
  1234. rh.Part0 = rg.Torso
  1235. rh.Part1 = rg["Right Leg"]
  1236. rh.C0 = CFrame.new(0.5, -1, 0)
  1237. rh.C1 = CFrame.new(0, 1, 0)
  1238. local lh = Instance.new("Glue", rg.Torso)
  1239. lh.Name = "Left Hip"
  1240. lh.Part0 = rg.Torso
  1241. lh.Part1 = rg["Left Leg"]
  1242. lh.C0 = CFrame.new(-0.5, -1, 0)
  1243. lh.C1 = CFrame.new(0, 1, 0)
  1244. char.Torso:Destroy()
  1245. char.Head:Destroy()
  1246. char["Left Leg"]:Destroy()
  1247. char["Left Arm"]:Destroy()
  1248. char["Right Leg"]:Destroy()
  1249. char["Right Arm"]:Destroy()
  1250. rg.Parent = game.Workspace
  1251. game.Debris:AddItem(rg, 30)
  1252. rg.Torso.Velocity=Vector3.new(20,0,20)
  1253. rg.Head.BrickColor = BrickColor.new("Maroon")
  1254. rg.Head.face:Destroy()
  1255. function DEATH ()
  1256. OHHNELLY = Instance.new("Part")
  1257. OHHNELLY.Parent = workspace
  1258. OHHNELLY.Anchored = false
  1259. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1260. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1261. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1262. OHHNELLY.Position = rg.Head.Position
  1263. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1264. end
  1265. for i=1, 50 do
  1266. DEATH()
  1267. print"BLOODY"
  1268. wait(.5)
  1269. end
  1270. end
  1271.  
  1272.  
  1273. end
  1274.  
  1275. function Equipped(mouse) --get everything settled up
  1276. Character = OHHNELLY.Parent
  1277. Player = Players:GetPlayerFromCharacter(Character)
  1278. Humanoid = Character:FindFirstChild("Humanoid")
  1279. Torso = Character:FindFirstChild("Torso")
  1280. if not Humanoid or not Torso then
  1281. return
  1282. end
  1283.  
  1284. if not OHHNELLY.Enabled then
  1285. wait(ReloadTime)
  1286. OHHNELLY.Enabled = true
  1287. end
  1288. end
  1289.  
  1290. function Unequipped()
  1291. if Suicide then
  1292. Suicide:Stop()
  1293. end
  1294. end
  1295. OHHNELLY.Activated:connect(Activated)
  1296. OHHNELLY.Equipped:connect(Equipped)
  1297. OHHNELLY.Unequipped:connect(Unequipped)
  1298. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement