Robert666121

John Doe

Jun 21st, 2018 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.77 KB | None | 0 0
  1. local GUI = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local OpenButton = Instance.new("TextButton")
  4. local OpenBeautyFrame = Instance.new("Frame")
  5. local MainFrame = Instance.new("Frame")
  6. local MainFrameBeautyA = Instance.new("Frame")
  7. local CloseButton = Instance.new("TextButton")
  8. local EXPLOIT1 = Instance.new("TextButton")
  9. local MainFrameCenterBeautyA = Instance.new("Frame")
  10. local MainFrameCenterBeautyA_2 = Instance.new("Frame")
  11. local EXPLOIT5 = Instance.new("TextButton")
  12. local EXPLOIT9 = Instance.new("TextButton")
  13. local EXPLOIT6 = Instance.new("TextButton")
  14. local EXPLOIT7 = Instance.new("TextButton")
  15. local EXPLOIT8 = Instance.new("TextButton")
  16. local EXPLOIT10 = Instance.new("TextButton")
  17. local EXPLOIT11 = Instance.new("TextButton")
  18. local EXPLOIT12 = Instance.new("TextButton")
  19. local EXPLOIT2 = Instance.new("TextButton")
  20. local EXPLOIT3 = Instance.new("TextButton")
  21. local EXPLOIT4 = Instance.new("TextButton")
  22. local MainFrameBeautyB = Instance.new("Frame")
  23.  
  24.  
  25. --Properties:
  26.  
  27. GUI.Name = "GUI"
  28. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29.  
  30. OpenFrame.Name = "OpenFrame"
  31. OpenFrame.Parent = GUI
  32. OpenFrame.Active = true
  33. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  34. OpenFrame.BorderSizePixel = 0
  35. OpenFrame.Position = UDim2.new(0, 0, 0.629155695, 0)
  36. OpenFrame.Size = UDim2.new(0, 72, 0, 27)
  37.  
  38. OpenButton.Name = "OpenButton"
  39. OpenButton.Parent = OpenFrame
  40. OpenButton.BackgroundColor3 = Color3.fromRGB(170, 170, 127)
  41. OpenButton.BackgroundTransparency = 1.000
  42. OpenButton.BorderSizePixel = 0
  43. OpenButton.Position = UDim2.new(0.0305736773, 0, 0.116329789, 0)
  44. OpenButton.Size = UDim2.new(0, 66, 0, 20)
  45. OpenButton.Font = Enum.Font.Cartoon
  46. OpenButton.Text = "Open"
  47. OpenButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. OpenButton.TextScaled = true
  49. OpenButton.TextSize = 14.000
  50. OpenButton.TextWrapped = true
  51. OpenButton.MouseButton1Down:connect(function()
  52. MainFrame.Visible = true
  53. OpenFrame.Visible = false
  54. MainFrameBeautyA.Visible = true
  55. MainFrameBeautyB.Visible = true
  56. MainFrameCenterBeautyA_2.Visible = true
  57. MainFrameCenterBeautyA.Visible = true
  58. end)
  59.  
  60. OpenBeautyFrame.Name = "OpenBeautyFrame"
  61. OpenBeautyFrame.Parent = OpenFrame
  62. OpenBeautyFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. OpenBeautyFrame.BorderSizePixel = 0
  64. OpenBeautyFrame.Position = UDim2.new(0.988907099, 0, -0.148148149, 0)
  65. OpenBeautyFrame.Size = UDim2.new(0, 3, 0, 33)
  66.  
  67. MainFrame.Name = "MainFrame"
  68. MainFrame.Parent = GUI
  69. MainFrame.Active = true
  70. MainFrame.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  71. MainFrame.BorderSizePixel = 0
  72. MainFrame.Position = UDim2.new(0.30754894, 0, 0.235294133, 0)
  73. MainFrame.Size = UDim2.new(0, 412, 0, 263)
  74. MainFrame.Visible = false
  75. MainFrame.Draggable = true
  76.  
  77. MainFrameBeautyA.Name = "MainFrameBeautyA"
  78. MainFrameBeautyA.Parent = MainFrame
  79. MainFrameBeautyA.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  80. MainFrameBeautyA.BorderSizePixel = 0
  81. MainFrameBeautyA.Size = UDim2.new(0, 412, 0, 22)
  82. MainFrameBeautyA.Visible = false
  83.  
  84. CloseButton.Name = "CloseButton"
  85. CloseButton.Parent = MainFrameBeautyA
  86. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. CloseButton.BackgroundTransparency = 1.000
  88. CloseButton.BorderSizePixel = 0
  89. CloseButton.Position = UDim2.new(0.905339777, 0, 0, 0)
  90. CloseButton.Size = UDim2.new(0, 39, 0, 22)
  91. CloseButton.Font = Enum.Font.Cartoon
  92. CloseButton.Text = "Close"
  93. CloseButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  94. CloseButton.TextScaled = true
  95. CloseButton.TextSize = 14.000
  96. CloseButton.TextWrapped = true
  97. CloseButton.MouseButton1Down:connect(function()
  98. OpenFrame.Visible = true
  99. MainFrame.Visible = false
  100. MainFrameBeautyA.Visible = false
  101. MainFrameBeautyB.Visible = false
  102. MainFrameCenterBeautyA_2.Visible = false
  103. MainFrameCenterBeautyA.Visible = false
  104. end)
  105.  
  106. EXPLOIT1.Name = "EXPLOIT1"
  107. EXPLOIT1.Parent = MainFrame
  108. EXPLOIT1.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  109. EXPLOIT1.BorderSizePixel = 0
  110. EXPLOIT1.Position = UDim2.new(0.024271844, 0, 0.129277572, 0)
  111. EXPLOIT1.Size = UDim2.new(0, 92, 0, 32)
  112. EXPLOIT1.Font = Enum.Font.Cartoon
  113. EXPLOIT1.Text = "My Other GUI"
  114. EXPLOIT1.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. EXPLOIT1.TextScaled = true
  116. EXPLOIT1.TextSize = 14.000
  117. EXPLOIT1.TextWrapped = true
  118. EXPLOIT1.MouseButton1Down:connect(function()
  119. loadstring(game:HttpGet(('https://pastebin.com/raw/HCsqYzwa'),true))()
  120. end)
  121.  
  122. MainFrameCenterBeautyA.Name = "MainFrameCenterBeautyA"
  123. MainFrameCenterBeautyA.Parent = MainFrame
  124. MainFrameCenterBeautyA.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  125. MainFrameCenterBeautyA.BorderSizePixel = 0
  126. MainFrameCenterBeautyA.Position = UDim2.new(0.288834959, 0, 0.129277572, 0)
  127. MainFrameCenterBeautyA.Size = UDim2.new(0, 8, 0, 185)
  128. MainFrameCenterBeautyA.Visible = false
  129.  
  130. MainFrameCenterBeautyA_2.Name = "MainFrameCenterBeautyA"
  131. MainFrameCenterBeautyA_2.Parent = MainFrame
  132. MainFrameCenterBeautyA_2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  133. MainFrameCenterBeautyA_2.BorderSizePixel = 0
  134. MainFrameCenterBeautyA_2.Position = UDim2.new(0.699029148, 0, 0.129277557, 0)
  135. MainFrameCenterBeautyA_2.Size = UDim2.new(0, 8, 0, 185)
  136. MainFrameCenterBeautyA_2.Visible = false
  137.  
  138. EXPLOIT5.Name = "EXPLOIT5"
  139. EXPLOIT5.Parent = MainFrame
  140. EXPLOIT5.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  141. EXPLOIT5.BorderSizePixel = 0
  142. EXPLOIT5.Position = UDim2.new(0.388349503, 0, 0.129277572, 0)
  143. EXPLOIT5.Size = UDim2.new(0, 92, 0, 32)
  144. EXPLOIT5.Font = Enum.Font.Cartoon
  145. EXPLOIT5.Text = "JailTabs"
  146. EXPLOIT5.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. EXPLOIT5.TextScaled = true
  148. EXPLOIT5.TextSize = 14.000
  149. EXPLOIT5.TextWrapped = true
  150. EXPLOIT5.MouseButton1Down:connect(function()
  151. loadstring(game:HttpGet(('https://pastebin.com/raw/aV6LcSGf'),true))()
  152. end)
  153.  
  154. EXPLOIT9.Name = "EXPLOIT9"
  155. EXPLOIT9.Parent = MainFrame
  156. EXPLOIT9.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  157. EXPLOIT9.BorderSizePixel = 0
  158. EXPLOIT9.Position = UDim2.new(0.75242722, 0, 0.129277572, 0)
  159. EXPLOIT9.Size = UDim2.new(0, 92, 0, 32)
  160. EXPLOIT9.Font = Enum.Font.Cartoon
  161. EXPLOIT9.Text = "Counter Pepsi"
  162. EXPLOIT9.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. EXPLOIT9.TextScaled = true
  164. EXPLOIT9.TextSize = 14.000
  165. EXPLOIT9.TextWrapped = true
  166. EXPLOIT9.MouseButton1Down:connect(function()
  167. loadstring(game:HttpGet(('https://pastebin.com/raw/cWTJj3aZ'),true))()
  168. end)
  169.  
  170. EXPLOIT6.Name = "EXPLOIT6"
  171. EXPLOIT6.Parent = MainFrame
  172. EXPLOIT6.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  173. EXPLOIT6.BorderSizePixel = 0
  174. EXPLOIT6.Position = UDim2.new(0.388349503, 0, 0.323193908, 0)
  175. EXPLOIT6.Size = UDim2.new(0, 92, 0, 32)
  176. EXPLOIT6.Font = Enum.Font.Cartoon
  177. EXPLOIT6.Text = "PsyHub"
  178. EXPLOIT6.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. EXPLOIT6.TextScaled = true
  180. EXPLOIT6.TextSize = 14.000
  181. EXPLOIT6.TextWrapped = true
  182. EXPLOIT6.MouseButton1Down:connect(function()
  183. loadstring(game:GetObjects("rbxassetid://3014051754")[1].Source)()
  184. end)
  185.  
  186. EXPLOIT7.Name = "EXPLOIT7"
  187. EXPLOIT7.Parent = MainFrame
  188. EXPLOIT7.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  189. EXPLOIT7.BorderSizePixel = 0
  190. EXPLOIT7.Position = UDim2.new(0.388349503, 0, 0.520912528, 0)
  191. EXPLOIT7.Size = UDim2.new(0, 92, 0, 32)
  192. EXPLOIT7.Font = Enum.Font.Cartoon
  193. EXPLOIT7.Text = "IY FE"
  194. EXPLOIT7.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. EXPLOIT7.TextScaled = true
  196. EXPLOIT7.TextSize = 14.000
  197. EXPLOIT7.TextWrapped = true
  198. EXPLOIT7.MouseButton1Down:connect(function()
  199. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  200. end)
  201.  
  202. EXPLOIT8.Name = "EXPLOIT8"
  203. EXPLOIT8.Parent = MainFrame
  204. EXPLOIT8.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  205. EXPLOIT8.BorderSizePixel = 0
  206. EXPLOIT8.Position = UDim2.new(0.388349503, 0, 0.711026609, 0)
  207. EXPLOIT8.Size = UDim2.new(0, 92, 0, 32)
  208. EXPLOIT8.Font = Enum.Font.Cartoon
  209. EXPLOIT8.Text = "Arsenal Kill All"
  210. EXPLOIT8.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. EXPLOIT8.TextScaled = true
  212. EXPLOIT8.TextSize = 14.000
  213. EXPLOIT8.TextWrapped = true
  214. EXPLOIT8.MouseButton1Down:connect(function()
  215. print("Script made by FramzDev#8283")
  216. local c = workspace.CurrentCamera
  217. local lplr = game.Players.LocalPlayer
  218.  
  219. function a(p)
  220. if p and p.Character then
  221. pcall(function()
  222. local t = p.Character.PrimaryPart.CFrame * Vector3.new(0, -0.25, 0)
  223. c.CFrame = CFrame.new(c.Focus.p, t) * CFrame.new(0, 0, 0.5)
  224. end)
  225. end
  226. end
  227. for i=1,10 do
  228. for _,v in pairs(game.Players:GetPlayers()) do
  229. pcall(function()
  230. for i=1,15 do
  231. lplr.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame - v.Character.HumanoidRootPart.CFrame.LookVector*4
  232. a(v)
  233. wait()
  234. end
  235. end)
  236. end
  237. end
  238. end)
  239.  
  240. EXPLOIT10.Name = "EXPLOIT10"
  241. EXPLOIT10.Parent = MainFrame
  242. EXPLOIT10.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  243. EXPLOIT10.BorderSizePixel = 0
  244. EXPLOIT10.Position = UDim2.new(0.75242722, 0, 0.323193908, 0)
  245. EXPLOIT10.Size = UDim2.new(0, 92, 0, 32)
  246. EXPLOIT10.Font = Enum.Font.Cartoon
  247. EXPLOIT10.Text = "Reviz Admin"
  248. EXPLOIT10.TextColor3 = Color3.fromRGB(255, 255, 255)
  249. EXPLOIT10.TextScaled = true
  250. EXPLOIT10.TextSize = 14.000
  251. EXPLOIT10.TextWrapped = true
  252. EXPLOIT10.MouseButton1Down:connect(function()
  253. loadstring(game:HttpGet(('https://pastebin.com/raw/KNUzQPYS'),true))()
  254. end)
  255.  
  256. EXPLOIT11.Name = "EXPLOIT11"
  257. EXPLOIT11.Parent = MainFrame
  258. EXPLOIT11.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  259. EXPLOIT11.BorderSizePixel = 0
  260. EXPLOIT11.Position = UDim2.new(0.75242722, 0, 0.520912528, 0)
  261. EXPLOIT11.Size = UDim2.new(0, 92, 0, 32)
  262. EXPLOIT11.Font = Enum.Font.Cartoon
  263. EXPLOIT11.Text = "FE GUI"
  264. EXPLOIT11.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. EXPLOIT11.TextScaled = true
  266. EXPLOIT11.TextSize = 14.000
  267. EXPLOIT11.TextWrapped = true
  268. EXPLOIT11.MouseButton1Down:connect(function()
  269. loadstring(game:HttpGet(('https://pastebin.com/raw/yQaWHmZA'),true))()
  270. end)
  271.  
  272. EXPLOIT12.Name = "EXPLOIT12"
  273. EXPLOIT12.Parent = MainFrame
  274. EXPLOIT12.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  275. EXPLOIT12.BorderSizePixel = 0
  276. EXPLOIT12.Position = UDim2.new(0.75242722, 0, 0.711026609, 0)
  277. EXPLOIT12.Size = UDim2.new(0, 92, 0, 32)
  278. EXPLOIT12.Font = Enum.Font.Cartoon
  279. EXPLOIT12.Text = "FE Troll Animations"
  280. EXPLOIT12.TextColor3 = Color3.fromRGB(255, 255, 255)
  281. EXPLOIT12.TextScaled = true
  282. EXPLOIT12.TextSize = 14.000
  283. EXPLOIT12.TextWrapped = true
  284. EXPLOIT12.MouseButton1Down:connect(function()
  285. loadstring(game:HttpGet(('https://pastebin.com/raw/35ze0RJb'),true))()
  286. end)
  287.  
  288. EXPLOIT2.Name = "EXPLOIT2"
  289. EXPLOIT2.Parent = MainFrame
  290. EXPLOIT2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  291. EXPLOIT2.BorderSizePixel = 0
  292. EXPLOIT2.Position = UDim2.new(0.024271844, 0, 0.323193908, 0)
  293. EXPLOIT2.Size = UDim2.new(0, 92, 0, 32)
  294. EXPLOIT2.Font = Enum.Font.Cartoon
  295. EXPLOIT2.Text = "Fe Invis Kill"
  296. EXPLOIT2.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. EXPLOIT2.TextScaled = true
  298. EXPLOIT2.TextSize = 14.000
  299. EXPLOIT2.TextWrapped = true
  300. EXPLOIT2.MouseButton1Down:connect(function()
  301. loadstring(game:HttpGet(('https://pastebin.com/raw/Lpn5rUDp'),true))()
  302. end)
  303.  
  304. EXPLOIT3.Name = "EXPLOIT3"
  305. EXPLOIT3.Parent = MainFrame
  306. EXPLOIT3.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  307. EXPLOIT3.BorderSizePixel = 0
  308. EXPLOIT3.Position = UDim2.new(0.024271844, 0, 0.520912528, 0)
  309. EXPLOIT3.Size = UDim2.new(0, 92, 0, 32)
  310. EXPLOIT3.Font = Enum.Font.Cartoon
  311. EXPLOIT3.Text = "Vybe CMD Bar"
  312. EXPLOIT3.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. EXPLOIT3.TextScaled = true
  314. EXPLOIT3.TextSize = 14.000
  315. EXPLOIT3.TextWrapped = true
  316. EXPLOIT3.MouseButton1Down:connect(function()
  317. loadstring(game:HttpGet(('https://pastebin.com/raw/NN5P4nQE'),true))()
  318. end)
  319.  
  320. EXPLOIT4.Name = "EXPLOIT4"
  321. EXPLOIT4.Parent = MainFrame
  322. EXPLOIT4.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  323. EXPLOIT4.BorderSizePixel = 0
  324. EXPLOIT4.Position = UDim2.new(0.024271844, 0, 0.711026609, 0)
  325. EXPLOIT4.Size = UDim2.new(0, 92, 0, 32)
  326. EXPLOIT4.Font = Enum.Font.Cartoon
  327. EXPLOIT4.Text = "JB Autorob"
  328. EXPLOIT4.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. EXPLOIT4.TextScaled = true
  330. EXPLOIT4.TextSize = 14.000
  331. EXPLOIT4.TextWrapped = true
  332. EXPLOIT4.MouseButton1Down:connect(function()
  333. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  334. end)
  335.  
  336. MainFrameBeautyB.Name = "MainFrameBeautyB"
  337. MainFrameBeautyB.Parent = MainFrame
  338. MainFrameBeautyB.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  339. MainFrameBeautyB.BorderSizePixel = 0
  340. MainFrameBeautyB.Position = UDim2.new(0, 0, 0.916349828, 0)
  341. MainFrameBeautyB.Size = UDim2.new(0, 412, 0, 22)
  342. MainFrameBeautyB.Visible = false
  343.  
  344. ------------
  345. --John Doe--
  346. ------------
  347. -----by-----
  348. --CKbackup--
  349. ------------
  350.  
  351. --Player Stuff--
  352. player = game:GetService("Players").LocalPlayer
  353. chara = player.Character
  354.  
  355. ch = chara:GetChildren()
  356. for i = 1, #ch do
  357. if ch[i].Name == "Torso" then
  358. ch[i].roblox.Transparency = 1
  359. elseif ch[i].Name == "Head" then
  360. ch[i].face.Transparency = 1
  361. ch[i].Transparency = 1
  362. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  363. ch[i]:Destroy()
  364. end
  365. end
  366.  
  367. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  368. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  369. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  370. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  371. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  372.  
  373. --Outfit--
  374. New = function(Object, Parent, Name, Data)
  375. local Object = Instance.new(Object)
  376. for Index, Value in pairs(Data or {}) do
  377. Object[Index] = Value
  378. end
  379. Object.Parent = Parent
  380. Object.Name = Name
  381. return Object
  382. end
  383.  
  384. function ScatterEff(part)
  385. local eff1 = Instance.new("ParticleEmitter",part)
  386. eff1.Size = NumberSequence.new(.1)
  387. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  388. eff1.LightEmission = 1
  389. eff1.Lifetime = NumberRange.new(1)
  390. eff1.Speed = NumberRange.new(1)
  391. eff1.Rate = 100
  392. eff1.VelocitySpread = 10000
  393. eff1.Texture = "rbxassetid://242911609"
  394. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  395. local eff2 = Instance.new("ParticleEmitter",part)
  396. eff2.Size = NumberSequence.new(.1)
  397. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  398. eff2.LightEmission = 1
  399. eff2.Lifetime = NumberRange.new(1)
  400. eff2.Speed = NumberRange.new(1)
  401. eff2.Rate = 100
  402. eff2.VelocitySpread = 10000
  403. eff2.Texture = "rbxassetid://242911609"
  404. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  405. end
  406.  
  407. function BurningEff(part)
  408. local eff1 = Instance.new("ParticleEmitter",part)
  409. eff1.Size = NumberSequence.new(.1)
  410. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  411. eff1.LightEmission = 1
  412. eff1.Lifetime = NumberRange.new(1)
  413. eff1.Speed = NumberRange.new(0)
  414. eff1.Rate = 100
  415. eff1.Texture = "rbxassetid://242911609"
  416. eff1.Acceleration = Vector3.new(0,10,0)
  417. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  418. local eff2 = Instance.new("ParticleEmitter",part)
  419. eff2.Size = NumberSequence.new(.1)
  420. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  421. eff2.LightEmission = 1
  422. eff2.Lifetime = NumberRange.new(1)
  423. eff2.Speed = NumberRange.new(0)
  424. eff2.Rate = 100
  425. eff2.Texture = "rbxassetid://242911609"
  426. eff2.Acceleration = Vector3.new(0,10,0)
  427. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  428. local eff3 = Instance.new("ParticleEmitter",part)
  429. eff3.Size = NumberSequence.new(1)
  430. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  431. eff3.LightEmission = 1
  432. eff3.Lifetime = NumberRange.new(1)
  433. eff3.Speed = NumberRange.new(0)
  434. eff3.Rate = 100
  435. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  436. eff3.Acceleration = Vector3.new(0,10,0)
  437. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  438. end
  439.  
  440. FakeHead = New("Model",chara,"FakeHead",{})
  441. 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,})
  442. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  443. face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",})
  444. 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),})
  445. FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow")
  446. 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),})
  447. Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),})
  448. 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),})
  449. Chest = New("Model",chara,"Chest",{})
  450. 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,})
  451. 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),})
  452. 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),})
  453. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  454. 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),})
  455. 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),})
  456. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  457. 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),})
  458. LeftArm = New("Model",chara,"LeftArm",{})
  459. 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,})
  460. 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),})
  461. 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),})
  462. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  463. 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),})
  464. 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),})
  465. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  466. 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),})
  467. 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),})
  468. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  469. 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),})
  470. 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),})
  471. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  472. 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),})
  473. 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),})
  474. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  475. 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),})
  476. 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),})
  477. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  478. 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),})
  479. BurningEff(EffCorruptedPart)
  480. LeftLeg = New("Model",chara,"LeftLeg",{})
  481. 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,})
  482. 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),})
  483. 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),})
  484. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  485. 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),})
  486. 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),})
  487. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  488. 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),})
  489. 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),})
  490. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  491. 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),})
  492. 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),})
  493. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  494. 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),})
  495. 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),})
  496. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  497. 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),})
  498. 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),})
  499. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  500. 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),})
  501. 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),})
  502. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  503. 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),})
  504. 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),})
  505. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  506. 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),})
  507. ScatterEff(EffCorruptedPart)
  508. RightArm = New("Model",chara,"RightArm",{})
  509. 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,})
  510. 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),})
  511. 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),})
  512. 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),})
  513. 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),})
  514. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  515. 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),})
  516. 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),})
  517. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  518. 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),})
  519. 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),})
  520. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  521. 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),})
  522. 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),})
  523. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  524. 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),})
  525. 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),})
  526. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  527. 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),})
  528. 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),})
  529. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  530. 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),})
  531. 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),})
  532. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  533. 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),})
  534. RightLeg = New("Model",chara,"RightLeg",{})
  535. 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,})
  536. 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),})
  537. 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),})
  538. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  539. 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),})
  540. 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),})
  541. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  542. 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),})
  543. 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),})
  544. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  545. 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),})
  546. 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),})
  547. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  548. 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),})
  549. 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),})
  550. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  551. 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),})
  552. 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),})
  553. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  554. 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),})
  555. 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),})
  556. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  557. 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),})
  558. 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),})
  559. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  560. 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),})
  561. ScatterEff(EffCorruptedPart)
  562.  
  563. sa = RightArm:GetChildren()
  564. for i = 1, #sa do
  565. ScatterEff(sa[i])
  566. end
  567.  
  568. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  569. eff1.Size = NumberSequence.new(.1)
  570. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  571. eff1.LightEmission = 1
  572. eff1.Lifetime = NumberRange.new(.5)
  573. eff1.Speed = NumberRange.new(1)
  574. eff1.EmissionDirection = "Front"
  575. eff1.Rate = 100
  576. eff1.Texture = "rbxassetid://242911609"
  577. eff1.Acceleration = Vector3.new(0,10,0)
  578. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  579. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  580. eff2.Size = NumberSequence.new(.1)
  581. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  582. eff2.LightEmission = 1
  583. eff2.Lifetime = NumberRange.new(.5)
  584. eff2.Speed = NumberRange.new(1)
  585. eff2.EmissionDirection = "Front"
  586. eff2.Rate = 100
  587. eff2.Texture = "rbxassetid://242911609"
  588. eff2.Acceleration = Vector3.new(0,10,0)
  589. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  590. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  591. eff3.Size = NumberSequence.new(.1)
  592. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  593. eff3.LightEmission = 1
  594. eff3.Lifetime = NumberRange.new(.5)
  595. eff3.Speed = NumberRange.new(1)
  596. eff3.EmissionDirection = "Front"
  597. eff3.Rate = 100
  598. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  599. eff3.Acceleration = Vector3.new(0,10,0)
  600. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  601.  
  602. --Sounds--
  603. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  604. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  605. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  606. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  607. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  608. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  609. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  610. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  611. music1:Play()
  612. music2:Play()
  613.  
  614. --Animations--
  615. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  616.  
  617. --Name Tag--
  618. local naeeym = Instance.new("BillboardGui",chara)
  619. naeeym.Size = UDim2.new(0,100,0,40)
  620. naeeym.StudsOffset = Vector3.new(0,2,0)
  621. naeeym.Adornee = chara.Head
  622. local tecks = Instance.new("TextLabel",naeeym)
  623. tecks.BackgroundTransparency = 1
  624. tecks.BorderSizePixel = 0
  625. tecks.Text = "John Doe"
  626. tecks.Font = "Fantasy"
  627. tecks.FontSize = "Size24"
  628. tecks.TextStrokeTransparency = 0
  629. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  630. tecks.TextColor3 = Color3.new(0,0,0)
  631. tecks.Size = UDim2.new(1,0,0.5,0)
  632.  
  633. --Skybox--
  634. skybox = Instance.new("Part",chara)
  635. skybox.Size = Vector3.new(0,0,0)
  636. skybox.Anchored = true
  637. skybox.CanCollide = true
  638. skyboxmesh = Instance.new("SpecialMesh",skybox)
  639. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  640. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=1529455"
  641. skyboxmesh.VertexColor = Vector3.new(1,0,0)
  642. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  643.  
  644. --Soul Steal--
  645. function SoulSteal(pos)
  646. local soulst = coroutine.wrap(function()
  647. local soul = Instance.new("Part",chara)
  648. soul.Size = Vector3.new(0,0,0)
  649. soul.CanCollide = false
  650. soul.Anchored = false
  651. soul.Position = pos
  652. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  653. soul.Transparency = 1
  654. local ptc = Instance.new("ParticleEmitter",soul)
  655. ptc.Texture = "http://www.roblox.com/asset/?id=242911609"
  656. ptc.Size = NumberSequence.new(.5)
  657. ptc.LockedToPart = true
  658. ptc.Speed = NumberRange.new(0)
  659. ptc.Lifetime = NumberRange.new(9999)
  660. local bodpos = Instance.new("BodyPosition",soul)
  661. bodpos.Position = pos
  662. wait(2)
  663. soul.Touched:connect(function(hit)
  664. if hit.Parent == chara then
  665. soul:Destroy()
  666. end
  667. end)
  668. while soul do
  669. wait(.1)
  670. bodpos.Position = chara.Torso.Position
  671. end
  672. end)
  673. soulst()
  674. end
  675.  
  676. --Death of a Mortal--
  677. function KillMortal(hitdude)
  678. local torsy = nil
  679. if hitdude:FindFirstChild("Torso")~=nil then
  680. torsy = hitdude.Torso
  681. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  682. torsy = hitdude.UpperTorso
  683. end
  684. local val = Instance.new("ObjectValue",hitdude)
  685. val.Name = "HasBeenHit"
  686. hitdude:BreakJoints()
  687. hitdude.Humanoid:Destroy()
  688. SoulSteal(torsy.Position)
  689. local chi = hitdude:GetChildren()
  690. for i = 1, #chi do
  691. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  692. local bodpos = Instance.new("BodyPosition",chi[i])
  693. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  694. ScatterEff(chi[i])
  695. chi[i].BrickColor = BrickColor.new("Really black")
  696. end
  697. end
  698. for i = 1, 4 do
  699. for i = 1, #chi do
  700. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  701. chi[i].Transparency = chi[i].Transparency + .25
  702. wait(.01)
  703. end
  704. end
  705. end
  706. for i = 1, #chi do
  707. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  708. chi[i]:Destroy()
  709. end
  710. end
  711. end
  712.  
  713. --Arm Touch--
  714. bladeactive = false
  715. Hitbox.Touched:connect(function(hit)
  716. if bladeactive == true then
  717. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  718. hitsnd:Play()
  719. KillMortal(hit.Parent)
  720. end
  721. end
  722. end)
  723.  
  724. --Teleport--
  725. function Teleport(pos)
  726. telesnd:Play()
  727. local ch = chara:GetChildren()
  728. for i = 1, #ch do
  729. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  730. local trace = Instance.new("Part",game.Workspace)
  731. trace.Size = ch[i].Size
  732. trace.Material = "Neon"
  733. trace.BrickColor = BrickColor.new("Really black")
  734. trace.Transparency = .3
  735. trace.CanCollide = false
  736. trace.Anchored = true
  737. trace.CFrame = ch[i].CFrame
  738. if ch[i].Name == "Head" then
  739. mehs = Instance.new("CylinderMesh",trace)
  740. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  741. end
  742. tracedisappear = coroutine.wrap(function()
  743. wait(1)
  744. for i = 1, 7 do
  745. wait(.1)
  746. trace.Transparency = trace.Transparency + .1
  747. end
  748. trace:Destroy()
  749. end)
  750. tracedisappear()
  751. end
  752. end
  753. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  754. end
  755.  
  756. --Grab--
  757. function Grab(mouse)
  758. local hit = mouse.Target
  759. if hit ~= nil then
  760. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  761. local torsy = nil
  762. if hit.Parent:FindFirstChild("Torso")~=nil then
  763. torsy = hit.Parent.Torso
  764. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  765. torsy = hit.Parent.UpperTorso
  766. end
  767. local bodpos = Instance.new("BodyPosition",torsy)
  768. bodpos.Position = torsy.Position
  769. wait(1)
  770. burnsnd:Play()
  771. hit.Parent.Humanoid.MaxHealth = 100
  772. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  773. for i = 1, 10 do
  774. wait(.1)
  775. BurningEff(torsy)
  776. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  777. end
  778. KillMortal(hit.Parent)
  779. end
  780. else end
  781. end
  782.  
  783. --Button1Down--
  784. dell = false
  785. function onButton1Down()
  786. if dell == false then
  787. dell = true
  788. swinganim:Play()
  789. bladeactive = true
  790. slashsnd:Play()
  791. wait(.7)
  792. bladeactive = false
  793. dell = false
  794. swinganim:Stop()
  795. end
  796. end
  797.  
  798. --KeyDowns--
  799. function onKeyDown(key)
  800. if key == "z" then
  801. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  802. elseif key == "x" then
  803. Grab(Mouse)
  804. end
  805. end
  806.  
  807. --Mouse Functions--
  808. Mouse = player:GetMouse()
  809. if Mouse then
  810. Mouse.Button1Down:connect(onButton1Down)
  811. Mouse.KeyDown:connect(onKeyDown)
  812. end
  813.  
  814. --Death--
  815. chara.Humanoid.Died:connect(function()
  816. local pat = Instance.new("Part",game.Workspace)
  817. pat.Transparency = 1
  818. pat.Anchored = true
  819. pat.CFrame = chara.Torso.CFrame
  820. naeeym.Parent = pat
  821. naeeym.Adornee = pat
  822. skybox.Parent = game.Workspace
  823. tecks.Text = "BAD CHOICE"
  824. tecks.FontSize = "Size48"
  825. tecks.TextColor3 = Color3.new(1,0,0)
  826. music1:Stop()
  827. music2:Stop()
  828. deathmus.Parent = game.Workspace
  829. deathex.Parent = game.Workspace
  830. deathmus:Play()
  831. deathex:Play()
  832. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  833. game.Lighting.TimeOfDay = "00:00:00"
  834. game.Lighting.FogColor = Color3.new(0,0,0)
  835. game.Lighting.FogEnd = 1000
  836. local ex = Instance.new("Explosion",game.Workspace)
  837. ex.Position = chara.Torso.Position
  838. ex.Visible = false
  839. ex.BlastRadius = 999999999999999999999999
  840. ex.BlastPressure = 9999999999999999999999999
  841. end)
  842.  
  843. --Loop Function--
  844. while true do
  845. wait(.01)
  846. chance = math.random(0,100)
  847. if chance < 10 then
  848. sel = math.random(1,3)
  849. if sel == 1 then
  850. tecks.Text = "NOHOPE"
  851. elseif sel == 2 then
  852. tecks.Text = "GIVEUP"
  853. elseif sel == 3 then
  854. tecks.Text = "BURNINHELL"
  855. end
  856. else tecks.Text = "John Doe"
  857. end
  858. if chara.Humanoid.Health > 0 then
  859. chara.Humanoid.MaxHealth = math.huge
  860. chara.Humanoid.Health = math.huge
  861. game.Lighting.OutdoorAmbient = Color3.new(1,0,0)
  862. game.Lighting.Ambient = Color3.new(1,0,0)
  863. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  864. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  865. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  866. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  867. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  868. chara["Left Arm"].Anchored = false
  869. chara["Right Arm"].Anchored = false
  870. chara["Left Leg"].Anchored = false
  871. chara["Right Leg"].Anchored = false
  872. chara.Torso.Anchored = false
  873. ch = chara:GetChildren()
  874. for i = 1, #ch do
  875. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  876. ch[i]:Destroy()
  877. end
  878. end
  879. tools = player.Backpack:GetChildren()
  880. for i = 1, #tools do
  881. if tools[i].ClassName == "HopperBin" then
  882. tools[i]:Destroy()
  883. end
  884. end
  885. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  886. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  887. local jtrace = Instance.new("Part",game.Workspace)
  888. jtrace.Name = "JDTrace"
  889. jtrace.Size = Vector3.new(10,0,10)
  890. jtrace.Position = chara.Torso.Position
  891. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  892. jtrace.Anchored = true
  893. jtrace.CanCollide = false
  894. jtrace.BrickColor = BrickColor.new("Really black")
  895. jtrace.Material = "Granite"
  896. BurningEff(jtrace)
  897. game.Debris:AddItem(jtrace,1)
  898. end
  899. end
Add Comment
Please, Sign In to add comment