Advertisement
UnknownUser25

Prison Life FE Mod Menu

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