Advertisement
Guest User

GrabKnife v3 FE

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