Advertisement
iiJosephCats205

n

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