Advertisement
Finnegan5

Wither Officer

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