Guest User

Untitled

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