Advertisement
Guest User

asd

a guest
Sep 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- MADE BY MUSTARFOOT AND TOLLONIS
  2. math.randomseed(tick())
  3. local player = game.Players.LocalPlayer
  4. local rekt = {}
  5. local paralyzed = false
  6. local curpoint = nil
  7. local curpart = nil
  8. local finishnum = 1
  9. local zombiemode = false
  10. local zombies = {}
  11. local lastgui = nil
  12. local mouse = player:GetMouse()
  13.  
  14. function getplr(char)
  15.     local plr = nil
  16.     for i,v in pairs(game.Players:GetChildren()) do
  17.         if v.Character == char then
  18.             plr = v
  19.         end
  20.     end
  21.     return plr
  22. end
  23.  
  24. function bleed(frick)
  25.     while frick.Parent ~= nil do
  26.     local reeee = coroutine.wrap(function()
  27.     local thing = Instance.new('Part',game.Workspace)
  28.     thing.Size = Vector3.new(0.2,0.2,0.2)
  29.     thing.CFrame = frick.CFrame
  30.     thing.Shape = Enum.PartType.Ball
  31.     thing.CFrame = frick.CFrame
  32.     thing.Transparency = 1
  33.     thing.BrickColor = BrickColor.new('Maroon')
  34.     thing.Material = Enum.Material.SmoothPlastic
  35.     thing.Name = "Blood"
  36.     thing.CanCollide =false
  37.     local rawrxd = Instance.new('BodyForce',thing)
  38.     rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  39.     local coru = coroutine.wrap(function()
  40.         wait(0.01)
  41.         rawrxd:Destroy()
  42.     end)
  43.     coru()
  44.     local ree = Instance.new('ParticleEmitter',thing)
  45.     ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  46.     ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  47.     ree.Texture = 'rbxassetid://867743272'
  48.     ree.Lifetime = NumberRange.new(0.4)
  49.     ree.Rate = 50
  50.     ree.LockedToPart = true
  51.     ree.Speed = NumberRange.new(0, 2)  
  52.    
  53.     thing.Touched:connect(function(tou)
  54.         if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
  55.             local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  56.             thing:Destroy()
  57.             if tou.Name == "BloodPuddle" then
  58.                 local reee = tou.CFrame
  59.                 if tou.Transparency > -0.2 then
  60.                     tou.Transparency = tou.Transparency -0.1
  61.                 end
  62.                 if tou.Size.X < 10 then
  63.                     tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  64.                     tou.CFrame = reee
  65.                 end
  66.             else
  67.                 local bloodlol = Instance.new('Part',workspace)
  68.                 bloodlol.Size=Vector3.new(1,0.2,1)
  69.                 bloodlol.Name = "BloodPuddle"
  70.                 bloodlol.Anchored = true
  71.                 bloodlol.CanCollide = false
  72.                 bloodlol.Material = Enum.Material.SmoothPlastic
  73.                 bloodlol.BrickColor = BrickColor.new('Maroon')
  74.                 local cyl = Instance.new('CylinderMesh',bloodlol)
  75.                 cyl.Scale = Vector3.new(1,0.1,1)
  76.                 bloodlol.CFrame = CFrame.new(pos)
  77.                 local coru=coroutine.wrap(function()
  78.                     while bloodlol.Parent ~= nil do
  79.                         if bloodlol.Transparency < 1 then
  80.                             bloodlol.Transparency = bloodlol.Transparency+0.05
  81.                         else
  82.                             bloodlol:Destroy()
  83.                         end
  84.                         wait(0.1)
  85.                     end
  86.                 end)
  87.                 coru()
  88.             end
  89.         end
  90.     end)
  91.     local coru = coroutine.wrap(function()
  92.         wait(1)
  93.         thing:Destroy()
  94.     end)
  95.     coru()
  96.     end)
  97.     reeee()
  98.     wait()
  99.     end
  100. end
  101.  
  102. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  103.     local soundy = false
  104.     local heyy = hitz
  105.     if hitz == "Right Arm" then
  106.     local Limb = playa:FindFirstChild("Right Arm")
  107.     local ters = playa:FindFirstChild('Torso')
  108.         if Limb and ters then
  109.             if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  110.             for i,v in pairs(Limb:GetChildren()) do
  111.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  112.                     v:Destroy()
  113.                 end
  114.             end
  115.             Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  116.             local Joint = Instance.new("Rotate")
  117.             Joint.Name = "RightShoulder"
  118.             Joint.Part0 = ters
  119.             Joint.Part1 = Limb
  120.             Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  121.             Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  122.             Joint.Parent = ters
  123.             if charred and zombiemode == false then
  124.                 Limb.BrickColor = BrickColor.new('Black')
  125.                 local fire = Instance.new('Fire',Limb)
  126.                 fire.Heat = 5
  127.                 fire.Size = 5
  128.                 game:GetService('Debris'):AddItem(fire,2)
  129.                 local coru=coroutine.wrap(function()
  130.                     wait(2)
  131.                     for i,v in pairs(Limb:GetChildren()) do
  132.                         if v:IsA('ParticleEmitter') then
  133.                             v:Destroy()
  134.                         end
  135.                     end
  136.                 end)
  137.                 coru()
  138.             end
  139.             local B = Instance.new("Part")
  140.             B.TopSurface = 0
  141.             B.BottomSurface = 0
  142.             B.formFactor = "Symmetric"
  143.             B.Size = Vector3.new(1, 1, 1)
  144.             B.Transparency = 1
  145.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  146.             B.Parent = playa
  147.             local W = Instance.new("Weld")
  148.             W.Part0 = Limb
  149.             W.Part1 = B
  150.             W.C0 = CFrame.new(0, -0.5, 0)
  151.             W.Parent = Limb
  152.             if kneef then
  153.             local coru = coroutine.wrap(function()
  154.                 local uno = Instance.new('Part',workspace)
  155.                     local dos = Instance.new('Part',workspace)
  156.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  157.                     dos.CFrame = kneef["big ass knife"].CFrame
  158.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  159.                     weld.Part0 = playa:FindFirstChild(hitz)
  160.                     weld.Part1 = kneef["big ass knife"]
  161.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  162.                     uno:Destroy()
  163.                     dos:Destroy()
  164.                     playa:FindFirstChild(hitz).Anchored = false
  165.                     for i, v in pairs(kneef:GetChildren()) do
  166.                         if v:IsA('BasePart') then
  167.                         v.Anchored = false
  168.                         end
  169.                     end
  170.                     if zombiemode == false or override then
  171.                     wait()
  172.                     end
  173.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  174.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  175.                     end
  176.                     local bleedpart = Instance.new("Part", kneef)
  177.                     bleedpart.CanCollide = false
  178.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  179.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  180.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  181.                     bleedpart.Transparency = 1
  182.    
  183.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  184.                     bleedpartweld.Part0 = kneef["big ass knife"]
  185.                     bleedpartweld.Part1 = bleedpart
  186.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  187.                     local coru = coroutine.wrap(function()
  188.                     bleed(bleedpart)
  189.                     end)
  190.                     coru()
  191.                     game:GetService('Debris'):AddItem(bleedpart,2)
  192.             end)
  193.             coru()
  194.             end
  195.         end
  196.     elseif hitz == "Left Arm" then
  197.         local Limb = playa:FindFirstChild("Left Arm")
  198.     local ters = playa:FindFirstChild('Torso')
  199.         if Limb and ters then
  200.             if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  201.             for i,v in pairs(Limb:GetChildren()) do
  202.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  203.                     v:Destroy()
  204.                 end
  205.             end
  206.             Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  207.             local Joint = Instance.new("Rotate")
  208.             Joint.Name = "LeftShoulder"
  209.             Joint.Part0 = ters
  210.             Joint.Part1 = Limb
  211.             Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  212.             Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  213.             Joint.Parent = ters
  214.             if charred and zombiemode == false then
  215.                 Limb.BrickColor = BrickColor.new('Black')
  216.                 local fire = Instance.new('Fire',Limb)
  217.                 fire.Heat = 5
  218.                 fire.Size = 5
  219.                 game:GetService('Debris'):AddItem(fire,2)
  220.                 local coru=coroutine.wrap(function()
  221.                     wait(2)
  222.                     for i,v in pairs(Limb:GetChildren()) do
  223.                         if v:IsA('ParticleEmitter') then
  224.                             v:Destroy()
  225.                         end
  226.                     end
  227.                 end)
  228.                 coru()
  229.             end
  230.  
  231.             local B = Instance.new("Part")
  232.             B.TopSurface = 0
  233.             B.BottomSurface = 0
  234.             B.formFactor = "Symmetric"
  235.             B.Size = Vector3.new(1, 1, 1)
  236.             B.CanCollide = true
  237.             B.Transparency = 1
  238.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  239.             B.Parent = playa
  240.             local W = Instance.new("Weld")
  241.             W.Part0 = ters
  242.             W.Part1 = B
  243.             W.C0 = CFrame.new(0, -0.5, 0)
  244.             W.Parent = Limb
  245.             if kneef then
  246.             local coru = coroutine.wrap(function()
  247.                 local uno = Instance.new('Part',workspace)
  248.                     local dos = Instance.new('Part',workspace)
  249.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  250.                     dos.CFrame = kneef["big ass knife"].CFrame
  251.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  252.                     weld.Part0 = playa:FindFirstChild(hitz)
  253.                     weld.Part1 = kneef["big ass knife"]
  254.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  255.                     uno:Destroy()
  256.                     dos:Destroy()
  257.                     playa:FindFirstChild(hitz).Anchored = false
  258.                     for i, v in pairs(kneef:GetChildren()) do
  259.                         if v:IsA('BasePart') then
  260.                         v.Anchored = false
  261.                         end
  262.                     end
  263.                     if zombiemode == false or override then
  264.                     wait()
  265.                     end
  266.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  267.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  268.                     end
  269.                     local bleedpart = Instance.new("Part", kneef)
  270.                     bleedpart.CanCollide = false
  271.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  272.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  273.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  274.                     bleedpart.Transparency = 1
  275.    
  276.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  277.                     bleedpartweld.Part0 = kneef["big ass knife"]
  278.                     bleedpartweld.Part1 = bleedpart
  279.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  280.                     local coru = coroutine.wrap(function()
  281.                     bleed(bleedpart)
  282.                     end)
  283.                     coru()
  284.                     game:GetService('Debris'):AddItem(bleedpart,2)
  285.             end)
  286.             coru()
  287.             end
  288.         end
  289.     elseif hitz == "Right Leg" then
  290.         local Limb = playa:FindFirstChild("Right Leg")
  291.     local ters = playa:FindFirstChild('Torso')
  292.         if Limb and ters then
  293.             if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  294.             for i,v in pairs(Limb:GetChildren()) do
  295.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  296.                     v:Destroy()
  297.                 end
  298.             end
  299.             Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  300.             local Joint = Instance.new("Rotate")
  301.             Joint.Name = "Right Hip"
  302.             Joint.Part0 = ters
  303.             Joint.Part1 = Limb
  304.             Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  305.             Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  306.             Joint.Parent = ters
  307.             if charred and zombiemode == false then
  308.                 Limb.BrickColor = BrickColor.new('Black')
  309.                 local fire = Instance.new('Fire',Limb)
  310.                 fire.Heat = 5
  311.                 fire.Size = 5
  312.                 game:GetService('Debris'):AddItem(fire,2)
  313.                 local coru=coroutine.wrap(function()
  314.                     wait(2)
  315.                     for i,v in pairs(Limb:GetChildren()) do
  316.                         if v:IsA('ParticleEmitter') then
  317.                             v:Destroy()
  318.                         end
  319.                     end
  320.                 end)
  321.                 coru()
  322.             end
  323.             local B = Instance.new("Part")
  324.             B.TopSurface = 0
  325.             B.BottomSurface = 0
  326.             B.formFactor = "Symmetric"
  327.             B.Size = Vector3.new(1, 1, 1)
  328.             B.Transparency = 1
  329.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  330.             B.Parent = playa
  331.             local W = Instance.new("Weld")
  332.             W.Part0 = Limb
  333.             W.Part1 = B
  334.             W.C0 = CFrame.new(0, -0.5, 0)
  335.             W.Parent = Limb
  336.             if kneef then
  337.             local coru = coroutine.wrap(function()
  338.                 local uno = Instance.new('Part',workspace)
  339.                 local dos = Instance.new('Part',workspace)
  340.                 uno.CFrame = playa:FindFirstChild(hitz).CFrame
  341.                 dos.CFrame = kneef["big ass knife"].CFrame
  342.                 local weld = Instance.new('Weld',kneef["big ass knife"])
  343.                 weld.Part0 = playa:FindFirstChild(hitz)
  344.                 weld.Part1 = kneef["big ass knife"]
  345.                 weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  346.                 uno:Destroy()
  347.                 dos:Destroy()
  348.                 playa:FindFirstChild(hitz).Anchored = false
  349.                 for i, v in pairs(kneef:GetChildren()) do
  350.                     if v:IsA('BasePart') then
  351.                         v.Anchored = false
  352.                         end
  353.                     end
  354.                     if zombiemode == false or override then
  355.                     wait()
  356.                     end
  357.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  358.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  359.                     end
  360.                     local bleedpart = Instance.new("Part", kneef)
  361.                     bleedpart.CanCollide = false
  362.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  363.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  364.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  365.                     bleedpart.Transparency = 1
  366.    
  367.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  368.                     bleedpartweld.Part0 = kneef["big ass knife"]
  369.                     bleedpartweld.Part1 = bleedpart
  370.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  371.                     local coru = coroutine.wrap(function()
  372.                     bleed(bleedpart)
  373.                     end)
  374.                     coru()
  375.                     game:GetService('Debris'):AddItem(bleedpart,2)
  376.             end)
  377.             coru()
  378.             end
  379.             if playa then
  380.                 table.insert(rekt,playa)
  381.             end
  382.         end
  383.     elseif hitz == "Left Leg" then
  384.         local Limb = playa:FindFirstChild("Left Leg")
  385.     local ters = playa:FindFirstChild('Torso')
  386.         if Limb and ters then
  387.             if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  388.             for i,v in pairs(Limb:GetChildren()) do
  389.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  390.                     v:Destroy()
  391.                 end
  392.             end
  393.         Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  394.             Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  395.             local Joint = Instance.new("Rotate")
  396.             Joint.Name = "LeftHip"
  397.             Joint.Part0 = ters
  398.             Joint.Part1 = Limb
  399.             Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  400.             Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  401.             Joint.Parent = ters
  402.             if charred and zombiemode == false then
  403.                 Limb.BrickColor = BrickColor.new('Black')
  404.                 local fire = Instance.new('Fire',Limb)
  405.                 fire.Heat = 5
  406.                 fire.Size = 5
  407.                 game:GetService('Debris'):AddItem(fire,2)
  408.                 local coru=coroutine.wrap(function()
  409.                     wait(2)
  410.                     for i,v in pairs(Limb:GetChildren()) do
  411.                         if v:IsA('ParticleEmitter') then
  412.                             v:Destroy()
  413.                         end
  414.                     end
  415.                 end)
  416.                 coru()
  417.             end
  418.  
  419.             local B = Instance.new("Part")
  420.             B.TopSurface = 0
  421.             B.BottomSurface = 0
  422.             B.formFactor = "Symmetric"
  423.             B.Size = Vector3.new(1, 1, 1)
  424.             B.Transparency = 1
  425.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  426.             B.Parent = playa
  427.             local W = Instance.new("Weld")
  428.             W.Part0 = Limb
  429.             W.Part1 = B
  430.             W.C0 = CFrame.new(0, -0.5, 0)
  431.             W.Parent = Limb
  432.             Limb.CanCollide = false
  433.             if kneef then
  434.             local coru = coroutine.wrap(function()
  435.                 local uno = Instance.new('Part',workspace)
  436.                     local dos = Instance.new('Part',workspace)
  437.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  438.                     dos.CFrame = kneef["big ass knife"].CFrame
  439.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  440.                     weld.Part0 = playa:FindFirstChild(hitz)
  441.                     weld.Part1 = kneef["big ass knife"]
  442.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  443.                     uno:Destroy()
  444.                     dos:Destroy()
  445.                     playa:FindFirstChild(hitz).Anchored = false
  446.                     for i, v in pairs(kneef:GetChildren()) do
  447.                         if v:IsA('BasePart') then
  448.                         v.Anchored = false
  449.                         end
  450.                     end
  451.                     if zombiemode == false or override then
  452.                     wait()
  453.                     end
  454.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  455.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  456.                     end
  457.                     local bleedpart = Instance.new("Part", kneef)
  458.                     bleedpart.CanCollide = false
  459.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  460.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  461.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  462.                     bleedpart.Transparency = 1
  463.    
  464.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  465.                     bleedpartweld.Part0 = kneef["big ass knife"]
  466.                     bleedpartweld.Part1 = bleedpart
  467.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  468.                     local coru = coroutine.wrap(function()
  469.                     bleed(bleedpart)
  470.                     end)
  471.                     coru()
  472.                     game:GetService('Debris'):AddItem(bleedpart,2)
  473.             end)
  474.             coru()
  475.             end
  476.             if playa then
  477.                 table.insert(rekt,playa)
  478.             end
  479.         end
  480.     elseif playa then
  481.         if finishnum ~= 1 then
  482.             local coru=coroutine.wrap(function()
  483.             player.Character.Head.Psycho.Playing = true
  484.             wait(3)
  485.             player.Character.Head.Psycho.Playing = false
  486.             end)
  487.             coru()
  488.         end
  489.         local playa2 = playa
  490.         playa.Archivable = true
  491.         local playa = playa:Clone()
  492.         playa.Archivable = false
  493.         playa2:Destroy()
  494.         playa.Parent = workspace
  495.         local Gibs = game.Workspace
  496.         local Torso = playa.Torso
  497.         local Head = playa:FindFirstChild("Head")
  498.         local function Scan(ch)
  499.         local e
  500.         for e = 1,#ch do
  501.             Scan(ch[e]:GetChildren())
  502.             if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  503.                 ch[e]:remove()
  504.             end
  505.         end
  506.         end
  507.     Scan(playa:GetChildren())
  508.         if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  509.             playa:FindFirstChild('HumanoidRootPart'):Destroy()
  510.         end
  511.         local hum2 = playa:FindFirstChildOfClass("Humanoid")
  512.     if zombiemode == true and override == false then
  513.         soundy = true
  514.     end
  515.     if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  516.         override = true
  517.     end
  518.     if hum2 ~= nil then
  519.         hum2.Name = "Humanoid2"
  520.         hum2.Health = 0
  521.         if zombiemode == false or override == true then
  522.             table.insert(rekt,hum2.Parent)
  523.         else
  524.             local gyro = Instance.new('BodyGyro',Torso)
  525.             hum2.PlatformStand = false
  526.             for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  527.                 if v:IsA('BodyGyro') then v:Destroy() end
  528.             end
  529.             if playa:FindFirstChild('HumanoidRootPart') then
  530.                 hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  531.                 local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  532.                 weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  533.                 weldcrucial.Part1 = hum2.Parent.Torso
  534.             end
  535.         end
  536.     end
  537.     local ch = playa:GetChildren()
  538.     local i
  539.     for i = 1,#ch do
  540.         if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  541.             ch[i]:remove()
  542.         end
  543.     end
  544.  
  545.         if Head then
  546.             local Neck = Instance.new("Weld")
  547.             Neck.Name = "Neck"
  548.             Neck.Part0 = Torso
  549.             Neck.Part1 = Head
  550.             if pool then
  551.                 local part = Instance.new('Part',Torso)
  552.                 part.Position = Vector3.new(0,10,0)
  553.                 part.Size = Vector3.new(0.2,0.2,0.2)
  554.                 part.Transparency = 1
  555.                 part.CanCollide = false
  556.                 local we = Instance.new('Weld',Torso)
  557.                 we.Part0 = Torso
  558.                 we.Part1 = part
  559.                 we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  560.                 local coru=coroutine.wrap(function()
  561.                 bleed(part)
  562.                 end)
  563.                 coru()
  564.             end
  565.             if head == false or head == nil then
  566.                 Neck.C0 = CFrame.new(0, 1.5, 0)
  567.             else
  568.                 Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  569.                 local bleedpart = Instance.new("Part", Torso)
  570.                 bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  571.                 bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  572.                 bleedpart.CanCollide = false
  573.                 bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  574.                 bleedpart.Transparency = 1
  575.    
  576.                 local bleedpartweld = Instance.new("Weld", Torso)
  577.                 bleedpartweld.Part0 = Torso
  578.                 bleedpartweld.Part1 = bleedpart
  579.                 bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  580.                 local coru = coroutine.wrap(function()
  581.                 bleed(bleedpart)
  582.                 end)
  583.                 coru()
  584.             end
  585.             Neck.C1 = CFrame.new()
  586.             Neck.Parent = Torso
  587.         end
  588.         local Limb = playa:FindFirstChild("Right Arm")
  589.         if Limb then
  590.  
  591.             Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  592.             local Joint = Instance.new("Rotate")
  593.             Joint.Name = "RightShoulder"
  594.             Joint.Part0 = Torso
  595.             Joint.Part1 = Limb
  596.             Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  597.             Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  598.             Joint.Parent = Torso
  599.  
  600.             local B = Instance.new("Part")
  601.             B.TopSurface = 0
  602.             B.BottomSurface = 0
  603.             B.formFactor = "Symmetric"
  604.             B.Size = Vector3.new(1, 1, 1)
  605.             B.Transparency = 1
  606.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  607.             B.Parent = playa
  608.             local W = Instance.new("Weld")
  609.             W.Part0 = Limb
  610.             W.Part1 = B
  611.             W.C0 = CFrame.new(0, -0.5, 0)
  612.             W.Parent = Limb
  613.         end
  614.         local Limb = playa:FindFirstChild("Left Arm")
  615.         if Limb then
  616.    
  617.             Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  618.             local Joint = Instance.new("Rotate")
  619.             Joint.Name = "LeftShoulder"
  620.             Joint.Part0 = Torso
  621.             Joint.Part1 = Limb
  622.             Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  623.             Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  624.             Joint.Parent = Torso
  625.  
  626.             local B = Instance.new("Part")
  627.             B.TopSurface = 0
  628.             B.BottomSurface = 0
  629.             B.formFactor = "Symmetric"
  630.             B.Size = Vector3.new(1, 1, 1)
  631.             B.Transparency = 1
  632.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  633.             B.Parent = playa
  634.             local W = Instance.new("Weld")
  635.             W.Part0 = Limb
  636.             W.Part1 = B
  637.             W.C0 = CFrame.new(0, -0.5, 0)
  638.             W.Parent = Limb
  639.         end
  640.         local Limb = playa:FindFirstChild("Right Leg")
  641.         if Limb then
  642.             Limb.CanCollide = false
  643.             Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  644.             local Joint = Instance.new("Rotate")
  645.             Joint.Name = "RightHip"
  646.             Joint.Part0 = Torso
  647.             Joint.Part1 = Limb
  648.             Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  649.             Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  650.             Joint.Parent = Torso
  651.  
  652.             local B = Instance.new("Part")
  653.             B.TopSurface = 0
  654.             B.BottomSurface = 0
  655.             B.formFactor = "Symmetric"
  656.             B.Size = Vector3.new(1, 1, 1)
  657.             B.Transparency = 1
  658.             B.CanCollide = true
  659.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  660.             B.Parent = playa
  661.             local W = Instance.new("Weld")
  662.             W.Part0 = Limb
  663.             W.Part1 = B
  664.             W.C0 = CFrame.new(0, -0.5, 0)
  665.             W.Parent = Limb
  666.         end
  667.         local Limb = playa:FindFirstChild("Left Leg")
  668.         if Limb then
  669.             Limb.CanCollide = false
  670.             Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  671.             local Joint = Instance.new("Rotate")
  672.             Joint.Name = "LeftHip"
  673.             Joint.Part0 = Torso
  674.             Joint.Part1 = Limb
  675.             Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  676.             Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  677.             Joint.Parent = Torso
  678.  
  679.             local B = Instance.new("Part")
  680.             B.TopSurface = 0
  681.             B.BottomSurface = 0
  682.             if zombiemode == false or override then
  683.             B.CanCollide = true
  684.             end
  685.             B.formFactor = "Symmetric"
  686.             B.Size = Vector3.new(1, 1, 1)
  687.             B.Transparency = 1
  688.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  689.             B.Parent = playa
  690.             local W = Instance.new("Weld")
  691.             W.Part0 = Limb
  692.             W.Part1 = B
  693.             W.C0 = CFrame.new(0, -0.5, 0)
  694.             W.Parent = Limb
  695.         end
  696.         --[[
  697.         local Bar = Instance.new("Part")
  698.         Bar.TopSurface = 0
  699.         Bar.BottomSurface = 0
  700.         Bar.formFactor = "Symmetric"
  701.         Bar.Size = Vector3.new(1, 1, 1)
  702.         Bar.Transparency = 1
  703.         Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  704.         Bar.Parent = playa
  705.         local Weld = Instance.new("Weld")
  706.         Weld.Part0 = Torso
  707.         Weld.Part1 = Bar
  708.         Weld.C0 = CFrame.new(0, 0.5, 0)
  709.         Weld.Parent = Torso
  710.         --]]
  711.         playa.Parent = Gibs
  712.         if kneef and explode == nil then
  713.             local coru = coroutine.wrap(function()
  714.                 if playa:FindFirstChild(hitz) then
  715.                     local uno = Instance.new('Part',workspace)
  716.                     local dos = Instance.new('Part',workspace)
  717.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  718.                     dos.CFrame = kneef["big ass knife"].CFrame
  719.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  720.                     weld.Part0 = playa:FindFirstChild(hitz)
  721.                     weld.Part1 = kneef["big ass knife"]
  722.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  723.                     uno:Destroy()
  724.                     dos:Destroy()
  725.                     playa:FindFirstChild(hitz).Anchored = false
  726.                     for i, v in pairs(kneef:GetChildren()) do
  727.                         if v:IsA('BasePart') then
  728.                         v.Anchored = false
  729.                         end
  730.                     end
  731.                     if explode == nil or explode == false then
  732.                     local bleedpart = Instance.new("Part", kneef)
  733.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  734.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  735.                     bleedpart.CanCollide = false
  736.                     bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  737.                     bleedpart.Transparency = 1
  738.    
  739.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  740.                     bleedpartweld.Part0 = kneef["big ass knife"]
  741.                     bleedpartweld.Part1 = bleedpart
  742.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  743.                     local coru = coroutine.wrap(function()
  744.                     bleed(bleedpart)
  745.                     end)
  746.                     coru()
  747.                     end
  748.                     end
  749.                     if zombiemode == false or override then
  750.                     wait()
  751.                     end
  752.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  753.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  754.                     end
  755.             end)
  756.             coru()
  757.         end
  758.         if explode then
  759.             local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  760.             local repulse = Instance.new('BodyForce',Torso)
  761.             repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  762.             game.Debris:AddItem(repulse,0.05)
  763.         end
  764.         if charred and zombiemode == false then
  765.             for i,v in pairs(playa:GetChildren()) do
  766.                 if v:IsA('BasePart') then
  767.                     v.BrickColor = BrickColor.Black()
  768.                     local fire = Instance.new('Fire',v)
  769.                     fire.Size = 5
  770.                     fire.Heat = 5
  771.                 elseif v:IsA('Accessory') then
  772.                     for a,c in pairs(v:GetChildren()) do
  773.                         if c:IsA('BasePart') then
  774.                             c.BrickColor = BrickColor.Black()
  775.                             local fire = Instance.new('Fire',v)
  776.                             fire.Size = 5
  777.                             fire.Heat = 5
  778.                             for o,p in pairs(c:GetChildren()) do
  779.                                 if p:IsA("SpecialMesh") then
  780.                                     p.TextureId = ""
  781.                                 end
  782.                             end
  783.                         end
  784.                     end
  785.                 end
  786.             end
  787.         end
  788.         if soundy then
  789.             local sound = Instance.new('Sound',Head)
  790.             sound.SoundId = 'rbxassetid://903640857'
  791.             sound.Volume = 1
  792.             sound:Play()
  793.             sound.Ended:connect(function()
  794.                 sound:Destroy()
  795.                 local ambient = Instance.new('Sound',Head)
  796.                 ambient.Volume = 0.25
  797.                 ambient.Looped = true
  798.                 ambient.SoundId = 'rbxassetid://903641031'
  799.                 ambient:Play()
  800.             end)
  801.         end
  802.         if override then
  803.             if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  804.                 local coru = coroutine.wrap(function()
  805.                     wait(4.5)
  806.                     hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  807.                     hum2.HipHeight = 0.2
  808.                     wait(0.5)
  809.                     killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  810.                 end)
  811.                 coru()
  812.             else
  813.                 game:GetService('Debris'):AddItem(playa, 12)
  814.             end
  815.         else
  816.             hum2.Health = 0
  817.             table.insert(zombies,playa)
  818.             local attack = Instance.new('Sound',Head)
  819.             attack.SoundId = 'rbxassetid://903641424'
  820.             attack.Volume = 2
  821.             for i,v in pairs(playa:GetChildren()) do
  822.                 if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  823.                     v.Touched:connect(function(hit)
  824.                         if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  825.                             local found = false
  826.                             if hit.Parent == player.Character then
  827.                                 found = true
  828.                             end
  829.                             for a,c in pairs(zombies) do
  830.                                 if c == hit.Parent then
  831.                                     found = true
  832.                                 end
  833.                             end
  834.                             if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  835.                                 attack:Play()
  836.                                 if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  837.                                     hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  838.                                     wait()
  839.                                     killz(hit.Parent,"Head")
  840.                                 else
  841.                                     hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  842.                                 end
  843.                             end
  844.                         end
  845.                     end)
  846.                 end
  847.             end
  848.             local coru = coroutine.wrap(function()
  849.                 wait(2)
  850.                 for i,v in pairs(playa:GetChildren()) do
  851.                 if v:IsA('BasePart') then
  852.                     for a,c in pairs(v:GetChildren()) do
  853.                         if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  854.                             c:Destroy()
  855.                         end
  856.                     end
  857.                 elseif v:IsA('Accessory') then
  858.                     for a,c in pairs(v:GetChildren()) do
  859.                         if c:IsA('BasePart') then
  860.                             for b,d in pairs(c:GetChildren()) do
  861.                                 if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  862.                                     d:Destroy()
  863.                                 end
  864.                             end
  865.                         end
  866.                     end
  867.                 end
  868.             end
  869.             end)
  870.             coru()
  871.         end
  872.     end
  873. end
  874.  
  875. mouse.KeyDown:connect(function(key)
  876.     if key == "t" and mouse.Target then
  877.         local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  878.         if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  879.         if curpoint == nil then
  880.             if hum and hum.Parent:FindFirstChild('Head') then
  881.                 curpart = hum.Parent.Head
  882.             else
  883.                 curpart = nil
  884.                 curpoint = mouse.Hit.p
  885.             end
  886.             if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  887.             notify("ZOMBIE TARGET SET",false)
  888.         else
  889.             curpart = nil
  890.             curpoint = nil
  891.             if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  892.             notify("ZOMBIE TARGET REMOVED",false)
  893.         end
  894.     elseif key == "y" then
  895.         for o,p in pairs(zombies) do
  896.             local coru = coroutine.wrap(function()
  897.             if p:FindFirstChild('Torso') then
  898.             killz(p,"Head",nil,nil,false,false,false,true)
  899.             else
  900.             table.remove(zombies,o)
  901.             end
  902.             end)
  903.             coru()
  904.             wait()
  905.         end
  906.         for i,v in pairs(zombies) do
  907.             table.remove(zombies,i)
  908.         end
  909.         if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  910.         notify("ZOMBIES TERMINATED",false)
  911.     end
  912. end)
  913.  
  914. function nub()
  915. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  916. local me = player.Character
  917. local point = me.HumanoidRootPart
  918. local playergui = player.PlayerGui
  919. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  920. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  921. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  922. local lefthipz = me.Torso["Left Hip"]:Clone()
  923. local righthipz = me.Torso["Right Hip"]:Clone()
  924. local mode = "kill"
  925. local lerpz = false
  926. local active = false
  927. local acting = false
  928. local hit = false
  929. local canClick = true
  930. local stabbing = false
  931. local grabbing = false
  932. local finishing = false
  933. local kyssing = false
  934. local canbackgroundmusic = true
  935. local cancolorfilter = true
  936. local spinboolean = false
  937. local grabbed = nil
  938. local doing = false
  939. local rightshoulder = nil
  940. local leftshoulder = nil
  941. local headweld = nil
  942. local knifeparts = {}
  943. local usable = true
  944. finishnum = 1
  945.  
  946. function notify(msg,forever)
  947.     local doit = coroutine.wrap(function()
  948.         local gui = Instance.new('ScreenGui',playergui)
  949.         gui.Name = "Notification"
  950.         local frame = Instance.new('Frame',gui)
  951.         frame.Position = UDim2.new(0,0,0,0)
  952.         frame.Size = UDim2.new(1,0,0.2,0)
  953.         frame.BackgroundTransparency = 1
  954.         local txt = Instance.new('TextLabel',frame)
  955.         txt.TextColor3 = Color3.new(255,255,255)
  956.         txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  957.         txt.TextStrokeTransparency = 0
  958.         txt.BackgroundTransparency = 1
  959.         txt.Text = ""
  960.         txt.Size = UDim2.new(1,0,0.3,0)
  961.         txt.Position = UDim2.new(0,0,0.4,0)
  962.         txt.TextScaled = true
  963.         txt.Font = "Code"
  964.         txt.TextXAlignment = "Center"
  965.         local tap = Instance.new("Sound")
  966.         tap.Parent = gui
  967.         tap.SoundId = "rbxassetid://147982968"
  968.         tap.TimePosition = 0.1
  969.         local str = msg
  970.         local len = string.len(str)
  971.         for i=1,len do
  972.             txt.Text = string.sub(str,1,i)
  973.             pitche = math.random(20, 40)/10
  974.             tap.PlaybackSpeed = pitche
  975.             tap:Play()
  976.             wait(0.01)
  977.         end
  978.         if forever == false then
  979.             wait(1)
  980.             while txt.TextTransparency < 1 do
  981.                 txt.TextTransparency = txt.TextTransparency + 0.1
  982.                 txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  983.                 wait(0.001)
  984.             end
  985.             gui:Destroy()
  986.         end
  987.     end)
  988.     doit()
  989. end
  990.  
  991. wait(0.5)
  992. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  993. local laugh = Instance.new('Sound',me.Head)
  994. laugh.SoundId = 'rbxassetid://378827985'
  995. laugh.Name = "Psycho"
  996. laugh.Volume = 5
  997. -- 1 - bitch ass knife
  998. local obj1 = Instance.new("Model")
  999. obj1.Name = "bitch ass knife"
  1000. obj1.Parent = game.Workspace
  1001.  
  1002. -- 2 - Grab
  1003. local obj2 = Instance.new("Part")
  1004. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1005. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. obj2.Material = Enum.Material.Concrete
  1011. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1012. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. obj2.Anchored = true
  1014. obj2.BrickColor = BrickColor.new("Black")
  1015. obj2.Friction = 0.30000001192093
  1016. obj2.Shape = Enum.PartType.Cylinder
  1017. obj2.Name = "Grab"
  1018. obj2.Parent = obj1
  1019.  
  1020. -- 3 - handletopcap
  1021. local obj3 = Instance.new("Part")
  1022. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1023. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. obj3.Material = Enum.Material.Concrete
  1029. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1030. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. obj3.Anchored = true
  1032. obj3.BrickColor = BrickColor.new("Black")
  1033. obj3.Friction = 0.30000001192093
  1034. obj3.Shape = Enum.PartType.Ball
  1035. obj3.Name = "handletopcap"
  1036. obj3.Parent = obj1
  1037.  
  1038. -- 4 - handlebottomcap
  1039. local obj4 = Instance.new("Part")
  1040. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1041. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. obj4.Material = Enum.Material.Concrete
  1047. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1048. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. obj4.Anchored = true
  1050. obj4.BrickColor = BrickColor.new("Black")
  1051. obj4.Friction = 0.30000001192093
  1052. obj4.Shape = Enum.PartType.Ball
  1053. obj4.Name = "handlebottomcap"
  1054. obj4.Parent = obj1
  1055.  
  1056. -- 5 - handleguardmid
  1057. local obj5 = Instance.new("Part")
  1058. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1059. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. obj5.Material = Enum.Material.Concrete
  1065. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1066. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. obj5.Anchored = true
  1068. obj5.BrickColor = BrickColor.new("Black")
  1069. obj5.Friction = 0.30000001192093
  1070. obj5.Shape = Enum.PartType.Block
  1071. obj5.Name = "handleguardmid"
  1072. obj5.Parent = obj1
  1073.  
  1074. -- 6 - handleguardcap1
  1075. local obj6 = Instance.new("Part")
  1076. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1077. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. obj6.Material = Enum.Material.Concrete
  1083. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1084. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. obj6.Anchored = true
  1086. obj6.BrickColor = BrickColor.new("Black")
  1087. obj6.Friction = 0.30000001192093
  1088. obj6.Shape = Enum.PartType.Cylinder
  1089. obj6.Name = "handleguardcap1"
  1090. obj6.Parent = obj1
  1091.  
  1092. -- 7 - handleguardcap2
  1093. local obj7 = Instance.new("Part")
  1094. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1095. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. obj7.Material = Enum.Material.Concrete
  1101. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1102. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. obj7.Anchored = true
  1104. obj7.BrickColor = BrickColor.new("Black")
  1105. obj7.Friction = 0.30000001192093
  1106. obj7.Shape = Enum.PartType.Cylinder
  1107. obj7.Name = "handleguardcap2"
  1108. obj7.Parent = obj1
  1109.  
  1110. -- 8 - big ass knife
  1111. local obj8 = Instance.new("Part")
  1112. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1113. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. obj8.Material = Enum.Material.Metal
  1119. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1120. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. obj8.Anchored = true
  1122. obj8.BrickColor = BrickColor.new("Lily white")
  1123. obj8.Friction = 0.30000001192093
  1124. obj8.Shape = Enum.PartType.Block
  1125. obj8.Name = "big ass knife"
  1126. obj8.Parent = obj1
  1127.  
  1128. -- 9 - Mesh
  1129. local obj9 = Instance.new("BlockMesh")
  1130. obj9.Scale = Vector3.new(0.5, 1, 1)
  1131. obj9.Parent = obj8
  1132.  
  1133. -- 10 - big ass knife
  1134. local obj10 = Instance.new("Part")
  1135. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1136. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. obj10.Material = Enum.Material.Metal
  1142. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1143. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. obj10.Anchored = true
  1145. obj10.BrickColor = BrickColor.new("Lily white")
  1146. obj10.Friction = 0.30000001192093
  1147. obj10.Shape = Enum.PartType.Block
  1148. obj10.Name = "big ass knife"
  1149. obj10.Parent = obj1
  1150. local knife = obj10
  1151.  
  1152. -- 11 - Mesh
  1153. local obj11 = Instance.new("BlockMesh")
  1154. obj11.Scale = Vector3.new(0.5, 1, 1)
  1155. obj11.Parent = obj10
  1156.  
  1157. -- 12 - big ass knife
  1158. local obj12 = Instance.new("Part")
  1159. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1160. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. obj12.Material = Enum.Material.Metal
  1166. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1167. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. obj12.Anchored = true
  1169. obj12.BrickColor = BrickColor.new("Lily white")
  1170. obj12.Friction = 0.30000001192093
  1171. obj12.Shape = Enum.PartType.Block
  1172. obj12.Name = "big ass knife"
  1173. obj12.Parent = obj1
  1174.  
  1175. -- 13 - Mesh
  1176. local obj13 = Instance.new("BlockMesh")
  1177. obj13.Scale = Vector3.new(0.5, 1, 1)
  1178. obj13.Parent = obj12
  1179.  
  1180. -- 14 - serration
  1181. local obj14 = Instance.new("WedgePart")
  1182. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1183. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. obj14.Material = Enum.Material.Metal
  1188. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1189. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. obj14.Anchored = true
  1192. obj14.BrickColor = BrickColor.new("Lily white")
  1193. obj14.Friction = 0.30000001192093
  1194. obj14.Name = "serration"
  1195. obj14.Parent = obj1
  1196.  
  1197. -- 15 - Mesh
  1198. local obj15 = Instance.new("BlockMesh")
  1199. obj15.Scale = Vector3.new(0.5, 1, 1)
  1200. obj15.Parent = obj14
  1201.  
  1202. -- 16 - serration
  1203. local obj16 = Instance.new("WedgePart")
  1204. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1205. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. obj16.Material = Enum.Material.Metal
  1210. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1211. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. obj16.Anchored = true
  1214. obj16.BrickColor = BrickColor.new("Lily white")
  1215. obj16.Friction = 0.30000001192093
  1216. obj16.Name = "serration"
  1217. obj16.Parent = obj1
  1218.  
  1219. -- 17 - Mesh
  1220. local obj17 = Instance.new("BlockMesh")
  1221. obj17.Scale = Vector3.new(0.5, 1, 1)
  1222. obj17.Parent = obj16
  1223.  
  1224. -- 18 - serration
  1225. local obj18 = Instance.new("WedgePart")
  1226. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1227. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. obj18.Material = Enum.Material.Metal
  1232. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1233. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. obj18.Anchored = true
  1236. obj18.BrickColor = BrickColor.new("Lily white")
  1237. obj18.Friction = 0.30000001192093
  1238. obj18.Name = "serration"
  1239. obj18.Parent = obj1
  1240.  
  1241. -- 19 - Mesh
  1242. local obj19 = Instance.new("BlockMesh")
  1243. obj19.Scale = Vector3.new(0.5, 1, 1)
  1244. obj19.Parent = obj18
  1245.  
  1246. -- 20 - serration
  1247. local obj20 = Instance.new("WedgePart")
  1248. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1249. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. obj20.Material = Enum.Material.Metal
  1254. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1255. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. obj20.Anchored = true
  1258. obj20.BrickColor = BrickColor.new("Lily white")
  1259. obj20.Friction = 0.30000001192093
  1260. obj20.Name = "serration"
  1261. obj20.Parent = obj1
  1262.  
  1263. -- 21 - Mesh
  1264. local obj21 = Instance.new("BlockMesh")
  1265. obj21.Scale = Vector3.new(0.5, 1, 1)
  1266. obj21.Parent = obj20
  1267.  
  1268. -- 22 - serration
  1269. local obj22 = Instance.new("WedgePart")
  1270. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1271. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. obj22.Material = Enum.Material.Metal
  1276. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1277. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. obj22.Anchored = true
  1280. obj22.BrickColor = BrickColor.new("Lily white")
  1281. obj22.Friction = 0.30000001192093
  1282. obj22.Name = "serration"
  1283. obj22.Parent = obj1
  1284.  
  1285. -- 23 - Mesh
  1286. local obj23 = Instance.new("BlockMesh")
  1287. obj23.Scale = Vector3.new(0.5, 1, 1)
  1288. obj23.Parent = obj22
  1289.  
  1290. -- 24 - serration
  1291. local obj24 = Instance.new("WedgePart")
  1292. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1293. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. obj24.Material = Enum.Material.Metal
  1298. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1299. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. obj24.Anchored = true
  1302. obj24.BrickColor = BrickColor.new("Lily white")
  1303. obj24.Friction = 0.30000001192093
  1304. obj24.Name = "serration"
  1305. obj24.Parent = obj1
  1306.  
  1307. -- 25 - Mesh
  1308. local obj25 = Instance.new("BlockMesh")
  1309. obj25.Scale = Vector3.new(0.5, 1, 1)
  1310. obj25.Parent = obj24
  1311.  
  1312. -- 26 - serration
  1313. local obj26 = Instance.new("WedgePart")
  1314. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1315. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. obj26.Material = Enum.Material.Metal
  1320. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1321. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. obj26.Anchored = true
  1324. obj26.BrickColor = BrickColor.new("Lily white")
  1325. obj26.Friction = 0.30000001192093
  1326. obj26.Name = "serration"
  1327. obj26.Parent = obj1
  1328.  
  1329. -- 27 - Mesh
  1330. local obj27 = Instance.new("BlockMesh")
  1331. obj27.Scale = Vector3.new(0.5, 1, 1)
  1332. obj27.Parent = obj26
  1333.  
  1334. -- 28 - serration
  1335. local obj28 = Instance.new("WedgePart")
  1336. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1337. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. obj28.Material = Enum.Material.Metal
  1342. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1343. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. obj28.Anchored = true
  1346. obj28.BrickColor = BrickColor.new("Lily white")
  1347. obj28.Friction = 0.30000001192093
  1348. obj28.Name = "serration"
  1349. obj28.Parent = obj1
  1350.  
  1351. -- 29 - Mesh
  1352. local obj29 = Instance.new("BlockMesh")
  1353. obj29.Scale = Vector3.new(0.5, 1, 1)
  1354. obj29.Parent = obj28
  1355.  
  1356. -- 30 - knifetip1
  1357. local obj30 = Instance.new("WedgePart")
  1358. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1359. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. obj30.Material = Enum.Material.Metal
  1364. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1365. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. obj30.Anchored = true
  1368. obj30.BrickColor = BrickColor.new("Lily white")
  1369. obj30.Friction = 0.30000001192093
  1370. obj30.Name = "knifetip1"
  1371. obj30.Parent = obj1
  1372.  
  1373. -- 31 - Mesh
  1374. local obj31 = Instance.new("BlockMesh")
  1375. obj31.Scale = Vector3.new(0.5, 1, 1)
  1376. obj31.Parent = obj30
  1377.  
  1378. -- 32 - redstuff
  1379. local obj32 = Instance.new("Part")
  1380. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1381. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. obj32.Material = Enum.Material.SmoothPlastic
  1386. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1388. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. obj32.BrickColor = BrickColor.new("Institutional white")
  1390. obj32.Friction = 0.30000001192093
  1391. obj32.Shape = Enum.PartType.Cylinder
  1392. obj32.Name = "redstuff"
  1393. obj32.Anchored = true
  1394. obj32.Parent = obj1
  1395.  
  1396.  
  1397. -- 33 - redstuff
  1398. local obj33 = Instance.new("Part")
  1399. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1400. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. obj33.Material = Enum.Material.SmoothPlastic
  1406. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1407. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. obj33.BrickColor = BrickColor.new("Institutional white")
  1409. obj33.Friction = 0.30000001192093
  1410. obj33.Shape = Enum.PartType.Block
  1411. obj33.Name = "redstuff"
  1412. obj33.Anchored = true
  1413. obj33.Parent = obj1
  1414.  
  1415. -- 34 - redstuff
  1416. local obj34 = Instance.new("Part")
  1417. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1418. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1424. obj34.Material = Enum.Material.SmoothPlastic
  1425. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. obj34.BrickColor = BrickColor.new("Institutional white")
  1427. obj34.Friction = 0.30000001192093
  1428. obj34.Shape = Enum.PartType.Cylinder
  1429. obj34.Name = "redstuff"
  1430. obj34.Anchored = true
  1431. obj34.Parent = obj1
  1432.  
  1433. -- 35 - redstuff
  1434. local obj35 = Instance.new("Part")
  1435. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1436. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1442. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. obj35.BrickColor = BrickColor.new("Institutional white")
  1444. obj35.Friction = 0.30000001192093
  1445. obj35.Shape = Enum.PartType.Cylinder
  1446. obj35.Material = Enum.Material.SmoothPlastic
  1447. obj35.Name = "redstuff"
  1448. obj35.Anchored = true
  1449. obj35.Parent = obj1
  1450.  
  1451. -- 36 - redstuff
  1452. local obj36 = Instance.new("Part")
  1453. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1454. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. obj36.Material = Enum.Material.SmoothPlastic
  1460. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1461. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. obj36.BrickColor = BrickColor.new("Institutional white")
  1463. obj36.Friction = 0.30000001192093
  1464. obj36.Shape = Enum.PartType.Cylinder
  1465. obj36.Name = "redstuff"
  1466. obj36.Anchored = true
  1467. obj36.Parent = obj1
  1468.  
  1469. -- 37 - redstuff
  1470. local obj37 = Instance.new("WedgePart")
  1471. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1472. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. obj37.Material = Enum.Material.SmoothPlastic
  1477. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1478. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. obj37.Anchored = true
  1481. obj37.BrickColor = BrickColor.new("Institutional white")
  1482. obj37.Friction = 0.30000001192093
  1483. obj37.Name = "redstuff"
  1484. obj37.Anchored = true
  1485. obj37.Parent = obj1
  1486.  
  1487. -- 38 - redstuff
  1488. local obj38 = Instance.new("Part")
  1489. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1490. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. obj38.Material = Enum.Material.SmoothPlastic
  1496. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1497. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. obj38.BrickColor = BrickColor.new("Institutional white")
  1499. obj38.Friction = 0.30000001192093
  1500. obj38.Shape = Enum.PartType.Cylinder
  1501. obj38.Name = "redstuff"
  1502. obj38.Anchored = true
  1503. obj38.Parent = obj1
  1504.  
  1505. local function recurse(objnum)
  1506.     table.insert(knifeparts,{objnum,objnum.Parent})
  1507.     for i,v in pairs(objnum:GetChildren()) do
  1508.         recurse(v)
  1509.     end
  1510. end
  1511.  
  1512. recurse(obj1)
  1513.  
  1514. local audio = Instance.new('Sound',knife)
  1515. audio.Volume = 2
  1516.  
  1517. local audio2 = Instance.new('Sound',knife)
  1518. audio2.Volume = 2
  1519.  
  1520. local holdpart = Instance.new("Part")
  1521. holdpart.Parent = me
  1522. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1523. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1524. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1525.  
  1526. local previous = nil
  1527. for i,v in pairs(obj1:GetChildren()) do
  1528.     if v:IsA('BasePart') then
  1529.         if previous then
  1530.             local weld = Instance.new('Weld',v)
  1531.             weld.Part0 = v
  1532.             weld.Part1 = previous
  1533.             weld.C0 = v.CFrame:inverse() * previous.CFrame
  1534.             previous.Anchored = false
  1535.             previous.CanCollide = false
  1536.             local vee = v
  1537.             weld.AncestryChanged:connect(function(mez,par)
  1538.                 wait()
  1539.                 weld.Parent = vee
  1540.             end)
  1541.         end
  1542.         previous = v
  1543.     end
  1544. end
  1545. previous.Anchored = false
  1546. previous.CanCollide = false
  1547.  
  1548. local holdpartweld = Instance.new("Weld", me.Torso)
  1549. holdpartweld.Part0 = me.Torso
  1550. holdpartweld.Part1 = holdpart
  1551. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1552.  
  1553. holdpartweld.AncestryChanged:connect(function(mez,par)
  1554.     if par ~= me.Torso then
  1555.         wait()
  1556.         holdpartweld.Parent = me.Torso
  1557.     end
  1558. end)
  1559.  
  1560. local knifeweld = Instance.new('Weld',me.Torso)
  1561. knifeweld.Part0 = me.Torso
  1562. knifeweld.Part1 = obj2
  1563. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  1564. knifeweld.AncestryChanged:connect(function(mez,par)
  1565.     if par ~= me.Torso then
  1566.         wait()
  1567.         knifeweld.Parent = me.Torso
  1568.     end
  1569. end)
  1570. local ScreenGui = Instance.new("ScreenGui")
  1571. local CustomizeGui = Instance.new("Frame")
  1572. local Customize = Instance.new("TextLabel")
  1573. local ClosestColor = Instance.new("TextLabel")
  1574. local Line = Instance.new("TextLabel")
  1575. local Color = Instance.new("ImageLabel")
  1576. local Close = Instance.new("TextButton")
  1577. local RedHue = Instance.new("TextLabel")
  1578. local GreenHue = Instance.new("TextLabel")
  1579. local RedInput = Instance.new("TextBox")
  1580. local BlueHue = Instance.new("TextLabel")
  1581. local GreenInput = Instance.new("TextBox")
  1582. local TransInput = Instance.new("TextBox")
  1583. local BlueInput = Instance.new("TextBox")
  1584. local Message = Instance.new("TextLabel")
  1585. local Message2 = Instance.new("TextLabel")
  1586. local TrailTransparency = Instance.new("TextLabel")
  1587. local TrailInput = Instance.new("TextBox")
  1588. local MusicOption = Instance.new("TextButton")
  1589. local ScreenOption = Instance.new("TextButton")
  1590. local ScreenOptionTxt = Instance.new("TextLabel")
  1591. local MusicOptionTxt = Instance.new("TextLabel")
  1592.  
  1593. -- Properties
  1594.  
  1595. ScreenGui.Parent = playergui
  1596.  
  1597. CustomizeGui.Name = "CustomizeGui"
  1598. CustomizeGui.Parent = ScreenGui
  1599. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1600. CustomizeGui.BackgroundTransparency = 0.5
  1601. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  1602. CustomizeGui.BorderSizePixel = 2
  1603. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  1604. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  1605.  
  1606. Customize.Name = "Customize"
  1607. Customize.Parent = CustomizeGui
  1608. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1609. Customize.BackgroundTransparency = 0.75
  1610. Customize.BorderSizePixel = 0
  1611. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  1612. Customize.FontSize = Enum.FontSize.Size28
  1613. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  1614. Customize.TextColor3 = Color3.new(1, 1, 1)
  1615. Customize.TextScaled = true
  1616. Customize.TextSize = 25
  1617. Customize.TextStrokeTransparency = 0.5
  1618. Customize.TextWrapped = true
  1619.  
  1620. ClosestColor.Name = "ClosestColor"
  1621. ClosestColor.Parent = CustomizeGui
  1622. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1623. ClosestColor.BackgroundTransparency = 1
  1624. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  1625. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  1626. ClosestColor.Font = Enum.Font.SourceSansLight
  1627. ClosestColor.FontSize = Enum.FontSize.Size32
  1628. ClosestColor.Text = "Your color is closest to Institutional White"
  1629. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  1630. ClosestColor.TextSize = 30
  1631. ClosestColor.TextStrokeTransparency = 0.5
  1632.  
  1633. Line.Name = "Line"
  1634. Line.Parent = CustomizeGui
  1635. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1636. Line.BackgroundTransparency = 0.5
  1637. Line.BorderColor3 = Color3.new(0, 0, 0)
  1638. Line.BorderSizePixel = 0
  1639. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  1640. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  1641. Line.Font = Enum.Font.SourceSans
  1642. Line.FontSize = Enum.FontSize.Size14
  1643. Line.Text = " "
  1644. Line.TextSize = 14
  1645.  
  1646. Color.Name = "Color"
  1647. Color.Parent = CustomizeGui
  1648. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  1649. Color.BorderSizePixel = 0
  1650. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  1651. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1652. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1653.  
  1654. MusicOption.Parent = CustomizeGui
  1655. MusicOption.Name = "MusicOption"
  1656. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1657. MusicOption.BorderSizePixel = 1
  1658. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  1659. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1660. MusicOption.Text = ""
  1661. MusicOption.BackgroundTransparency = 0.5
  1662.  
  1663. ScreenOption.Parent = CustomizeGui
  1664. ScreenOption.Name = "ScreenOption"
  1665. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1666. ScreenOption.BorderSizePixel = 1
  1667. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  1668. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1669. ScreenOption.Text = ""
  1670. ScreenOption.BackgroundTransparency = 0.5
  1671.  
  1672. ScreenOptionTxt.Name = "ScreenOptionTxt"
  1673. ScreenOptionTxt.Parent = CustomizeGui
  1674. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1675. ScreenOptionTxt.BackgroundTransparency = 1
  1676. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  1677. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1678. ScreenOptionTxt.Font = Enum.Font.SourceSans
  1679. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  1680. ScreenOptionTxt.Text = "Psychopath Red Filter"
  1681. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1682. ScreenOptionTxt.TextScaled = true
  1683. ScreenOptionTxt.TextSize = 20
  1684. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1685. ScreenOptionTxt.TextStrokeTransparency = 0.5
  1686. ScreenOptionTxt.TextWrapped = true
  1687. ScreenOptionTxt.TextXAlignment = "Left"
  1688.  
  1689. MusicOptionTxt.Name = "MusicOptionTxt"
  1690. MusicOptionTxt.Parent = CustomizeGui
  1691. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1692. MusicOptionTxt.BackgroundTransparency = 1
  1693. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  1694. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1695. MusicOptionTxt.Font = Enum.Font.SourceSans
  1696. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  1697. MusicOptionTxt.Text = "Psychopath Background Music"
  1698. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1699. MusicOptionTxt.TextScaled = true
  1700. MusicOptionTxt.TextSize = 20
  1701. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1702. MusicOptionTxt.TextStrokeTransparency = 0.5
  1703. MusicOptionTxt.TextWrapped = true
  1704. MusicOptionTxt.TextXAlignment = "Left"
  1705.  
  1706. Close.Name = "Close"
  1707. Close.Parent = CustomizeGui
  1708. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1709. Close.BackgroundTransparency = 0.5
  1710. Close.BorderColor3 = Color3.new(0, 0, 0)
  1711. Close.BorderSizePixel = 2
  1712. Close.Position = UDim2.new(1.005, 0, 0, 0)
  1713. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  1714. Close.Font = Enum.Font.SourceSans
  1715. Close.FontSize = Enum.FontSize.Size14
  1716. Close.Text = "X"
  1717. Close.TextColor3 = Color3.new(1, 1, 1)
  1718. Close.TextScaled = true
  1719. Close.TextSize = 14
  1720. Close.TextStrokeTransparency = 0
  1721. Close.TextWrapped = true
  1722.  
  1723. RedHue.Name = "RedHue"
  1724. RedHue.Parent = CustomizeGui
  1725. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1726. RedHue.BackgroundTransparency = 1
  1727. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  1728. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1729. RedHue.Font = Enum.Font.SourceSans
  1730. RedHue.FontSize = Enum.FontSize.Size24
  1731. RedHue.Text = "RED Hue Value: "
  1732. RedHue.TextColor3 = Color3.new(1, 1, 1)
  1733. RedHue.TextScaled = true
  1734. RedHue.TextSize = 20
  1735. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  1736. RedHue.TextStrokeTransparency = 0.75
  1737. RedHue.TextWrapped = true
  1738.  
  1739. GreenHue.Name = "GreenHue"
  1740. GreenHue.Parent = CustomizeGui
  1741. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1742. GreenHue.BackgroundTransparency = 1
  1743. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  1744. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1745. GreenHue.Font = Enum.Font.SourceSans
  1746. GreenHue.FontSize = Enum.FontSize.Size24
  1747. GreenHue.Text = "GREEN Hue Value:"
  1748. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  1749. GreenHue.TextScaled = true
  1750. GreenHue.TextSize = 20
  1751. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  1752. GreenHue.TextStrokeTransparency = 0.75
  1753. GreenHue.TextWrapped = true
  1754.  
  1755. RedInput.Name = "RedInput"
  1756. RedInput.Parent = CustomizeGui
  1757. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1758. RedInput.BackgroundTransparency = 0.5
  1759. RedInput.BorderSizePixel = 0
  1760. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  1761. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1762. RedInput.Font = Enum.Font.SourceSans
  1763. RedInput.FontSize = Enum.FontSize.Size14
  1764. RedInput.Text = "255"
  1765. RedInput.TextColor3 = Color3.new(1, 1, 1)
  1766. RedInput.TextSize = 14
  1767. RedInput.TextStrokeTransparency = 0
  1768.  
  1769. BlueHue.Name = "BlueHue"
  1770. BlueHue.Parent = CustomizeGui
  1771. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1772. BlueHue.BackgroundTransparency = 1
  1773. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  1774. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1775. BlueHue.Font = Enum.Font.SourceSans
  1776. BlueHue.FontSize = Enum.FontSize.Size24
  1777. BlueHue.Text = "BLUE Hue Value:"
  1778. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  1779. BlueHue.TextScaled = true
  1780. BlueHue.TextSize = 20
  1781. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  1782. BlueHue.TextStrokeTransparency = 0.75
  1783. BlueHue.TextWrapped = true
  1784.  
  1785. TrailTransparency.Name = "TrailTransparency"
  1786. TrailTransparency.Parent = CustomizeGui
  1787. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  1788. TrailTransparency.BackgroundTransparency = 1
  1789. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  1790. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  1791. TrailTransparency.Font = Enum.Font.SourceSans
  1792. TrailTransparency.FontSize = Enum.FontSize.Size24
  1793. TrailTransparency.Text = "Trail Transparency:"
  1794. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  1795. TrailTransparency.TextScaled = true
  1796. TrailTransparency.TextSize = 20
  1797. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  1798. TrailTransparency.TextWrapped = true
  1799.  
  1800. GreenInput.Name = "GreenInput"
  1801. GreenInput.Parent = CustomizeGui
  1802. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1803. GreenInput.BackgroundTransparency = 0.5
  1804. GreenInput.BorderSizePixel = 0
  1805. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  1806. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1807. GreenInput.Font = Enum.Font.SourceSans
  1808. GreenInput.FontSize = Enum.FontSize.Size14
  1809. GreenInput.Text = "255"
  1810. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  1811. GreenInput.TextSize = 14
  1812. GreenInput.TextStrokeTransparency = 0
  1813.  
  1814. TransInput.Name = "TransInput"
  1815. TransInput.Parent = CustomizeGui
  1816. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1817. TransInput.BackgroundTransparency = 0.5
  1818. TransInput.BorderSizePixel = 0
  1819. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  1820. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1821. TransInput.Font = Enum.Font.SourceSans
  1822. TransInput.FontSize = Enum.FontSize.Size14
  1823. TransInput.Text = "50"
  1824. TransInput.TextColor3 = Color3.new(1, 1, 1)
  1825. TransInput.TextSize = 14
  1826. TransInput.TextStrokeTransparency = 0
  1827.  
  1828. BlueInput.Name = "BlueInput"
  1829. BlueInput.Parent = CustomizeGui
  1830. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1831. BlueInput.BackgroundTransparency = 0.5
  1832. BlueInput.BorderSizePixel = 0
  1833. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  1834. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1835. BlueInput.Font = Enum.Font.SourceSans
  1836. BlueInput.FontSize = Enum.FontSize.Size14
  1837. BlueInput.Text = "255"
  1838. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  1839. BlueInput.TextSize = 14
  1840. BlueInput.TextStrokeTransparency = 0
  1841.  
  1842. Message.Name = "Message"
  1843. Message.Parent = CustomizeGui
  1844. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  1845. Message.BackgroundTransparency = 1
  1846. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  1847. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  1848. Message.Font = Enum.Font.SourceSans
  1849. Message.FontSize = Enum.FontSize.Size18
  1850. Message.Text = "|| Inputs must be values ||"
  1851. Message.TextColor3 = Color3.new(1, 1, 1)
  1852. Message.TextScaled = true
  1853. Message.TextSize = 15
  1854. Message.TextStrokeTransparency = 0.75
  1855. Message.TextWrapped = true
  1856.  
  1857. local attun = Instance.new("Attachment", knife)
  1858. attun.Position = Vector3.new(0, 0.1, -1.75)
  1859. local atdos = Instance.new("Attachment", knife)
  1860. atdos.Position = Vector3.new(0, -0.1, 0.5)
  1861. local trail = Instance.new("Trail", knife)
  1862. trail.LightEmission = 0.5
  1863. trail.Attachment0 = attun
  1864. trail.Attachment1 = atdos
  1865. trail.Lifetime = 0.175
  1866. trail.MinLength = 0
  1867. trail.Enabled = false
  1868.  
  1869. function updatez()
  1870.     local rc = tonumber(RedInput.Text)
  1871.     local gc = tonumber(GreenInput.Text)
  1872.     local bc = tonumber(BlueInput.Text)
  1873.     local tcupd = tonumber(TransInput.Text)
  1874.     if rc == nil then
  1875.         rc = 0
  1876.     end
  1877.     if gc == nil then
  1878.         gc = 0
  1879.     end
  1880.     if bc == nil then
  1881.         bc = 0
  1882.     end
  1883.     if tcupd == nil then
  1884.         tcupd = 0
  1885.     end
  1886.     local tc = tcupd/100
  1887.     Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  1888.     ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  1889.     obj32.Color = Color3.fromRGB(rc,gc,bc)
  1890.     obj33.Color = Color3.fromRGB(rc,gc,bc)
  1891.     obj34.Color = Color3.fromRGB(rc,gc,bc)
  1892.     obj35.Color = Color3.fromRGB(rc,gc,bc)
  1893.     obj36.Color = Color3.fromRGB(rc,gc,bc)
  1894.     obj37.Color = Color3.fromRGB(rc,gc,bc)
  1895.     obj38.Color = Color3.fromRGB(rc,gc,bc)
  1896.     trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  1897.     trail.Transparency = NumberSequence.new(tc)
  1898.     TrailTransparency.TextStrokeTransparency = tc
  1899. end
  1900.  
  1901. RedInput.Changed:connect(function(val)
  1902.     if val == "Text" and tonumber(RedInput.Text) then
  1903.         RedInput.Text = tostring(tonumber(RedInput.Text))
  1904.         if tonumber(RedInput.Text) > 255 then
  1905.             RedInput.Text = '255'
  1906.         end
  1907.     elseif val == "Text" then
  1908.         RedInput.Text = ""
  1909.     end
  1910.     updatez()
  1911. end)
  1912. GreenInput.Changed:connect(function(val)
  1913.     if val == "Text" and tonumber(GreenInput.Text) then
  1914.         GreenInput.Text = tostring(tonumber(GreenInput.Text))
  1915.         if tonumber(GreenInput.Text) > 255 then
  1916.             GreenInput.Text = '255'
  1917.         end
  1918.     elseif val == "Text" then
  1919.         GreenInput.Text = ""
  1920.     end
  1921.     updatez()
  1922. end)
  1923. BlueInput.Changed:connect(function(val)
  1924.     if val == "Text" and tonumber(BlueInput.Text) then
  1925.         BlueInput.Text = tostring(tonumber(BlueInput.Text))
  1926.         if tonumber(BlueInput.Text) > 255 then
  1927.             BlueInput.Text = '255'
  1928.         end
  1929.     elseif val == "Text" then
  1930.         BlueInput.Text = ""
  1931.     end
  1932.     updatez()
  1933. end)
  1934. TransInput.Changed:connect(function(val)
  1935.     if val == "Text" and tonumber(TransInput.Text) then
  1936.         TransInput.Text = tostring(tonumber(TransInput.Text))
  1937.         if tonumber(TransInput.Text) > 100 then
  1938.             TransInput.Text = '100'
  1939.         end
  1940.     elseif val == "Text" then
  1941.         TransInput.Text = ""
  1942.     end
  1943.     updatez()
  1944. end)
  1945.  
  1946. Close.MouseButton1Click:connect(function()
  1947.     if lerpz == false then
  1948.         lerpz = true
  1949.         if Close.Text ~= "+" then
  1950.             CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  1951.             for i=1,10 do
  1952.                 Close.TextTransparency = i/10
  1953.                 Close.TextStrokeTransparency = i/10
  1954.                 wait(0.01)
  1955.             end
  1956.             Close.Text = "+"
  1957.             for i=1,10 do
  1958.                 Close.TextTransparency = (10-i+1)/10
  1959.                 Close.TextStrokeTransparency = (10-i+1)/10
  1960.                 wait(0.01)
  1961.             end
  1962.             lerpz = false
  1963.         else
  1964.             CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  1965.             for i=1,10 do
  1966.                 Close.TextTransparency = i/10
  1967.                 Close.TextStrokeTransparency = i/10
  1968.                 wait(0.01)
  1969.             end
  1970.             Close.Text = "X"
  1971.             for i=1,10 do
  1972.                 Close.TextTransparency = (10-i+1)/10
  1973.                 Close.TextStrokeTransparency = (10-i+1)/10
  1974.                 wait(0.01)
  1975.             end
  1976.             lerpz = false
  1977.         end
  1978.     end
  1979. end)
  1980.  
  1981. MusicOption.MouseButton1Click:connect(function()
  1982.     if canbackgroundmusic == true then
  1983.         canbackgroundmusic = false
  1984.         MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  1985.     else
  1986.         canbackgroundmusic = true
  1987.         MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1988.     end
  1989. end)
  1990.  
  1991. ScreenOption.MouseButton1Click:connect(function()
  1992.     if cancolorfilter == true then
  1993.         cancolorfilter = false
  1994.         ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  1995.     else
  1996.         cancolorfilter = true
  1997.         ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1998.     end
  1999. end)
  2000.  
  2001. function equip()
  2002.     local doit = coroutine.wrap(function()
  2003.     if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2004.         acting = true
  2005.         local arm = me["Right Arm"]
  2006.         local arm2 = me["Left Arm"]
  2007.         local tors = me.Torso
  2008.         local weld = Instance.new('Weld',arm)
  2009.         weld.Part0 = arm
  2010.         weld.Part1 = tors
  2011.         weld.C0 = CFrame.new(-1.5,0,0)
  2012.         local weld2 = Instance.new("Weld", arm2)
  2013.         weld2.Part0 = arm2
  2014.         weld2.Part1 = tors
  2015.         weld2.C0 = CFrame.new(1.5, 0, 0)
  2016.         wait(0.001)
  2017.         for i = 0,1,0.1 do
  2018.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2019.             weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2020.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2021.             wait(0.001)
  2022.         end
  2023.         wait(0.15)
  2024.         trail.Enabled = true
  2025.         for i = 0,1,0.1 do
  2026.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2027.             weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2028.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2029.             wait(0.001)
  2030.         end
  2031.         trail.Enabled = false
  2032.         wait(0.2)
  2033.         for i = 0,1,0.1 do
  2034.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2035.             weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2036.             wait(0.001)
  2037.         end
  2038.         weld:Destroy()
  2039.         weld2:Remove()
  2040.         if tors ~= nil then
  2041.             rightshoulderz:Clone().Parent = me.Torso
  2042.             leftshoulderz:Clone().Parent = me.Torso
  2043.         end
  2044.     end
  2045.     acting = false
  2046.     end)
  2047.     doit()
  2048. end
  2049.  
  2050. function kysnigga()
  2051.     if kyssing == true then return end
  2052.     kyssing = true
  2053.     acting = true
  2054.     decearingTHING = math.random(1, 100)
  2055.     if decearingTHING == 4 then
  2056.         decearingEGG = Instance.new("Sound", me.Torso)
  2057.         decearingEGG.SoundId = "rbxassetid://138084557"
  2058.         decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2059.         decearingEGG.TimePosition = 0.2
  2060.         decearingEGG:Play()
  2061.     end
  2062.     me.Humanoid.WalkSpeed = 0
  2063.     me.Humanoid.JumpPower = 0
  2064.    
  2065.     local rightarm = Instance.new("Weld", me.Torso)
  2066.     rightarm.Part0 = me.Torso
  2067.     rightarm.Part1 = me["Right Arm"]
  2068.     rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2069.    
  2070.     local leftarm = Instance.new("Weld", me.Torso)
  2071.     leftarm.Part0 = me.Torso
  2072.     leftarm.Part1 = me["Left Arm"]
  2073.     leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2074.    
  2075.     local tors = Instance.new("Weld", me.HumanoidRootPart)
  2076.     tors.Part0 = me.HumanoidRootPart
  2077.     tors.Part1 = me.Torso
  2078.     tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2079.    
  2080.     local rightleg = Instance.new("Weld", me.Torso)
  2081.     rightleg.Part0 = me.Torso
  2082.     rightleg.Part1 = me["Right Leg"]
  2083.     rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2084.    
  2085.     local leftleg = Instance.new("Weld", me.Torso)
  2086.     leftleg.Part0 = me.Torso
  2087.     leftleg.Part1 = me["Left Leg"]
  2088.     leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2089.    
  2090.     for i = 0, 1, 0.03 do
  2091.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2092.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2093.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2094.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2095.         wait()
  2096.     end
  2097.     for i = 0, 1, 0.03 do
  2098.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2099.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2100.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2101.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2102.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2103.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2104.         wait()
  2105.     end
  2106.     local bleedzer = Instance.new('Part',me.Torso)
  2107.     bleedzer.CFrame = me.Torso.CFrame
  2108.     bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2109.     bleedzer.Transparency = 1
  2110.     bleedzer.CanCollide = false
  2111.     local weld = Instance.new('Weld',bleedzer)
  2112.     weld.Part0 = bleedzer
  2113.     weld.Part1 = me.Torso
  2114.     weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2115.     local woodpekker = coroutine.wrap(function()
  2116.         bleed(bleedzer)
  2117.     end)
  2118.     woodpekker()
  2119.     audio.SoundId = "rbxassetid://199977936"
  2120.     audio.PlaybackSpeed = 1.5
  2121.     audio:Play()
  2122.     audio2.SoundId = "rbxassetid://220834019"
  2123.     audio2.PlaybackSpeed = 1
  2124.     audio2.TimePosition = 0.1
  2125.     audio2:Play()
  2126.     for i = 0, 1, 0.1 do
  2127.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2128.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2129.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2130.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2131.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2132.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2133.         wait()
  2134.     end
  2135.     wait(1)
  2136.     audio.SoundId = "rbxassetid://210943487"
  2137.     audio.TimePosition = 0.2
  2138.     audio.PlaybackSpeed = 0.75
  2139.     audio:Play()
  2140.     for i = 0, 1, 0.03 do
  2141.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2142.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2143.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2144.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2145.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2146.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2147.         wait()
  2148.     end
  2149.     for i = 0, 1, 0.03 do
  2150.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2151.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2152.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2153.         wait()
  2154.     end
  2155.     wait(0.24)
  2156.     if me:FindFirstChildOfClass('Humanoid') then
  2157.         me:FindFirstChildOfClass('Humanoid').Health = 0
  2158.     end
  2159.     wait(0.01)
  2160.     killz(me,me.Torso.Name,nil,nil,true)
  2161.    
  2162.     tors:Remove()
  2163.     rightarm:Remove()
  2164.     rightleg:Remove()
  2165.     leftleg:Remove()
  2166.     leftarm:Remove()
  2167.     rightshoulderz:Clone().Parent = me.Torso
  2168.     leftshoulderz:Clone().Parent = me.Torso
  2169.     torsojoint:Clone().Parent = me.HumanoidRootPart
  2170.     lefthipz:Clone().Parent = me.Torso
  2171.     righthipz:Clone().Parent = me.Torso
  2172.     me.Humanoid.JumpPower = 50
  2173.     me.Humanoid.WalkSpeed = 16
  2174.     acting = false
  2175.     canClick = true
  2176.     doing = false
  2177.     hit = false
  2178.     kyssing = false
  2179.     if decearingTHING == 4 then
  2180.         decearingEGG:Remove()
  2181.     end
  2182. end
  2183.  
  2184. function bleedout()
  2185.     local doit = coroutine.wrap(function()
  2186.         local targe = grabbed
  2187.         local num = 0
  2188.         while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  2189.             if targe.Head:FindFirstChild('Died') then
  2190.                 tone = math.random(6, 12) / 10
  2191.                 targe.Head.Died.PlaybackSpeed = tone
  2192.                 targe.Head.Died:Play()
  2193.             else
  2194.                 local deathsound = Instance.new('Sound',targe.Head)
  2195.                 deathsound.Name = "Died"
  2196.                 deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2197.                 deathsound.Volume = 0.65
  2198.                 deathsound.EmitterSize = 5
  2199.                 deathsound.MaxDistance = 150
  2200.                 tone = math.random(5, 15) / 10
  2201.                 targe.Head.Died.PlaybackSpeed = tone
  2202.                 targe.Head.Died:Play()
  2203.             end
  2204.             targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2205.             num = num+1
  2206.             wait(0.325)
  2207.         end
  2208.         targe:FindFirstChildOfClass('Humanoid').Health = 0
  2209.         wait()
  2210.         killz(targe,'Head',nil,nil,false,true)
  2211.         wait(2)
  2212.         targe:Remove()
  2213.     end)
  2214.     doit()
  2215. end
  2216.  
  2217. function liedown()
  2218.     local doit = coroutine.wrap(function()
  2219.     local targe = grabbed
  2220.         wait(2)
  2221.         if targe and targe:FindFirstChildOfClass('Humanoid') then
  2222.             targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2223.         end
  2224.     end)
  2225.     doit()
  2226. end
  2227.  
  2228. function grab()
  2229.     local doit = coroutine.wrap(function()
  2230.     acting = true
  2231.     me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2232.     local arm = me["Right Arm"]
  2233.     local tors = me.Torso
  2234.     local arm2 = me["Left Arm"]
  2235.     local humanroot = me.HumanoidRootPart
  2236.     local weld2 = Instance.new('Weld',arm)
  2237.     weld2.Part0 = arm
  2238.     weld2.Part1 = tors
  2239.     weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2240.     local weld3 = Instance.new('Weld',arm2)
  2241.     weld3.Part0 = arm2
  2242.     weld3.Part1 = tors
  2243.     weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2244.     for i = 0,1,0.05 do
  2245.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2246.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2247.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2248.         knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2249.         wait(0.01)
  2250.     end
  2251.     grabbing = true
  2252.     trail.Enabled = true
  2253.     for i = 0,1,0.10 do
  2254.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2255.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2256.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2257.         wait(0.01)
  2258.     end
  2259.     trail.Enabled = false
  2260.     wait(0.5)
  2261.     grabbing = false
  2262.     me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2263.     if grabbed == nil then
  2264.         for i = 0,1,0.1 do
  2265.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2266.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2267.             weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2268.             knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2269.             wait(0.001)
  2270.         end
  2271.         weld2:Destroy()
  2272.         weld3:Destroy()
  2273.         rightshoulderz:Clone().Parent = me.Torso
  2274.             leftshoulderz:Clone().Parent = me.Torso
  2275.         acting = false
  2276.         canClick = true
  2277.     end
  2278.     end)
  2279.     doit()
  2280. end
  2281.  
  2282. function kill()
  2283.     paralyzed = false
  2284.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  2285.     targetweld = grabbed.Torso.TargetWeld
  2286.     targetweld2 = nil
  2287.     local reee = grabbed:FindFirstChild("Left Arm")
  2288.     if reee and reee:FindFirstChild("Weld") then
  2289.         targetweld2 = reee.Weld
  2290.     end
  2291.     for i, v in pairs(grabbed:GetChildren()) do
  2292.         if v.Name == "Part" then
  2293.             v.CanCollide = true
  2294.         end
  2295.     end
  2296.     targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2297.     local targetrightshoulder = rightshoulder
  2298.     local targetleftshoulder = leftshoulder
  2299.     local targetweld3 = Instance.new("Weld", targetweld3pt)
  2300.     targetweld3.Part0 = grabbed.Torso
  2301.     targetweld3.Part1 = targetweld3pt
  2302.     targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2303.    
  2304.     local doit = coroutine.wrap(function()
  2305.     local arm = me["Right Arm"]
  2306.     local tors = grabbed.Torso
  2307.     local arm2 = me["Left Arm"]
  2308.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2309.     doing = true
  2310.     local weld2 = arm:FindFirstChildOfClass('Weld')
  2311.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  2312.     local humanroot = me.HumanoidRootPart
  2313.    
  2314.     for i = 0,1,0.1 do
  2315.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2316.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2317.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2318.         wait(0.01)
  2319.     end
  2320.    
  2321.     audio:Stop()
  2322.     audio.SoundId = "rbxassetid://517040733"
  2323.     tone = math.random(1, 3)
  2324.     if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2325.     if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2326.     if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2327.     audio:Play()
  2328.    
  2329.     local bleedpart = Instance.new("Part", grabbed)
  2330.     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2331.     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2332.     bleedpart.CanCollide = false
  2333.     bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2334.     bleedpart.Transparency = 1
  2335.    
  2336.     local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2337.     bleedpartweld.Part0 = grabbed.Torso
  2338.     bleedpartweld.Part1 = bleedpart
  2339.     bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2340.     local coru=coroutine.wrap(function()
  2341.     bleed(bleedpart)
  2342.     end)
  2343.     coru()
  2344.    
  2345.     local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2346.     slightthrow.Force = Vector3.new(0, 0, -2500)
  2347.    
  2348.     local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2349.     slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2350.     slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2351.    
  2352.     if grabbed:FindFirstChildOfClass('Humanoid') then
  2353.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2354.     end
  2355.    
  2356.     killz(grabbed,'Left Leg')
  2357.     killz(grabbed,'Left Arm')
  2358.     killz(grabbed,'Right Leg')
  2359.     killz(grabbed,'Right Arm')
  2360.    
  2361.     trail.Enabled = true
  2362.    
  2363.     for i = 0,1,0.2 do
  2364.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2365.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2366.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2367.         wait(0.01)
  2368.     end
  2369.    
  2370.     trail.Enabled = false
  2371.    
  2372.     bleedout()
  2373.    
  2374.     rightshoulderz:Clone().Parent = me.Torso
  2375.         leftshoulderz:Clone().Parent = me.Torso
  2376.     grabbed = nil
  2377.    
  2378.     if humanroot:FindFirstChild('Holder') then
  2379.         humanroot.Holder:Destroy()
  2380.     end
  2381.    
  2382.     wait(0.2)
  2383.     slightthrow:Remove()
  2384.     slightthrow2:Remove()
  2385.     for i = 0,1,0.05 do
  2386.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2387.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2388.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2389.         knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2390.         wait(0.01)
  2391.     end
  2392.    
  2393.     weld2:Destroy()
  2394.     weld3:Destroy()
  2395.     targetweld = nil
  2396.     targetweld2 = nil
  2397.     targetweld3 = nil
  2398.     rightshoulderz:Clone().Parent = me.Torso
  2399.     leftshoulderz:Clone().Parent = me.Torso
  2400.     acting = false
  2401.     canClick = true
  2402.     doing = false
  2403.     end)
  2404.     doit()
  2405. end
  2406.  
  2407. function finish()
  2408.     if finishing == true then return end
  2409.     finishing = true
  2410.     acting = true
  2411.     decearingTHING = math.random(1, 100)
  2412.     if decearingTHING == 4 then
  2413.         decearingEGG = Instance.new("Sound", me.Torso)
  2414.         decearingEGG.SoundId = "rbxassetid://138084557"
  2415.         decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2416.         decearingEGG.TimePosition = 0.2
  2417.         decearingEGG:Play()
  2418.     end
  2419.     me.Humanoid.WalkSpeed = 0
  2420.     me.Humanoid.JumpPower = 0
  2421.    
  2422.     local rightarm = Instance.new("Weld", me.Torso)
  2423.     rightarm.Part0 = me.Torso
  2424.     rightarm.Part1 = me["Right Arm"]
  2425.     rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2426.    
  2427.     local tors = Instance.new("Weld", me.HumanoidRootPart)
  2428.     tors.Part0 = me.HumanoidRootPart
  2429.     tors.Part1 = me.Torso
  2430.     tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2431.    
  2432.     local rightleg = Instance.new("Weld", me.Torso)
  2433.     rightleg.Part0 = me.Torso
  2434.     rightleg.Part1 = me["Right Leg"]
  2435.     rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2436.    
  2437.     local leftleg = Instance.new("Weld", me.Torso)
  2438.     leftleg.Part0 = me.Torso
  2439.     leftleg.Part1 = me["Left Leg"]
  2440.     leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2441.    
  2442.     for i = 0, 1, 0.05 do
  2443.         tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2444.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2445.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2446.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2447.         wait()
  2448.     end
  2449.     for i=1,finishnum do
  2450.         local num1 = 0.5
  2451.         local num2 = 0.5
  2452.         local num3 = 0.25
  2453.     if finishnum ~= 1 then
  2454.         num3 = 0
  2455.     end
  2456.     trail.Enabled = true
  2457.     for i = 0, 1, num1 do
  2458.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2459.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2460.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2461.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2462.         wait()
  2463.     end
  2464.     wait()
  2465.     for i = 0, 1, num2 do
  2466.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2467.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2468.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2469.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2470.         wait()
  2471.     end
  2472.     trail.Enabled = false
  2473.     wait(num3)
  2474.     end
  2475.     wait()
  2476.     for i = 0, 1, 0.05 do
  2477.         tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2478.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2479.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2480.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2481.         wait()
  2482.     end
  2483.     tors:Remove()
  2484.     rightarm:Remove()
  2485.     rightleg:Remove()
  2486.     leftleg:Remove()
  2487.     rightshoulderz:Clone().Parent = me.Torso
  2488.     leftshoulderz:Clone().Parent = me.Torso
  2489.     torsojoint:Clone().Parent = me.HumanoidRootPart
  2490.     lefthipz:Clone().Parent = me.Torso
  2491.     righthipz:Clone().Parent = me.Torso
  2492.     me.Humanoid.JumpPower = 50
  2493.     me.Humanoid.WalkSpeed = 16
  2494.     acting = false
  2495.     canClick = true
  2496.     doing = false
  2497.     hit = false
  2498.     finishing = false
  2499.     if decearingTHING == 4 then
  2500.         decearingEGG:Remove()
  2501.     end
  2502. end
  2503.  
  2504. function throw()
  2505.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  2506.     paralyzed = false
  2507.     targetweld = grabbed.Torso.TargetWeld
  2508.     local ree = grabbed:FindFirstChild("Left Arm")
  2509.     targetweld2 =nil
  2510.     if ree and ree:FindFirstChild("Weld") then
  2511.         targetweld2 = ree.Weld
  2512.     end
  2513.    
  2514.     for i, v in pairs(grabbed:GetChildren()) do
  2515.         if v.Name == "Part" then
  2516.             v.CanCollide = true
  2517.         end
  2518.     end
  2519.    
  2520.    
  2521.     local doit = coroutine.wrap(function()
  2522.     local arm = me["Right Arm"]
  2523.     local tors = grabbed.Torso
  2524.     local arm2 = me["Left Arm"]
  2525.     local targrightshoulder = rightshoulder
  2526.    
  2527.     local targleftshoulder = leftshoulder
  2528.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2529.     doing = true
  2530.     local weld2 = arm:FindFirstChildOfClass('Weld')
  2531.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  2532.     local humanroot = me.HumanoidRootPart
  2533.    
  2534.     for i = 0,1,0.2 do
  2535.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2536.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2537.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2538.         targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2539.         if targetweld2 then
  2540.             targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2541.         end
  2542.         wait(0.01)
  2543.     end
  2544.    
  2545.     audio:Stop()
  2546.     audio.SoundId = "rbxassetid://536642316"
  2547.     tone = math.random(1, 3)
  2548.     if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2549.     if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2550.     if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2551.     audio:Play()
  2552.    
  2553.     local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2554.     slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2555.     slightthrow.P = 5000
  2556.     slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2557.     local point = grabbed.Torso.Position
  2558.     local aaaaaa = grabbed
  2559.     liedown()
  2560.    
  2561.     rightshoulderz:Clone().Parent = me.Torso
  2562.             leftshoulderz:Clone().Parent = me.Torso
  2563.     grabbed = nil
  2564.    
  2565.     if humanroot:FindFirstChild('Holder') then
  2566.         humanroot.Holder:Destroy()
  2567.     end
  2568.     local coru = coroutine.wrap(function()
  2569.         while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  2570.         if aaaaaa:FindFirstChildOfClass('Humanoid') then
  2571.             aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  2572.             aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  2573.             aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  2574.         end
  2575.         slightthrow:Remove()
  2576.     end)
  2577.     coru()
  2578.    
  2579.     for i = 0,1,0.05 do
  2580.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2581.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2582.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2583.         wait(0.01)
  2584.     end
  2585.     weld2:Destroy()
  2586.     weld3:Destroy()
  2587.     targetweld:Remove()
  2588.     if targetweld2 then
  2589.         targetweld2:Remove()
  2590.     end
  2591.     if rightshoulder then
  2592.     rightshoulder:Clone().Parent = tors
  2593.     end
  2594.     if leftshoulder then
  2595.     leftshoulder:Clone().Parent = tors
  2596.     end
  2597.     headweld:Clone().Parent = tors
  2598.     rightshoulderz:Clone().Parent = me.Torso
  2599.             leftshoulderz:Clone().Parent = me.Torso
  2600.     acting = false
  2601.     canClick = true
  2602.     doing = false
  2603.     end)
  2604.     doit()
  2605. end
  2606.  
  2607. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  2608. bc=BrickColor.new
  2609. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2610. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2611. local fragmentable = workspace
  2612. local list = {}
  2613. local brickcount = 0
  2614. local storage = {}
  2615. local fillup = 1000
  2616. local maximumstorage = 2000
  2617. local storage_position = Vector3.new(0,0,5000)
  2618. local stored_partsize = Vector3.new(1,1,1)
  2619. local parts_created_per_frame = 5
  2620.  
  2621. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2622. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2623. local fragmentable = workspace
  2624. local list = {}
  2625. local brickcount = 0
  2626. local storage = {}
  2627. local fillup = 1000
  2628. local maximumstorage = 2000
  2629. local storage_position = Vector3.new(0,0,5000)
  2630. local stored_partsize = Vector3.new(1,1,1)
  2631. local parts_created_per_frame = 5
  2632.  
  2633.  
  2634. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  2635.     local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  2636.     local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  2637.     local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  2638.     if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  2639.         if xi == 1 and yi == 1 and zi == 1 then return end
  2640.         if #storage > 0 then
  2641.             local p = storage[1]
  2642.             p.BrickColor = color
  2643.             p.Size = size
  2644.             p.Anchored = false
  2645.             p.BackSurface = backsurface
  2646.             p.BottomSurface = bottomsurface
  2647.             p.FrontSurface = frontsurface
  2648.             p.LeftSurface = leftsurface
  2649.             p.RightSurface = rightsurface
  2650.             p.TopSurface = topsurface
  2651.             p.Transparency = transparency
  2652.             p.CFrame = cframe
  2653.             p.Reflectance = reflectance
  2654.             p.Material = material
  2655.             game:GetService('Debris'):AddItem(p,30)
  2656.             p:BreakJoints()
  2657.             table.remove(storage,1)
  2658.         else
  2659.             local p = Instance.new("Part",fragmentable)
  2660.             p.BrickColor = color
  2661.             p.FormFactor = "Custom"
  2662.             p.Size = size
  2663.             p.BackSurface = backsurface
  2664.             p.BottomSurface = bottomsurface
  2665.             p.FrontSurface = frontsurface
  2666.             p.LeftSurface = leftsurface
  2667.             p.RightSurface = rightsurface
  2668.             p.TopSurface = topsurface
  2669.             p.Transparency = transparency
  2670.             p.Material = material
  2671.             if p.Transparency>0.285 then
  2672.                 p.Anchored = false
  2673.             else
  2674.                 p.Anchored=false
  2675.                 p.Material='Wood'
  2676.                 game:GetService('Debris'):AddItem(p,10)
  2677.             end
  2678.             p.CFrame = cframe
  2679.             p.Reflectance = reflectance
  2680.             p:BreakJoints()
  2681.         end
  2682.         return
  2683.     end
  2684.     local mody = math.random(-125,125)/1000
  2685.     for y = 1,yi do
  2686.         if math.random()> 0.5 then
  2687.             local modx = math.random(-125,125)/1000
  2688.             for x = 1,xi do
  2689.                 local modz = math.random(-125,125)/1000
  2690.                 for z = 1,zi do --offset = x/xi-0.75+modx)
  2691.                     fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  2692.                         Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  2693.                         zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  2694.                         z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2695.                         z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  2696.                         y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2697.                 end
  2698.                
  2699.             end
  2700.         else
  2701.             local modz = math.random(-125,125)/1000
  2702.             for z = 1,zi do
  2703.                 local modx = math.random(-125,125)/1000
  2704.                 for x = 1,xi do
  2705.                     fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  2706.                         Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  2707.                         zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  2708.                         z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2709.                         z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  2710.                         y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2711.                 end
  2712.             end
  2713.         end
  2714.     end            
  2715. end
  2716.  
  2717. function start_fragmentation(position,radius,nuh)
  2718.     local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  2719.     repeat
  2720.     local finish = false
  2721.     local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  2722.     for i = 1,#parts do
  2723.         table.insert(list,1,parts[i])
  2724.     end
  2725.     finish = true
  2726.     until #parts < 100 and finish
  2727.     local t = tick()
  2728.     for i = 1,#list do
  2729.         local p = list[i]
  2730.         if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  2731.             fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  2732.             if #storage < maximumstorage and p.Shape == "Block" then
  2733.                 p.Anchored = false
  2734.                 p.FormFactor = "Custom"
  2735.                 p.Size = stored_partsize
  2736.                 p.Position = storage_position
  2737.                 table.insert(storage,1,p)
  2738.             else
  2739.                 p:Destroy()
  2740.             end
  2741.         end
  2742.         if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
  2743.             fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  2744.             if #storage < maximumstorage and p.Shape == "Block" then
  2745.                 p.Anchored = false
  2746.                 p.Material='Wood'
  2747.                 p.FormFactor = "Custom"
  2748.                 p.Size = stored_partsize
  2749.                 p.Position = storage_position
  2750.                 table.insert(storage,1,p)
  2751.             else
  2752.                 p:Destroy()
  2753.             end
  2754.         end
  2755.     end
  2756.     list = {}
  2757. end
  2758.  
  2759.  
  2760. function fling()
  2761. local doit = coroutine.wrap(function()
  2762. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  2763.     acting = true
  2764.     for i=1,finishnum do
  2765.     local weld2 = Instance.new('Weld',me["Right Arm"])
  2766.     weld2.Part0 = me["Right Arm"]
  2767.     weld2.Part1 = me["Torso"]
  2768.     weld2.C0 = CFrame.new(-1.5,0,0)
  2769.     if finishnum == 1 then
  2770.     for i = 0,1,0.05 do
  2771.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2772.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  2773.         wait(0.01) 
  2774.     end
  2775.     end
  2776.     audio.SoundId = "rbxassetid://166083610"
  2777.     audio.PlaybackSpeed = 1
  2778.     audio.TimePosition = 0.1
  2779.     audio:Play()
  2780.     if finishnum == 1 then
  2781.     for i = 0,1,0.5 do
  2782.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2783.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  2784.         wait(0.001)
  2785.     end
  2786.     end
  2787.     weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  2788.     local knofe = obj1:Clone()
  2789.     for i, v in pairs(obj1:GetChildren()) do
  2790.         if v:IsA('BasePart') then
  2791.         v.Transparency = 1
  2792.         end
  2793.     end
  2794.     knofe.Parent = workspace
  2795.     knofe.Name = "Projectile"
  2796.     knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  2797.     knofe:FindFirstChild("Trail", true).Enabled = true
  2798.     local heck = Instance.new('BodyVelocity',knofe.Grab)
  2799.     heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  2800.     local coru = coroutine.wrap(function()
  2801.         wait(0.45)
  2802.         if heck then
  2803.             heck:Destroy()
  2804.         end
  2805.     end)
  2806.     coru()
  2807.     local able = true
  2808.     knofe["big ass knife"].Touched:connect(function(hit)
  2809.         if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  2810.             local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  2811.             local ree = hit.Parent
  2812.             if thing == nil then
  2813.                 ree = hit.Parent.Parent
  2814.             end
  2815.             if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  2816.                 knofe:FindFirstChild("Trail", true).Enabled = false
  2817.                 game:GetService('Debris'):AddItem(knofe,5)
  2818.                 tone = math.random(1, 3)
  2819.                 local sound = Instance.new('Sound',knofe.Grab)
  2820.                 if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2821.                 if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2822.                 if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2823.                 sound.PlaybackSpeed = 1
  2824.                 sound:Play()
  2825.                 for i, v in pairs(knofe:GetChildren()) do
  2826.                     if v:IsA('BasePart') then
  2827.                     v.CanCollide = true
  2828.                     v.Anchored = true
  2829.                     end
  2830.                 end
  2831.                 hit.Anchored = true
  2832.                 if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  2833.                     ree:FindFirstChildOfClass('Humanoid').Health = 0
  2834.                 end
  2835.                 wait()
  2836.                 killz(ree,hit.Name,knofe)
  2837.             else
  2838.                 knofe:FindFirstChild("Trail", true).Enabled = false
  2839.                 heck.Velocity = Vector3.new(0,0,0)
  2840.                 heck:Destroy()
  2841.                 game:GetService('Debris'):AddItem(knofe,5)
  2842.                 tone = math.random(1, 3)
  2843.                 local sound = Instance.new('Sound',knofe.Grab)
  2844.                 if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2845.                 if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2846.                 if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2847.                 sound.PlaybackSpeed = 1
  2848.                 sound:Play()
  2849.                 for i, v in pairs(knofe:GetChildren()) do
  2850.                     if v:IsA('BasePart') then
  2851.                     v.Anchored = false
  2852.                     end
  2853.                 end
  2854.                 hit.Anchored = true
  2855.                 wait(0.001)
  2856.                 hit.Anchored = false
  2857.                 for i, v in pairs(knofe:GetChildren()) do
  2858.                     if v:IsA('BasePart') then
  2859.                     v.Anchored = false
  2860.                     end
  2861.                 end
  2862.                 if knofe then
  2863.                     local coru = coroutine.wrap(function()
  2864.                         if hit then
  2865.                             local uno = Instance.new('Part',workspace)
  2866.                             local dos = Instance.new('Part',workspace)
  2867.                             uno.CFrame = hit.CFrame
  2868.                             dos.CFrame = knofe["big ass knife"].CFrame
  2869.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  2870.                             weld.Part0 = hit
  2871.                             weld.Part1 = knofe["big ass knife"]
  2872.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2873.                             uno:Destroy()
  2874.                             dos:Destroy()
  2875.                         end
  2876.                     end)
  2877.                     coru()
  2878.                 end
  2879.             end
  2880.         elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  2881.             if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  2882.                 knofe:FindFirstChild("Trail", true).Enabled = false
  2883.                 local sound = Instance.new('Sound',knofe.Grab)
  2884.                 sound.SoundId = 'rbxassetid://267585646'
  2885.                 sound:Play()
  2886.                 for i,v in pairs(knofe:GetChildren()) do
  2887.                     if v:IsA('BasePart') then
  2888.                         v.Anchored = true
  2889.                     end
  2890.                 end
  2891.                 wait()
  2892.                 heck.Velocity = Vector3.new(0,0,0)
  2893.                 heck:Destroy()
  2894.                 local uno = Instance.new('Part',workspace)
  2895.                             local dos = Instance.new('Part',workspace)
  2896.                             uno.CFrame = hit.CFrame
  2897.                             dos.CFrame = knofe["big ass knife"].CFrame
  2898.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  2899.                             weld.Part0 = hit
  2900.                             weld.Part1 = knofe["big ass knife"]
  2901.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2902.                             uno:Destroy()
  2903.                             dos:Destroy()
  2904.                             for i,v in pairs(knofe:GetChildren()) do
  2905.                     if v:IsA('BasePart') then
  2906.                         v.Anchored = false
  2907.                     end
  2908.                 end
  2909.                 game:GetService('Debris'):AddItem(knofe,5)
  2910.                 for i,v in pairs(knofe:GetChildren()) do
  2911.                     if v:IsA('BasePart') then
  2912.                     v.CanCollide = true
  2913.                     end
  2914.                 end
  2915.             end
  2916.             if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
  2917.                 knofe:FindFirstChild("Trail", true).Enabled = false
  2918.                 able = false
  2919.                 local sound = Instance.new('Sound',knofe.Grab)
  2920.                 sound.SoundId = 'rbxassetid://144884907'
  2921.                 sound:Play()
  2922.                 local coru = coroutine.wrap(function()
  2923.                     start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  2924.                 end)
  2925.                 coru()
  2926.             end
  2927.         end
  2928.     end)
  2929.     if finishnum == 1 then
  2930.     for i= 0,1,0.1 do
  2931.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2932.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2933.         wait(0.001)
  2934.     end
  2935.     else
  2936.         for i= 0,1,0.5 do
  2937.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2938.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2939.         wait(0.001)
  2940.     end
  2941.     end
  2942.     for i,v in pairs(obj1:GetChildren()) do
  2943.         if v:IsA('BasePart') then
  2944.         v.Transparency = 0
  2945.         end
  2946.     end
  2947.     weld2:Destroy()
  2948.     rightshoulderz:Clone().Parent = me.Torso
  2949.     end
  2950.     acting = false
  2951.     canClick = true
  2952. end
  2953. end)
  2954. doit()
  2955. end
  2956.  
  2957. function instasplode()
  2958.     local coru = coroutine.wrap(function()
  2959.         acting = true
  2960.         for i=1,1 do
  2961.         local weld2 = Instance.new('Weld',me["Right Arm"])
  2962.         weld2.Part0 = me["Right Arm"]
  2963.         weld2.Part1 = me["Torso"]
  2964.         weld2.C0 = CFrame.new(-1.5,0,0)
  2965.         if finishnum == 1 then
  2966.         for i = 0,1,0.05 do
  2967.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2968.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  2969.             wait(0.01) 
  2970.         end
  2971.         end
  2972.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  2973.         audio.SoundId = "rbxassetid://166083610"
  2974.         audio.PlaybackSpeed = 1
  2975.         audio.TimePosition = 0.1
  2976.         audio:Play()
  2977.         if finishnum == 1 then
  2978.         for i = 0,1,0.5 do
  2979.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2980.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  2981.             wait(0.001)
  2982.         end
  2983.         end
  2984.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  2985.         local knofe = obj1:Clone()
  2986.         for i,v in pairs(obj1:GetChildren()) do
  2987.             if v:IsA('BasePart') then
  2988.             v.Transparency = 1
  2989.             end
  2990.         end
  2991.         knofe.Parent = workspace
  2992.         knofe.Name = "Projectile"
  2993.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  2994.         knofe:FindFirstChild("Trail", true).Enabled = false
  2995.         fireofjesUS = Instance.new("Fire", knofe.Grab)
  2996.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  2997.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  2998.         local coru = coroutine.wrap(function()
  2999.             wait(0.45)
  3000.             if heck then
  3001.                 heck:Destroy()
  3002.             end
  3003.         end)
  3004.         coru()
  3005.         knofe["big ass knife"].Touched:connect(function(hit)
  3006.             if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3007.                 heck.Velocity = Vector3.new(0,0,0)
  3008.                 heck:Destroy()
  3009.                 for i,v in pairs(knofe:GetChildren()) do
  3010.                     if v:IsA('BasePart') then
  3011.                     v.CanCollide = true
  3012.                     end
  3013.                 end
  3014.                 local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3015.                 if hum == nil then
  3016.                     hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3017.                 end
  3018.                 if knofe then
  3019.                     local coru = coroutine.wrap(function()
  3020.                         if hit then
  3021.                             local uno = Instance.new('Part',workspace)
  3022.                             local dos = Instance.new('Part',workspace)
  3023.                             uno.CFrame = hit.CFrame
  3024.                             dos.CFrame = knofe["big ass knife"].CFrame
  3025.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3026.                             weld.Part0 = hit
  3027.                             weld.Part1 = knofe["big ass knife"]
  3028.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3029.                             uno:Destroy()
  3030.                             dos:Destroy()
  3031.                         end
  3032.                     end)
  3033.                     coru()
  3034.                 end
  3035.                     local sound = Instance.new('Sound',knofe.Grab)
  3036.                     sound.Name = "BOOM"
  3037.                     sound.EmitterSize = 25
  3038.                     sound.SoundId = 'rbxassetid://476477344'
  3039.                     sound.Volume = 0.5
  3040.                     sound:Play()
  3041.                     local exppart = Instance.new("Part", game.Workspace)
  3042.                     exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3043.                     exppart.Anchored = true
  3044.                     exppart.CanCollide = false
  3045.                     exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3046.                     exppart.Transparency = 1
  3047.                     local expaccent = Instance.new("ParticleEmitter", exppart)
  3048.                     expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3049.                     expaccent.LightEmission = 0.2
  3050.                     expaccent.LightInfluence = 0.3
  3051.                     expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3052.                     expaccent.Acceleration = Vector3.new(0, 30, 0)
  3053.                     expaccent.Drag = 15
  3054.                     expaccent.LockedToPart = false
  3055.                     expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3056.                     expaccent.Rate = 2000
  3057.                     expaccent.Speed = NumberRange.new(0,0)
  3058.                     expaccent.SpreadAngle = Vector2.new(360, 360)
  3059.                     expaccent:Clone().Parent = exppart
  3060.                     expaccent:Clone().Parent = exppart
  3061.                     local exp = Instance.new('Explosion',game.Workspace)
  3062.                     exp.Position = knofe["big ass knife"].Position
  3063.                     exp.ExplosionType = Enum.ExplosionType.NoCraters
  3064.                     exp.BlastRadius = 5
  3065.                     exp.Visible = false
  3066.                     exp.BlastPressure = 0
  3067.                     exp.DestroyJointRadiusPercent = 0
  3068.                     exp.Hit:connect(function(hit)
  3069.                         if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3070.                             wait(0.001)
  3071.                             tgt = hit
  3072.                             local coru=coroutine.wrap(function(tgtt)
  3073.                                 local fireofgods = Instance.new("Fire", tgtt)
  3074.                                 fireofgods.Size = 0
  3075.                                 fireofgods.Heat = 0
  3076.                                 local fireofgodsaccent = expaccent:Clone()
  3077.                                 fireofgodsaccent.Parent = hit
  3078.                                 fireofgodsaccent.Rate = 0
  3079.                                 fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3080.                                 fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3081.                                 fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3082.                                
  3083.                                 while fireofgods.Size < 10 do
  3084.                                     fireofgods.Size = fireofgods.Size + 0.1
  3085.                                     fireofgods.Heat = fireofgods.Heat + 0.1
  3086.                                     fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3087.                                     wait()
  3088.                                 end
  3089.                                 if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3090.                                     hit:BreakJoints()
  3091.                                 elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3092.                                     for i,v in pairs(hit:GetChildren()) do
  3093.                                         if v:IsA('SpecialMesh') then
  3094.                                             v.TextureId = ""
  3095.                                         end
  3096.                                     end
  3097.                                 end
  3098.                                 hit.BrickColor = BrickColor.new("Black")
  3099.                                 for i,v in pairs(hit.Parent:GetChildren()) do
  3100.                                     if v:IsA('Shirt') or v:IsA('Pants') then
  3101.                                         v:Destroy()
  3102.                                     end
  3103.                                 end
  3104.                                
  3105.                                 while fireofgods.Size > 5 do
  3106.                                     fireofgods.Size = fireofgods.Size - 0.1
  3107.                                     fireofgods.Heat = fireofgods.Heat - 0.1
  3108.                                     wait()
  3109.                                 end
  3110.                                 fireofgods:Destroy()
  3111.                                 if hit.Parent then
  3112.                                     if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3113.                                         local p = hit
  3114.                                         fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  3115.                                         hit:Remove()
  3116.                                     elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  3117.                                         print(hit.Name)
  3118.                                         if hit.Name == "Torso" or hit.Name == "Head" then
  3119.                                             print('ohhh YAAAA')
  3120.                                             hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3121.                                         end
  3122.                                         wait()
  3123.                                         killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3124.                                     end
  3125.                                 end
  3126.                             end)
  3127.                             coru(tgt)
  3128.                         end
  3129.                     end)
  3130.                     local explosionaccenttimeout = coroutine.wrap(function()
  3131.                         wait(0.2)
  3132.                         for i, exploodn in pairs(exppart:GetChildren()) do
  3133.                             exploodn.Enabled = false
  3134.                         end
  3135.                         wait(2)
  3136.                         for i, exploodn in pairs(exppart:GetChildren()) do
  3137.                             exploodn:Remove()
  3138.                         end
  3139.                     end)
  3140.                     explosionaccenttimeout()
  3141.                     for i,v in pairs(knofe:GetChildren()) do
  3142.                         if v:IsA('BasePart') then
  3143.                         v.Transparency = 1
  3144.                         end
  3145.                     end
  3146.                     exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3147.                 coru()
  3148.             end
  3149.         end)
  3150.         if finishnum == 1 then
  3151.         for i= 0,1,0.1 do
  3152.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3153.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3154.             wait(0.001)
  3155.         end
  3156.         else
  3157.             wait(0.1)
  3158.         end
  3159.         weld2.C0 = CFrame.new(-1.5,0,0)
  3160.         for i,v in pairs(obj1:GetChildren()) do
  3161.             if v:IsA('BasePart') then
  3162.             v.Transparency = 0
  3163.             end
  3164.         end
  3165.         weld2:Destroy()
  3166.         rightshoulderz:Clone().Parent = me.Torso
  3167.         end
  3168.         acting = false
  3169.         canClick = true
  3170.     end)
  3171.     coru()
  3172. end
  3173.  
  3174. function fireworkit()
  3175.     local coru = coroutine.wrap(function()
  3176.         acting = true
  3177.         local ree = 1
  3178.         if finishnum > 1 then
  3179.             ree = 3
  3180.         end
  3181.         for i=1,ree do
  3182.         local weld2 = Instance.new('Weld',me["Right Arm"])
  3183.         weld2.Part0 = me["Right Arm"]
  3184.         weld2.Part1 = me["Torso"]
  3185.         weld2.C0 = CFrame.new(-1.5,0,0)
  3186.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3187.         audio.SoundId = "rbxassetid://166083610"
  3188.         audio.PlaybackSpeed = 1
  3189.         audio.TimePosition = 0.1
  3190.         audio:Play()
  3191.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3192.         local knofe = obj1:Clone()
  3193.         for i,v in pairs(obj1:GetChildren()) do
  3194.             if v:IsA('BasePart') then
  3195.             v.Transparency = 1
  3196.             end
  3197.         end
  3198.         local sound = Instance.new('Sound',knofe.Grab)
  3199.         sound.Volume = 0.25
  3200.         sound.EmitterSize = 200
  3201.         sound.MaxDistance = 300
  3202.         sound.SoundId = 'rbxassetid://551051176'
  3203.         sound:Play()
  3204.         knofe.Parent = workspace
  3205.         knofe.Name = "Projectile"
  3206.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3207.         local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3208.         partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  3209.         partic.LightEmission = 0.5
  3210.         partic.LightInfluence = 0
  3211.         partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3212.         partic.Rotation = NumberRange.new(0,90)
  3213.         partic.SpreadAngle = Vector2.new(5,5)
  3214.         partic.Speed = NumberRange.new(20)
  3215.         partic.Texture = 'rbxassetid://603193846'
  3216.         partic.EmissionDirection = Enum.NormalId.Left
  3217.         partic.Lifetime = NumberRange.new(0.5,1)
  3218.         partic.Rate = 100
  3219.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  3220.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3221.         local coru=coroutine.wrap(function()
  3222.         wait(1.2)
  3223.             sound:Destroy()
  3224.             local sound2 = Instance.new('Sound',workspace)
  3225.             sound2.SoundId = 'rbxassetid://138080762'
  3226.             sound2:Play()
  3227.             if heck then
  3228.                 heck:Destroy()
  3229.             end
  3230.             for i,v in pairs(knofe:GetChildren()) do
  3231.                 v.Anchored = true
  3232.             end
  3233.             partic.Enabled = false
  3234.             local colorscheme = math.random(1,4)
  3235.             --1 - red & orange
  3236.             --2 - blue & pink
  3237.             --3 - green & purple
  3238.             --4 - blue, red, white
  3239.             local colar1 = Color3.fromRGB(255,0,0)
  3240.             local colar2 = Color3.fromRGB(255,125,0)
  3241.             local colar3 = Color3.fromRGB(255,255,255)
  3242.             if colorscheme == 2 then
  3243.                 colar1 = Color3.fromRGB(0,132,255)
  3244.                 colar2 = Color3.fromRGB(243,105,255)
  3245.             elseif colorscheme == 3 then
  3246.                 colar1 = Color3.fromRGB(76,255,0)
  3247.                 colar2 = Color3.fromRGB(128,0,255)
  3248.             elseif colorscheme == 4 then
  3249.                 colar2 = Color3.fromRGB(0,132,255)
  3250.             end
  3251.             local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3252.             partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  3253.             partic2.LightEmission = 0.5
  3254.             partic2.LightInfluence = 0
  3255.             partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3256.             partic2.Rotation = NumberRange.new(0,90)
  3257.             partic2.SpreadAngle = Vector2.new(180,180)
  3258.             partic2.Speed = NumberRange.new(20)
  3259.             partic2.Texture = 'rbxassetid://603193846'
  3260.             partic2.EmissionDirection = Enum.NormalId.Right
  3261.             partic2.Lifetime = NumberRange.new(2,2.5)
  3262.             partic2.Rate = 1000
  3263.             partic2.Drag = 1
  3264.             local partic3 = partic2:Clone()
  3265.             partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  3266.             partic3.Parent = knofe.Grab
  3267.             if colorscheme == 4 then
  3268.                 local partic4 = partic2:Clone()
  3269.                 partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  3270.                 partic4.Parent = knofe.Grab
  3271.             end
  3272.             wait(1)
  3273.             for i,v in pairs(knofe.Grab:GetChildren()) do
  3274.                 if v:IsA('ParticleEmitter') then
  3275.                     v.Enabled = false
  3276.                 end
  3277.             end
  3278.             sound:Destroy()
  3279.             wait(2)
  3280.             knofe:Destroy()
  3281.         end)
  3282.         coru()
  3283.         wait(0.1)
  3284.         weld2.C0 = CFrame.new(-1.5,0,0)
  3285.         for i,v in pairs(obj1:GetChildren()) do
  3286.             if v:IsA('BasePart') then
  3287.             v.Transparency = 0
  3288.             end
  3289.         end
  3290.         weld2:Destroy()
  3291.         rightshoulderz:Clone().Parent = me.Torso
  3292.         end
  3293.         acting = false
  3294.         canClick = true
  3295.     end)
  3296.     coru()
  3297. end
  3298.  
  3299. function paralyze()
  3300.     local coru = coroutine.wrap(function()
  3301.         if paralyzed == true then return end
  3302.         paralyzed = true
  3303.         local arm = me["Right Arm"]
  3304.         local tors = grabbed.Torso
  3305.         local arm2 = me["Left Arm"]
  3306.         if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3307.         doing = true
  3308.         local weld2 = arm:FindFirstChildOfClass('Weld')
  3309.         local weld3 = arm2:FindFirstChildOfClass('Weld')
  3310.         local humanroot = me.HumanoidRootPart
  3311.         for i = 0,1,0.075 do
  3312.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3313.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3314.             wait(0.01)
  3315.         end
  3316.         for i = 0,1,0.30 do
  3317.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3318.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3319.             wait(0.01)
  3320.         end
  3321.         killz(grabbed,'Left Leg')
  3322.         killz(grabbed,'Left Arm')
  3323.         killz(grabbed,'Right Leg')
  3324.         killz(grabbed,'Right Arm')
  3325.        
  3326.         for i, v in pairs(grabbed:GetChildren()) do
  3327.             if v.Name == "Part" then
  3328.                 v.CanCollide = false
  3329.             end
  3330.         end
  3331.        
  3332.         audio:Stop()
  3333.         audio.SoundId = "rbxassetid://2801263"
  3334.         tone = math.random(1, 3)
  3335.         if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3336.         if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3337.         if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3338.         audio:Play()
  3339.        
  3340.         local bleedpart = Instance.new("Part", grabbed)
  3341.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3342.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3343.         bleedpart.CanCollide = false
  3344.         bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3345.         bleedpart.Transparency = 1
  3346.        
  3347.         local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3348.         bleedpartweld.Part0 = grabbed.Torso
  3349.         bleedpartweld.Part1 = bleedpart
  3350.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3351.         local cuntruu=coroutine.wrap(function()
  3352.             bleed(bleedpart)
  3353.         end)
  3354.         local thicc = coroutine.wrap(function()
  3355.             wait(3)
  3356.             bleedpart:Remove()
  3357.         end)
  3358.         cuntruu()
  3359.         thicc()
  3360.    
  3361.         for i = 0,1,0.075 do
  3362.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3363.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3364.             wait(0.01)
  3365.         end
  3366.         acting = true
  3367.         canClick = true
  3368.         doing = false
  3369.     end)
  3370.     coru()
  3371. end
  3372.  
  3373. function explode()
  3374.     local coru = coroutine.wrap(function()
  3375.         acting = true
  3376.         for i=1,finishnum do
  3377.         local weld2 = Instance.new('Weld',me["Right Arm"])
  3378.         weld2.Part0 = me["Right Arm"]
  3379.         weld2.Part1 = me["Torso"]
  3380.         weld2.C0 = CFrame.new(-1.5,0,0)
  3381.         if finishnum == 1 then
  3382.         for i = 0,1,0.05 do
  3383.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3384.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3385.             wait(0.01) 
  3386.         end
  3387.         end
  3388.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3389.         audio.SoundId = "rbxassetid://166083610"
  3390.         audio.PlaybackSpeed = 1
  3391.         audio.TimePosition = 0.1
  3392.         audio:Play()
  3393.         if finishnum == 1 then
  3394.         for i = 0,1,0.5 do
  3395.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3396.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3397.             wait(0.001)
  3398.         end
  3399.         end
  3400.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3401.         local knofe = obj1:Clone()
  3402.         for i,v in pairs(obj1:GetChildren()) do
  3403.             if v:IsA('BasePart') then
  3404.             v.Transparency = 1
  3405.             end
  3406.         end
  3407.         knofe.Parent = workspace
  3408.         knofe.Name = "Projectile"
  3409.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3410.         knofe:FindFirstChild("Trail", true).Enabled = false
  3411.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  3412.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3413.         local coru = coroutine.wrap(function()
  3414.             wait(0.45)
  3415.             if heck then
  3416.                 heck:Destroy()
  3417.             end
  3418.         end)
  3419.         coru()
  3420.         knofe["big ass knife"].Touched:connect(function(hit)
  3421.             if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3422.                 heck.Velocity = Vector3.new(0,0,0)
  3423.                 heck:Destroy()
  3424.                 for i,v in pairs(knofe:GetChildren()) do
  3425.                     if v:IsA('BasePart') then
  3426.                     v.CanCollide = true
  3427.                     end
  3428.                 end
  3429.                 local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3430.                 if hum == nil then
  3431.                     hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3432.                 end
  3433.                 if hum then
  3434.                     tone = math.random(1, 3)
  3435.                     local sound = Instance.new('Sound',knofe.Grab)
  3436.                     if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3437.                     if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3438.                     if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3439.                     sound.PlaybackSpeed = 1
  3440.                     sound:Play()
  3441.                 else
  3442.                     local sound = Instance.new('Sound',knofe.Grab)
  3443.                     sound.SoundId = 'rbxassetid://267585646'
  3444.                     sound:Play()
  3445.                 end
  3446.                 if knofe then
  3447.                     local coru = coroutine.wrap(function()
  3448.                         if hit then
  3449.                             local uno = Instance.new('Part',workspace)
  3450.                             local dos = Instance.new('Part',workspace)
  3451.                             uno.CFrame = hit.CFrame
  3452.                             dos.CFrame = knofe["big ass knife"].CFrame
  3453.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3454.                             weld.Part0 = hit
  3455.                             weld.Part1 = knofe["big ass knife"]
  3456.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3457.                             uno:Destroy()
  3458.                             dos:Destroy()
  3459.                         end
  3460.                     end)
  3461.                     coru()
  3462.                 end
  3463.                 local coru = coroutine.wrap(function()
  3464.                     for i=1,15,0.7 do
  3465.                         local sound = Instance.new('Sound',knofe.Grab)
  3466.                         if knofe then
  3467.                             if knofe.serration.BrickColor == BrickColor.new('Really red') then
  3468.                                 for i, v in pairs(knofe:GetChildren()) do
  3469.                                     if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3470.                                         v.BrickColor = BrickColor.new('Lily white')
  3471.                                         v.Material = Enum.Material.SmoothPlastic
  3472.                                     end
  3473.                                 end
  3474.                             else
  3475.                                 for i,v in pairs(knofe:GetChildren()) do
  3476.                                     if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3477.                                         v.BrickColor = BrickColor.new('Really red')
  3478.                                         v.Material = Enum.Material.Neon
  3479.                                         sound.SoundId = 'rbxassetid://300473653'
  3480.                                         sound.Volume = 0.75
  3481.                                         sound.TimePosition = 0.05
  3482.                                         sound.EmitterSize = 25
  3483.                                         sound.PlaybackSpeed = 1
  3484.                                         sound:Play()
  3485.                                     end
  3486.                                 end
  3487.                             end
  3488.                             wait(1/i)
  3489.                             sound:Destroy()
  3490.                         end
  3491.                     end
  3492.                     local sound = Instance.new('Sound',knofe.Grab)
  3493.                     sound.Name = "BOOM"
  3494.                     sound.EmitterSize = 25
  3495.                     sound.SoundId = 'rbxassetid://12222084'
  3496.                     sound.TimePosition = 0.1
  3497.                     sound.Volume = 0.5
  3498.                     sound:Play()
  3499.                     local exppart = Instance.new("Part", game.Workspace)
  3500.                     exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3501.                     exppart.Anchored = true
  3502.                     exppart.CanCollide = false
  3503.                     exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3504.                     exppart.Transparency = 1
  3505.                     local expaccent = Instance.new("ParticleEmitter", exppart)
  3506.                     expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3507.                     expaccent.LightEmission = 0.2
  3508.                     expaccent.LightInfluence = 0.3
  3509.                     expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3510.                     expaccent.Acceleration = Vector3.new(0, -8, 0)
  3511.                     expaccent.Drag = 15
  3512.                     expaccent.LockedToPart = true
  3513.                     expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3514.                     expaccent.Rate = 2000
  3515.                     expaccent.Speed = NumberRange.new(10, 150)
  3516.                     expaccent.SpreadAngle = Vector2.new(360, 360)
  3517.                    
  3518.                     local exp = Instance.new('Explosion',game.Workspace)
  3519.                     exp.Position = knofe["big ass knife"].Position
  3520.                     exp.ExplosionType = Enum.ExplosionType.NoCraters
  3521.                     exp.BlastRadius = 10
  3522.                     exp.BlastPressure = 100000
  3523.                     exp.DestroyJointRadiusPercent = 1
  3524.                     exp.Hit:connect(function(hit)
  3525.                         if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3526.                             if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3527.                                 hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3528.                             end
  3529.                             wait(0.001)
  3530.                             local coru=coroutine.wrap(function()
  3531.                             killz(hit.Parent,'Head',knofe,exp)
  3532.                             end)
  3533.                             coru()
  3534.                         elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3535.                             if hit.Parent.Name ~= "Projectile" then
  3536.                                 hit.Parent:BreakJoints()
  3537.                             end
  3538.                         elseif hit.Parent and hit.Parent ~= me then
  3539.                             hit:BreakJoints()
  3540.                         end
  3541.                     end)
  3542.                     local explosionaccenttimeout = coroutine.wrap(function()
  3543.                         wait(0.2)
  3544.                         expaccent.Enabled = false
  3545.                         wait(2)
  3546.                         exppart:Remove()
  3547.                     end)
  3548.                     explosionaccenttimeout()
  3549.                     for i,v in pairs(knofe:GetChildren()) do
  3550.                         if v:IsA('BasePart') then
  3551.                         v.Transparency = 1
  3552.                         end
  3553.                     end
  3554.                     exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3555.                 end)
  3556.                 coru()
  3557.             end
  3558.         end)
  3559.         if finishnum == 1 then
  3560.         for i= 0,1,0.1 do
  3561.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3562.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3563.             wait(0.001)
  3564.         end
  3565.         else
  3566.             wait(0.1)
  3567.         end
  3568.         weld2.C0 = CFrame.new(-1.5,0,0)
  3569.         for i,v in pairs(obj1:GetChildren()) do
  3570.             if v:IsA('BasePart') then
  3571.             v.Transparency = 0
  3572.             end
  3573.         end
  3574.         weld2:Destroy()
  3575.         rightshoulderz:Clone().Parent = me.Torso
  3576.         end
  3577.         acting = false
  3578.         canClick = true
  3579.     end)
  3580.     coru()
  3581. end
  3582.  
  3583. function release()
  3584.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  3585.     targetweld = grabbed.Torso.TargetWeld
  3586.     local ree= grabbed:FindFirstChild("Left Arm")
  3587.     targetweld2 = nil
  3588.     if ree and ree:FindFirstChild("Weld") then
  3589.         targetweld2 = ree.Weld
  3590.     end
  3591.     for i, v in pairs(grabbed:GetChildren()) do
  3592.         if v.Name == "Part" then
  3593.             v.CanCollide = true
  3594.         end
  3595.     end
  3596.     paralyzed = false
  3597.     local doit = coroutine.wrap(function()
  3598.     local arm = me["Right Arm"]
  3599.     local tors = grabbed.Torso
  3600.     local arm2 = me["Left Arm"]
  3601.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3602.     doing = true
  3603.     local weld2 = arm:FindFirstChildOfClass('Weld')
  3604.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  3605.     local humanroot = me.HumanoidRootPart
  3606.    
  3607.     if grabbed:FindFirstChildOfClass('Humanoid') then
  3608.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3609.     end
  3610.    
  3611.     rightshoulderz:Clone().Parent = me.Torso
  3612.     leftshoulderz:Clone().Parent = me.Torso
  3613.     if grabbed:FindFirstChildOfClass('Humanoid') then
  3614.         grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  3615.         grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  3616.         grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3617.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3618.     end
  3619.     grabbed = nil
  3620.    
  3621.     if humanroot:FindFirstChild('Holder') then
  3622.         humanroot.Holder:Destroy()
  3623.     end
  3624.    
  3625.     for i = 0,1,0.1 do
  3626.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  3627.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3628.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3629.         targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  3630.         if targetweld2 then
  3631.             targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  3632.         end
  3633.         wait(0.01)
  3634.     end
  3635.    
  3636.     knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  3637.     weld2:Destroy()
  3638.     weld3:Destroy()
  3639.     targetweld:Remove()
  3640.     if targetweld2 then
  3641.         targetweld2:Remove()
  3642.     end
  3643.     if rightshoulder then
  3644.     rightshoulder:Clone().Parent = tors
  3645.     end
  3646.     if leftshoulder then
  3647.     leftshoulder:Clone().Parent = tors
  3648.     end
  3649.     headweld:Clone().Parent = tors
  3650.     rightshoulderz:Clone().Parent = me.Torso
  3651.             leftshoulderz:Clone().Parent = me.Torso
  3652.     acting = false
  3653.     canClick = true
  3654.     doing = false
  3655.     end)
  3656.     doit()
  3657. end
  3658.  
  3659. function stabwithpassion()
  3660.     local doit = coroutine.wrap(function()
  3661.         if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3662.             acting = true
  3663.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  3664.             local arm = me["Right Arm"]
  3665.             local tors = me.Torso
  3666.             local arm2 = me["Left Arm"]
  3667.             local humanroot = me.HumanoidRootPart
  3668.             local weld = Instance.new('Weld',tors)
  3669.             weld.Part0 = tors
  3670.             weld.Part1 = humanroot
  3671.             weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3672.             local weld2 = Instance.new('Weld',arm)
  3673.             weld2.Part0 = arm
  3674.             weld2.Part1 = tors
  3675.             weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3676.             local weld3 = Instance.new('Weld',arm2)
  3677.             weld3.Part0 = arm2
  3678.             weld3.Part1 = tors
  3679.             weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3680.  
  3681.             for i = 0,1,0.15 do
  3682.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3683.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  3684.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3685.                 knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  3686.                 wait(0.01)
  3687.             end
  3688.             wait(0.001)
  3689.             trail.Enabled = true
  3690.             stabbing = true
  3691.             audio2.SoundId = 'rbxassetid://608537390'
  3692.             audio2:Play()
  3693.             for i = 0,1,0.2 do
  3694.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3695.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  3696.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  3697.                 wait(0.01)
  3698.             end
  3699.             trail.Enabled = false
  3700.             wait(0.1)
  3701.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  3702.             stabbing = false
  3703.             wait(0.001)
  3704.             for i = 0,1,0.075 do
  3705.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3706.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3707.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3708.                 weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3709.                 knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  3710.                 wait(0.01)
  3711.             end
  3712.         weld:Destroy()
  3713.         weld2:Destroy()
  3714.         weld3:Destroy()
  3715.         torsojoint:Clone().Parent = humanroot
  3716.         rightshoulderz:Clone().Parent = me.Torso
  3717.         leftshoulderz:Clone().Parent = me.Torso
  3718.         canClick = true
  3719.         hit = false
  3720.         acting = false
  3721.         end
  3722.     end)
  3723.     doit()
  3724. end
  3725.  
  3726. function stab()
  3727.     local doit = coroutine.wrap(function()
  3728.         if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3729.             acting = true
  3730.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  3731.             local arm = me["Right Arm"]
  3732.             local tors = me.Torso
  3733.             local arm2 = me["Left Arm"]
  3734.             local humanroot = me.HumanoidRootPart
  3735.             local weld = Instance.new('Weld',tors)
  3736.             weld.Part0 = tors
  3737.             weld.Part1 = humanroot
  3738.             weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3739.             local weld2 = Instance.new('Weld',arm)
  3740.             weld2.Part0 = arm
  3741.             weld2.Part1 = tors
  3742.             weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3743.             local weld3 = Instance.new('Weld',arm2)
  3744.             weld3.Part0 = arm2
  3745.             weld3.Part1 = tors
  3746.             weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3747.  
  3748.             for i = 0,1,0.1 do
  3749.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3750.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3751.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3752.                 wait(0.01)
  3753.             end
  3754.             wait(0.001)
  3755.             trail.Enabled = true
  3756.             stabbing = true
  3757.             audio2.SoundId = 'rbxassetid://608537390'
  3758.             audio2:Play()
  3759.             for i = 0,1,0.25 do
  3760.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3761.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  3762.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  3763.                 wait(0.01)
  3764.             end
  3765.             trail.Enabled = false
  3766.             wait(0.1)
  3767.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  3768.             for i = 0,1,0.25 do
  3769.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3770.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3771.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  3772.                 wait(0.01)
  3773.             end
  3774.             stabbing = false
  3775.             wait(0.001)
  3776.             for i = 0,1,0.05 do
  3777.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3778.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3779.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3780.                 weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3781.                 wait(0.01)
  3782.             end
  3783.         weld:Destroy()
  3784.         weld2:Destroy()
  3785.         weld3:Destroy()
  3786.         torsojoint:Clone().Parent = humanroot
  3787.         rightshoulderz:Clone().Parent = me.Torso
  3788.         leftshoulderz:Clone().Parent = me.Torso
  3789.         canClick = true
  3790.         hit = false
  3791.         acting = false
  3792.         end
  3793.     end)
  3794.     doit()
  3795. end
  3796. function hardrelease()
  3797.     rightshoulderz:Clone().Parent = me.Torso
  3798.     leftshoulderz:Clone().Parent = me.Torso
  3799.     if me:FindFirstChild('Right Arm') then
  3800.     for i,v in pairs(me["Right Arm"]:GetChildren()) do
  3801.         if v:IsA('Weld') then
  3802.             v:Destroy()
  3803.         end
  3804.     end
  3805.     end
  3806.     if me:FindFirstChild('Left Arm') then
  3807.     for i,v in pairs(me["Left Arm"]:GetChildren()) do
  3808.         if v:IsA('Weld') then
  3809.             v:Destroy()
  3810.         end
  3811.     end
  3812.     end
  3813.     acting = false
  3814.     canClick = true
  3815.     doing = false
  3816.     grabbed = nil
  3817. end
  3818. function unequip()
  3819.     local doit = coroutine.wrap(function()
  3820.     if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  3821.         acting = true
  3822.         local arm = me["Right Arm"]
  3823.         local arm2 = me["Left Arm"]
  3824.         local tors = me.Torso
  3825.         local weld = Instance.new('Weld',arm)
  3826.         weld.Part0 = arm
  3827.         weld.Part1 = tors
  3828.         weld.C0 = CFrame.new(-1.5,0,0)
  3829.         local weld2 = Instance.new("Weld", arm2)
  3830.         weld2.Part0 = arm2
  3831.         weld2.Part1 = tors
  3832.         weld2.C0 = CFrame.new(1.5, 0, 0)
  3833.         wait(0.001)
  3834.         trail.Enabled = true
  3835.         for i = 0,1,0.1 do
  3836.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3837.             weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  3838.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  3839.             wait(0.001)
  3840.         end
  3841.         trail.Enabled = false
  3842.         wait(0.25)
  3843.         for i = 0,1,0.1 do
  3844.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3845.             weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  3846.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  3847.             wait(0.01)
  3848.         end
  3849.         weld:Destroy()
  3850.         weld2:Remove()
  3851.         if tors ~= nil then
  3852.             rightshoulderz:Clone().Parent = me.Torso
  3853.             leftshoulderz:Clone().Parent = me.Torso
  3854.         end
  3855.         acting = false
  3856.     end
  3857.     end)
  3858.     doit()
  3859. end
  3860.  
  3861. mouse.KeyDown:connect(function(key)
  3862.     if usable == true then
  3863.     if key == "z" then
  3864.         if active == false and acting == false then
  3865.             active = true
  3866.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3867.             notify("KNIFE EQUIPPED",false)
  3868.             audio:Stop()
  3869.             audio.SoundId = 'rbxassetid://608618332'
  3870.             equip()
  3871.             wait(0.6)
  3872.             audio:Play()
  3873.             knifeweld.Part0 = me["Right Arm"]
  3874.             knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  3875.         elseif acting == false then
  3876.             active = false
  3877.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3878.             audio:Stop()
  3879.             audio.SoundId = 'rbxassetid://608538233'
  3880.             unequip()
  3881.             notify("KNIFE UNEQUIPPED",false)
  3882.             wait(0.3)
  3883.             audio:Play()
  3884.             knifeweld.Part0 = me.Torso
  3885.             knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3886.             canClick = true
  3887.         end
  3888.     elseif key == "f" then
  3889.         if mode == 'kill' or active == false then return end
  3890.         mode = "kill"
  3891.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3892.         notify("MODE || KILL || [F]",false)
  3893.     elseif key == "e" then
  3894.         if mode == 'throw' or active == false then return end
  3895.         mode = "throw"
  3896.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3897.         notify("MODE || PUSH || [E]",false)
  3898.     elseif key == "q" then
  3899.         if mode == 'release' or active == false then return end
  3900.         mode = "release"
  3901.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3902.         notify("MODE || RELEASE || [Q]",false)
  3903.     elseif key == "x" then
  3904.         if mode == 'stab' or active == false or acting == true then return end
  3905.         mode = "stab"
  3906.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3907.         notify("MODE || STAB || [X]",false)
  3908.     elseif key == "c" then
  3909.         if mode == 'fling' or active == false or acting == true then return end
  3910.         mode = "fling"
  3911.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3912.         notify("MODE || THROW || [C]",false)
  3913.     elseif key == "b" then
  3914.         if mode == 'instasplode' or active == false or acting == true then return end
  3915.         mode = "instasplode"
  3916.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3917.         notify("MODE || MOLOTOV || [B]",false)
  3918.     elseif key == "r" then
  3919.         if mode == 'paralyze' or active == false then return end
  3920.         mode = "paralyze"
  3921.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3922.         notify("MODE || PARALYZE || [R]",false)
  3923.     elseif key == "v" then
  3924.         if mode == 'explode' or active == false or acting == true then return end
  3925.         mode = "explode"
  3926.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3927.         notify("MODE || EXPLODE || [V]",false)
  3928.     elseif key == "k" then
  3929.         if mode == 'suicide' or active == false or acting == true then return end
  3930.         mode = "suicide"
  3931.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3932.         notify("MODE || SUICIDE || [K]",false)
  3933.     elseif key == "h" then
  3934.         if mode == 'firework' or active == false or acting == true then return end
  3935.         mode = "firework"
  3936.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3937.         notify("MODE || FIREWORK || [H]",false)
  3938.     elseif key == "g" then
  3939.         if mode == 'finish' or active == false then return end
  3940.         mode = "finish"
  3941.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3942.         local welp = "ON"
  3943.         if finishnum == 1 then
  3944.             welp = "OFF"
  3945.         end
  3946.         notify("MODE || FINISH || [G] || "..welp,false)
  3947.     elseif key == "n" then
  3948.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3949.         if zombiemode == false then
  3950.             notify("ZOMBIE MODE ON || [N]",false)
  3951.             zombiemode = true
  3952.         else
  3953.             notify("ZOMBIE MODE OFF || [N]",false)
  3954.             zombiemode = false
  3955.         end
  3956.     elseif key == "m" then
  3957.         if finishnum == 1 then
  3958.             finishnum = 15
  3959.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3960.             notify("PSYCHOPATH MODE ON || [M]",false)
  3961.             if cancolorfilter then
  3962.             local Sp00kyGui = Instance.new("ScreenGui")
  3963.             local ImageLabel = Instance.new("ImageLabel")
  3964.  
  3965.             -- Properties
  3966.  
  3967.             Sp00kyGui.Parent = playergui
  3968.             Sp00kyGui.Name = "REEEEEEEE"
  3969.  
  3970.             ImageLabel.Parent = Sp00kyGui
  3971.             ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3972.             ImageLabel.BackgroundTransparency = 1
  3973.             ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3974.             ImageLabel.Image = "rbxassetid://74443700"
  3975.             ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  3976.             end
  3977.             if canbackgroundmusic == true then
  3978.                 local sound = Instance.new('Sound',playergui)
  3979.                 sound.Name = 'PSYCHOPAAAATH'
  3980.                 sound.SoundId = 'rbxassetid://220875210'
  3981.                 sound.Looped = true
  3982.                 sound.Volume = 0.5
  3983.                 sound:Play()
  3984.             end
  3985.         else
  3986.             finishnum = 1
  3987.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3988.             notify("PSYCHOPATH MODE OFF || [M]",false)
  3989.             for i,v in pairs(playergui:GetChildren()) do
  3990.                 if v.Name == "REEEEEEEE" then
  3991.                     v:Destroy()
  3992.                 end
  3993.             end
  3994.             local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  3995.             if thisniggarighthere then thisniggarighthere:Destroy() end
  3996.         end
  3997.     end
  3998.     end
  3999. end)
  4000.  
  4001. mouse.Button1Down:connect(function()
  4002.     if active == false or usable == false then return end
  4003.     if canClick == true and acting == false then
  4004.         if mode == "stab" and finishnum == 1 then
  4005.             canClick = false
  4006.             stab()
  4007.         elseif mode == "stab" and finishnum == 15 then
  4008.             canClick = false
  4009.             stabwithpassion()
  4010.         elseif mode == "fling" then
  4011.             canClick = false
  4012.             fling()
  4013.         elseif mode == "explode" then
  4014.             canClick = false
  4015.             explode()
  4016.         elseif mode == "instasplode" then
  4017.             canClick = false
  4018.             instasplode()
  4019.         elseif mode == "finish" then
  4020.             canClick = false
  4021.             finish()
  4022.         elseif mode == "suicide" then
  4023.             canClick = false
  4024.             kysnigga()
  4025.         elseif mode == "firework" then
  4026.             canClick = false
  4027.             fireworkit()
  4028.         else
  4029.             canClick = false
  4030.             grab()
  4031.         end
  4032.     else
  4033.         if grabbed ~= nil and doing == false then
  4034.             if mode == "release" then
  4035.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4036.                 release()
  4037.                 else
  4038.                 hardrelease()
  4039.                 end
  4040.             elseif mode == "kill" then
  4041.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4042.                 kill()
  4043.                 else
  4044.                 hardrelease()
  4045.                 end
  4046.             elseif mode == "paralyze" then
  4047.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4048.                 paralyze()
  4049.                 else
  4050.                 hardrelease()
  4051.                 end
  4052.             elseif mode == "throw" then
  4053.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4054.                 throw()
  4055.                 else
  4056.                 hardrelease()
  4057.                 end
  4058.             elseif mode == "explode" then
  4059.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4060.                 throw()
  4061.                 else
  4062.                 hardrelease()
  4063.                 end
  4064.             end
  4065.         end
  4066.     end
  4067. end)
  4068.  
  4069. knife.Touched:connect(function(hitz)
  4070.     if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  4071.         if mode == "stab" and stabbing == true and hit == false then
  4072.             hit = true
  4073.             tone = math.random(1, 3)
  4074.             audio:Stop()
  4075.             if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4076.             if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4077.             if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4078.             audio.PlaybackSpeed = 1
  4079.             audio:Play()
  4080.             killz(hitz.Parent,'Left Leg')
  4081.             killz(hitz.Parent,'Left Arm')
  4082.             killz(hitz.Parent,'Right Leg')
  4083.             killz(hitz.Parent,'Right Arm')
  4084.         elseif mode == "finish" and finishing == true then
  4085.             print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4086.             tone = math.random(1, 3)
  4087.             audio:Stop()
  4088.             if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4089.             if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4090.             if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4091.             audio.PlaybackSpeed = 1
  4092.             audio:Play()
  4093.             if hit == false then
  4094.                 hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4095.                 wait()
  4096.                 killz(hitz.Parent,'Head',nil,false,true)
  4097.             end
  4098.             hit = true
  4099.         elseif grabbed == nil and grabbing == true and hit == false then
  4100.             if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  4101.             grabbed = hitz.Parent
  4102.             local weldz = Instance.new('Weld',point)
  4103.             weldz.Name = "Holder"
  4104.             weldz.Part0 = point
  4105.             weldz.Part1 = hitz.Parent.Torso
  4106.             weldz.C0 = CFrame.new(0,0,-1.2)
  4107.             end
  4108.         end
  4109.     end
  4110. end)
  4111.  
  4112. player.CharacterAdded:connect(function()
  4113.     usable = false
  4114.     for i,v in pairs(playergui:GetChildren()) do
  4115.         if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4116.             v:Destroy()
  4117.         end
  4118.     end
  4119. end)
  4120. while usable do
  4121.     local coru = coroutine.wrap(function()
  4122.         for i,v in pairs(knifeparts) do
  4123.             local function try()
  4124.                 if v[1].Parent ~= v[2] then
  4125.                     v[1].Parent = v[2]
  4126.                 end
  4127.             end
  4128.             pcall(try)
  4129.         end
  4130.     if grabbed ~= nil then
  4131.         if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4132.             for i,v in pairs(grabbed:GetChildren()) do
  4133.                 if v:IsA('Tool') then
  4134.                     local model = Instance.new('Model',workspace)
  4135.                     v.Parent = model
  4136.                     model:TranslateBy(Vector3.new(3,0,0))
  4137.                 end
  4138.             end
  4139.             grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4140.             grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4141.             grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4142.             grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4143.             grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4144.             if grabweld ~= nil then return end
  4145.             grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4146.             if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4147.             leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4148.             end
  4149.             if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4150.             rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4151.             end
  4152.             headweld = grabbed.Torso["Neck"]:Clone()
  4153.             local targetweld = Instance.new('Weld',grabbed.Torso)
  4154.             targetweld.Part0 = grabbed.Torso
  4155.             targetweld.Part1 = grabbed.Head
  4156.             targetweld.Name = "TargetWeld"
  4157.             targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4158.             if grabbed:FindFirstChild('Left Arm') then
  4159.             local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4160.             targetweld2.Part0 = grabbed.Torso
  4161.             targetweld2.Part1 = grabbed["Left Arm"]
  4162.             targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4163.             end
  4164.            
  4165.             for i = 0,1,0.1 do
  4166.                 if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  4167.                 targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4168.                 if targetweld2 then
  4169.                     targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  4170.                 end
  4171.                 wait(0.001)
  4172.             end
  4173.         end
  4174.     end
  4175.     end)
  4176.     coru()
  4177.     wait()
  4178. end
  4179.  
  4180. end
  4181. local coru=coroutine.wrap(function()
  4182. nub()
  4183. end)
  4184. coru()
  4185.  
  4186. player.CharacterAppearanceLoaded:connect(function()
  4187.     local coru =coroutine.wrap(function()
  4188.         nub()
  4189.     end)
  4190.     coru()
  4191. end)
  4192.  
  4193. while true do
  4194.     local coru=coroutine.wrap(function()
  4195.     if grabbed then
  4196.         v:FindFirstChildOfClass('Humanoid').Jump = false
  4197.         v:FindFirstChildOfClass('Humanoid').Sit = false
  4198.         v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4199.         v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4200.         v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4201.     end
  4202.     for i,v in pairs(rekt) do
  4203.         if v and v:FindFirstChildOfClass('Humanoid') then
  4204.             for a,c in pairs(v:GetChildren()) do
  4205.                 if c:IsA('Tool') then
  4206.                     local model = Instance.new('Model',workspace)
  4207.                     c.Parent = model
  4208.                     model:TranslateBy(Vector3.new(3,0,0))
  4209.                 end
  4210.             end
  4211.             v:FindFirstChildOfClass('Humanoid').Jump = false
  4212.             v:FindFirstChildOfClass('Humanoid').Sit = false
  4213.             v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4214.             v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4215.             v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4216.             local thing = getplr(v)
  4217.             if thing then
  4218.                 thing.CameraMinZoomDistance = 3
  4219.             end
  4220.         else
  4221.             local thing = getplr(v)
  4222.             if thing then
  4223.                 thing.CameraMinZoomDistance = 0.5
  4224.             end
  4225.             table.remove(rekt,i)
  4226.         end
  4227.     end
  4228.     end)
  4229.     coru()
  4230.     local coru2 = coroutine.wrap(function()
  4231.         if curpart then
  4232.             curpoint = curpart.CFrame.p
  4233.         end
  4234.         if lastgui then
  4235.             lastgui:Destroy()
  4236.             lastgui = nil
  4237.         end
  4238.         if curpoint then
  4239.             lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4240.             lastgui.AlwaysOnTop = true
  4241.             lastgui.MaxDistance = 0
  4242.             lastgui.Size = UDim2.new(5,0,5,0)
  4243.             if curpart == nil then
  4244.                 lastgui.Adornee = workspace
  4245.                 lastgui.StudsOffsetWorldSpace = curpoint
  4246.             else
  4247.                 lastgui.Adornee = curpart
  4248.             end
  4249.             local cross = Instance.new('ImageLabel',lastgui)
  4250.             cross.BackgroundTransparency = 1
  4251.             cross.Size = UDim2.new(1,0,1,0)
  4252.             cross.Image = 'rbxassetid://316279304'
  4253.             for i,v in pairs(zombies) do
  4254.                 if v:FindFirstChildOfClass('Humanoid') then
  4255.                     v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4256.                 end
  4257.             end
  4258.         else
  4259.             for i,v in pairs(zombies) do
  4260.                 if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4261.                     v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4262.                 end
  4263.             end
  4264.         end
  4265.     end)
  4266.     coru2()
  4267.     wait()
  4268. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement