Advertisement
jassm11

Untitled

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