Advertisement
Guest User

Zassa UI 1.0

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