Advertisement
Migas3456

VisualModz Gui(not made by me)

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