Advertisement
Guest User

Untitled

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