Advertisement
WannaFarm_YouTube

PrisonHAX (ROBLOX Prison Life Script)

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