Advertisement
JacksoMykalJunior

WEDABWASF

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