Advertisement
SansTheHackerYT

FE Grab Knife

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