Advertisement
AgentVK

u sure?

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