Advertisement
H3VL

dfg

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