Advertisement
megaluxe

grab knife v3 for void

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