antgame11

Untitled

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