Advertisement
Doggo34567

Test GUI

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