Advertisement
SubScripts

Tool V2

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