Advertisement
hjkook

dsdd

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