Advertisement
OGMGuy

Grab Knife v3 (FE)

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