Advertisement
SlappyDappyCrappy

oof

Oct 17th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.15 KB | None | 0 0
  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 = 10
  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://884348443"
  52.                 aah:Play()
  53.             end
  54.             if aahmath == 3 then
  55.                 aah.SoundId = "rbxassetid://535528169"
  56.                 aah.TimePosition = 0.3
  57.                 aah:Play()
  58.             end
  59.             if aahmath == 4 then
  60.                 aah.SoundId = "rbxassetid://1080363252"
  61.                 aah:Play()
  62.             end
  63.             if aahmath == 5 then
  64.                 aah.SoundId = "rbxassetid://150245085"
  65.                 aah:Play()
  66.             end
  67.             if aahmath == 6 then
  68.                 aah.SoundId = "rbxassetid://345287845"
  69.                 aah.TimePosition = 2.5
  70.                 aah:Play()
  71.             end
  72.             if aahmath == 7 then
  73.                 aah.SoundId = "rbxassetid://147758746"
  74.                 aah.TimePosition = 1.3
  75.                 aah:Play()
  76.             end
  77.             if aahmath == 8 then
  78.                 aah.SoundId = "rbxassetid://626777433"
  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,math.huge() do
  157.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  158.             Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,0.4)
  159.             Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  160.             game:GetService("RunService").Stepped:wait()
  161.         end
  162.         game.Players.LocalPlayer.Character.Archivable = true
  163.         local cl = game.Players.LocalPlayer.Character:Clone()
  164.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  165.             if v.ClassName == "Part" or v.ClassName == "LocalScript" or v.ClassName == "Script" then
  166.                 v:destroy()
  167.             end
  168.         end
  169.         cl.Parent = workspace
  170.         while true do
  171.             cl.Head.CanCollide = false
  172.             game:GetService("RunService").Stepped:wait()
  173.         end
  174.     end
  175. end
  176. function death2()
  177.     if not deddding then
  178.         deddding = true
  179.         local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  180.         game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  181.         local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  182.         rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  183.         rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  184.         rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  185.         local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  186.         game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  187.         local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  188.         lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  189.         lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  190.         lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  191.         local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  192.         game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  193.         local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  194.         llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  195.         llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  196.         llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  197.         local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  198.         game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  199.         local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  200.         rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  201.         rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  202.         rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  203.         local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  204.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  205.         local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  206.         humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  207.         humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  208.         local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  209.         local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  210.         headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  211.         headweld.Part1 = game.Players.LocalPlayer.Character.Head
  212.         headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  213.         game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  214.         local aah = game.Players.LocalPlayer.Character.Head:findFirstChild("Died")
  215.         if aah then
  216.             aah.Volume = 8
  217.             local aahmath = math.random(2,8)
  218.             if aahmath == 2 then
  219.                 aah.SoundId = "rbxassetid://884348443"
  220.                 aah:Play()
  221.             end
  222.             if aahmath == 3 then
  223.                 aah.SoundId = "rbxassetid://535528169"
  224.                 aah.TimePosition = 0.3
  225.                 aah:Play()
  226.             end
  227.             if aahmath == 4 then
  228.                 aah.SoundId = "rbxassetid://1080363252"
  229.                 aah:Play()
  230.             end
  231.             if aahmath == 5 then
  232.                 aah.SoundId = "rbxassetid://150245085"
  233.                 aah:Play()
  234.             end
  235.             if aahmath == 6 then
  236.                 aah.SoundId = "rbxassetid://345287845"
  237.                 aah.TimePosition = 2.5
  238.                 aah:Play()
  239.             end
  240.             if aahmath == 7 then
  241.                 aah.SoundId = "rbxassetid://147758746"
  242.                 aah.TimePosition = 1.3
  243.                 aah:Play()
  244.             end
  245.             if aahmath == 8 then
  246.                 aah.SoundId = "rbxassetid://626777433"
  247.                 aah.TimePosition = 2.1
  248.                 aah:Play()
  249.             end
  250.         end
  251.         game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  252.         game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  253.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  254.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  255.         workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  256.         local ripinpepp = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  257.         local frm = Instance.new("Frame", ripinpepp)
  258.         frm.Size = UDim2.new(1,0 , 1,0)
  259.         game.Workspace.CurrentCamera.CameraType = "Custom"
  260.         game.Workspace.CurrentCamera.FieldOfView = 70
  261.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  262.         frm.BackgroundColor3 = Color3.new(255,0,0)
  263.         frm.BackgroundTransparency = 0.5
  264.         s:Play()
  265.         for i  = 0,1 , 0.03 do
  266.             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)
  267.             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)
  268.             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)
  269.             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)
  270.             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)
  271.             game:GetService("RunService").RenderStepped:wait()
  272.         end
  273.         wait(2)
  274.         for i  = 0,1 , 0.03 do
  275.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  276.             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)
  277.             game:GetService("RunService").Stepped:wait()
  278.         end
  279.         for i = 1,300 do
  280.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  281.             game:GetService("RunService").Stepped:wait()
  282.         end
  283.         --Converted with ttyyuu12345's model to script plugin v4
  284.         function sandbox(var,func)
  285.             local env = getfenv(func)
  286.             local newenv = setmetatable({},{
  287.                 __index = function(self,k)
  288.                     if k=="script" then
  289.                         return var
  290.                     else
  291.                         return env[k]
  292.                     end
  293.                 end,
  294.             })
  295.             setfenv(func,newenv)
  296.             return func
  297.         end
  298.         cors = {}
  299.         mas = Instance.new("Model",game:GetService("Lighting"))
  300.         Part0 = Instance.new("Part")
  301.         Part0.Name = "blood"
  302.         Part0.CanCollide = false
  303.         Part0.Anchored = true
  304.         Part0.Parent = mas
  305.         Part0.BrickColor = BrickColor.new("Maroon")
  306.         Part0.Rotation = Vector3.new(0, 0, 90)
  307.         Part0.Shape = Enum.PartType.Cylinder
  308.         Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
  309.         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)
  310.         Part0.Color = Color3.new(0.458824, 0, 0)
  311.         Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
  312.         Part0.Orientation = Vector3.new(0, 0, 90)
  313.         Part0.Color = Color3.new(0.458824, 0, 0)
  314.         for i,v in pairs(mas:GetChildren()) do
  315.             v.Parent = game:GetService("Players").LocalPlayer.Character
  316.             pcall(function() v:MakeJoints() end)
  317.         end
  318.         mas:Destroy()
  319.         for i,v in pairs(cors) do
  320.             spawn(function()
  321.                 pcall(v)
  322.             end)
  323.         end
  324.         for i = 1,400 do
  325.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  326.             Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
  327.             Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-0.4)
  328.             Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  329.             game:GetService("RunService").Stepped:wait()
  330.         end
  331.         game.Players.LocalPlayer.Character.Archivable = true
  332.         local cl = game.Players.LocalPlayer.Character:Clone()
  333.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  334.             if v.ClassName == "Part" or v.ClassName == "LocalScript" or v.ClassName == "Script" then
  335.                 v:destroy()
  336.             end
  337.         end
  338.         cl.Parent = workspace
  339.         while true do
  340.             cl.Head.CanCollide = false
  341.             game:GetService("RunService").Stepped:wait()
  342.         end
  343.     end
  344. end
  345. while true do
  346.     game:GetService("RunService").RenderStepped:wait()
  347.     if game.Players.LocalPlayer.Character.Humanoid.Health <= 25 then
  348.         local dedthmath = math.random(1,2)
  349.         if dedthmath == 1 then
  350.             death()
  351.         end
  352.         if dedthmath == 2 then
  353.             death2()
  354.         end
  355.     end
  356. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement