Advertisement
Guest User

xcasvcfd

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