Advertisement
Guest User

Exploiter nGui

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