Advertisement
Guest User

Untitled

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