Advertisement
OhYeahIHack

grab knife roblox hack troll

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