Advertisement
Vintage-Furry

Grab hell

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