Advertisement
Guest User

Untitled

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