Advertisement
Guest User

Untitled

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