Advertisement
FuZe_Bleed

Untitled

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