Advertisement
Guest User

Untitled

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