AlanFireBoy

another dedanim

Feb 13th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --by Rufus14
  2. wait()
  3. script:Destroy()
  4. deddding = false
  5. s = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  6. s.SoundId = "rbxassetid://178646271"
  7. s.Volume = 5
  8. function death()
  9.     if not deddding then
  10.         deddding = true
  11.         local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  12.         game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  13.         local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  14.         rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  15.         rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  16.         rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  17.         local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  18.         game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  19.         local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  20.         lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  21.         lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  22.         lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  23.         local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  24.         game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  25.         local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  26.         llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  27.         llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  28.         llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  29.         local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  30.         game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  31.         local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  32.         rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  33.         rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  34.         rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  35.         local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  36.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  37.         local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  38.         humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  39.         humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  40.         local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  41.         local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  42.         headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  43.         headweld.Part1 = game.Players.LocalPlayer.Character.Head
  44.         headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  45.         game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  46.         local aah = game.Players.LocalPlayer.Character.Head:findFirstChild("Died")
  47.         if aah then
  48.             aah.Volume = 8
  49.             local aahmath = math.random(2,8)
  50.             if aahmath == 2 then
  51.                 aah.SoundId = "rbxassetid://388826051"
  52.                 aah:Play()
  53.             end
  54.             if aahmath == 3 then
  55.                 aah.SoundId = "rbxassetid://388826051"
  56.                 aah.TimePosition = 0.3
  57.                 aah:Play()
  58.             end
  59.             if aahmath == 4 then
  60.                 aah.SoundId = "rbxassetid://388826051"
  61.                 aah:Play()
  62.             end
  63.             if aahmath == 5 then
  64.                 aah.SoundId = "rbxassetid://388826051"
  65.                 aah:Play()
  66.             end
  67.             if aahmath == 6 then
  68.                 aah.SoundId = "rbxassetid://388826051"
  69.                 aah.TimePosition = 2.5
  70.                 aah:Play()
  71.             end
  72.             if aahmath == 7 then
  73.                 aah.SoundId = "rbxassetid://388826051"
  74.                 aah.TimePosition = 1.3
  75.                 aah:Play()
  76.             end
  77.             if aahmath == 8 then
  78.                 aah.SoundId = "rbxassetid://388826051"
  79.                 aah.TimePosition = 2.1
  80.                 aah:Play()
  81.             end
  82.         end
  83.         game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  84.         game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  85.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  86.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  87.         workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  88.         local ripinpepp = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  89.         local frm = Instance.new("Frame", ripinpepp)
  90.         frm.Size = UDim2.new(1,0 , 1,0)
  91.         game.Workspace.CurrentCamera.CameraType = "Custom"
  92.         game.Workspace.CurrentCamera.FieldOfView = 70
  93.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  94.         frm.BackgroundColor3 = Color3.new(255,0,0)
  95.         frm.BackgroundTransparency = 0.5
  96.         s:Play()
  97.         for i  = 0,1 , 0.03 do
  98.             rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i)
  99.             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i)
  100.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
  101.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i)
  102.             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i)
  103.             game:GetService("RunService").RenderStepped:wait()
  104.         end
  105.         wait(2)
  106.         for i  = 0,1 , 0.03 do
  107.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  108.             headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.50003004, 0, 0.0504118204, 7.7851105e-26, 0.998731196, 6.69585136e-26, 1.0000025, -8.04764341e-26, -0.998733759, 7.09920026e-26, 0.0504123718),i)
  109.             game:GetService("RunService").Stepped:wait()
  110.         end
  111.         for i = 1,300 do
  112.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  113.             game:GetService("RunService").Stepped:wait()
  114.         end
  115.         --Converted with ttyyuu12345's model to script plugin v4
  116.         function sandbox(var,func)
  117.             local env = getfenv(func)
  118.             local newenv = setmetatable({},{
  119.                 __index = function(self,k)
  120.                     if k=="script" then
  121.                         return var
  122.                     else
  123.                         return env[k]
  124.                     end
  125.                 end,
  126.             })
  127.             setfenv(func,newenv)
  128.             return func
  129.         end
  130.         cors = {}
  131.         mas = Instance.new("Model",game:GetService("Lighting"))
  132.         Part0 = Instance.new("Part")
  133.         Part0.Name = "blood"
  134.         Part0.CanCollide = false
  135.         Part0.Anchored = true
  136.         Part0.Parent = mas
  137.         Part0.BrickColor = BrickColor.new("Maroon")
  138.         Part0.Rotation = Vector3.new(0, 0, 90)
  139.         Part0.Shape = Enum.PartType.Cylinder
  140.         Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
  141.         Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1)
  142.         Part0.Color = Color3.new(0.458824, 0, 0)
  143.         Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
  144.         Part0.Orientation = Vector3.new(0, 0, 90)
  145.         Part0.Color = Color3.new(0.458824, 0, 0)
  146.         for i,v in pairs(mas:GetChildren()) do
  147.             v.Parent = game:GetService("Players").LocalPlayer.Character
  148.             pcall(function() v:MakeJoints() end)
  149.         end
  150.         mas:Destroy()
  151.         for i,v in pairs(cors) do
  152.             spawn(function()
  153.                 pcall(v)
  154.             end)
  155.         end
  156.         for i = 1,400 do
  157.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  158.             Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
  159.             Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,0.4)
  160.             Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  161.             game:GetService("RunService").Stepped:wait()
  162.         end
  163.         game.Players.LocalPlayer.Character.Archivable = true
  164.         local cl = game.Players.LocalPlayer.Character:Clone()
  165.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  166.             if v.ClassName == "Part" or v.ClassName == "LocalScript" or v.ClassName == "Script" then
  167.                 v:destroy()
  168.             end
  169.         end
  170.         cl.Parent = workspace
  171.         while true do
  172.             cl.Head.CanCollide = false
  173.             game:GetService("RunService").Stepped:wait()
  174.         end
  175.     end
  176. end
  177. function death2()
  178.     if not deddding then
  179.         deddding = true
  180.         local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  181.         game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  182.         local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  183.         rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  184.         rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  185.         rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  186.         local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  187.         game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  188.         local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  189.         lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  190.         lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  191.         lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  192.         local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  193.         game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  194.         local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  195.         llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  196.         llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  197.         llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  198.         local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  199.         game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  200.         local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  201.         rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  202.         rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  203.         rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  204.         local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  205.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  206.         local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  207.         humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  208.         humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  209.         local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  210.         local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  211.         headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  212.         headweld.Part1 = game.Players.LocalPlayer.Character.Head
  213.         headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  214.         game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  215.         local aah = game.Players.LocalPlayer.Character.Head:findFirstChild("Died")
  216.         if aah then
  217.             aah.Volume = 8
  218.             local aahmath = math.random(2,8)
  219.             if aahmath == 2 then
  220.                 aah.SoundId = "rbxassetid://388826051"
  221.                 aah:Play()
  222.             end
  223.             if aahmath == 3 then
  224.                 aah.SoundId = "rbxassetid://388826051"
  225.                 aah.TimePosition = 0.3
  226.                 aah:Play()
  227.             end
  228.             if aahmath == 4 then
  229.                 aah.SoundId = "rbxassetid://388826051"
  230.                 aah:Play()
  231.             end
  232.             if aahmath == 5 then
  233.                 aah.SoundId = "rbxassetid://388826051"
  234.                 aah:Play()
  235.             end
  236.             if aahmath == 6 then
  237.                 aah.SoundId = "rbxassetid://388826051"
  238.                 aah.TimePosition = 2.5
  239.                 aah:Play()
  240.             end
  241.             if aahmath == 7 then
  242.                 aah.SoundId = "rbxassetid://388826051"
  243.                 aah.TimePosition = 1.3
  244.                 aah:Play()
  245.             end
  246.             if aahmath == 8 then
  247.                 aah.SoundId = "rbxassetid://388826051"
  248.                 aah.TimePosition = 2.1
  249.                 aah:Play()
  250.             end
  251.         end
  252.         game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  253.         game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  254.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  255.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  256.         workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  257.         local ripinpepp = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  258.         local frm = Instance.new("Frame", ripinpepp)
  259.         frm.Size = UDim2.new(1,0 , 1,0)
  260.         game.Workspace.CurrentCamera.CameraType = "Custom"
  261.         game.Workspace.CurrentCamera.FieldOfView = 70
  262.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  263.         frm.BackgroundColor3 = Color3.new(255,0,0)
  264.         frm.BackgroundTransparency = 0.5
  265.         s:Play()
  266.         for i  = 0,1 , 0.03 do
  267.             rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i)
  268.             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i)
  269.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
  270.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i)
  271.             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.71110725, -1.9999876, 1, -1.89579053e-26, -7.87598728e-27, 7.01770661e-27, 6.76514401e-06, 1.0000025, -1.93673287e-26, -1.00000238, 6.85455143e-06),i)
  272.             game:GetService("RunService").RenderStepped:wait()
  273.         end
  274.         wait(2)
  275.         for i  = 0,1 , 0.03 do
  276.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  277.             headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.50003004, 0, 0.0504118204, 7.7851105e-26, 0.998731196, 6.69585136e-26, 1.0000025, -8.04764341e-26, -0.998733759, 7.09920026e-26, 0.0504123718),i)
  278.             game:GetService("RunService").Stepped:wait()
  279.         end
  280.         for i = 1,300 do
  281.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  282.             game:GetService("RunService").Stepped:wait()
  283.         end
  284.         --Converted with ttyyuu12345's model to script plugin v4
  285.         function sandbox(var,func)
  286.             local env = getfenv(func)
  287.             local newenv = setmetatable({},{
  288.                 __index = function(self,k)
  289.                     if k=="script" then
  290.                         return var
  291.                     else
  292.                         return env[k]
  293.                     end
  294.                 end,
  295.             })
  296.             setfenv(func,newenv)
  297.             return func
  298.         end
  299.         cors = {}
  300.         mas = Instance.new("Model",game:GetService("Lighting"))
  301.         Part0 = Instance.new("Part")
  302.         Part0.Name = "blood"
  303.         Part0.CanCollide = false
  304.         Part0.Anchored = true
  305.         Part0.Parent = mas
  306.         Part0.BrickColor = BrickColor.new("Maroon")
  307.         Part0.Rotation = Vector3.new(0, 0, 90)
  308.         Part0.Shape = Enum.PartType.Cylinder
  309.         Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
  310.         Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1)
  311.         Part0.Color = Color3.new(0.458824, 0, 0)
  312.         Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
  313.         Part0.Orientation = Vector3.new(0, 0, 90)
  314.         Part0.Color = Color3.new(0.458824, 0, 0)
  315.         for i,v in pairs(mas:GetChildren()) do
  316.             v.Parent = game:GetService("Players").LocalPlayer.Character
  317.             pcall(function() v:MakeJoints() end)
  318.         end
  319.         mas:Destroy()
  320.         for i,v in pairs(cors) do
  321.             spawn(function()
  322.                 pcall(v)
  323.             end)
  324.         end
  325.         for i = 1,400 do
  326.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  327.             Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
  328.             Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-0.4)
  329.             Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  330.             game:GetService("RunService").Stepped:wait()
  331.         end
  332.         game.Players.LocalPlayer.Character.Archivable = true
  333.         local cl = game.Players.LocalPlayer.Character:Clone()
  334.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  335.             if v.ClassName == "Part" or v.ClassName == "LocalScript" or v.ClassName == "Script" then
  336.                 v:destroy()
  337.             end
  338.         end
  339.         cl.Parent = workspace
  340.         while true do
  341.             cl.Head.CanCollide = false
  342.             game:GetService("RunService").Stepped:wait()
  343.         end
  344.     end
  345. end
  346. while true do
  347.     game:GetService("RunService").RenderStepped:wait()
  348.     if game.Players.LocalPlayer.Character.Humanoid.Health <= 25 then
  349.         local dedthmath = math.random(1,2)
  350.         if dedthmath == 1 then
  351.             death()
  352.         end
  353.         if dedthmath == 2 then
  354.             death2()
  355.         end
  356.     end
  357. end
Advertisement
Add Comment
Please, Sign In to add comment