Advertisement
JacksoMykalJunior

TITLE

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