Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 247.47 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextButton_6 = Instance.new("TextButton")
  12. local TextButton_7 = Instance.new("TextButton")
  13. local TextButton_8 = Instance.new("TextButton")
  14. local TextButton_9 = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.Position = UDim2.new(0, 110, 0, 409)
  23. Frame.Size = UDim2.new(0, 458, 0, 218)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.Size = UDim2.new(0, 458, 0, 52)
  28. TextLabel.Font = Enum.Font.SourceSans
  29. TextLabel.FontSize = Enum.FontSize.Size14
  30. TextLabel.Text = "Cephedrone"
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 14
  33. TextLabel.TextWrapped = true
  34.  
  35. TextButton.Parent = Frame
  36. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  37. TextButton.Position = UDim2.new(0, 0, 0, 67)
  38. TextButton.Size = UDim2.new(0, 152, 0, 50)
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.FontSize = Enum.FontSize.Size14
  41. TextButton.Text = "Dank Engine(OP)"
  42. TextButton.TextSize = 14
  43. TextButton.TextWrapped = true
  44.  
  45. TextButton.MouseButton1Down:connect(function()
  46. -- ty krystalburger
  47. --[[
  48. Thomas The Dank Engine:
  49. By: KrystalTeam
  50. Features: Being a dank engine that kill people
  51. Version: 1.0.0.2
  52. --]]
  53.  
  54. local p = game.Players.LocalPlayer.Character
  55. local weld = Instance.new("Weld",p.Torso)
  56. weld.Part0 = p.Torso
  57.  
  58. local train = Instance.new("Part",p.Torso)
  59. train.Anchored = true
  60. train.CanCollide = false
  61. train.Size = Vector3.new(3,2,6)
  62. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  63. weld.Part1 = train
  64. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  65. train.Anchored = false
  66. local TrainMesh = Instance.new("SpecialMesh",train)
  67. TrainMesh.MeshType = Enum.MeshType.FileMesh
  68. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  69. TrainMesh.MeshId = "rbxassetid://431017802"
  70. TrainMesh.TextureId = "rbxassetid://431017809"
  71.  
  72.  
  73. local weld2 = Instance.new("Weld",p.Torso)
  74. weld2.Part0 = p.Torso
  75. local Smoke = Instance.new("Part",p.Torso)
  76. Smoke.Anchored = true
  77. Smoke.CanCollide = false
  78. Smoke.Size = Vector3.new(1,1,1)
  79. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  80. weld2.Part1 = Smoke
  81. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  82. Smoke.Anchored = false
  83. Smoke.Transparency = 1;
  84.  
  85. local Particle = Instance.new("ParticleEmitter",Smoke)
  86. Particle.Rate = 50;
  87. Particle.Speed = NumberRange.new(30,60);
  88. Particle.VelocitySpread = 4;
  89. Particle.Texture = "rbxassetid://133619974"
  90.  
  91. local Light = Instance.new("SpotLight",train)
  92. Light.Angle = 45;
  93. Light.Brightness = 100;
  94. Light.Face = Enum.NormalId.Back;
  95. Light.Range = 30;
  96.  
  97. p.Humanoid.WalkSpeed = 60;
  98.  
  99.  
  100. for i,v in pairs(p:GetChildren()) do
  101. if v:IsA("Part") then
  102. v.Transparency = 1;
  103. elseif v:IsA("Hat") then
  104. v:Destroy()
  105. elseif v:IsA("Model") then
  106. v:Destroy()
  107. end
  108. end
  109.  
  110. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  111. train.Touched:connect(function(p)
  112. if p.Parent then
  113. if p.Parent:IsA("Model") then
  114. if game.Players:FindFirstChild(p.Parent.Name) then
  115. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  116. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  117. local Whistle = SFX(475073913)
  118. Whistle:Play()
  119. end
  120. end
  121. end
  122. end
  123. end)
  124.  
  125. local Music = SFX(190819252)
  126. Music.Looped = true;
  127. wait(1)
  128. Music:Play();
  129. -- ~CL 2016
  130. end)
  131.  
  132. TextButton_2.Parent = Frame
  133. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextButton_2.Position = UDim2.new(0, 153, 0, 67)
  135. TextButton_2.Size = UDim2.new(0, 152, 0, 50)
  136. TextButton_2.Font = Enum.Font.SourceSans
  137. TextButton_2.FontSize = Enum.FontSize.Size14
  138. TextButton_2.Text = "Grab Knife V3"
  139. TextButton_2.TextSize = 14
  140.  
  141. TextButton_2.MouseButton1Down:connect(function()
  142. wait(0.5)
  143. math.randomseed(tick())
  144. local player = game.Players.LocalPlayer
  145. local rekt = {}
  146. local paralyzed = false
  147. local curpoint = nil
  148. local curpart = nil
  149. local finishnum = 1
  150. local zombiemode = false
  151. local zombies = {}
  152. local lastgui = nil
  153. local mouse = player:GetMouse()
  154.  
  155. function getplr(char)
  156. local plr = nil
  157. for i,v in pairs(game.Players:GetChildren()) do
  158. if v.Character == char then
  159. plr = v
  160. end
  161. end
  162. return plr
  163. end
  164.  
  165. function bleed(frick)
  166. while frick.Parent ~= nil do
  167. local reeee = coroutine.wrap(function()
  168. local thing = Instance.new('Part',game.Workspace)
  169. thing.Size = Vector3.new(0.2,0.2,0.2)
  170. thing.CFrame = frick.CFrame
  171. thing.Shape = Enum.PartType.Ball
  172. thing.CFrame = frick.CFrame
  173. thing.Transparency = 1
  174. thing.BrickColor = BrickColor.new('Maroon')
  175. thing.Material = Enum.Material.SmoothPlastic
  176. thing.Name = "Blood"
  177. thing.CanCollide =false
  178. local rawrxd = Instance.new('BodyForce',thing)
  179. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  180. local coru = coroutine.wrap(function()
  181. wait(0.01)
  182. rawrxd:Destroy()
  183. end)
  184. coru()
  185. local ree = Instance.new('ParticleEmitter',thing)
  186. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  187. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  188. ree.Texture = 'rbxassetid://867743272'
  189. ree.Lifetime = NumberRange.new(0.4)
  190. ree.Rate = 50
  191. ree.LockedToPart = true
  192. ree.Speed = NumberRange.new(0, 2)
  193.  
  194. thing.Touched:connect(function(tou)
  195. 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
  196. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  197. thing:Destroy()
  198. if tou.Name == "BloodPuddle" then
  199. local reee = tou.CFrame
  200. if tou.Transparency > -0.2 then
  201. tou.Transparency = tou.Transparency -0.1
  202. end
  203. if tou.Size.X < 10 then
  204. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  205. tou.CFrame = reee
  206. end
  207. else
  208. local bloodlol = Instance.new('Part',workspace)
  209. bloodlol.Size=Vector3.new(1,0.2,1)
  210. bloodlol.Name = "BloodPuddle"
  211. bloodlol.Anchored = true
  212. bloodlol.CanCollide = false
  213. bloodlol.Material = Enum.Material.SmoothPlastic
  214. bloodlol.BrickColor = BrickColor.new('Maroon')
  215. local cyl = Instance.new('CylinderMesh',bloodlol)
  216. cyl.Scale = Vector3.new(1,0.1,1)
  217. bloodlol.CFrame = CFrame.new(pos)
  218. local coru=coroutine.wrap(function()
  219. while bloodlol.Parent ~= nil do
  220. if bloodlol.Transparency < 1 then
  221. bloodlol.Transparency = bloodlol.Transparency+0.05
  222. else
  223. bloodlol:Destroy()
  224. end
  225. wait(0.1)
  226. end
  227. end)
  228. coru()
  229. end
  230. end
  231. end)
  232. local coru = coroutine.wrap(function()
  233. wait(1)
  234. thing:Destroy()
  235. end)
  236. coru()
  237. end)
  238. reeee()
  239. wait()
  240. end
  241. end
  242.  
  243. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  244. local soundy = false
  245. local heyy = hitz
  246. if hitz == "Right Arm" then
  247. local Limb = playa:FindFirstChild("Right Arm")
  248. local ters = playa:FindFirstChild('Torso')
  249. if Limb and ters then
  250. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  251. for i,v in pairs(Limb:GetChildren()) do
  252. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  253. v:Destroy()
  254. end
  255. end
  256. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  257. local Joint = Instance.new("Rotate")
  258. Joint.Name = "RightShoulder"
  259. Joint.Part0 = ters
  260. Joint.Part1 = Limb
  261. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  262. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  263. Joint.Parent = ters
  264. if charred and zombiemode == false then
  265. Limb.BrickColor = BrickColor.new('Black')
  266. local fire = Instance.new('Fire',Limb)
  267. fire.Heat = 5
  268. fire.Size = 5
  269. game:GetService('Debris'):AddItem(fire,2)
  270. local coru=coroutine.wrap(function()
  271. wait(2)
  272. for i,v in pairs(Limb:GetChildren()) do
  273. if v:IsA('ParticleEmitter') then
  274. v:Destroy()
  275. end
  276. end
  277. end)
  278. coru()
  279. end
  280. local B = Instance.new("Part")
  281. B.TopSurface = 0
  282. B.BottomSurface = 0
  283. B.formFactor = "Symmetric"
  284. B.Size = Vector3.new(1, 1, 1)
  285. B.Transparency = 1
  286. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  287. B.Parent = playa
  288. local W = Instance.new("Weld")
  289. W.Part0 = Limb
  290. W.Part1 = B
  291. W.C0 = CFrame.new(0, -0.5, 0)
  292. W.Parent = Limb
  293. if kneef then
  294. local coru = coroutine.wrap(function()
  295. local uno = Instance.new('Part',workspace)
  296. local dos = Instance.new('Part',workspace)
  297. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  298. dos.CFrame = kneef["big ass knife"].CFrame
  299. local weld = Instance.new('Weld',kneef["big ass knife"])
  300. weld.Part0 = playa:FindFirstChild(hitz)
  301. weld.Part1 = kneef["big ass knife"]
  302. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  303. uno:Destroy()
  304. dos:Destroy()
  305. playa:FindFirstChild(hitz).Anchored = false
  306. for i, v in pairs(kneef:GetChildren()) do
  307. if v:IsA('BasePart') then
  308. v.Anchored = false
  309. end
  310. end
  311. if zombiemode == false or override then
  312. wait()
  313. end
  314. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  315. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  316. end
  317. local bleedpart = Instance.new("Part", kneef)
  318. bleedpart.CanCollide = false
  319. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  320. bleedpart.CFrame = kneef["big ass knife"].CFrame
  321. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  322. bleedpart.Transparency = 1
  323.  
  324. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  325. bleedpartweld.Part0 = kneef["big ass knife"]
  326. bleedpartweld.Part1 = bleedpart
  327. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  328. local coru = coroutine.wrap(function()
  329. bleed(bleedpart)
  330. end)
  331. coru()
  332. game:GetService('Debris'):AddItem(bleedpart,2)
  333. end)
  334. coru()
  335. end
  336. end
  337. elseif hitz == "Left Arm" then
  338. local Limb = playa:FindFirstChild("Left Arm")
  339. local ters = playa:FindFirstChild('Torso')
  340. if Limb and ters then
  341. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  342. for i,v in pairs(Limb:GetChildren()) do
  343. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  344. v:Destroy()
  345. end
  346. end
  347. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  348. local Joint = Instance.new("Rotate")
  349. Joint.Name = "LeftShoulder"
  350. Joint.Part0 = ters
  351. Joint.Part1 = Limb
  352. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  353. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  354. Joint.Parent = ters
  355. if charred and zombiemode == false then
  356. Limb.BrickColor = BrickColor.new('Black')
  357. local fire = Instance.new('Fire',Limb)
  358. fire.Heat = 5
  359. fire.Size = 5
  360. game:GetService('Debris'):AddItem(fire,2)
  361. local coru=coroutine.wrap(function()
  362. wait(2)
  363. for i,v in pairs(Limb:GetChildren()) do
  364. if v:IsA('ParticleEmitter') then
  365. v:Destroy()
  366. end
  367. end
  368. end)
  369. coru()
  370. end
  371.  
  372. local B = Instance.new("Part")
  373. B.TopSurface = 0
  374. B.BottomSurface = 0
  375. B.formFactor = "Symmetric"
  376. B.Size = Vector3.new(1, 1, 1)
  377. B.CanCollide = true
  378. B.Transparency = 1
  379. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  380. B.Parent = playa
  381. local W = Instance.new("Weld")
  382. W.Part0 = ters
  383. W.Part1 = B
  384. W.C0 = CFrame.new(0, -0.5, 0)
  385. W.Parent = Limb
  386. if kneef then
  387. local coru = coroutine.wrap(function()
  388. local uno = Instance.new('Part',workspace)
  389. local dos = Instance.new('Part',workspace)
  390. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  391. dos.CFrame = kneef["big ass knife"].CFrame
  392. local weld = Instance.new('Weld',kneef["big ass knife"])
  393. weld.Part0 = playa:FindFirstChild(hitz)
  394. weld.Part1 = kneef["big ass knife"]
  395. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  396. uno:Destroy()
  397. dos:Destroy()
  398. playa:FindFirstChild(hitz).Anchored = false
  399. for i, v in pairs(kneef:GetChildren()) do
  400. if v:IsA('BasePart') then
  401. v.Anchored = false
  402. end
  403. end
  404. if zombiemode == false or override then
  405. wait()
  406. end
  407. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  408. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  409. end
  410. local bleedpart = Instance.new("Part", kneef)
  411. bleedpart.CanCollide = false
  412. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  413. bleedpart.CFrame = kneef["big ass knife"].CFrame
  414. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  415. bleedpart.Transparency = 1
  416.  
  417. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  418. bleedpartweld.Part0 = kneef["big ass knife"]
  419. bleedpartweld.Part1 = bleedpart
  420. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  421. local coru = coroutine.wrap(function()
  422. bleed(bleedpart)
  423. end)
  424. coru()
  425. game:GetService('Debris'):AddItem(bleedpart,2)
  426. end)
  427. coru()
  428. end
  429. end
  430. elseif hitz == "Right Leg" then
  431. local Limb = playa:FindFirstChild("Right Leg")
  432. local ters = playa:FindFirstChild('Torso')
  433. if Limb and ters then
  434. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  435. for i,v in pairs(Limb:GetChildren()) do
  436. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  437. v:Destroy()
  438. end
  439. end
  440. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  441. local Joint = Instance.new("Rotate")
  442. Joint.Name = "Right Hip"
  443. Joint.Part0 = ters
  444. Joint.Part1 = Limb
  445. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  446. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  447. Joint.Parent = ters
  448. if charred and zombiemode == false then
  449. Limb.BrickColor = BrickColor.new('Black')
  450. local fire = Instance.new('Fire',Limb)
  451. fire.Heat = 5
  452. fire.Size = 5
  453. game:GetService('Debris'):AddItem(fire,2)
  454. local coru=coroutine.wrap(function()
  455. wait(2)
  456. for i,v in pairs(Limb:GetChildren()) do
  457. if v:IsA('ParticleEmitter') then
  458. v:Destroy()
  459. end
  460. end
  461. end)
  462. coru()
  463. end
  464. local B = Instance.new("Part")
  465. B.TopSurface = 0
  466. B.BottomSurface = 0
  467. B.formFactor = "Symmetric"
  468. B.Size = Vector3.new(1, 1, 1)
  469. B.Transparency = 1
  470. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  471. B.Parent = playa
  472. local W = Instance.new("Weld")
  473. W.Part0 = Limb
  474. W.Part1 = B
  475. W.C0 = CFrame.new(0, -0.5, 0)
  476. W.Parent = Limb
  477. if kneef then
  478. local coru = coroutine.wrap(function()
  479. local uno = Instance.new('Part',workspace)
  480. local dos = Instance.new('Part',workspace)
  481. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  482. dos.CFrame = kneef["big ass knife"].CFrame
  483. local weld = Instance.new('Weld',kneef["big ass knife"])
  484. weld.Part0 = playa:FindFirstChild(hitz)
  485. weld.Part1 = kneef["big ass knife"]
  486. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  487. uno:Destroy()
  488. dos:Destroy()
  489. playa:FindFirstChild(hitz).Anchored = false
  490. for i, v in pairs(kneef:GetChildren()) do
  491. if v:IsA('BasePart') then
  492. v.Anchored = false
  493. end
  494. end
  495. if zombiemode == false or override then
  496. wait()
  497. end
  498. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  499. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  500. end
  501. local bleedpart = Instance.new("Part", kneef)
  502. bleedpart.CanCollide = false
  503. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  504. bleedpart.CFrame = kneef["big ass knife"].CFrame
  505. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  506. bleedpart.Transparency = 1
  507.  
  508. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  509. bleedpartweld.Part0 = kneef["big ass knife"]
  510. bleedpartweld.Part1 = bleedpart
  511. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  512. local coru = coroutine.wrap(function()
  513. bleed(bleedpart)
  514. end)
  515. coru()
  516. game:GetService('Debris'):AddItem(bleedpart,2)
  517. end)
  518. coru()
  519. end
  520. if playa then
  521. table.insert(rekt,playa)
  522. end
  523. end
  524. elseif hitz == "Left Leg" then
  525. local Limb = playa:FindFirstChild("Left Leg")
  526. local ters = playa:FindFirstChild('Torso')
  527. if Limb and ters then
  528. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  529. for i,v in pairs(Limb:GetChildren()) do
  530. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  531. v:Destroy()
  532. end
  533. end
  534. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  535. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  536. local Joint = Instance.new("Rotate")
  537. Joint.Name = "LeftHip"
  538. Joint.Part0 = ters
  539. Joint.Part1 = Limb
  540. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  541. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  542. Joint.Parent = ters
  543. if charred and zombiemode == false then
  544. Limb.BrickColor = BrickColor.new('Black')
  545. local fire = Instance.new('Fire',Limb)
  546. fire.Heat = 5
  547. fire.Size = 5
  548. game:GetService('Debris'):AddItem(fire,2)
  549. local coru=coroutine.wrap(function()
  550. wait(2)
  551. for i,v in pairs(Limb:GetChildren()) do
  552. if v:IsA('ParticleEmitter') then
  553. v:Destroy()
  554. end
  555. end
  556. end)
  557. coru()
  558. end
  559.  
  560. local B = Instance.new("Part")
  561. B.TopSurface = 0
  562. B.BottomSurface = 0
  563. B.formFactor = "Symmetric"
  564. B.Size = Vector3.new(1, 1, 1)
  565. B.Transparency = 1
  566. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  567. B.Parent = playa
  568. local W = Instance.new("Weld")
  569. W.Part0 = Limb
  570. W.Part1 = B
  571. W.C0 = CFrame.new(0, -0.5, 0)
  572. W.Parent = Limb
  573. Limb.CanCollide = false
  574. if kneef then
  575. local coru = coroutine.wrap(function()
  576. local uno = Instance.new('Part',workspace)
  577. local dos = Instance.new('Part',workspace)
  578. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  579. dos.CFrame = kneef["big ass knife"].CFrame
  580. local weld = Instance.new('Weld',kneef["big ass knife"])
  581. weld.Part0 = playa:FindFirstChild(hitz)
  582. weld.Part1 = kneef["big ass knife"]
  583. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  584. uno:Destroy()
  585. dos:Destroy()
  586. playa:FindFirstChild(hitz).Anchored = false
  587. for i, v in pairs(kneef:GetChildren()) do
  588. if v:IsA('BasePart') then
  589. v.Anchored = false
  590. end
  591. end
  592. if zombiemode == false or override then
  593. wait()
  594. end
  595. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  596. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  597. end
  598. local bleedpart = Instance.new("Part", kneef)
  599. bleedpart.CanCollide = false
  600. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  601. bleedpart.CFrame = kneef["big ass knife"].CFrame
  602. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  603. bleedpart.Transparency = 1
  604.  
  605. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  606. bleedpartweld.Part0 = kneef["big ass knife"]
  607. bleedpartweld.Part1 = bleedpart
  608. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  609. local coru = coroutine.wrap(function()
  610. bleed(bleedpart)
  611. end)
  612. coru()
  613. game:GetService('Debris'):AddItem(bleedpart,2)
  614. end)
  615. coru()
  616. end
  617. if playa then
  618. table.insert(rekt,playa)
  619. end
  620. end
  621. elseif playa then
  622. if finishnum ~= 1 then
  623. local coru=coroutine.wrap(function()
  624. player.Character.Head.Psycho.Playing = true
  625. wait(3)
  626. player.Character.Head.Psycho.Playing = false
  627. end)
  628. coru()
  629. end
  630. local playa2 = playa
  631. playa.Archivable = true
  632. local playa = playa:Clone()
  633. playa.Archivable = false
  634. playa2:Destroy()
  635. playa.Parent = workspace
  636. local Gibs = game.Workspace
  637. local Torso = playa.Torso
  638. local Head = playa:FindFirstChild("Head")
  639. local function Scan(ch)
  640. local e
  641. for e = 1,#ch do
  642. Scan(ch[e]:GetChildren())
  643. 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
  644. ch[e]:remove()
  645. end
  646. end
  647. end
  648. Scan(playa:GetChildren())
  649. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  650. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  651. end
  652. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  653. if zombiemode == true and override == false then
  654. soundy = true
  655. end
  656. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  657. override = true
  658. end
  659. if hum2 ~= nil then
  660. hum2.Name = "Humanoid2"
  661. hum2.Health = 0
  662. if zombiemode == false or override == true then
  663. table.insert(rekt,hum2.Parent)
  664. else
  665. local gyro = Instance.new('BodyGyro',Torso)
  666. hum2.PlatformStand = false
  667. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  668. if v:IsA('BodyGyro') then v:Destroy() end
  669. end
  670. if playa:FindFirstChild('HumanoidRootPart') then
  671. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  672. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  673. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  674. weldcrucial.Part1 = hum2.Parent.Torso
  675. end
  676. end
  677. end
  678. local ch = playa:GetChildren()
  679. local i
  680. for i = 1,#ch do
  681. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  682. ch[i]:remove()
  683. end
  684. end
  685.  
  686. if Head then
  687. local Neck = Instance.new("Weld")
  688. Neck.Name = "Neck"
  689. Neck.Part0 = Torso
  690. Neck.Part1 = Head
  691. if pool then
  692. local part = Instance.new('Part',Torso)
  693. part.Position = Vector3.new(0,10,0)
  694. part.Size = Vector3.new(0.2,0.2,0.2)
  695. part.Transparency = 1
  696. part.CanCollide = false
  697. local we = Instance.new('Weld',Torso)
  698. we.Part0 = Torso
  699. we.Part1 = part
  700. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  701. local coru=coroutine.wrap(function()
  702. bleed(part)
  703. end)
  704. coru()
  705. end
  706. if head == false or head == nil then
  707. Neck.C0 = CFrame.new(0, 1.5, 0)
  708. else
  709. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  710. local bleedpart = Instance.new("Part", Torso)
  711. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  712. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  713. bleedpart.CanCollide = false
  714. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  715. bleedpart.Transparency = 1
  716.  
  717. local bleedpartweld = Instance.new("Weld", Torso)
  718. bleedpartweld.Part0 = Torso
  719. bleedpartweld.Part1 = bleedpart
  720. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  721. local coru = coroutine.wrap(function()
  722. bleed(bleedpart)
  723. end)
  724. coru()
  725. end
  726. Neck.C1 = CFrame.new()
  727. Neck.Parent = Torso
  728. end
  729. local Limb = playa:FindFirstChild("Right Arm")
  730. if Limb then
  731.  
  732. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  733. local Joint = Instance.new("Rotate")
  734. Joint.Name = "RightShoulder"
  735. Joint.Part0 = Torso
  736. Joint.Part1 = Limb
  737. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  738. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  739. Joint.Parent = Torso
  740.  
  741. local B = Instance.new("Part")
  742. B.TopSurface = 0
  743. B.BottomSurface = 0
  744. B.formFactor = "Symmetric"
  745. B.Size = Vector3.new(1, 1, 1)
  746. B.Transparency = 1
  747. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  748. B.Parent = playa
  749. local W = Instance.new("Weld")
  750. W.Part0 = Limb
  751. W.Part1 = B
  752. W.C0 = CFrame.new(0, -0.5, 0)
  753. W.Parent = Limb
  754. end
  755. local Limb = playa:FindFirstChild("Left Arm")
  756. if Limb then
  757.  
  758. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  759. local Joint = Instance.new("Rotate")
  760. Joint.Name = "LeftShoulder"
  761. Joint.Part0 = Torso
  762. Joint.Part1 = Limb
  763. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  764. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  765. Joint.Parent = Torso
  766.  
  767. local B = Instance.new("Part")
  768. B.TopSurface = 0
  769. B.BottomSurface = 0
  770. B.formFactor = "Symmetric"
  771. B.Size = Vector3.new(1, 1, 1)
  772. B.Transparency = 1
  773. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  774. B.Parent = playa
  775. local W = Instance.new("Weld")
  776. W.Part0 = Limb
  777. W.Part1 = B
  778. W.C0 = CFrame.new(0, -0.5, 0)
  779. W.Parent = Limb
  780. end
  781. local Limb = playa:FindFirstChild("Right Leg")
  782. if Limb then
  783. Limb.CanCollide = false
  784. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  785. local Joint = Instance.new("Rotate")
  786. Joint.Name = "RightHip"
  787. Joint.Part0 = Torso
  788. Joint.Part1 = Limb
  789. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  790. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  791. Joint.Parent = Torso
  792.  
  793. local B = Instance.new("Part")
  794. B.TopSurface = 0
  795. B.BottomSurface = 0
  796. B.formFactor = "Symmetric"
  797. B.Size = Vector3.new(1, 1, 1)
  798. B.Transparency = 1
  799. B.CanCollide = true
  800. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  801. B.Parent = playa
  802. local W = Instance.new("Weld")
  803. W.Part0 = Limb
  804. W.Part1 = B
  805. W.C0 = CFrame.new(0, -0.5, 0)
  806. W.Parent = Limb
  807. end
  808. local Limb = playa:FindFirstChild("Left Leg")
  809. if Limb then
  810. Limb.CanCollide = false
  811. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  812. local Joint = Instance.new("Rotate")
  813. Joint.Name = "LeftHip"
  814. Joint.Part0 = Torso
  815. Joint.Part1 = Limb
  816. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  817. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  818. Joint.Parent = Torso
  819.  
  820. local B = Instance.new("Part")
  821. B.TopSurface = 0
  822. B.BottomSurface = 0
  823. if zombiemode == false or override then
  824. B.CanCollide = true
  825. end
  826. B.formFactor = "Symmetric"
  827. B.Size = Vector3.new(1, 1, 1)
  828. B.Transparency = 1
  829. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  830. B.Parent = playa
  831. local W = Instance.new("Weld")
  832. W.Part0 = Limb
  833. W.Part1 = B
  834. W.C0 = CFrame.new(0, -0.5, 0)
  835. W.Parent = Limb
  836. end
  837. --[[
  838. local Bar = Instance.new("Part")
  839. Bar.TopSurface = 0
  840. Bar.BottomSurface = 0
  841. Bar.formFactor = "Symmetric"
  842. Bar.Size = Vector3.new(1, 1, 1)
  843. Bar.Transparency = 1
  844. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  845. Bar.Parent = playa
  846. local Weld = Instance.new("Weld")
  847. Weld.Part0 = Torso
  848. Weld.Part1 = Bar
  849. Weld.C0 = CFrame.new(0, 0.5, 0)
  850. Weld.Parent = Torso
  851. --]]
  852. playa.Parent = Gibs
  853. if kneef and explode == nil then
  854. local coru = coroutine.wrap(function()
  855. if playa:FindFirstChild(hitz) then
  856. local uno = Instance.new('Part',workspace)
  857. local dos = Instance.new('Part',workspace)
  858. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  859. dos.CFrame = kneef["big ass knife"].CFrame
  860. local weld = Instance.new('Weld',kneef["big ass knife"])
  861. weld.Part0 = playa:FindFirstChild(hitz)
  862. weld.Part1 = kneef["big ass knife"]
  863. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  864. uno:Destroy()
  865. dos:Destroy()
  866. playa:FindFirstChild(hitz).Anchored = false
  867. for i, v in pairs(kneef:GetChildren()) do
  868. if v:IsA('BasePart') then
  869. v.Anchored = false
  870. end
  871. end
  872. if explode == nil or explode == false then
  873. local bleedpart = Instance.new("Part", kneef)
  874. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  875. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  876. bleedpart.CanCollide = false
  877. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  878. bleedpart.Transparency = 1
  879.  
  880. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  881. bleedpartweld.Part0 = kneef["big ass knife"]
  882. bleedpartweld.Part1 = bleedpart
  883. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  884. local coru = coroutine.wrap(function()
  885. bleed(bleedpart)
  886. end)
  887. coru()
  888. end
  889. end
  890. if zombiemode == false or override then
  891. wait()
  892. end
  893. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  894. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  895. end
  896. end)
  897. coru()
  898. end
  899. if explode then
  900. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  901. local repulse = Instance.new('BodyForce',Torso)
  902. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  903. game.Debris:AddItem(repulse,0.05)
  904. end
  905. if charred and zombiemode == false then
  906. for i,v in pairs(playa:GetChildren()) do
  907. if v:IsA('BasePart') then
  908. v.BrickColor = BrickColor.Black()
  909. local fire = Instance.new('Fire',v)
  910. fire.Size = 5
  911. fire.Heat = 5
  912. elseif v:IsA('Accessory') then
  913. for a,c in pairs(v:GetChildren()) do
  914. if c:IsA('BasePart') then
  915. c.BrickColor = BrickColor.Black()
  916. local fire = Instance.new('Fire',v)
  917. fire.Size = 5
  918. fire.Heat = 5
  919. for o,p in pairs(c:GetChildren()) do
  920. if p:IsA("SpecialMesh") then
  921. p.TextureId = ""
  922. end
  923. end
  924. end
  925. end
  926. end
  927. end
  928. end
  929. if soundy then
  930. local sound = Instance.new('Sound',Head)
  931. sound.SoundId = 'rbxassetid://903640857'
  932. sound.Volume = 1
  933. sound:Play()
  934. sound.Ended:connect(function()
  935. sound:Destroy()
  936. local ambient = Instance.new('Sound',Head)
  937. ambient.Volume = 0.25
  938. ambient.Looped = true
  939. ambient.SoundId = 'rbxassetid://903641031'
  940. ambient:Play()
  941. end)
  942. end
  943. if override then
  944. 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
  945. local coru = coroutine.wrap(function()
  946. wait(4.5)
  947. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  948. hum2.HipHeight = 0.2
  949. wait(0.5)
  950. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  951. end)
  952. coru()
  953. else
  954. game:GetService('Debris'):AddItem(playa, 12)
  955. end
  956. else
  957. hum2.Health = 0
  958. table.insert(zombies,playa)
  959. local attack = Instance.new('Sound',Head)
  960. attack.SoundId = 'rbxassetid://903641424'
  961. attack.Volume = 2
  962. for i,v in pairs(playa:GetChildren()) do
  963. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  964. v.Touched:connect(function(hit)
  965. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  966. local found = false
  967. if hit.Parent == player.Character then
  968. found = true
  969. end
  970. for a,c in pairs(zombies) do
  971. if c == hit.Parent then
  972. found = true
  973. end
  974. end
  975. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  976. attack:Play()
  977. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  978. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  979. wait()
  980. killz(hit.Parent,"Head")
  981. else
  982. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  983. end
  984. end
  985. end
  986. end)
  987. end
  988. end
  989. local coru = coroutine.wrap(function()
  990. wait(2)
  991. for i,v in pairs(playa:GetChildren()) do
  992. if v:IsA('BasePart') then
  993. for a,c in pairs(v:GetChildren()) do
  994. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  995. c:Destroy()
  996. end
  997. end
  998. elseif v:IsA('Accessory') then
  999. for a,c in pairs(v:GetChildren()) do
  1000. if c:IsA('BasePart') then
  1001. for b,d in pairs(c:GetChildren()) do
  1002. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  1003. d:Destroy()
  1004. end
  1005. end
  1006. end
  1007. end
  1008. end
  1009. end
  1010. end)
  1011. coru()
  1012. end
  1013. end
  1014. end
  1015.  
  1016. mouse.KeyDown:connect(function(key)
  1017. if key == "t" and mouse.Target then
  1018. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  1019. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  1020. if curpoint == nil then
  1021. if hum and hum.Parent:FindFirstChild('Head') then
  1022. curpart = hum.Parent.Head
  1023. else
  1024. curpart = nil
  1025. curpoint = mouse.Hit.p
  1026. end
  1027. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1028. notify("ZOMBIE TARGET SET",false)
  1029. else
  1030. curpart = nil
  1031. curpoint = nil
  1032. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1033. notify("ZOMBIE TARGET REMOVED",false)
  1034. end
  1035. elseif key == "y" then
  1036. for o,p in pairs(zombies) do
  1037. local coru = coroutine.wrap(function()
  1038. if p:FindFirstChild('Torso') then
  1039. killz(p,"Head",nil,nil,false,false,false,true)
  1040. else
  1041. table.remove(zombies,o)
  1042. end
  1043. end)
  1044. coru()
  1045. wait()
  1046. end
  1047. for i,v in pairs(zombies) do
  1048. table.remove(zombies,i)
  1049. end
  1050. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1051. notify("ZOMBIES TERMINATED",false)
  1052. end
  1053. end)
  1054.  
  1055. function nub()
  1056. local me = player.Character
  1057. local point = me.HumanoidRootPart
  1058. local playergui = player.PlayerGui
  1059. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  1060. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  1061. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  1062. local lefthipz = me.Torso["Left Hip"]:Clone()
  1063. local righthipz = me.Torso["Right Hip"]:Clone()
  1064. local mode = "kill"
  1065. local lerpz = false
  1066. local active = false
  1067. local acting = false
  1068. local hit = false
  1069. local canClick = true
  1070. local stabbing = false
  1071. local grabbing = false
  1072. local finishing = false
  1073. local kyssing = false
  1074. local canbackgroundmusic = true
  1075. local cancolorfilter = true
  1076. local spinboolean = false
  1077. local grabbed = nil
  1078. local doing = false
  1079. local rightshoulder = nil
  1080. local leftshoulder = nil
  1081. local headweld = nil
  1082. local usable = true
  1083. finishnum = 1
  1084.  
  1085. function notify(msg,forever)
  1086. local doit = coroutine.wrap(function()
  1087. local gui = Instance.new('ScreenGui',playergui)
  1088. gui.Name = "Notification"
  1089. local frame = Instance.new('Frame',gui)
  1090. frame.Position = UDim2.new(0,0,0,0)
  1091. frame.Size = UDim2.new(1,0,0.2,0)
  1092. frame.BackgroundTransparency = 1
  1093. local txt = Instance.new('TextLabel',frame)
  1094. txt.TextColor3 = Color3.new(255,255,255)
  1095. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1096. txt.TextStrokeTransparency = 0
  1097. txt.BackgroundTransparency = 1
  1098. txt.Text = ""
  1099. txt.Size = UDim2.new(1,0,0.3,0)
  1100. txt.Position = UDim2.new(0,0,0.4,0)
  1101. txt.TextScaled = true
  1102. txt.Font = "Code"
  1103. txt.TextXAlignment = "Center"
  1104. local tap = Instance.new("Sound")
  1105. tap.Parent = gui
  1106. tap.SoundId = "rbxassetid://147982968"
  1107. tap.TimePosition = 0.1
  1108. local str = msg
  1109. local len = string.len(str)
  1110. for i=1,len do
  1111. txt.Text = string.sub(str,1,i)
  1112. pitche = math.random(20, 40)/10
  1113. tap.PlaybackSpeed = pitche
  1114. tap:Play()
  1115. wait(0.01)
  1116. end
  1117. if forever == false then
  1118. wait(1)
  1119. while txt.TextTransparency < 1 do
  1120. txt.TextTransparency = txt.TextTransparency + 0.1
  1121. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  1122. wait(0.001)
  1123. end
  1124. gui:Destroy()
  1125. end
  1126. end)
  1127. doit()
  1128. end
  1129.  
  1130. wait(0.5)
  1131. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  1132. local laugh = Instance.new('Sound',me.Head)
  1133. laugh.SoundId = 'rbxassetid://378827985'
  1134. laugh.Name = "Psycho"
  1135. laugh.Volume = 5
  1136. -- 1 - bitch ass knife
  1137. local obj1 = Instance.new("Model")
  1138. obj1.Name = "bitch ass knife"
  1139. obj1.Parent = game.Workspace
  1140.  
  1141. -- 2 - Grab
  1142. local obj2 = Instance.new("Part")
  1143. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1144. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1145. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. obj2.Material = Enum.Material.Concrete
  1150. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1151. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. obj2.Anchored = true
  1153. obj2.BrickColor = BrickColor.new("Black")
  1154. obj2.Friction = 0.30000001192093
  1155. obj2.Shape = Enum.PartType.Cylinder
  1156. obj2.Name = "Grab"
  1157. obj2.Parent = obj1
  1158.  
  1159. -- 3 - handletopcap
  1160. local obj3 = Instance.new("Part")
  1161. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1162. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. obj3.Material = Enum.Material.Concrete
  1168. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1169. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. obj3.Anchored = true
  1171. obj3.BrickColor = BrickColor.new("Black")
  1172. obj3.Friction = 0.30000001192093
  1173. obj3.Shape = Enum.PartType.Ball
  1174. obj3.Name = "handletopcap"
  1175. obj3.Parent = obj1
  1176.  
  1177. -- 4 - handlebottomcap
  1178. local obj4 = Instance.new("Part")
  1179. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1180. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. obj4.Material = Enum.Material.Concrete
  1186. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1187. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. obj4.Anchored = true
  1189. obj4.BrickColor = BrickColor.new("Black")
  1190. obj4.Friction = 0.30000001192093
  1191. obj4.Shape = Enum.PartType.Ball
  1192. obj4.Name = "handlebottomcap"
  1193. obj4.Parent = obj1
  1194.  
  1195. -- 5 - handleguardmid
  1196. local obj5 = Instance.new("Part")
  1197. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1198. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. obj5.Material = Enum.Material.Concrete
  1204. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1205. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. obj5.Anchored = true
  1207. obj5.BrickColor = BrickColor.new("Black")
  1208. obj5.Friction = 0.30000001192093
  1209. obj5.Shape = Enum.PartType.Block
  1210. obj5.Name = "handleguardmid"
  1211. obj5.Parent = obj1
  1212.  
  1213. -- 6 - handleguardcap1
  1214. local obj6 = Instance.new("Part")
  1215. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1216. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. obj6.Material = Enum.Material.Concrete
  1222. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1223. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. obj6.Anchored = true
  1225. obj6.BrickColor = BrickColor.new("Black")
  1226. obj6.Friction = 0.30000001192093
  1227. obj6.Shape = Enum.PartType.Cylinder
  1228. obj6.Name = "handleguardcap1"
  1229. obj6.Parent = obj1
  1230.  
  1231. -- 7 - handleguardcap2
  1232. local obj7 = Instance.new("Part")
  1233. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1234. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. obj7.Material = Enum.Material.Concrete
  1240. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1241. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. obj7.Anchored = true
  1243. obj7.BrickColor = BrickColor.new("Black")
  1244. obj7.Friction = 0.30000001192093
  1245. obj7.Shape = Enum.PartType.Cylinder
  1246. obj7.Name = "handleguardcap2"
  1247. obj7.Parent = obj1
  1248.  
  1249. -- 8 - big ass knife
  1250. local obj8 = Instance.new("Part")
  1251. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1252. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. obj8.Material = Enum.Material.Metal
  1258. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1259. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. obj8.Anchored = true
  1261. obj8.BrickColor = BrickColor.new("Lily white")
  1262. obj8.Friction = 0.30000001192093
  1263. obj8.Shape = Enum.PartType.Block
  1264. obj8.Name = "big ass knife"
  1265. obj8.Parent = obj1
  1266.  
  1267. -- 9 - Mesh
  1268. local obj9 = Instance.new("BlockMesh")
  1269. obj9.Scale = Vector3.new(0.5, 1, 1)
  1270. obj9.Parent = obj8
  1271.  
  1272. -- 10 - big ass knife
  1273. local obj10 = Instance.new("Part")
  1274. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1275. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. obj10.Material = Enum.Material.Metal
  1281. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1282. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. obj10.Anchored = true
  1284. obj10.BrickColor = BrickColor.new("Lily white")
  1285. obj10.Friction = 0.30000001192093
  1286. obj10.Shape = Enum.PartType.Block
  1287. obj10.Name = "big ass knife"
  1288. obj10.Parent = obj1
  1289. local knife = obj10
  1290.  
  1291. -- 11 - Mesh
  1292. local obj11 = Instance.new("BlockMesh")
  1293. obj11.Scale = Vector3.new(0.5, 1, 1)
  1294. obj11.Parent = obj10
  1295.  
  1296. -- 12 - big ass knife
  1297. local obj12 = Instance.new("Part")
  1298. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1299. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. obj12.Material = Enum.Material.Metal
  1305. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1306. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. obj12.Anchored = true
  1308. obj12.BrickColor = BrickColor.new("Lily white")
  1309. obj12.Friction = 0.30000001192093
  1310. obj12.Shape = Enum.PartType.Block
  1311. obj12.Name = "big ass knife"
  1312. obj12.Parent = obj1
  1313.  
  1314. -- 13 - Mesh
  1315. local obj13 = Instance.new("BlockMesh")
  1316. obj13.Scale = Vector3.new(0.5, 1, 1)
  1317. obj13.Parent = obj12
  1318.  
  1319. -- 14 - serration
  1320. local obj14 = Instance.new("WedgePart")
  1321. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1322. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. obj14.Material = Enum.Material.Metal
  1327. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1328. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. obj14.Anchored = true
  1331. obj14.BrickColor = BrickColor.new("Lily white")
  1332. obj14.Friction = 0.30000001192093
  1333. obj14.Name = "serration"
  1334. obj14.Parent = obj1
  1335.  
  1336. -- 15 - Mesh
  1337. local obj15 = Instance.new("BlockMesh")
  1338. obj15.Scale = Vector3.new(0.5, 1, 1)
  1339. obj15.Parent = obj14
  1340.  
  1341. -- 16 - serration
  1342. local obj16 = Instance.new("WedgePart")
  1343. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1344. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. obj16.Material = Enum.Material.Metal
  1349. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1350. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. obj16.Anchored = true
  1353. obj16.BrickColor = BrickColor.new("Lily white")
  1354. obj16.Friction = 0.30000001192093
  1355. obj16.Name = "serration"
  1356. obj16.Parent = obj1
  1357.  
  1358. -- 17 - Mesh
  1359. local obj17 = Instance.new("BlockMesh")
  1360. obj17.Scale = Vector3.new(0.5, 1, 1)
  1361. obj17.Parent = obj16
  1362.  
  1363. -- 18 - serration
  1364. local obj18 = Instance.new("WedgePart")
  1365. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1366. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. obj18.Material = Enum.Material.Metal
  1371. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1372. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. obj18.Anchored = true
  1375. obj18.BrickColor = BrickColor.new("Lily white")
  1376. obj18.Friction = 0.30000001192093
  1377. obj18.Name = "serration"
  1378. obj18.Parent = obj1
  1379.  
  1380. -- 19 - Mesh
  1381. local obj19 = Instance.new("BlockMesh")
  1382. obj19.Scale = Vector3.new(0.5, 1, 1)
  1383. obj19.Parent = obj18
  1384.  
  1385. -- 20 - serration
  1386. local obj20 = Instance.new("WedgePart")
  1387. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1388. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. obj20.Material = Enum.Material.Metal
  1393. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1394. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. obj20.Anchored = true
  1397. obj20.BrickColor = BrickColor.new("Lily white")
  1398. obj20.Friction = 0.30000001192093
  1399. obj20.Name = "serration"
  1400. obj20.Parent = obj1
  1401.  
  1402. -- 21 - Mesh
  1403. local obj21 = Instance.new("BlockMesh")
  1404. obj21.Scale = Vector3.new(0.5, 1, 1)
  1405. obj21.Parent = obj20
  1406.  
  1407. -- 22 - serration
  1408. local obj22 = Instance.new("WedgePart")
  1409. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1410. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. obj22.Material = Enum.Material.Metal
  1415. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1416. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. obj22.Anchored = true
  1419. obj22.BrickColor = BrickColor.new("Lily white")
  1420. obj22.Friction = 0.30000001192093
  1421. obj22.Name = "serration"
  1422. obj22.Parent = obj1
  1423.  
  1424. -- 23 - Mesh
  1425. local obj23 = Instance.new("BlockMesh")
  1426. obj23.Scale = Vector3.new(0.5, 1, 1)
  1427. obj23.Parent = obj22
  1428.  
  1429. -- 24 - serration
  1430. local obj24 = Instance.new("WedgePart")
  1431. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1432. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. obj24.Material = Enum.Material.Metal
  1437. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1438. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. obj24.Anchored = true
  1441. obj24.BrickColor = BrickColor.new("Lily white")
  1442. obj24.Friction = 0.30000001192093
  1443. obj24.Name = "serration"
  1444. obj24.Parent = obj1
  1445.  
  1446. -- 25 - Mesh
  1447. local obj25 = Instance.new("BlockMesh")
  1448. obj25.Scale = Vector3.new(0.5, 1, 1)
  1449. obj25.Parent = obj24
  1450.  
  1451. -- 26 - serration
  1452. local obj26 = Instance.new("WedgePart")
  1453. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1454. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. obj26.Material = Enum.Material.Metal
  1459. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1460. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. obj26.Anchored = true
  1463. obj26.BrickColor = BrickColor.new("Lily white")
  1464. obj26.Friction = 0.30000001192093
  1465. obj26.Name = "serration"
  1466. obj26.Parent = obj1
  1467.  
  1468. -- 27 - Mesh
  1469. local obj27 = Instance.new("BlockMesh")
  1470. obj27.Scale = Vector3.new(0.5, 1, 1)
  1471. obj27.Parent = obj26
  1472.  
  1473. -- 28 - serration
  1474. local obj28 = Instance.new("WedgePart")
  1475. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1476. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. obj28.Material = Enum.Material.Metal
  1481. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1482. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. obj28.Anchored = true
  1485. obj28.BrickColor = BrickColor.new("Lily white")
  1486. obj28.Friction = 0.30000001192093
  1487. obj28.Name = "serration"
  1488. obj28.Parent = obj1
  1489.  
  1490. -- 29 - Mesh
  1491. local obj29 = Instance.new("BlockMesh")
  1492. obj29.Scale = Vector3.new(0.5, 1, 1)
  1493. obj29.Parent = obj28
  1494.  
  1495. -- 30 - knifetip1
  1496. local obj30 = Instance.new("WedgePart")
  1497. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1498. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. obj30.Material = Enum.Material.Metal
  1503. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1504. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. obj30.Anchored = true
  1507. obj30.BrickColor = BrickColor.new("Lily white")
  1508. obj30.Friction = 0.30000001192093
  1509. obj30.Name = "knifetip1"
  1510. obj30.Parent = obj1
  1511.  
  1512. -- 31 - Mesh
  1513. local obj31 = Instance.new("BlockMesh")
  1514. obj31.Scale = Vector3.new(0.5, 1, 1)
  1515. obj31.Parent = obj30
  1516.  
  1517. -- 32 - redstuff
  1518. local obj32 = Instance.new("Part")
  1519. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1520. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. obj32.Material = Enum.Material.SmoothPlastic
  1525. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1527. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. obj32.BrickColor = BrickColor.new("Institutional white")
  1529. obj32.Friction = 0.30000001192093
  1530. obj32.Shape = Enum.PartType.Cylinder
  1531. obj32.Name = "redstuff"
  1532. obj32.Anchored = true
  1533. obj32.Parent = obj1
  1534.  
  1535.  
  1536. -- 33 - redstuff
  1537. local obj33 = Instance.new("Part")
  1538. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1539. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. obj33.Material = Enum.Material.SmoothPlastic
  1545. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1546. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. obj33.BrickColor = BrickColor.new("Institutional white")
  1548. obj33.Friction = 0.30000001192093
  1549. obj33.Shape = Enum.PartType.Block
  1550. obj33.Name = "redstuff"
  1551. obj33.Anchored = true
  1552. obj33.Parent = obj1
  1553.  
  1554. -- 34 - redstuff
  1555. local obj34 = Instance.new("Part")
  1556. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1557. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1563. obj34.Material = Enum.Material.SmoothPlastic
  1564. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. obj34.BrickColor = BrickColor.new("Institutional white")
  1566. obj34.Friction = 0.30000001192093
  1567. obj34.Shape = Enum.PartType.Cylinder
  1568. obj34.Name = "redstuff"
  1569. obj34.Anchored = true
  1570. obj34.Parent = obj1
  1571.  
  1572. -- 35 - redstuff
  1573. local obj35 = Instance.new("Part")
  1574. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1575. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1581. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. obj35.BrickColor = BrickColor.new("Institutional white")
  1583. obj35.Friction = 0.30000001192093
  1584. obj35.Shape = Enum.PartType.Cylinder
  1585. obj35.Material = Enum.Material.SmoothPlastic
  1586. obj35.Name = "redstuff"
  1587. obj35.Anchored = true
  1588. obj35.Parent = obj1
  1589.  
  1590. -- 36 - redstuff
  1591. local obj36 = Instance.new("Part")
  1592. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1593. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. obj36.Material = Enum.Material.SmoothPlastic
  1599. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1600. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. obj36.BrickColor = BrickColor.new("Institutional white")
  1602. obj36.Friction = 0.30000001192093
  1603. obj36.Shape = Enum.PartType.Cylinder
  1604. obj36.Name = "redstuff"
  1605. obj36.Anchored = true
  1606. obj36.Parent = obj1
  1607.  
  1608. -- 37 - redstuff
  1609. local obj37 = Instance.new("WedgePart")
  1610. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1611. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. obj37.Material = Enum.Material.SmoothPlastic
  1616. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1617. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. obj37.Anchored = true
  1620. obj37.BrickColor = BrickColor.new("Institutional white")
  1621. obj37.Friction = 0.30000001192093
  1622. obj37.Name = "redstuff"
  1623. obj37.Anchored = true
  1624. obj37.Parent = obj1
  1625.  
  1626. -- 38 - redstuff
  1627. local obj38 = Instance.new("Part")
  1628. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1629. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. obj38.Material = Enum.Material.SmoothPlastic
  1635. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1636. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. obj38.BrickColor = BrickColor.new("Institutional white")
  1638. obj38.Friction = 0.30000001192093
  1639. obj38.Shape = Enum.PartType.Cylinder
  1640. obj38.Name = "redstuff"
  1641. obj38.Anchored = true
  1642. obj38.Parent = obj1
  1643.  
  1644. local audio = Instance.new('Sound',knife)
  1645. audio.Volume = 2
  1646.  
  1647. local audio2 = Instance.new('Sound',knife)
  1648. audio2.Volume = 2
  1649.  
  1650. local holdpart = Instance.new("Part")
  1651. holdpart.Parent = me
  1652. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1653. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1654. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1655.  
  1656. local previous = nil
  1657. for i,v in pairs(obj1:GetChildren()) do
  1658. if v:IsA('BasePart') then
  1659. if previous then
  1660. local weld = Instance.new('Weld',v)
  1661. weld.Part0 = v
  1662. weld.Part1 = previous
  1663. weld.C0 = v.CFrame:inverse() * previous.CFrame
  1664. previous.Anchored = false
  1665. previous.CanCollide = false
  1666. local vee = v
  1667. weld.AncestryChanged:connect(function(mez,par)
  1668. wait()
  1669. weld.Parent = vee
  1670. end)
  1671. end
  1672. previous = v
  1673. end
  1674. end
  1675. previous.Anchored = false
  1676. previous.CanCollide = false
  1677.  
  1678. local holdpartweld = Instance.new("Weld", me.Torso)
  1679. holdpartweld.Part0 = me.Torso
  1680. holdpartweld.Part1 = holdpart
  1681. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1682.  
  1683. holdpartweld.AncestryChanged:connect(function(mez,par)
  1684. if par ~= me.Torso then
  1685. wait()
  1686. holdpartweld.Parent = me.Torso
  1687. end
  1688. end)
  1689.  
  1690. local knifeweld = Instance.new('Weld',me.Torso)
  1691. knifeweld.Part0 = me.Torso
  1692. knifeweld.Part1 = obj2
  1693. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  1694. knifeweld.AncestryChanged:connect(function(mez,par)
  1695. if par ~= me.Torso then
  1696. wait()
  1697. knifeweld.Parent = me.Torso
  1698. end
  1699. end)
  1700. local ScreenGui = Instance.new("ScreenGui")
  1701. local CustomizeGui = Instance.new("Frame")
  1702. local Customize = Instance.new("TextLabel")
  1703. local ClosestColor = Instance.new("TextLabel")
  1704. local Line = Instance.new("TextLabel")
  1705. local Color = Instance.new("ImageLabel")
  1706. local Close = Instance.new("TextButton")
  1707. local RedHue = Instance.new("TextLabel")
  1708. local GreenHue = Instance.new("TextLabel")
  1709. local RedInput = Instance.new("TextBox")
  1710. local BlueHue = Instance.new("TextLabel")
  1711. local GreenInput = Instance.new("TextBox")
  1712. local TransInput = Instance.new("TextBox")
  1713. local BlueInput = Instance.new("TextBox")
  1714. local Message = Instance.new("TextLabel")
  1715. local Message2 = Instance.new("TextLabel")
  1716. local TrailTransparency = Instance.new("TextLabel")
  1717. local TrailInput = Instance.new("TextBox")
  1718. local MusicOption = Instance.new("TextButton")
  1719. local ScreenOption = Instance.new("TextButton")
  1720. local ScreenOptionTxt = Instance.new("TextLabel")
  1721. local MusicOptionTxt = Instance.new("TextLabel")
  1722.  
  1723. -- Properties
  1724.  
  1725. ScreenGui.Parent = playergui
  1726.  
  1727. CustomizeGui.Name = "CustomizeGui"
  1728. CustomizeGui.Parent = ScreenGui
  1729. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1730. CustomizeGui.BackgroundTransparency = 0.5
  1731. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  1732. CustomizeGui.BorderSizePixel = 2
  1733. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  1734. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  1735.  
  1736. Customize.Name = "Customize"
  1737. Customize.Parent = CustomizeGui
  1738. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1739. Customize.BackgroundTransparency = 0.75
  1740. Customize.BorderSizePixel = 0
  1741. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  1742. Customize.FontSize = Enum.FontSize.Size28
  1743. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  1744. Customize.TextColor3 = Color3.new(1, 1, 1)
  1745. Customize.TextScaled = true
  1746. Customize.TextSize = 25
  1747. Customize.TextStrokeTransparency = 0.5
  1748. Customize.TextWrapped = true
  1749.  
  1750. ClosestColor.Name = "ClosestColor"
  1751. ClosestColor.Parent = CustomizeGui
  1752. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1753. ClosestColor.BackgroundTransparency = 1
  1754. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  1755. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  1756. ClosestColor.Font = Enum.Font.SourceSansLight
  1757. ClosestColor.FontSize = Enum.FontSize.Size32
  1758. ClosestColor.Text = "Your color is closest to Institutional White"
  1759. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  1760. ClosestColor.TextSize = 30
  1761. ClosestColor.TextStrokeTransparency = 0.5
  1762.  
  1763. Line.Name = "Line"
  1764. Line.Parent = CustomizeGui
  1765. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1766. Line.BackgroundTransparency = 0.5
  1767. Line.BorderColor3 = Color3.new(0, 0, 0)
  1768. Line.BorderSizePixel = 0
  1769. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  1770. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  1771. Line.Font = Enum.Font.SourceSans
  1772. Line.FontSize = Enum.FontSize.Size14
  1773. Line.Text = " "
  1774. Line.TextSize = 14
  1775.  
  1776. Color.Name = "Color"
  1777. Color.Parent = CustomizeGui
  1778. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  1779. Color.BorderSizePixel = 0
  1780. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  1781. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1782. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1783.  
  1784. MusicOption.Parent = CustomizeGui
  1785. MusicOption.Name = "MusicOption"
  1786. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1787. MusicOption.BorderSizePixel = 1
  1788. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  1789. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1790. MusicOption.Text = ""
  1791. MusicOption.BackgroundTransparency = 0.5
  1792.  
  1793. ScreenOption.Parent = CustomizeGui
  1794. ScreenOption.Name = "ScreenOption"
  1795. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1796. ScreenOption.BorderSizePixel = 1
  1797. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  1798. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1799. ScreenOption.Text = ""
  1800. ScreenOption.BackgroundTransparency = 0.5
  1801.  
  1802. ScreenOptionTxt.Name = "ScreenOptionTxt"
  1803. ScreenOptionTxt.Parent = CustomizeGui
  1804. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1805. ScreenOptionTxt.BackgroundTransparency = 1
  1806. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  1807. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1808. ScreenOptionTxt.Font = Enum.Font.SourceSans
  1809. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  1810. ScreenOptionTxt.Text = "Psychopath Red Filter"
  1811. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1812. ScreenOptionTxt.TextScaled = true
  1813. ScreenOptionTxt.TextSize = 20
  1814. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1815. ScreenOptionTxt.TextStrokeTransparency = 0.5
  1816. ScreenOptionTxt.TextWrapped = true
  1817. ScreenOptionTxt.TextXAlignment = "Left"
  1818.  
  1819. MusicOptionTxt.Name = "MusicOptionTxt"
  1820. MusicOptionTxt.Parent = CustomizeGui
  1821. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1822. MusicOptionTxt.BackgroundTransparency = 1
  1823. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  1824. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1825. MusicOptionTxt.Font = Enum.Font.SourceSans
  1826. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  1827. MusicOptionTxt.Text = "Psychopath Background Music"
  1828. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1829. MusicOptionTxt.TextScaled = true
  1830. MusicOptionTxt.TextSize = 20
  1831. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1832. MusicOptionTxt.TextStrokeTransparency = 0.5
  1833. MusicOptionTxt.TextWrapped = true
  1834. MusicOptionTxt.TextXAlignment = "Left"
  1835.  
  1836. Close.Name = "Close"
  1837. Close.Parent = CustomizeGui
  1838. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1839. Close.BackgroundTransparency = 0.5
  1840. Close.BorderColor3 = Color3.new(0, 0, 0)
  1841. Close.BorderSizePixel = 2
  1842. Close.Position = UDim2.new(1.005, 0, 0, 0)
  1843. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  1844. Close.Font = Enum.Font.SourceSans
  1845. Close.FontSize = Enum.FontSize.Size14
  1846. Close.Text = "X"
  1847. Close.TextColor3 = Color3.new(1, 1, 1)
  1848. Close.TextScaled = true
  1849. Close.TextSize = 14
  1850. Close.TextStrokeTransparency = 0
  1851. Close.TextWrapped = true
  1852.  
  1853. RedHue.Name = "RedHue"
  1854. RedHue.Parent = CustomizeGui
  1855. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1856. RedHue.BackgroundTransparency = 1
  1857. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  1858. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1859. RedHue.Font = Enum.Font.SourceSans
  1860. RedHue.FontSize = Enum.FontSize.Size24
  1861. RedHue.Text = "RED Hue Value: "
  1862. RedHue.TextColor3 = Color3.new(1, 1, 1)
  1863. RedHue.TextScaled = true
  1864. RedHue.TextSize = 20
  1865. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  1866. RedHue.TextStrokeTransparency = 0.75
  1867. RedHue.TextWrapped = true
  1868.  
  1869. GreenHue.Name = "GreenHue"
  1870. GreenHue.Parent = CustomizeGui
  1871. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1872. GreenHue.BackgroundTransparency = 1
  1873. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  1874. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1875. GreenHue.Font = Enum.Font.SourceSans
  1876. GreenHue.FontSize = Enum.FontSize.Size24
  1877. GreenHue.Text = "GREEN Hue Value:"
  1878. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  1879. GreenHue.TextScaled = true
  1880. GreenHue.TextSize = 20
  1881. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  1882. GreenHue.TextStrokeTransparency = 0.75
  1883. GreenHue.TextWrapped = true
  1884.  
  1885. RedInput.Name = "RedInput"
  1886. RedInput.Parent = CustomizeGui
  1887. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1888. RedInput.BackgroundTransparency = 0.5
  1889. RedInput.BorderSizePixel = 0
  1890. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  1891. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1892. RedInput.Font = Enum.Font.SourceSans
  1893. RedInput.FontSize = Enum.FontSize.Size14
  1894. RedInput.Text = "255"
  1895. RedInput.TextColor3 = Color3.new(1, 1, 1)
  1896. RedInput.TextSize = 14
  1897. RedInput.TextStrokeTransparency = 0
  1898.  
  1899. BlueHue.Name = "BlueHue"
  1900. BlueHue.Parent = CustomizeGui
  1901. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1902. BlueHue.BackgroundTransparency = 1
  1903. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  1904. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1905. BlueHue.Font = Enum.Font.SourceSans
  1906. BlueHue.FontSize = Enum.FontSize.Size24
  1907. BlueHue.Text = "BLUE Hue Value:"
  1908. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  1909. BlueHue.TextScaled = true
  1910. BlueHue.TextSize = 20
  1911. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  1912. BlueHue.TextStrokeTransparency = 0.75
  1913. BlueHue.TextWrapped = true
  1914.  
  1915. TrailTransparency.Name = "TrailTransparency"
  1916. TrailTransparency.Parent = CustomizeGui
  1917. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  1918. TrailTransparency.BackgroundTransparency = 1
  1919. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  1920. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  1921. TrailTransparency.Font = Enum.Font.SourceSans
  1922. TrailTransparency.FontSize = Enum.FontSize.Size24
  1923. TrailTransparency.Text = "Trail Transparency:"
  1924. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  1925. TrailTransparency.TextScaled = true
  1926. TrailTransparency.TextSize = 20
  1927. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  1928. TrailTransparency.TextWrapped = true
  1929.  
  1930. GreenInput.Name = "GreenInput"
  1931. GreenInput.Parent = CustomizeGui
  1932. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1933. GreenInput.BackgroundTransparency = 0.5
  1934. GreenInput.BorderSizePixel = 0
  1935. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  1936. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1937. GreenInput.Font = Enum.Font.SourceSans
  1938. GreenInput.FontSize = Enum.FontSize.Size14
  1939. GreenInput.Text = "255"
  1940. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  1941. GreenInput.TextSize = 14
  1942. GreenInput.TextStrokeTransparency = 0
  1943.  
  1944. TransInput.Name = "TransInput"
  1945. TransInput.Parent = CustomizeGui
  1946. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1947. TransInput.BackgroundTransparency = 0.5
  1948. TransInput.BorderSizePixel = 0
  1949. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  1950. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1951. TransInput.Font = Enum.Font.SourceSans
  1952. TransInput.FontSize = Enum.FontSize.Size14
  1953. TransInput.Text = "50"
  1954. TransInput.TextColor3 = Color3.new(1, 1, 1)
  1955. TransInput.TextSize = 14
  1956. TransInput.TextStrokeTransparency = 0
  1957.  
  1958. BlueInput.Name = "BlueInput"
  1959. BlueInput.Parent = CustomizeGui
  1960. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1961. BlueInput.BackgroundTransparency = 0.5
  1962. BlueInput.BorderSizePixel = 0
  1963. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  1964. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1965. BlueInput.Font = Enum.Font.SourceSans
  1966. BlueInput.FontSize = Enum.FontSize.Size14
  1967. BlueInput.Text = "255"
  1968. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  1969. BlueInput.TextSize = 14
  1970. BlueInput.TextStrokeTransparency = 0
  1971.  
  1972. Message.Name = "Message"
  1973. Message.Parent = CustomizeGui
  1974. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  1975. Message.BackgroundTransparency = 1
  1976. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  1977. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  1978. Message.Font = Enum.Font.SourceSans
  1979. Message.FontSize = Enum.FontSize.Size18
  1980. Message.Text = "|| Inputs must be values ||"
  1981. Message.TextColor3 = Color3.new(1, 1, 1)
  1982. Message.TextScaled = true
  1983. Message.TextSize = 15
  1984. Message.TextStrokeTransparency = 0.75
  1985. Message.TextWrapped = true
  1986.  
  1987. local attun = Instance.new("Attachment", knife)
  1988. attun.Position = Vector3.new(0, 0.1, -1.75)
  1989. local atdos = Instance.new("Attachment", knife)
  1990. atdos.Position = Vector3.new(0, -0.1, 0.5)
  1991. local trail = Instance.new("Trail", knife)
  1992. trail.LightEmission = 0.5
  1993. trail.Attachment0 = attun
  1994. trail.Attachment1 = atdos
  1995. trail.Lifetime = 0.175
  1996. trail.MinLength = 0
  1997. trail.Enabled = false
  1998.  
  1999. function updatez()
  2000. local rc = tonumber(RedInput.Text)
  2001. local gc = tonumber(GreenInput.Text)
  2002. local bc = tonumber(BlueInput.Text)
  2003. local tcupd = tonumber(TransInput.Text)
  2004. if rc == nil then
  2005. rc = 0
  2006. end
  2007. if gc == nil then
  2008. gc = 0
  2009. end
  2010. if bc == nil then
  2011. bc = 0
  2012. end
  2013. if tcupd == nil then
  2014. tcupd = 0
  2015. end
  2016. local tc = tcupd/100
  2017. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  2018. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  2019. obj32.Color = Color3.fromRGB(rc,gc,bc)
  2020. obj33.Color = Color3.fromRGB(rc,gc,bc)
  2021. obj34.Color = Color3.fromRGB(rc,gc,bc)
  2022. obj35.Color = Color3.fromRGB(rc,gc,bc)
  2023. obj36.Color = Color3.fromRGB(rc,gc,bc)
  2024. obj37.Color = Color3.fromRGB(rc,gc,bc)
  2025. obj38.Color = Color3.fromRGB(rc,gc,bc)
  2026. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  2027. trail.Transparency = NumberSequence.new(tc)
  2028. TrailTransparency.TextStrokeTransparency = tc
  2029. end
  2030.  
  2031. RedInput.Changed:connect(function(val)
  2032. if val == "Text" and tonumber(RedInput.Text) then
  2033. RedInput.Text = tostring(tonumber(RedInput.Text))
  2034. if tonumber(RedInput.Text) > 255 then
  2035. RedInput.Text = '255'
  2036. end
  2037. elseif val == "Text" then
  2038. RedInput.Text = ""
  2039. end
  2040. updatez()
  2041. end)
  2042. GreenInput.Changed:connect(function(val)
  2043. if val == "Text" and tonumber(GreenInput.Text) then
  2044. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  2045. if tonumber(GreenInput.Text) > 255 then
  2046. GreenInput.Text = '255'
  2047. end
  2048. elseif val == "Text" then
  2049. GreenInput.Text = ""
  2050. end
  2051. updatez()
  2052. end)
  2053. BlueInput.Changed:connect(function(val)
  2054. if val == "Text" and tonumber(BlueInput.Text) then
  2055. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  2056. if tonumber(BlueInput.Text) > 255 then
  2057. BlueInput.Text = '255'
  2058. end
  2059. elseif val == "Text" then
  2060. BlueInput.Text = ""
  2061. end
  2062. updatez()
  2063. end)
  2064. TransInput.Changed:connect(function(val)
  2065. if val == "Text" and tonumber(TransInput.Text) then
  2066. TransInput.Text = tostring(tonumber(TransInput.Text))
  2067. if tonumber(TransInput.Text) > 100 then
  2068. TransInput.Text = '100'
  2069. end
  2070. elseif val == "Text" then
  2071. TransInput.Text = ""
  2072. end
  2073. updatez()
  2074. end)
  2075.  
  2076. Close.MouseButton1Click:connect(function()
  2077. if lerpz == false then
  2078. lerpz = true
  2079. if Close.Text ~= "+" then
  2080. CustomizeGui:TweenPosition(UDim2.new(-0.45,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 = "+"
  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. else
  2094. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2095. for i=1,10 do
  2096. Close.TextTransparency = i/10
  2097. Close.TextStrokeTransparency = i/10
  2098. wait(0.01)
  2099. end
  2100. Close.Text = "X"
  2101. for i=1,10 do
  2102. Close.TextTransparency = (10-i+1)/10
  2103. Close.TextStrokeTransparency = (10-i+1)/10
  2104. wait(0.01)
  2105. end
  2106. lerpz = false
  2107. end
  2108. end
  2109. end)
  2110.  
  2111. MusicOption.MouseButton1Click:connect(function()
  2112. if canbackgroundmusic == true then
  2113. canbackgroundmusic = false
  2114. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2115. else
  2116. canbackgroundmusic = true
  2117. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2118. end
  2119. end)
  2120.  
  2121. ScreenOption.MouseButton1Click:connect(function()
  2122. if cancolorfilter == true then
  2123. cancolorfilter = false
  2124. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2125. else
  2126. cancolorfilter = true
  2127. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2128. end
  2129. end)
  2130.  
  2131. function equip()
  2132. local doit = coroutine.wrap(function()
  2133. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2134. acting = true
  2135. local arm = me["Right Arm"]
  2136. local arm2 = me["Left Arm"]
  2137. local tors = me.Torso
  2138. local weld = Instance.new('Weld',arm)
  2139. weld.Part0 = arm
  2140. weld.Part1 = tors
  2141. weld.C0 = CFrame.new(-1.5,0,0)
  2142. local weld2 = Instance.new("Weld", arm2)
  2143. weld2.Part0 = arm2
  2144. weld2.Part1 = tors
  2145. weld2.C0 = CFrame.new(1.5, 0, 0)
  2146. wait(0.001)
  2147. for i = 0,1,0.1 do
  2148. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2149. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2150. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2151. wait(0.001)
  2152. end
  2153. wait(0.15)
  2154. trail.Enabled = true
  2155. for i = 0,1,0.1 do
  2156. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2157. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2158. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2159. wait(0.001)
  2160. end
  2161. trail.Enabled = false
  2162. wait(0.2)
  2163. for i = 0,1,0.1 do
  2164. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2165. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2166. wait(0.001)
  2167. end
  2168. weld:Destroy()
  2169. weld2:Remove()
  2170. if tors ~= nil then
  2171. rightshoulderz:Clone().Parent = me.Torso
  2172. leftshoulderz:Clone().Parent = me.Torso
  2173. end
  2174. end
  2175. acting = false
  2176. end)
  2177. doit()
  2178. end
  2179.  
  2180. function kysnigga()
  2181. if kyssing == true then return end
  2182. kyssing = true
  2183. acting = true
  2184. decearingTHING = math.random(1, 100)
  2185. if decearingTHING == 4 then
  2186. decearingEGG = Instance.new("Sound", me.Torso)
  2187. decearingEGG.SoundId = "rbxassetid://138084557"
  2188. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2189. decearingEGG.TimePosition = 0.2
  2190. decearingEGG:Play()
  2191. end
  2192. me.Humanoid.WalkSpeed = 0
  2193. me.Humanoid.JumpPower = 0
  2194.  
  2195. local rightarm = Instance.new("Weld", me.Torso)
  2196. rightarm.Part0 = me.Torso
  2197. rightarm.Part1 = me["Right Arm"]
  2198. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2199.  
  2200. local leftarm = Instance.new("Weld", me.Torso)
  2201. leftarm.Part0 = me.Torso
  2202. leftarm.Part1 = me["Left Arm"]
  2203. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2204.  
  2205. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2206. tors.Part0 = me.HumanoidRootPart
  2207. tors.Part1 = me.Torso
  2208. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2209.  
  2210. local rightleg = Instance.new("Weld", me.Torso)
  2211. rightleg.Part0 = me.Torso
  2212. rightleg.Part1 = me["Right Leg"]
  2213. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2214.  
  2215. local leftleg = Instance.new("Weld", me.Torso)
  2216. leftleg.Part0 = me.Torso
  2217. leftleg.Part1 = me["Left Leg"]
  2218. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2219.  
  2220. for i = 0, 1, 0.03 do
  2221. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2222. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2223. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2224. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2225. wait()
  2226. end
  2227. for i = 0, 1, 0.03 do
  2228. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2229. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2230. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2231. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2232. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2233. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2234. wait()
  2235. end
  2236. local bleedzer = Instance.new('Part',me.Torso)
  2237. bleedzer.CFrame = me.Torso.CFrame
  2238. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2239. bleedzer.Transparency = 1
  2240. bleedzer.CanCollide = false
  2241. local weld = Instance.new('Weld',bleedzer)
  2242. weld.Part0 = bleedzer
  2243. weld.Part1 = me.Torso
  2244. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2245. local woodpekker = coroutine.wrap(function()
  2246. bleed(bleedzer)
  2247. end)
  2248. woodpekker()
  2249. audio.SoundId = "rbxassetid://199977936"
  2250. audio.PlaybackSpeed = 1.5
  2251. audio:Play()
  2252. audio2.SoundId = "rbxassetid://220834019"
  2253. audio2.PlaybackSpeed = 1
  2254. audio2.TimePosition = 0.1
  2255. audio2:Play()
  2256. for i = 0, 1, 0.1 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, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2261. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * 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. wait(1)
  2266. audio.SoundId = "rbxassetid://210943487"
  2267. audio.TimePosition = 0.2
  2268. audio.PlaybackSpeed = 0.75
  2269. audio:Play()
  2270. for i = 0, 1, 0.03 do
  2271. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2272. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2273. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2274. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2275. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2276. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2277. wait()
  2278. end
  2279. for i = 0, 1, 0.03 do
  2280. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2281. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2282. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2283. wait()
  2284. end
  2285. wait(0.24)
  2286. if me:FindFirstChildOfClass('Humanoid') then
  2287. me:FindFirstChildOfClass('Humanoid').Health = 0
  2288. end
  2289. wait(0.01)
  2290. killz(me,me.Torso.Name,nil,nil,true)
  2291.  
  2292. tors:Remove()
  2293. rightarm:Remove()
  2294. rightleg:Remove()
  2295. leftleg:Remove()
  2296. leftarm:Remove()
  2297. rightshoulderz:Clone().Parent = me.Torso
  2298. leftshoulderz:Clone().Parent = me.Torso
  2299. torsojoint:Clone().Parent = me.HumanoidRootPart
  2300. lefthipz:Clone().Parent = me.Torso
  2301. righthipz:Clone().Parent = me.Torso
  2302. me.Humanoid.JumpPower = 50
  2303. me.Humanoid.WalkSpeed = 16
  2304. acting = false
  2305. canClick = true
  2306. doing = false
  2307. hit = false
  2308. kyssing = false
  2309. if decearingTHING == 4 then
  2310. decearingEGG:Remove()
  2311. end
  2312. end
  2313.  
  2314. function bleedout()
  2315. local doit = coroutine.wrap(function()
  2316. local targe = grabbed
  2317. local num = 0
  2318. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  2319. if targe.Head:FindFirstChild('Died') then
  2320. tone = math.random(6, 12) / 10
  2321. targe.Head.Died.PlaybackSpeed = tone
  2322. targe.Head.Died:Play()
  2323. else
  2324. local deathsound = Instance.new('Sound',targe.Head)
  2325. deathsound.Name = "Died"
  2326. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2327. deathsound.Volume = 0.65
  2328. deathsound.EmitterSize = 5
  2329. deathsound.MaxDistance = 150
  2330. tone = math.random(5, 15) / 10
  2331. targe.Head.Died.PlaybackSpeed = tone
  2332. targe.Head.Died:Play()
  2333. end
  2334. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2335. num = num+1
  2336. wait(0.325)
  2337. end
  2338. targe:FindFirstChildOfClass('Humanoid').Health = 0
  2339. wait()
  2340. killz(targe,'Head',nil,nil,false,true)
  2341. wait(2)
  2342. targe:Remove()
  2343. end)
  2344. doit()
  2345. end
  2346.  
  2347. function liedown()
  2348. local doit = coroutine.wrap(function()
  2349. local targe = grabbed
  2350. wait(2)
  2351. if targe and targe:FindFirstChildOfClass('Humanoid') then
  2352. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2353. end
  2354. end)
  2355. doit()
  2356. end
  2357.  
  2358. function grab()
  2359. local doit = coroutine.wrap(function()
  2360. acting = true
  2361. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2362. local arm = me["Right Arm"]
  2363. local tors = me.Torso
  2364. local arm2 = me["Left Arm"]
  2365. local humanroot = me.HumanoidRootPart
  2366. local weld2 = Instance.new('Weld',arm)
  2367. weld2.Part0 = arm
  2368. weld2.Part1 = tors
  2369. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2370. local weld3 = Instance.new('Weld',arm2)
  2371. weld3.Part0 = arm2
  2372. weld3.Part1 = tors
  2373. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2374. for i = 0,1,0.05 do
  2375. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2376. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2377. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2378. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2379. wait(0.01)
  2380. end
  2381. grabbing = true
  2382. trail.Enabled = true
  2383. for i = 0,1,0.10 do
  2384. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2385. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2386. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2387. wait(0.01)
  2388. end
  2389. trail.Enabled = false
  2390. wait(0.5)
  2391. grabbing = false
  2392. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2393. if grabbed == nil then
  2394. for i = 0,1,0.1 do
  2395. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2396. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2397. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2398. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2399. wait(0.001)
  2400. end
  2401. weld2:Destroy()
  2402. weld3:Destroy()
  2403. rightshoulderz:Clone().Parent = me.Torso
  2404. leftshoulderz:Clone().Parent = me.Torso
  2405. acting = false
  2406. canClick = true
  2407. end
  2408. end)
  2409. doit()
  2410. end
  2411.  
  2412. function kill()
  2413. paralyzed = false
  2414. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  2415. targetweld = grabbed.Torso.TargetWeld
  2416. targetweld2 = nil
  2417. local reee = grabbed:FindFirstChild("Left Arm")
  2418. if reee and reee:FindFirstChild("Weld") then
  2419. targetweld2 = reee.Weld
  2420. end
  2421. for i, v in pairs(grabbed:GetChildren()) do
  2422. if v.Name == "Part" then
  2423. v.CanCollide = true
  2424. end
  2425. end
  2426. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2427. local targetrightshoulder = rightshoulder
  2428. local targetleftshoulder = leftshoulder
  2429. local targetweld3 = Instance.new("Weld", targetweld3pt)
  2430. targetweld3.Part0 = grabbed.Torso
  2431. targetweld3.Part1 = targetweld3pt
  2432. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2433.  
  2434. local doit = coroutine.wrap(function()
  2435. local arm = me["Right Arm"]
  2436. local tors = grabbed.Torso
  2437. local arm2 = me["Left Arm"]
  2438. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2439. doing = true
  2440. local weld2 = arm:FindFirstChildOfClass('Weld')
  2441. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2442. local humanroot = me.HumanoidRootPart
  2443.  
  2444. for i = 0,1,0.1 do
  2445. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2446. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2447. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2448. wait(0.01)
  2449. end
  2450.  
  2451. audio:Stop()
  2452. audio.SoundId = "rbxassetid://517040733"
  2453. tone = math.random(1, 3)
  2454. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2455. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2456. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2457. audio:Play()
  2458.  
  2459. local bleedpart = Instance.new("Part", grabbed)
  2460. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2461. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2462. bleedpart.CanCollide = false
  2463. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2464. bleedpart.Transparency = 1
  2465.  
  2466. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2467. bleedpartweld.Part0 = grabbed.Torso
  2468. bleedpartweld.Part1 = bleedpart
  2469. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2470. local coru=coroutine.wrap(function()
  2471. bleed(bleedpart)
  2472. end)
  2473. coru()
  2474.  
  2475. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2476. slightthrow.Force = Vector3.new(0, 0, -2500)
  2477.  
  2478. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2479. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2480. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2481.  
  2482. if grabbed:FindFirstChildOfClass('Humanoid') then
  2483. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2484. end
  2485.  
  2486. killz(grabbed,'Left Leg')
  2487. killz(grabbed,'Left Arm')
  2488. killz(grabbed,'Right Leg')
  2489. killz(grabbed,'Right Arm')
  2490.  
  2491. trail.Enabled = true
  2492.  
  2493. for i = 0,1,0.2 do
  2494. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2495. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2496. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2497. wait(0.01)
  2498. end
  2499.  
  2500. trail.Enabled = false
  2501.  
  2502. bleedout()
  2503.  
  2504. rightshoulderz:Clone().Parent = me.Torso
  2505. leftshoulderz:Clone().Parent = me.Torso
  2506. grabbed = nil
  2507.  
  2508. if humanroot:FindFirstChild('Holder') then
  2509. humanroot.Holder:Destroy()
  2510. end
  2511.  
  2512. wait(0.2)
  2513. slightthrow:Remove()
  2514. slightthrow2:Remove()
  2515. for i = 0,1,0.05 do
  2516. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2517. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2518. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2519. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2520. wait(0.01)
  2521. end
  2522.  
  2523. weld2:Destroy()
  2524. weld3:Destroy()
  2525. targetweld = nil
  2526. targetweld2 = nil
  2527. targetweld3 = nil
  2528. rightshoulderz:Clone().Parent = me.Torso
  2529. leftshoulderz:Clone().Parent = me.Torso
  2530. acting = false
  2531. canClick = true
  2532. doing = false
  2533. end)
  2534. doit()
  2535. end
  2536.  
  2537. function finish()
  2538. if finishing == true then return end
  2539. finishing = true
  2540. acting = true
  2541. decearingTHING = math.random(1, 100)
  2542. if decearingTHING == 4 then
  2543. decearingEGG = Instance.new("Sound", me.Torso)
  2544. decearingEGG.SoundId = "rbxassetid://138084557"
  2545. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2546. decearingEGG.TimePosition = 0.2
  2547. decearingEGG:Play()
  2548. end
  2549. me.Humanoid.WalkSpeed = 0
  2550. me.Humanoid.JumpPower = 0
  2551.  
  2552. local rightarm = Instance.new("Weld", me.Torso)
  2553. rightarm.Part0 = me.Torso
  2554. rightarm.Part1 = me["Right Arm"]
  2555. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2556.  
  2557. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2558. tors.Part0 = me.HumanoidRootPart
  2559. tors.Part1 = me.Torso
  2560. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2561.  
  2562. local rightleg = Instance.new("Weld", me.Torso)
  2563. rightleg.Part0 = me.Torso
  2564. rightleg.Part1 = me["Right Leg"]
  2565. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2566.  
  2567. local leftleg = Instance.new("Weld", me.Torso)
  2568. leftleg.Part0 = me.Torso
  2569. leftleg.Part1 = me["Left Leg"]
  2570. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2571.  
  2572. for i = 0, 1, 0.05 do
  2573. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2574. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2575. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2576. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2577. wait()
  2578. end
  2579. for i=1,finishnum do
  2580. local num1 = 0.5
  2581. local num2 = 0.5
  2582. local num3 = 0.25
  2583. if finishnum ~= 1 then
  2584. num3 = 0
  2585. end
  2586. trail.Enabled = true
  2587. for i = 0, 1, num1 do
  2588. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2589. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2590. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2591. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2592. wait()
  2593. end
  2594. wait()
  2595. for i = 0, 1, num2 do
  2596. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2597. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2598. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2599. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2600. wait()
  2601. end
  2602. trail.Enabled = false
  2603. wait(num3)
  2604. end
  2605. wait()
  2606. for i = 0, 1, 0.05 do
  2607. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2608. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2609. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2610. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2611. wait()
  2612. end
  2613. tors:Remove()
  2614. rightarm:Remove()
  2615. rightleg:Remove()
  2616. leftleg:Remove()
  2617. rightshoulderz:Clone().Parent = me.Torso
  2618. leftshoulderz:Clone().Parent = me.Torso
  2619. torsojoint:Clone().Parent = me.HumanoidRootPart
  2620. lefthipz:Clone().Parent = me.Torso
  2621. righthipz:Clone().Parent = me.Torso
  2622. me.Humanoid.JumpPower = 50
  2623. me.Humanoid.WalkSpeed = 16
  2624. acting = false
  2625. canClick = true
  2626. doing = false
  2627. hit = false
  2628. finishing = false
  2629. if decearingTHING == 4 then
  2630. decearingEGG:Remove()
  2631. end
  2632. end
  2633.  
  2634. function throw()
  2635. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  2636. paralyzed = false
  2637. targetweld = grabbed.Torso.TargetWeld
  2638. local ree = grabbed:FindFirstChild("Left Arm")
  2639. targetweld2 =nil
  2640. if ree and ree:FindFirstChild("Weld") then
  2641. targetweld2 = ree.Weld
  2642. end
  2643.  
  2644. for i, v in pairs(grabbed:GetChildren()) do
  2645. if v.Name == "Part" then
  2646. v.CanCollide = true
  2647. end
  2648. end
  2649.  
  2650.  
  2651. local doit = coroutine.wrap(function()
  2652. local arm = me["Right Arm"]
  2653. local tors = grabbed.Torso
  2654. local arm2 = me["Left Arm"]
  2655. local targrightshoulder = rightshoulder
  2656.  
  2657. local targleftshoulder = leftshoulder
  2658. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2659. doing = true
  2660. local weld2 = arm:FindFirstChildOfClass('Weld')
  2661. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2662. local humanroot = me.HumanoidRootPart
  2663.  
  2664. for i = 0,1,0.2 do
  2665. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2666. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2667. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2668. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2669. if targetweld2 then
  2670. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2671. end
  2672. wait(0.01)
  2673. end
  2674.  
  2675. audio:Stop()
  2676. audio.SoundId = "rbxassetid://536642316"
  2677. tone = math.random(1, 3)
  2678. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2679. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2680. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2681. audio:Play()
  2682.  
  2683. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2684. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2685. slightthrow.P = 5000
  2686. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2687. local point = grabbed.Torso.Position
  2688. local aaaaaa = grabbed
  2689. liedown()
  2690.  
  2691. rightshoulderz:Clone().Parent = me.Torso
  2692. leftshoulderz:Clone().Parent = me.Torso
  2693. grabbed = nil
  2694.  
  2695. if humanroot:FindFirstChild('Holder') then
  2696. humanroot.Holder:Destroy()
  2697. end
  2698. local coru = coroutine.wrap(function()
  2699. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  2700. slightthrow:Remove()
  2701. end)
  2702. coru()
  2703.  
  2704. for i = 0,1,0.05 do
  2705. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2706. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2707. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2708. wait(0.01)
  2709. end
  2710. weld2:Destroy()
  2711. weld3:Destroy()
  2712. targetweld:Remove()
  2713. if targetweld2 then
  2714. targetweld2:Remove()
  2715. end
  2716. if rightshoulder then
  2717. rightshoulder:Clone().Parent = tors
  2718. end
  2719. if leftshoulder then
  2720. leftshoulder:Clone().Parent = tors
  2721. end
  2722. headweld:Clone().Parent = tors
  2723. rightshoulderz:Clone().Parent = me.Torso
  2724. leftshoulderz:Clone().Parent = me.Torso
  2725. acting = false
  2726. canClick = true
  2727. doing = false
  2728. end)
  2729. doit()
  2730. end
  2731.  
  2732. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  2733. bc=BrickColor.new
  2734. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2735. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2736. local fragmentable = workspace
  2737. local list = {}
  2738. local brickcount = 0
  2739. local storage = {}
  2740. local fillup = 1000
  2741. local maximumstorage = 2000
  2742. local storage_position = Vector3.new(0,0,5000)
  2743. local stored_partsize = Vector3.new(1,1,1)
  2744. local parts_created_per_frame = 5
  2745.  
  2746. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2747. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2748. local fragmentable = workspace
  2749. local list = {}
  2750. local brickcount = 0
  2751. local storage = {}
  2752. local fillup = 1000
  2753. local maximumstorage = 2000
  2754. local storage_position = Vector3.new(0,0,5000)
  2755. local stored_partsize = Vector3.new(1,1,1)
  2756. local parts_created_per_frame = 5
  2757.  
  2758.  
  2759. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  2760. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  2761. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  2762. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  2763. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  2764. if xi == 1 and yi == 1 and zi == 1 then return end
  2765. if #storage > 0 then
  2766. local p = storage[1]
  2767. p.BrickColor = color
  2768. p.Size = size
  2769. p.Anchored = false
  2770. p.BackSurface = backsurface
  2771. p.BottomSurface = bottomsurface
  2772. p.FrontSurface = frontsurface
  2773. p.LeftSurface = leftsurface
  2774. p.RightSurface = rightsurface
  2775. p.TopSurface = topsurface
  2776. p.Transparency = transparency
  2777. p.CFrame = cframe
  2778. p.Reflectance = reflectance
  2779. p.Material = material
  2780. game:GetService('Debris'):AddItem(p,30)
  2781. p:BreakJoints()
  2782. table.remove(storage,1)
  2783. else
  2784. local p = Instance.new("Part",fragmentable)
  2785. p.BrickColor = color
  2786. p.FormFactor = "Custom"
  2787. p.Size = size
  2788. p.BackSurface = backsurface
  2789. p.BottomSurface = bottomsurface
  2790. p.FrontSurface = frontsurface
  2791. p.LeftSurface = leftsurface
  2792. p.RightSurface = rightsurface
  2793. p.TopSurface = topsurface
  2794. p.Transparency = transparency
  2795. p.Material = material
  2796. if p.Transparency>0.285 then
  2797. p.Anchored = false
  2798. else
  2799. p.Anchored=false
  2800. p.Material='Wood'
  2801. game:GetService('Debris'):AddItem(p,10)
  2802. end
  2803. p.CFrame = cframe
  2804. p.Reflectance = reflectance
  2805. p:BreakJoints()
  2806. end
  2807. return
  2808. end
  2809. local mody = math.random(-125,125)/1000
  2810. for y = 1,yi do
  2811. if math.random()> 0.5 then
  2812. local modx = math.random(-125,125)/1000
  2813. for x = 1,xi do
  2814. local modz = math.random(-125,125)/1000
  2815. for z = 1,zi do --offset = x/xi-0.75+modx)
  2816. 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)),
  2817. 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,
  2818. 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,
  2819. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2820. 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,
  2821. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2822. end
  2823.  
  2824. end
  2825. else
  2826. local modz = math.random(-125,125)/1000
  2827. for z = 1,zi do
  2828. local modx = math.random(-125,125)/1000
  2829. for x = 1,xi do
  2830. 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)),
  2831. 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,
  2832. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  2833. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2834. 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,
  2835. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2836. end
  2837. end
  2838. end
  2839. end
  2840. end
  2841.  
  2842. function start_fragmentation(position,radius,nuh)
  2843. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  2844. repeat
  2845. local finish = false
  2846. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  2847. for i = 1,#parts do
  2848. table.insert(list,1,parts[i])
  2849. end
  2850. finish = true
  2851. until #parts < 100 and finish
  2852. local t = tick()
  2853. for i = 1,#list do
  2854. local p = list[i]
  2855. 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
  2856. 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)
  2857. if #storage < maximumstorage and p.Shape == "Block" then
  2858. p.Anchored = false
  2859. p.FormFactor = "Custom"
  2860. p.Size = stored_partsize
  2861. p.Position = storage_position
  2862. table.insert(storage,1,p)
  2863. else
  2864. p:Destroy()
  2865. end
  2866. end
  2867. 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
  2868. 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)
  2869. if #storage < maximumstorage and p.Shape == "Block" then
  2870. p.Anchored = false
  2871. p.Material='Wood'
  2872. p.FormFactor = "Custom"
  2873. p.Size = stored_partsize
  2874. p.Position = storage_position
  2875. table.insert(storage,1,p)
  2876. else
  2877. p:Destroy()
  2878. end
  2879. end
  2880. end
  2881. list = {}
  2882. end
  2883.  
  2884.  
  2885. function fling()
  2886. local doit = coroutine.wrap(function()
  2887. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  2888. acting = true
  2889. for i=1,finishnum do
  2890. local weld2 = Instance.new('Weld',me["Right Arm"])
  2891. weld2.Part0 = me["Right Arm"]
  2892. weld2.Part1 = me["Torso"]
  2893. weld2.C0 = CFrame.new(-1.5,0,0)
  2894. if finishnum == 1 then
  2895. for i = 0,1,0.05 do
  2896. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2897. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  2898. wait(0.01)
  2899. end
  2900. end
  2901. audio.SoundId = "rbxassetid://166083610"
  2902. audio.PlaybackSpeed = 1
  2903. audio.TimePosition = 0.1
  2904. audio:Play()
  2905. if finishnum == 1 then
  2906. for i = 0,1,0.5 do
  2907. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2908. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  2909. wait(0.001)
  2910. end
  2911. end
  2912. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  2913. local knofe = obj1:Clone()
  2914. for i, v in pairs(obj1:GetChildren()) do
  2915. if v:IsA('BasePart') then
  2916. v.Transparency = 1
  2917. end
  2918. end
  2919. knofe.Parent = workspace
  2920. knofe.Name = "Projectile"
  2921. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  2922. knofe:FindFirstChild("Trail", true).Enabled = true
  2923. local heck = Instance.new('BodyVelocity',knofe.Grab)
  2924. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  2925. local coru = coroutine.wrap(function()
  2926. wait(0.45)
  2927. if heck then
  2928. heck:Destroy()
  2929. end
  2930. end)
  2931. coru()
  2932. local able = true
  2933. knofe["big ass knife"].Touched:connect(function(hit)
  2934. 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
  2935. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  2936. local ree = hit.Parent
  2937. if thing == nil then
  2938. ree = hit.Parent.Parent
  2939. end
  2940. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  2941. knofe:FindFirstChild("Trail", true).Enabled = false
  2942. game:GetService('Debris'):AddItem(knofe,5)
  2943. tone = math.random(1, 3)
  2944. local sound = Instance.new('Sound',knofe.Grab)
  2945. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2946. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2947. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2948. sound.PlaybackSpeed = 1
  2949. sound:Play()
  2950. for i, v in pairs(knofe:GetChildren()) do
  2951. if v:IsA('BasePart') then
  2952. v.CanCollide = true
  2953. v.Anchored = true
  2954. end
  2955. end
  2956. hit.Anchored = true
  2957. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  2958. ree:FindFirstChildOfClass('Humanoid').Health = 0
  2959. end
  2960. wait()
  2961. killz(ree,hit.Name,knofe)
  2962. else
  2963. knofe:FindFirstChild("Trail", true).Enabled = false
  2964. heck.Velocity = Vector3.new(0,0,0)
  2965. heck:Destroy()
  2966. game:GetService('Debris'):AddItem(knofe,5)
  2967. tone = math.random(1, 3)
  2968. local sound = Instance.new('Sound',knofe.Grab)
  2969. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2970. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2971. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2972. sound.PlaybackSpeed = 1
  2973. sound:Play()
  2974. for i, v in pairs(knofe:GetChildren()) do
  2975. if v:IsA('BasePart') then
  2976. v.Anchored = false
  2977. end
  2978. end
  2979. hit.Anchored = true
  2980. wait(0.001)
  2981. hit.Anchored = false
  2982. for i, v in pairs(knofe:GetChildren()) do
  2983. if v:IsA('BasePart') then
  2984. v.Anchored = false
  2985. end
  2986. end
  2987. if knofe then
  2988. local coru = coroutine.wrap(function()
  2989. if hit then
  2990. local uno = Instance.new('Part',workspace)
  2991. local dos = Instance.new('Part',workspace)
  2992. uno.CFrame = hit.CFrame
  2993. dos.CFrame = knofe["big ass knife"].CFrame
  2994. local weld = Instance.new('Weld',knofe["big ass knife"])
  2995. weld.Part0 = hit
  2996. weld.Part1 = knofe["big ass knife"]
  2997. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2998. uno:Destroy()
  2999. dos:Destroy()
  3000. end
  3001. end)
  3002. coru()
  3003. end
  3004. end
  3005. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  3006. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  3007. knofe:FindFirstChild("Trail", true).Enabled = false
  3008. local sound = Instance.new('Sound',knofe.Grab)
  3009. sound.SoundId = 'rbxassetid://267585646'
  3010. sound:Play()
  3011. for i,v in pairs(knofe:GetChildren()) do
  3012. if v:IsA('BasePart') then
  3013. v.Anchored = true
  3014. end
  3015. end
  3016. wait()
  3017. heck.Velocity = Vector3.new(0,0,0)
  3018. heck:Destroy()
  3019. local uno = Instance.new('Part',workspace)
  3020. local dos = Instance.new('Part',workspace)
  3021. uno.CFrame = hit.CFrame
  3022. dos.CFrame = knofe["big ass knife"].CFrame
  3023. local weld = Instance.new('Weld',knofe["big ass knife"])
  3024. weld.Part0 = hit
  3025. weld.Part1 = knofe["big ass knife"]
  3026. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3027. uno:Destroy()
  3028. dos:Destroy()
  3029. for i,v in pairs(knofe:GetChildren()) do
  3030. if v:IsA('BasePart') then
  3031. v.Anchored = false
  3032. end
  3033. end
  3034. game:GetService('Debris'):AddItem(knofe,5)
  3035. for i,v in pairs(knofe:GetChildren()) do
  3036. if v:IsA('BasePart') then
  3037. v.CanCollide = true
  3038. end
  3039. end
  3040. end
  3041. 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
  3042. knofe:FindFirstChild("Trail", true).Enabled = false
  3043. able = false
  3044. local sound = Instance.new('Sound',knofe.Grab)
  3045. sound.SoundId = 'rbxassetid://144884907'
  3046. sound:Play()
  3047. local coru = coroutine.wrap(function()
  3048. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  3049. end)
  3050. coru()
  3051. end
  3052. end
  3053. end)
  3054. if finishnum == 1 then
  3055. for i= 0,1,0.1 do
  3056. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3057. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3058. wait(0.001)
  3059. end
  3060. else
  3061. for i= 0,1,0.5 do
  3062. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3063. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3064. wait(0.001)
  3065. end
  3066. end
  3067. for i,v in pairs(obj1:GetChildren()) do
  3068. if v:IsA('BasePart') then
  3069. v.Transparency = 0
  3070. end
  3071. end
  3072. weld2:Destroy()
  3073. rightshoulderz:Clone().Parent = me.Torso
  3074. end
  3075. acting = false
  3076. canClick = true
  3077. end
  3078. end)
  3079. doit()
  3080. end
  3081.  
  3082. function instasplode()
  3083. local coru = coroutine.wrap(function()
  3084. acting = true
  3085. for i=1,1 do
  3086. local weld2 = Instance.new('Weld',me["Right Arm"])
  3087. weld2.Part0 = me["Right Arm"]
  3088. weld2.Part1 = me["Torso"]
  3089. weld2.C0 = CFrame.new(-1.5,0,0)
  3090. if finishnum == 1 then
  3091. for i = 0,1,0.05 do
  3092. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3093. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3094. wait(0.01)
  3095. end
  3096. end
  3097. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3098. audio.SoundId = "rbxassetid://166083610"
  3099. audio.PlaybackSpeed = 1
  3100. audio.TimePosition = 0.1
  3101. audio:Play()
  3102. if finishnum == 1 then
  3103. for i = 0,1,0.5 do
  3104. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3105. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3106. wait(0.001)
  3107. end
  3108. end
  3109. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3110. local knofe = obj1:Clone()
  3111. for i,v in pairs(obj1:GetChildren()) do
  3112. if v:IsA('BasePart') then
  3113. v.Transparency = 1
  3114. end
  3115. end
  3116. knofe.Parent = workspace
  3117. knofe.Name = "Projectile"
  3118. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3119. knofe:FindFirstChild("Trail", true).Enabled = false
  3120. fireofjesUS = Instance.new("Fire", knofe.Grab)
  3121. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3122. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3123. local coru = coroutine.wrap(function()
  3124. wait(0.45)
  3125. if heck then
  3126. heck:Destroy()
  3127. end
  3128. end)
  3129. coru()
  3130. knofe["big ass knife"].Touched:connect(function(hit)
  3131. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3132. heck.Velocity = Vector3.new(0,0,0)
  3133. heck:Destroy()
  3134. for i,v in pairs(knofe:GetChildren()) do
  3135. if v:IsA('BasePart') then
  3136. v.CanCollide = true
  3137. end
  3138. end
  3139. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3140. if hum == nil then
  3141. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3142. end
  3143. if knofe then
  3144. local coru = coroutine.wrap(function()
  3145. if hit then
  3146. local uno = Instance.new('Part',workspace)
  3147. local dos = Instance.new('Part',workspace)
  3148. uno.CFrame = hit.CFrame
  3149. dos.CFrame = knofe["big ass knife"].CFrame
  3150. local weld = Instance.new('Weld',knofe["big ass knife"])
  3151. weld.Part0 = hit
  3152. weld.Part1 = knofe["big ass knife"]
  3153. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3154. uno:Destroy()
  3155. dos:Destroy()
  3156. end
  3157. end)
  3158. coru()
  3159. end
  3160. local sound = Instance.new('Sound',knofe.Grab)
  3161. sound.Name = "BOOM"
  3162. sound.EmitterSize = 25
  3163. sound.SoundId = 'rbxassetid://476477344'
  3164. sound.Volume = 0.5
  3165. sound:Play()
  3166. local exppart = Instance.new("Part", game.Workspace)
  3167. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3168. exppart.Anchored = true
  3169. exppart.CanCollide = false
  3170. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3171. exppart.Transparency = 1
  3172. local expaccent = Instance.new("ParticleEmitter", exppart)
  3173. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3174. expaccent.LightEmission = 0.2
  3175. expaccent.LightInfluence = 0.3
  3176. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3177. expaccent.Acceleration = Vector3.new(0, 30, 0)
  3178. expaccent.Drag = 15
  3179. expaccent.LockedToPart = false
  3180. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3181. expaccent.Rate = 2000
  3182. expaccent.Speed = NumberRange.new(0,0)
  3183. expaccent.SpreadAngle = Vector2.new(360, 360)
  3184. expaccent:Clone().Parent = exppart
  3185. expaccent:Clone().Parent = exppart
  3186. local exp = Instance.new('Explosion',game.Workspace)
  3187. exp.Position = knofe["big ass knife"].Position
  3188. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3189. exp.BlastRadius = 5
  3190. exp.Visible = false
  3191. exp.BlastPressure = 0
  3192. exp.DestroyJointRadiusPercent = 0
  3193. exp.Hit:connect(function(hit)
  3194. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3195. wait(0.001)
  3196. tgt = hit
  3197. local coru=coroutine.wrap(function(tgtt)
  3198. local fireofgods = Instance.new("Fire", tgtt)
  3199. fireofgods.Size = 0
  3200. fireofgods.Heat = 0
  3201. local fireofgodsaccent = expaccent:Clone()
  3202. fireofgodsaccent.Parent = hit
  3203. fireofgodsaccent.Rate = 0
  3204. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3205. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3206. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3207.  
  3208. while fireofgods.Size < 10 do
  3209. fireofgods.Size = fireofgods.Size + 0.1
  3210. fireofgods.Heat = fireofgods.Heat + 0.1
  3211. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3212. wait()
  3213. end
  3214. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3215. hit:BreakJoints()
  3216. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3217. for i,v in pairs(hit:GetChildren()) do
  3218. if v:IsA('SpecialMesh') then
  3219. v.TextureId = ""
  3220. end
  3221. end
  3222. end
  3223. hit.BrickColor = BrickColor.new("Black")
  3224. for i,v in pairs(hit.Parent:GetChildren()) do
  3225. if v:IsA('Shirt') or v:IsA('Pants') then
  3226. v:Destroy()
  3227. end
  3228. end
  3229.  
  3230. while fireofgods.Size > 5 do
  3231. fireofgods.Size = fireofgods.Size - 0.1
  3232. fireofgods.Heat = fireofgods.Heat - 0.1
  3233. wait()
  3234. end
  3235. fireofgods:Destroy()
  3236. if hit.Parent then
  3237. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3238. local p = hit
  3239. 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)
  3240. hit:Remove()
  3241. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  3242. print(hit.Name)
  3243. if hit.Name == "Torso" or hit.Name == "Head" then
  3244. print('ohhh YAAAA')
  3245. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3246. end
  3247. wait()
  3248. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3249. end
  3250. end
  3251. end)
  3252. coru(tgt)
  3253. end
  3254. end)
  3255. local explosionaccenttimeout = coroutine.wrap(function()
  3256. wait(0.2)
  3257. for i, exploodn in pairs(exppart:GetChildren()) do
  3258. exploodn.Enabled = false
  3259. end
  3260. wait(2)
  3261. for i, exploodn in pairs(exppart:GetChildren()) do
  3262. exploodn:Remove()
  3263. end
  3264. end)
  3265. explosionaccenttimeout()
  3266. for i,v in pairs(knofe:GetChildren()) do
  3267. if v:IsA('BasePart') then
  3268. v.Transparency = 1
  3269. end
  3270. end
  3271. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3272. coru()
  3273. end
  3274. end)
  3275. if finishnum == 1 then
  3276. for i= 0,1,0.1 do
  3277. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3278. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3279. wait(0.001)
  3280. end
  3281. else
  3282. wait(0.1)
  3283. end
  3284. weld2.C0 = CFrame.new(-1.5,0,0)
  3285. for i,v in pairs(obj1:GetChildren()) do
  3286. if v:IsA('BasePart') then
  3287. v.Transparency = 0
  3288. end
  3289. end
  3290. weld2:Destroy()
  3291. rightshoulderz:Clone().Parent = me.Torso
  3292. end
  3293. acting = false
  3294. canClick = true
  3295. end)
  3296. coru()
  3297. end
  3298.  
  3299. function fireworkit()
  3300. local coru = coroutine.wrap(function()
  3301. acting = true
  3302. local ree = 1
  3303. if finishnum > 1 then
  3304. ree = 3
  3305. end
  3306. for i=1,ree do
  3307. local weld2 = Instance.new('Weld',me["Right Arm"])
  3308. weld2.Part0 = me["Right Arm"]
  3309. weld2.Part1 = me["Torso"]
  3310. weld2.C0 = CFrame.new(-1.5,0,0)
  3311. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3312. audio.SoundId = "rbxassetid://166083610"
  3313. audio.PlaybackSpeed = 1
  3314. audio.TimePosition = 0.1
  3315. audio:Play()
  3316. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3317. local knofe = obj1:Clone()
  3318. for i,v in pairs(obj1:GetChildren()) do
  3319. if v:IsA('BasePart') then
  3320. v.Transparency = 1
  3321. end
  3322. end
  3323. local sound = Instance.new('Sound',knofe.Grab)
  3324. sound.Volume = 0.25
  3325. sound.EmitterSize = 200
  3326. sound.MaxDistance = 300
  3327. sound.SoundId = 'rbxassetid://551051176'
  3328. sound:Play()
  3329. knofe.Parent = workspace
  3330. knofe.Name = "Projectile"
  3331. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3332. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3333. 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))})
  3334. partic.LightEmission = 0.5
  3335. partic.LightInfluence = 0
  3336. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3337. partic.Rotation = NumberRange.new(0,90)
  3338. partic.SpreadAngle = Vector2.new(5,5)
  3339. partic.Speed = NumberRange.new(20)
  3340. partic.Texture = 'rbxassetid://603193846'
  3341. partic.EmissionDirection = Enum.NormalId.Left
  3342. partic.Lifetime = NumberRange.new(0.5,1)
  3343. partic.Rate = 100
  3344. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3345. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3346. knofe["big ass knife"].Touched:connect(function(hit)
  3347. sound:Destroy()
  3348. local sound2 = Instance.new('Sound',workspace)
  3349. sound2.SoundId = 'rbxassetid://138080762'
  3350. sound2:Play()
  3351. if heck then
  3352. heck:Destroy()
  3353. end
  3354. for i,v in pairs(knofe:GetChildren()) do
  3355. v.Anchored = true
  3356. end
  3357. partic.Enabled = false
  3358. local colorscheme = math.random(1,4)
  3359. --1 - red & orange
  3360. --2 - blue & pink
  3361. --3 - green & purple
  3362. --4 - blue, red, white
  3363. local colar1 = Color3.fromRGB(255,0,0)
  3364. local colar2 = Color3.fromRGB(255,125,0)
  3365. local colar3 = Color3.fromRGB(255,255,255)
  3366. if colorscheme == 2 then
  3367. colar1 = Color3.fromRGB(0,132,255)
  3368. colar2 = Color3.fromRGB(243,105,255)
  3369. elseif colorscheme == 3 then
  3370. colar1 = Color3.fromRGB(76,255,0)
  3371. colar2 = Color3.fromRGB(128,0,255)
  3372. elseif colorscheme == 4 then
  3373. colar2 = Color3.fromRGB(0,132,255)
  3374. end
  3375. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3376. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  3377. partic2.LightEmission = 0.5
  3378. partic2.LightInfluence = 0
  3379. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3380. partic2.Rotation = NumberRange.new(0,90)
  3381. partic2.SpreadAngle = Vector2.new(180,180)
  3382. partic2.Speed = NumberRange.new(20)
  3383. partic2.Texture = 'rbxassetid://603193846'
  3384. partic2.EmissionDirection = Enum.NormalId.Right
  3385. partic2.Lifetime = NumberRange.new(2,2.5)
  3386. partic2.Rate = 1000
  3387. partic2.Drag = 1
  3388. local partic3 = partic2:Clone()
  3389. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  3390. partic3.Parent = knofe.Grab
  3391. if colorscheme == 4 then
  3392. local partic4 = partic2:Clone()
  3393. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  3394. partic4.Parent = knofe.Grab
  3395. end
  3396. wait(1)
  3397. for i,v in pairs(knofe.Grab:GetChildren()) do
  3398. if v:IsA('ParticleEmitter') then
  3399. v.Enabled = false
  3400. end
  3401. end
  3402. sound:Destroy()
  3403. wait(2)
  3404. knofe:Destroy()
  3405. end)
  3406. wait(0.1)
  3407. weld2.C0 = CFrame.new(-1.5,0,0)
  3408. for i,v in pairs(obj1:GetChildren()) do
  3409. if v:IsA('BasePart') then
  3410. v.Transparency = 0
  3411. end
  3412. end
  3413. weld2:Destroy()
  3414. rightshoulderz:Clone().Parent = me.Torso
  3415. end
  3416. acting = false
  3417. canClick = true
  3418. end)
  3419. coru()
  3420. end
  3421.  
  3422. function paralyze()
  3423. local coru = coroutine.wrap(function()
  3424. if paralyzed == true then return end
  3425. paralyzed = true
  3426. local arm = me["Right Arm"]
  3427. local tors = grabbed.Torso
  3428. local arm2 = me["Left Arm"]
  3429. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3430. doing = true
  3431. local weld2 = arm:FindFirstChildOfClass('Weld')
  3432. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3433. local humanroot = me.HumanoidRootPart
  3434. for i = 0,1,0.075 do
  3435. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3436. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3437. wait(0.01)
  3438. end
  3439. for i = 0,1,0.30 do
  3440. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3441. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3442. wait(0.01)
  3443. end
  3444. killz(grabbed,'Left Leg')
  3445. killz(grabbed,'Left Arm')
  3446. killz(grabbed,'Right Leg')
  3447. killz(grabbed,'Right Arm')
  3448.  
  3449. for i, v in pairs(grabbed:GetChildren()) do
  3450. if v.Name == "Part" then
  3451. v.CanCollide = false
  3452. end
  3453. end
  3454.  
  3455. audio:Stop()
  3456. audio.SoundId = "rbxassetid://2801263"
  3457. tone = math.random(1, 3)
  3458. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3459. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3460. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3461. audio:Play()
  3462.  
  3463. local bleedpart = Instance.new("Part", grabbed)
  3464. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3465. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3466. bleedpart.CanCollide = false
  3467. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3468. bleedpart.Transparency = 1
  3469.  
  3470. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3471. bleedpartweld.Part0 = grabbed.Torso
  3472. bleedpartweld.Part1 = bleedpart
  3473. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3474. local cuntruu=coroutine.wrap(function()
  3475. bleed(bleedpart)
  3476. end)
  3477. local thicc = coroutine.wrap(function()
  3478. wait(3)
  3479. bleedpart:Remove()
  3480. end)
  3481. cuntruu()
  3482. thicc()
  3483.  
  3484. for i = 0,1,0.075 do
  3485. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3486. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3487. wait(0.01)
  3488. end
  3489. acting = true
  3490. canClick = true
  3491. doing = false
  3492. end)
  3493. coru()
  3494. end
  3495.  
  3496. function explode()
  3497. local coru = coroutine.wrap(function()
  3498. acting = true
  3499. for i=1,finishnum do
  3500. local weld2 = Instance.new('Weld',me["Right Arm"])
  3501. weld2.Part0 = me["Right Arm"]
  3502. weld2.Part1 = me["Torso"]
  3503. weld2.C0 = CFrame.new(-1.5,0,0)
  3504. if finishnum == 1 then
  3505. for i = 0,1,0.05 do
  3506. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3507. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3508. wait(0.01)
  3509. end
  3510. end
  3511. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3512. audio.SoundId = "rbxassetid://166083610"
  3513. audio.PlaybackSpeed = 1
  3514. audio.TimePosition = 0.1
  3515. audio:Play()
  3516. if finishnum == 1 then
  3517. for i = 0,1,0.5 do
  3518. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3519. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3520. wait(0.001)
  3521. end
  3522. end
  3523. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3524. local knofe = obj1:Clone()
  3525. for i,v in pairs(obj1:GetChildren()) do
  3526. if v:IsA('BasePart') then
  3527. v.Transparency = 1
  3528. end
  3529. end
  3530. knofe.Parent = workspace
  3531. knofe.Name = "Projectile"
  3532. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3533. knofe:FindFirstChild("Trail", true).Enabled = false
  3534. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3535. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3536. local coru = coroutine.wrap(function()
  3537. wait(0.45)
  3538. if heck then
  3539. heck:Destroy()
  3540. end
  3541. end)
  3542. coru()
  3543. knofe["big ass knife"].Touched:connect(function(hit)
  3544. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3545. heck.Velocity = Vector3.new(0,0,0)
  3546. heck:Destroy()
  3547. for i,v in pairs(knofe:GetChildren()) do
  3548. if v:IsA('BasePart') then
  3549. v.CanCollide = true
  3550. end
  3551. end
  3552. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3553. if hum == nil then
  3554. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3555. end
  3556. if hum then
  3557. tone = math.random(1, 3)
  3558. local sound = Instance.new('Sound',knofe.Grab)
  3559. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3560. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3561. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3562. sound.PlaybackSpeed = 1
  3563. sound:Play()
  3564. else
  3565. local sound = Instance.new('Sound',knofe.Grab)
  3566. sound.SoundId = 'rbxassetid://267585646'
  3567. sound:Play()
  3568. end
  3569. if knofe then
  3570. local coru = coroutine.wrap(function()
  3571. if hit then
  3572. local uno = Instance.new('Part',workspace)
  3573. local dos = Instance.new('Part',workspace)
  3574. uno.CFrame = hit.CFrame
  3575. dos.CFrame = knofe["big ass knife"].CFrame
  3576. local weld = Instance.new('Weld',knofe["big ass knife"])
  3577. weld.Part0 = hit
  3578. weld.Part1 = knofe["big ass knife"]
  3579. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3580. uno:Destroy()
  3581. dos:Destroy()
  3582. end
  3583. end)
  3584. coru()
  3585. end
  3586. local coru = coroutine.wrap(function()
  3587. for i=1,15,0.7 do
  3588. local sound = Instance.new('Sound',knofe.Grab)
  3589. if knofe then
  3590. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  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('Lily white')
  3594. v.Material = Enum.Material.SmoothPlastic
  3595. end
  3596. end
  3597. else
  3598. for i,v in pairs(knofe:GetChildren()) do
  3599. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3600. v.BrickColor = BrickColor.new('Really red')
  3601. v.Material = Enum.Material.Neon
  3602. sound.SoundId = 'rbxassetid://300473653'
  3603. sound.Volume = 0.75
  3604. sound.TimePosition = 0.05
  3605. sound.EmitterSize = 25
  3606. sound.PlaybackSpeed = 1
  3607. sound:Play()
  3608. end
  3609. end
  3610. end
  3611. wait(1/i)
  3612. sound:Destroy()
  3613. end
  3614. end
  3615. local sound = Instance.new('Sound',knofe.Grab)
  3616. sound.Name = "BOOM"
  3617. sound.EmitterSize = 25
  3618. sound.SoundId = 'rbxassetid://12222084'
  3619. sound.TimePosition = 0.1
  3620. sound.Volume = 0.5
  3621. sound:Play()
  3622. local exppart = Instance.new("Part", game.Workspace)
  3623. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3624. exppart.Anchored = true
  3625. exppart.CanCollide = false
  3626. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3627. exppart.Transparency = 1
  3628. local expaccent = Instance.new("ParticleEmitter", exppart)
  3629. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3630. expaccent.LightEmission = 0.2
  3631. expaccent.LightInfluence = 0.3
  3632. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3633. expaccent.Acceleration = Vector3.new(0, -8, 0)
  3634. expaccent.Drag = 15
  3635. expaccent.LockedToPart = true
  3636. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3637. expaccent.Rate = 2000
  3638. expaccent.Speed = NumberRange.new(10, 150)
  3639. expaccent.SpreadAngle = Vector2.new(360, 360)
  3640.  
  3641. local exp = Instance.new('Explosion',game.Workspace)
  3642. exp.Position = knofe["big ass knife"].Position
  3643. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3644. exp.BlastRadius = 10
  3645. exp.BlastPressure = 100000
  3646. exp.DestroyJointRadiusPercent = 1
  3647. exp.Hit:connect(function(hit)
  3648. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3649. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3650. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3651. end
  3652. wait(0.001)
  3653. local coru=coroutine.wrap(function()
  3654. killz(hit.Parent,'Head',knofe,exp)
  3655. end)
  3656. coru()
  3657. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3658. if hit.Parent.Name ~= "Projectile" then
  3659. hit.Parent:BreakJoints()
  3660. end
  3661. elseif hit.Parent and hit.Parent ~= me then
  3662. hit:BreakJoints()
  3663. end
  3664. end)
  3665. local explosionaccenttimeout = coroutine.wrap(function()
  3666. wait(0.2)
  3667. expaccent.Enabled = false
  3668. wait(2)
  3669. exppart:Remove()
  3670. end)
  3671. explosionaccenttimeout()
  3672. for i,v in pairs(knofe:GetChildren()) do
  3673. if v:IsA('BasePart') then
  3674. v.Transparency = 1
  3675. end
  3676. end
  3677. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3678. end)
  3679. coru()
  3680. end
  3681. end)
  3682. if finishnum == 1 then
  3683. for i= 0,1,0.1 do
  3684. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3685. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3686. wait(0.001)
  3687. end
  3688. else
  3689. wait(0.1)
  3690. end
  3691. weld2.C0 = CFrame.new(-1.5,0,0)
  3692. for i,v in pairs(obj1:GetChildren()) do
  3693. if v:IsA('BasePart') then
  3694. v.Transparency = 0
  3695. end
  3696. end
  3697. weld2:Destroy()
  3698. rightshoulderz:Clone().Parent = me.Torso
  3699. end
  3700. acting = false
  3701. canClick = true
  3702. end)
  3703. coru()
  3704. end
  3705.  
  3706. function release()
  3707. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  3708. targetweld = grabbed.Torso.TargetWeld
  3709. local ree= grabbed:FindFirstChild("Left Arm")
  3710. targetweld2 = nil
  3711. if ree and ree:FindFirstChild("Weld") then
  3712. targetweld2 = ree.Weld
  3713. end
  3714. for i, v in pairs(grabbed:GetChildren()) do
  3715. if v.Name == "Part" then
  3716. v.CanCollide = true
  3717. end
  3718. end
  3719. paralyzed = false
  3720. local doit = coroutine.wrap(function()
  3721. local arm = me["Right Arm"]
  3722. local tors = grabbed.Torso
  3723. local arm2 = me["Left Arm"]
  3724. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3725. doing = true
  3726. local weld2 = arm:FindFirstChildOfClass('Weld')
  3727. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3728. local humanroot = me.HumanoidRootPart
  3729.  
  3730. if grabbed:FindFirstChildOfClass('Humanoid') then
  3731. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3732. end
  3733.  
  3734. rightshoulderz:Clone().Parent = me.Torso
  3735. leftshoulderz:Clone().Parent = me.Torso
  3736. grabbed = nil
  3737.  
  3738. if humanroot:FindFirstChild('Holder') then
  3739. humanroot.Holder:Destroy()
  3740. end
  3741.  
  3742. for i = 0,1,0.1 do
  3743. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  3744. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3745. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3746. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  3747. if targetweld2 then
  3748. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  3749. end
  3750. wait(0.01)
  3751. end
  3752.  
  3753. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  3754. weld2:Destroy()
  3755. weld3:Destroy()
  3756. targetweld:Remove()
  3757. if targetweld2 then
  3758. targetweld2:Remove()
  3759. end
  3760. if rightshoulder then
  3761. rightshoulder:Clone().Parent = tors
  3762. end
  3763. if leftshoulder then
  3764. leftshoulder:Clone().Parent = tors
  3765. end
  3766. headweld:Clone().Parent = tors
  3767. rightshoulderz:Clone().Parent = me.Torso
  3768. leftshoulderz:Clone().Parent = me.Torso
  3769. acting = false
  3770. canClick = true
  3771. doing = false
  3772. end)
  3773. doit()
  3774. end
  3775.  
  3776. function stabwithpassion()
  3777. local doit = coroutine.wrap(function()
  3778. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3779. acting = true
  3780. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  3781. local arm = me["Right Arm"]
  3782. local tors = me.Torso
  3783. local arm2 = me["Left Arm"]
  3784. local humanroot = me.HumanoidRootPart
  3785. local weld = Instance.new('Weld',tors)
  3786. weld.Part0 = tors
  3787. weld.Part1 = humanroot
  3788. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3789. local weld2 = Instance.new('Weld',arm)
  3790. weld2.Part0 = arm
  3791. weld2.Part1 = tors
  3792. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3793. local weld3 = Instance.new('Weld',arm2)
  3794. weld3.Part0 = arm2
  3795. weld3.Part1 = tors
  3796. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3797.  
  3798. for i = 0,1,0.15 do
  3799. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3800. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  3801. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3802. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  3803. wait(0.01)
  3804. end
  3805. wait(0.001)
  3806. trail.Enabled = true
  3807. stabbing = true
  3808. audio2.SoundId = 'rbxassetid://608537390'
  3809. audio2:Play()
  3810. for i = 0,1,0.2 do
  3811. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3812. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  3813. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  3814. wait(0.01)
  3815. end
  3816. trail.Enabled = false
  3817. wait(0.1)
  3818. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  3819. stabbing = false
  3820. wait(0.001)
  3821. for i = 0,1,0.075 do
  3822. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3823. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3824. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3825. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3826. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  3827. wait(0.01)
  3828. end
  3829. weld:Destroy()
  3830. weld2:Destroy()
  3831. weld3:Destroy()
  3832. torsojoint:Clone().Parent = humanroot
  3833. rightshoulderz:Clone().Parent = me.Torso
  3834. leftshoulderz:Clone().Parent = me.Torso
  3835. canClick = true
  3836. hit = false
  3837. acting = false
  3838. end
  3839. end)
  3840. doit()
  3841. end
  3842.  
  3843. function stab()
  3844. local doit = coroutine.wrap(function()
  3845. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3846. acting = true
  3847. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  3848. local arm = me["Right Arm"]
  3849. local tors = me.Torso
  3850. local arm2 = me["Left Arm"]
  3851. local humanroot = me.HumanoidRootPart
  3852. local weld = Instance.new('Weld',tors)
  3853. weld.Part0 = tors
  3854. weld.Part1 = humanroot
  3855. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3856. local weld2 = Instance.new('Weld',arm)
  3857. weld2.Part0 = arm
  3858. weld2.Part1 = tors
  3859. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3860. local weld3 = Instance.new('Weld',arm2)
  3861. weld3.Part0 = arm2
  3862. weld3.Part1 = tors
  3863. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3864.  
  3865. for i = 0,1,0.1 do
  3866. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3867. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3868. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3869. wait(0.01)
  3870. end
  3871. wait(0.001)
  3872. trail.Enabled = true
  3873. stabbing = true
  3874. audio2.SoundId = 'rbxassetid://608537390'
  3875. audio2:Play()
  3876. for i = 0,1,0.25 do
  3877. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3878. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  3879. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  3880. wait(0.01)
  3881. end
  3882. trail.Enabled = false
  3883. wait(0.1)
  3884. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  3885. for i = 0,1,0.25 do
  3886. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3887. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3888. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  3889. wait(0.01)
  3890. end
  3891. stabbing = false
  3892. wait(0.001)
  3893. for i = 0,1,0.05 do
  3894. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3895. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3896. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3897. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3898. wait(0.01)
  3899. end
  3900. weld:Destroy()
  3901. weld2:Destroy()
  3902. weld3:Destroy()
  3903. torsojoint:Clone().Parent = humanroot
  3904. rightshoulderz:Clone().Parent = me.Torso
  3905. leftshoulderz:Clone().Parent = me.Torso
  3906. canClick = true
  3907. hit = false
  3908. acting = false
  3909. end
  3910. end)
  3911. doit()
  3912. end
  3913. function hardrelease()
  3914. rightshoulderz:Clone().Parent = me.Torso
  3915. leftshoulderz:Clone().Parent = me.Torso
  3916. if me:FindFirstChild('Right Arm') then
  3917. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  3918. if v:IsA('Weld') then
  3919. v:Destroy()
  3920. end
  3921. end
  3922. end
  3923. if me:FindFirstChild('Left Arm') then
  3924. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  3925. if v:IsA('Weld') then
  3926. v:Destroy()
  3927. end
  3928. end
  3929. end
  3930. acting = false
  3931. canClick = true
  3932. doing = false
  3933. grabbed = nil
  3934. end
  3935. function unequip()
  3936. local doit = coroutine.wrap(function()
  3937. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  3938. acting = true
  3939. local arm = me["Right Arm"]
  3940. local arm2 = me["Left Arm"]
  3941. local tors = me.Torso
  3942. local weld = Instance.new('Weld',arm)
  3943. weld.Part0 = arm
  3944. weld.Part1 = tors
  3945. weld.C0 = CFrame.new(-1.5,0,0)
  3946. local weld2 = Instance.new("Weld", arm2)
  3947. weld2.Part0 = arm2
  3948. weld2.Part1 = tors
  3949. weld2.C0 = CFrame.new(1.5, 0, 0)
  3950. wait(0.001)
  3951. trail.Enabled = true
  3952. for i = 0,1,0.1 do
  3953. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3954. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  3955. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  3956. wait(0.001)
  3957. end
  3958. trail.Enabled = false
  3959. wait(0.25)
  3960. for i = 0,1,0.1 do
  3961. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3962. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  3963. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  3964. wait(0.01)
  3965. end
  3966. weld:Destroy()
  3967. weld2:Remove()
  3968. if tors ~= nil then
  3969. rightshoulderz:Clone().Parent = me.Torso
  3970. leftshoulderz:Clone().Parent = me.Torso
  3971. end
  3972. acting = false
  3973. end
  3974. end)
  3975. doit()
  3976. end
  3977.  
  3978. mouse.KeyDown:connect(function(key)
  3979. if usable == true then
  3980. if key == "z" then
  3981. if active == false and acting == false then
  3982. active = true
  3983. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3984. notify("KNIFE EQUIPPED",false)
  3985. audio:Stop()
  3986. audio.SoundId = 'rbxassetid://608618332'
  3987. equip()
  3988. wait(0.6)
  3989. audio:Play()
  3990. knifeweld.Part0 = me["Right Arm"]
  3991. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  3992. elseif acting == false then
  3993. active = false
  3994. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3995. audio:Stop()
  3996. audio.SoundId = 'rbxassetid://608538233'
  3997. unequip()
  3998. notify("KNIFE UNEQUIPPED",false)
  3999. wait(0.3)
  4000. audio:Play()
  4001. knifeweld.Part0 = me.Torso
  4002. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  4003. canClick = true
  4004. end
  4005. elseif key == "f" then
  4006. if mode == 'kill' or active == false then return end
  4007. mode = "kill"
  4008. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4009. notify("MODE || KILL || [F]",false)
  4010. elseif key == "e" then
  4011. if mode == 'throw' or active == false then return end
  4012. mode = "throw"
  4013. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4014. notify("MODE || PUSH || [E]",false)
  4015. elseif key == "q" then
  4016. if mode == 'release' or active == false then return end
  4017. mode = "release"
  4018. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4019. notify("MODE || RELEASE || [Q]",false)
  4020. elseif key == "x" then
  4021. if mode == 'stab' or active == false or acting == true then return end
  4022. mode = "stab"
  4023. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4024. notify("MODE || STAB || [X]",false)
  4025. elseif key == "c" then
  4026. if mode == 'fling' or active == false or acting == true then return end
  4027. mode = "fling"
  4028. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4029. notify("MODE || THROW || [C]",false)
  4030. elseif key == "b" then
  4031. if mode == 'instasplode' or active == false or acting == true then return end
  4032. mode = "instasplode"
  4033. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4034. notify("MODE || MOLOTOV || [B]",false)
  4035. elseif key == "r" then
  4036. if mode == 'paralyze' or active == false then return end
  4037. mode = "paralyze"
  4038. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4039. notify("MODE || PARALYZE || [R]",false)
  4040. elseif key == "v" then
  4041. if mode == 'explode' or active == false or acting == true then return end
  4042. mode = "explode"
  4043. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4044. notify("MODE || EXPLODE || [V]",false)
  4045. elseif key == "k" then
  4046. if mode == 'suicide' or active == false or acting == true then return end
  4047. mode = "suicide"
  4048. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4049. notify("MODE || SUICIDE || [K]",false)
  4050. elseif key == "h" then
  4051. if mode == 'firework' or active == false or acting == true then return end
  4052. mode = "firework"
  4053. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4054. notify("MODE || FIREWORK || [H]",false)
  4055. elseif key == "g" then
  4056. if mode == 'finish' or active == false then return end
  4057. mode = "finish"
  4058. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4059. local welp = "ON"
  4060. if finishnum == 1 then
  4061. welp = "OFF"
  4062. end
  4063. notify("MODE || FINISH || [G] || "..welp,false)
  4064. elseif key == "n" then
  4065. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4066. if zombiemode == false then
  4067. notify("ZOMBIE MODE ON || [N]",false)
  4068. zombiemode = true
  4069. else
  4070. notify("ZOMBIE MODE OFF || [N]",false)
  4071. zombiemode = false
  4072. end
  4073. elseif key == "m" then
  4074. if finishnum == 1 then
  4075. finishnum = 15
  4076. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4077. notify("PSYCHOPATH MODE ON || [M]",false)
  4078. if cancolorfilter then
  4079. local Sp00kyGui = Instance.new("ScreenGui")
  4080. local ImageLabel = Instance.new("ImageLabel")
  4081.  
  4082. -- Properties
  4083.  
  4084. Sp00kyGui.Parent = playergui
  4085. Sp00kyGui.Name = "REEEEEEEE"
  4086.  
  4087. ImageLabel.Parent = Sp00kyGui
  4088. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4089. ImageLabel.BackgroundTransparency = 1
  4090. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4091. ImageLabel.Image = "rbxassetid://74443700"
  4092. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  4093. end
  4094. if canbackgroundmusic == true then
  4095. local sound = Instance.new('Sound',playergui)
  4096. sound.Name = 'PSYCHOPAAAATH'
  4097. sound.SoundId = 'rbxassetid://220875210'
  4098. sound.Looped = true
  4099. sound.Volume = 0.5
  4100. sound:Play()
  4101. end
  4102. else
  4103. finishnum = 1
  4104. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4105. notify("PSYCHOPATH MODE OFF || [M]",false)
  4106. for i,v in pairs(playergui:GetChildren()) do
  4107. if v.Name == "REEEEEEEE" then
  4108. v:Destroy()
  4109. end
  4110. end
  4111. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  4112. if thisniggarighthere then thisniggarighthere:Destroy() end
  4113. end
  4114. end
  4115. end
  4116. end)
  4117.  
  4118. mouse.Button1Down:connect(function()
  4119. if active == false or usable == false then return end
  4120. if canClick == true and acting == false then
  4121. if mode == "stab" and finishnum == 1 then
  4122. canClick = false
  4123. stab()
  4124. elseif mode == "stab" and finishnum == 15 then
  4125. canClick = false
  4126. stabwithpassion()
  4127. elseif mode == "fling" then
  4128. canClick = false
  4129. fling()
  4130. elseif mode == "explode" then
  4131. canClick = false
  4132. explode()
  4133. elseif mode == "instasplode" then
  4134. canClick = false
  4135. instasplode()
  4136. elseif mode == "finish" then
  4137. canClick = false
  4138. finish()
  4139. elseif mode == "suicide" then
  4140. canClick = false
  4141. kysnigga()
  4142. elseif mode == "firework" then
  4143. canClick = false
  4144. fireworkit()
  4145. else
  4146. canClick = false
  4147. grab()
  4148. end
  4149. else
  4150. if grabbed ~= nil and doing == false then
  4151. if mode == "release" then
  4152. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4153. release()
  4154. else
  4155. hardrelease()
  4156. end
  4157. elseif mode == "kill" then
  4158. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4159. kill()
  4160. else
  4161. hardrelease()
  4162. end
  4163. elseif mode == "paralyze" then
  4164. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4165. paralyze()
  4166. else
  4167. hardrelease()
  4168. end
  4169. elseif mode == "throw" then
  4170. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4171. throw()
  4172. else
  4173. hardrelease()
  4174. end
  4175. elseif mode == "explode" then
  4176. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4177. throw()
  4178. else
  4179. hardrelease()
  4180. end
  4181. end
  4182. end
  4183. end
  4184. end)
  4185.  
  4186. knife.Touched:connect(function(hitz)
  4187. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  4188. if mode == "stab" and stabbing == true and hit == false then
  4189. hit = true
  4190. tone = math.random(1, 3)
  4191. audio:Stop()
  4192. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4193. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4194. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4195. audio.PlaybackSpeed = 1
  4196. audio:Play()
  4197. killz(hitz.Parent,'Left Leg')
  4198. killz(hitz.Parent,'Left Arm')
  4199. killz(hitz.Parent,'Right Leg')
  4200. killz(hitz.Parent,'Right Arm')
  4201. elseif mode == "finish" and finishing == true then
  4202. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4203. tone = math.random(1, 3)
  4204. audio:Stop()
  4205. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4206. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4207. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4208. audio.PlaybackSpeed = 1
  4209. audio:Play()
  4210. if hit == false then
  4211. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4212. wait()
  4213. killz(hitz.Parent,'Head',nil,false,true)
  4214. end
  4215. hit = true
  4216. elseif grabbed == nil and grabbing == true and hit == false then
  4217. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  4218. grabbed = hitz.Parent
  4219. local weldz = Instance.new('Weld',point)
  4220. weldz.Name = "Holder"
  4221. weldz.Part0 = point
  4222. weldz.Part1 = hitz.Parent.Torso
  4223. weldz.C0 = CFrame.new(0,0,-1.2)
  4224. end
  4225. end
  4226. end
  4227. end)
  4228.  
  4229. player.CharacterAdded:connect(function()
  4230. usable = false
  4231. for i,v in pairs(playergui:GetChildren()) do
  4232. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4233. v:Destroy()
  4234. end
  4235. end
  4236. end)
  4237. while usable do
  4238. local coru = coroutine.wrap(function()
  4239. if grabbed ~= nil then
  4240. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4241. for i,v in pairs(grabbed:GetChildren()) do
  4242. if v:IsA('Tool') then
  4243. local model = Instance.new('Model',workspace)
  4244. v.Parent = model
  4245. model:TranslateBy(Vector3.new(3,0,0))
  4246. end
  4247. end
  4248. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4249. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4250. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4251. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4252. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4253. if grabweld ~= nil then return end
  4254. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4255. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4256. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4257. end
  4258. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4259. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4260. end
  4261. headweld = grabbed.Torso["Neck"]:Clone()
  4262. local targetweld = Instance.new('Weld',grabbed.Torso)
  4263. targetweld.Part0 = grabbed.Torso
  4264. targetweld.Part1 = grabbed.Head
  4265. targetweld.Name = "TargetWeld"
  4266. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4267. if grabbed:FindFirstChild('Left Arm') then
  4268. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4269. targetweld2.Part0 = grabbed.Torso
  4270. targetweld2.Part1 = grabbed["Left Arm"]
  4271. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4272. end
  4273.  
  4274. for i = 0,1,0.1 do
  4275. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  4276. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4277. if targetweld2 then
  4278. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  4279. end
  4280. wait(0.001)
  4281. end
  4282. end
  4283. end
  4284. end)
  4285. coru()
  4286. wait()
  4287. end
  4288.  
  4289. end
  4290. local coru=coroutine.wrap(function()
  4291. nub()
  4292. end)
  4293. coru()
  4294.  
  4295. player.CharacterAppearanceLoaded:connect(function()
  4296. local coru =coroutine.wrap(function()
  4297. nub()
  4298. end)
  4299. coru()
  4300. end)
  4301.  
  4302. while true do
  4303. local coru=coroutine.wrap(function()
  4304. for i,v in pairs(rekt) do
  4305. if v and v:FindFirstChildOfClass('Humanoid') then
  4306. for a,c in pairs(v:GetChildren()) do
  4307. if c:IsA('Tool') then
  4308. local model = Instance.new('Model',workspace)
  4309. c.Parent = model
  4310. model:TranslateBy(Vector3.new(3,0,0))
  4311. end
  4312. end
  4313. v:FindFirstChildOfClass('Humanoid').Jump = false
  4314. v:FindFirstChildOfClass('Humanoid').Sit = false
  4315. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4316. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4317. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4318. local thing = getplr(v)
  4319. if thing then
  4320. thing.CameraMinZoomDistance = 3
  4321. end
  4322. else
  4323. local thing = getplr(v)
  4324. if thing then
  4325. thing.CameraMinZoomDistance = 0.5
  4326. end
  4327. table.remove(rekt,i)
  4328. end
  4329. end
  4330. end)
  4331. coru()
  4332. local coru2 = coroutine.wrap(function()
  4333. if curpart then
  4334. curpoint = curpart.CFrame.p
  4335. end
  4336. if lastgui then
  4337. lastgui:Destroy()
  4338. lastgui = nil
  4339. end
  4340. if curpoint then
  4341. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4342. lastgui.AlwaysOnTop = true
  4343. lastgui.MaxDistance = 0
  4344. lastgui.Size = UDim2.new(5,0,5,0)
  4345. if curpart == nil then
  4346. lastgui.Adornee = workspace
  4347. lastgui.StudsOffsetWorldSpace = curpoint
  4348. else
  4349. lastgui.Adornee = curpart
  4350. end
  4351. local cross = Instance.new('ImageLabel',lastgui)
  4352. cross.BackgroundTransparency = 1
  4353. cross.Size = UDim2.new(1,0,1,0)
  4354. cross.Image = 'rbxassetid://316279304'
  4355. for i,v in pairs(zombies) do
  4356. if v:FindFirstChildOfClass('Humanoid') then
  4357. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4358. end
  4359. end
  4360. else
  4361. for i,v in pairs(zombies) do
  4362. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4363. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4364. end
  4365. end
  4366. end
  4367. end)
  4368. coru2()
  4369. wait()
  4370. end
  4371. end)
  4372.  
  4373. TextButton_3.Parent = Frame
  4374. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4375. TextButton_3.Position = UDim2.new(0, 306, 0, 67)
  4376. TextButton_3.Size = UDim2.new(0, 152, 0, 50)
  4377. TextButton_3.Font = Enum.Font.SourceSans
  4378. TextButton_3.FontSize = Enum.FontSize.Size14
  4379. TextButton_3.Text = "Van Gui"
  4380. TextButton_3.TextSize = 14
  4381.  
  4382. TextButton_3.MouseButton1Down:connect(function()
  4383. local VanGui = Instance.new("ScreenGui")
  4384. local Van = Instance.new("Frame")
  4385. local idk = Instance.new("TextBox")
  4386. local dsa = Instance.new("TextButton")
  4387.  
  4388. VanGui.Name = "ufo"
  4389. VanGui.Parent = game.Players.LocalPlayer.PlayerGui
  4390.  
  4391. Van.Name = "ufo"
  4392. Van.Parent = VanGui
  4393. Van.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  4394. Van.BorderColor3 = Color3.new(0, 0, 0)
  4395. Van.Position = UDim2.new(0, 5, 0.8, 0)
  4396. Van.Size = UDim2.new(0, 200, 0, 45)
  4397.  
  4398. idk.Name = "idk"
  4399. idk.Parent = Van
  4400. idk.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  4401. idk.BorderColor3 = Color3.new(0, 0, 0)
  4402. idk.Size = UDim2.new(1, 0, 0, 20)
  4403. idk.Font = Enum.Font.SciFi
  4404. idk.FontSize = Enum.FontSize.Size14
  4405. idk.Text = "Username"
  4406. idk.TextColor3 = Color3.new(1, 1, 1)
  4407. idk.TextScaled = true
  4408. idk.TextStrokeTransparency = 0
  4409. idk.TextWrapped = true
  4410.  
  4411. dsa.Name = "dsa"
  4412. dsa.Parent = Van
  4413. dsa.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  4414. dsa.BorderColor3 = Color3.new(0, 0, 0)
  4415. dsa.Position = UDim2.new(0, 0, 1, -25)
  4416. dsa.Size = UDim2.new(1, 0, 0, 25)
  4417. dsa.Font = Enum.Font.SciFi
  4418. dsa.FontSize = Enum.FontSize.Size14
  4419. dsa.Text = "Kidnap Dat Besh"
  4420. dsa.TextColor3 = Color3.new(1, 1, 1)
  4421. dsa.TextScaled = true
  4422. dsa.TextStrokeTransparency = 0
  4423. dsa.TextWrapped = true
  4424.  
  4425.  
  4426. dsa.MouseButton1Click:connect(function()
  4427. Victim = idk.Text
  4428. o1 = Instance.new("Model")
  4429. o2 = Instance.new("Part")
  4430. o3 = Instance.new("CylinderMesh")
  4431. o4 = Instance.new("Part")
  4432. o5 = Instance.new("SpecialMesh")
  4433. o6 = Instance.new("Part")
  4434. o7 = Instance.new("SpecialMesh")
  4435. o8 = Instance.new("Part")
  4436. o9 = Instance.new("BlockMesh")
  4437. o10 = Instance.new("Part")
  4438. o11 = Instance.new("BlockMesh")
  4439. o12 = Instance.new("Part")
  4440. o13 = Instance.new("Part")
  4441. o14 = Instance.new("BlockMesh")
  4442. o15 = Instance.new("Part")
  4443. o16 = Instance.new("SpecialMesh")
  4444. o17 = Instance.new("Part")
  4445. o18 = Instance.new("SpecialMesh")
  4446. o19 = Instance.new("Part")
  4447. o20 = Instance.new("SpecialMesh")
  4448. o21 = Instance.new("Sound")
  4449. o22 = Instance.new("Part")
  4450. o23 = Instance.new("BlockMesh")
  4451. o24 = Instance.new("Part")
  4452. o25 = Instance.new("SpecialMesh")
  4453. o26 = Instance.new("Part")
  4454. o27 = Instance.new("BlockMesh")
  4455. o28 = Instance.new("Part")
  4456. o29 = Instance.new("SpecialMesh")
  4457. o30 = Instance.new("Part")
  4458. o31 = Instance.new("BlockMesh")
  4459. o32 = Instance.new("Part")
  4460. o33 = Instance.new("BlockMesh")
  4461. o34 = Instance.new("Part")
  4462. o35 = Instance.new("BlockMesh")
  4463. o36 = Instance.new("Part")
  4464. o37 = Instance.new("BlockMesh")
  4465. o38 = Instance.new("Part")
  4466. o39 = Instance.new("Part")
  4467. o40 = Instance.new("BlockMesh")
  4468. o41 = Instance.new("Part")
  4469. o42 = Instance.new("BlockMesh")
  4470. o43 = Instance.new("Part")
  4471. o44 = Instance.new("BlockMesh")
  4472. o45 = Instance.new("Part")
  4473. o46 = Instance.new("SpecialMesh")
  4474. o47 = Instance.new("Part")
  4475. o48 = Instance.new("BlockMesh")
  4476. o49 = Instance.new("Part")
  4477. o50 = Instance.new("BlockMesh")
  4478. o51 = Instance.new("Part")
  4479. o52 = Instance.new("BlockMesh")
  4480. o53 = Instance.new("Part")
  4481. o54 = Instance.new("SpecialMesh")
  4482. o55 = Instance.new("Part")
  4483. o56 = Instance.new("SpecialMesh")
  4484. o57 = Instance.new("Part")
  4485. o58 = Instance.new("BlockMesh")
  4486. o59 = Instance.new("Part")
  4487. o60 = Instance.new("BlockMesh")
  4488. o61 = Instance.new("Part")
  4489. o62 = Instance.new("BlockMesh")
  4490. o63 = Instance.new("Part")
  4491. o64 = Instance.new("Part")
  4492. o65 = Instance.new("Part")
  4493. o66 = Instance.new("BlockMesh")
  4494. o67 = Instance.new("Part")
  4495. o68 = Instance.new("BlockMesh")
  4496. o69 = Instance.new("Part")
  4497. o70 = Instance.new("BlockMesh")
  4498. o71 = Instance.new("Part")
  4499. o72 = Instance.new("BlockMesh")
  4500. o73 = Instance.new("Part")
  4501. o74 = Instance.new("SpecialMesh")
  4502. o75 = Instance.new("Decal")
  4503. o76 = Instance.new("Part")
  4504. o77 = Instance.new("Part")
  4505. o78 = Instance.new("BlockMesh")
  4506. o79 = Instance.new("Part")
  4507. o80 = Instance.new("SpecialMesh")
  4508. o81 = Instance.new("Decal")
  4509. o82 = Instance.new("Part")
  4510. o83 = Instance.new("SpecialMesh")
  4511. o84 = Instance.new("Humanoid")
  4512. o85 = Instance.new("Part")
  4513. o86 = Instance.new("Part")
  4514. o87 = Instance.new("Part")
  4515. o88 = Instance.new("Decal")
  4516. o89 = Instance.new("Motor6D")
  4517. o90 = Instance.new("Motor6D")
  4518. o91 = Instance.new("Motor6D")
  4519. o92 = Instance.new("Motor6D")
  4520. o93 = Instance.new("Motor6D")
  4521. o94 = Instance.new("Part")
  4522. o95 = Instance.new("Part")
  4523. o96 = Instance.new("Part")
  4524. o97 = Instance.new("Part")
  4525. o98 = Instance.new("Part")
  4526. o99 = Instance.new("Decal")
  4527. o100 = Instance.new("Motor6D")
  4528. o101 = Instance.new("Motor6D")
  4529. o102 = Instance.new("Motor6D")
  4530. o103 = Instance.new("Part")
  4531. o104 = Instance.new("Part")
  4532. o105 = Instance.new("Part")
  4533. o106 = Instance.new("Part")
  4534. o107 = Instance.new("Part")
  4535. o108 = Instance.new("CylinderMesh")
  4536. o109 = Instance.new("Part")
  4537. o110 = Instance.new("CylinderMesh")
  4538. o111 = Instance.new("Part")
  4539. o112 = Instance.new("CylinderMesh")
  4540. o113 = Instance.new("Part")
  4541. o114 = Instance.new("CylinderMesh")
  4542. o115 = Instance.new("Part")
  4543. o116 = Instance.new("CylinderMesh")
  4544. o117 = Instance.new("Part")
  4545. o118 = Instance.new("CylinderMesh")
  4546. o119 = Instance.new("Part")
  4547. o120 = Instance.new("CylinderMesh")
  4548. o121 = Instance.new("Part")
  4549. o122 = Instance.new("SpecialMesh")
  4550. o123 = Instance.new("Part")
  4551. o124 = Instance.new("Decal")
  4552. o1.Name = " "
  4553. o1.Parent = workspace
  4554. o2.Parent = o1
  4555. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  4556. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  4557. o2.Anchored = true
  4558. o2.FormFactor = Enum.FormFactor.Symmetric
  4559. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  4560. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  4561. o3.Parent = o2
  4562. o4.Parent = o1
  4563. o4.BrickColor = BrickColor.new("Institutional white")
  4564. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  4565. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  4566. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4567. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  4568. o4.Anchored = true
  4569. o4.FormFactor = Enum.FormFactor.Plate
  4570. o4.Size = Vector3.new(1, 2.4000001, 2)
  4571. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4572. o4.BackSurface = Enum.SurfaceType.Weld
  4573. o4.BottomSurface = Enum.SurfaceType.Weld
  4574. o4.LeftSurface = Enum.SurfaceType.Weld
  4575. o4.TopSurface = Enum.SurfaceType.Weld
  4576. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4577. o5.Parent = o4
  4578. o5.MeshType = Enum.MeshType.Wedge
  4579. o6.Parent = o1
  4580. o6.Material = Enum.Material.SmoothPlastic
  4581. o6.BrickColor = BrickColor.new("Really black")
  4582. o6.Transparency = 0.5
  4583. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  4584. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  4585. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4586. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  4587. o6.Anchored = true
  4588. o6.FormFactor = Enum.FormFactor.Plate
  4589. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  4590. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  4591. o6.BackSurface = Enum.SurfaceType.Weld
  4592. o6.BottomSurface = Enum.SurfaceType.Weld
  4593. o6.LeftSurface = Enum.SurfaceType.Weld
  4594. o6.RightSurface = Enum.SurfaceType.Weld
  4595. o6.TopSurface = Enum.SurfaceType.Weld
  4596. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4597. o7.Parent = o6
  4598. o7.MeshType = Enum.MeshType.Wedge
  4599. o8.Parent = o1
  4600. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  4601. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  4602. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  4603. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4604. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  4605. o8.Anchored = true
  4606. o8.FormFactor = Enum.FormFactor.Custom
  4607. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  4608. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  4609. o8.BackSurface = Enum.SurfaceType.Weld
  4610. o8.BottomSurface = Enum.SurfaceType.Weld
  4611. o8.FrontSurface = Enum.SurfaceType.Weld
  4612. o8.LeftSurface = Enum.SurfaceType.Weld
  4613. o8.RightSurface = Enum.SurfaceType.Weld
  4614. o8.TopSurface = Enum.SurfaceType.Weld
  4615. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  4616. o9.Parent = o8
  4617. o10.Parent = o1
  4618. o10.BrickColor = BrickColor.new("Institutional white")
  4619. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  4620. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  4621. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4622. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  4623. o10.Anchored = true
  4624. o10.CanCollide = false
  4625. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  4626. game.Players[Victim].Character.Humanoid.JumpPower = 0
  4627. o10.FormFactor = Enum.FormFactor.Plate
  4628. o10.Size = Vector3.new(14, 0.400000006, 1)
  4629. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  4630. o10.BackSurface = Enum.SurfaceType.Weld
  4631. o10.BottomSurface = Enum.SurfaceType.Weld
  4632. o10.FrontSurface = Enum.SurfaceType.Weld
  4633. o10.LeftSurface = Enum.SurfaceType.Weld
  4634. o10.RightSurface = Enum.SurfaceType.Weld
  4635. o10.TopSurface = Enum.SurfaceType.Weld
  4636. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4637. o11.Parent = o10
  4638. o12.Name = "DOOR"
  4639. o12.Parent = o1
  4640. o12.BrickColor = BrickColor.new("Institutional white")
  4641. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  4642. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  4643. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4644. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  4645. o12.Anchored = true
  4646. o12.CanCollide = false
  4647. o12.FormFactor = Enum.FormFactor.Plate
  4648. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  4649. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  4650. o12.BottomSurface = Enum.SurfaceType.Weld
  4651. o12.LeftSurface = Enum.SurfaceType.Weld
  4652. o12.RightSurface = Enum.SurfaceType.Weld
  4653. o12.TopSurface = Enum.SurfaceType.Weld
  4654. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4655. o13.Parent = o1
  4656. o13.BrickColor = BrickColor.new("White")
  4657. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  4658. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  4659. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4660. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  4661. o13.Anchored = true
  4662. o13.FormFactor = Enum.FormFactor.Plate
  4663. o13.Size = Vector3.new(7, 4.80000019, 1)
  4664. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  4665. o13.BackSurface = Enum.SurfaceType.Weld
  4666. o13.BottomSurface = Enum.SurfaceType.Weld
  4667. o13.FrontSurface = Enum.SurfaceType.Weld
  4668. o13.LeftSurface = Enum.SurfaceType.Weld
  4669. o13.RightSurface = Enum.SurfaceType.Weld
  4670. o13.TopSurface = Enum.SurfaceType.Weld
  4671. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  4672. o14.Parent = o13
  4673. o15.Parent = o1
  4674. o15.BrickColor = BrickColor.new("Institutional white")
  4675. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  4676. o15.Rotation = Vector3.new(90, 89.960434, -90)
  4677. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4678. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  4679. o15.Anchored = true
  4680. o15.CanCollide = false
  4681. o15.FormFactor = Enum.FormFactor.Plate
  4682. o15.Size = Vector3.new(10, 0.400000006, 1)
  4683. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  4684. o15.BackSurface = Enum.SurfaceType.Weld
  4685. o15.BottomSurface = Enum.SurfaceType.Weld
  4686. o15.TopSurface = Enum.SurfaceType.Weld
  4687. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4688. o16.Parent = o15
  4689. o16.MeshType = Enum.MeshType.Wedge
  4690. o17.Parent = o1
  4691. o17.BrickColor = BrickColor.new("Institutional white")
  4692. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  4693. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  4694. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4695. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  4696. o17.Anchored = true
  4697. o17.FormFactor = Enum.FormFactor.Plate
  4698. o17.Size = Vector3.new(1, 2.4000001, 2)
  4699. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4700. o17.BackSurface = Enum.SurfaceType.Weld
  4701. o17.BottomSurface = Enum.SurfaceType.Weld
  4702. o17.RightSurface = Enum.SurfaceType.Weld
  4703. o17.TopSurface = Enum.SurfaceType.Weld
  4704. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4705. o18.Parent = o17
  4706. o18.MeshType = Enum.MeshType.Wedge
  4707. o19.Parent = o1
  4708. o19.BrickColor = BrickColor.new("Institutional white")
  4709. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  4710. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  4711. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4712. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  4713. o19.Anchored = true
  4714. o19.FormFactor = Enum.FormFactor.Plate
  4715. o19.Size = Vector3.new(10, 1.20000005, 3)
  4716. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  4717. o19.BackSurface = Enum.SurfaceType.Weld
  4718. o19.BottomSurface = Enum.SurfaceType.Weld
  4719. o19.TopSurface = Enum.SurfaceType.Weld
  4720. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4721. o20.Parent = o19
  4722. o20.MeshType = Enum.MeshType.Wedge
  4723. o21.Parent = o19
  4724. o21.SoundId = "rbxassetid://532147820"
  4725. o21.Looped = true
  4726. o22.Parent = o1
  4727. o22.BrickColor = BrickColor.new("Institutional white")
  4728. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  4729. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  4730. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4731. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  4732. o22.Anchored = true
  4733. o22.FormFactor = Enum.FormFactor.Plate
  4734. o22.Size = Vector3.new(2, 2.4000001, 1)
  4735. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  4736. o22.BackSurface = Enum.SurfaceType.Weld
  4737. o22.BottomSurface = Enum.SurfaceType.Weld
  4738. o22.FrontSurface = Enum.SurfaceType.Weld
  4739. o22.LeftSurface = Enum.SurfaceType.Weld
  4740. o22.RightSurface = Enum.SurfaceType.Weld
  4741. o22.TopSurface = Enum.SurfaceType.Weld
  4742. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4743. o23.Parent = o22
  4744. o24.Parent = o1
  4745. o24.BrickColor = BrickColor.new("Institutional white")
  4746. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  4747. o24.Rotation = Vector3.new(-0, -90, 0)
  4748. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4749. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  4750. o24.Anchored = true
  4751. o24.FormFactor = Enum.FormFactor.Plate
  4752. o24.Size = Vector3.new(1, 2.79999995, 1)
  4753. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  4754. o24.BackSurface = Enum.SurfaceType.Weld
  4755. o24.BottomSurface = Enum.SurfaceType.Weld
  4756. o24.TopSurface = Enum.SurfaceType.Weld
  4757. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4758. o25.Parent = o24
  4759. o25.MeshType = Enum.MeshType.Wedge
  4760. o26.Parent = o1
  4761. o26.BrickColor = BrickColor.new("Institutional white")
  4762. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  4763. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  4764. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4765. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  4766. o26.Anchored = true
  4767. o26.FormFactor = Enum.FormFactor.Plate
  4768. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  4769. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  4770. o26.BackSurface = Enum.SurfaceType.Weld
  4771. o26.BottomSurface = Enum.SurfaceType.Weld
  4772. o26.FrontSurface = Enum.SurfaceType.Weld
  4773. o26.LeftSurface = Enum.SurfaceType.Weld
  4774. o26.RightSurface = Enum.SurfaceType.Weld
  4775. o26.TopSurface = Enum.SurfaceType.Weld
  4776. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4777. o27.Parent = o26
  4778. o28.Parent = o1
  4779. o28.BrickColor = BrickColor.new("Institutional white")
  4780. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  4781. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  4782. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4783. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  4784. o28.Anchored = true
  4785. o28.FormFactor = Enum.FormFactor.Plate
  4786. o28.Size = Vector3.new(1, 2.79999995, 1)
  4787. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  4788. o28.BackSurface = Enum.SurfaceType.Weld
  4789. o28.BottomSurface = Enum.SurfaceType.Weld
  4790. o28.TopSurface = Enum.SurfaceType.Weld
  4791. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4792. o29.Parent = o28
  4793. o29.MeshType = Enum.MeshType.Wedge
  4794. o30.Parent = o1
  4795. o30.BrickColor = BrickColor.new("Institutional white")
  4796. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  4797. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  4798. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4799. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  4800. o30.Anchored = true
  4801. o30.FormFactor = Enum.FormFactor.Plate
  4802. o30.Size = Vector3.new(2, 2.4000001, 1)
  4803. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  4804. o30.BackSurface = Enum.SurfaceType.Weld
  4805. o30.BottomSurface = Enum.SurfaceType.Weld
  4806. o30.FrontSurface = Enum.SurfaceType.Weld
  4807. o30.LeftSurface = Enum.SurfaceType.Weld
  4808. o30.RightSurface = Enum.SurfaceType.Weld
  4809. o30.TopSurface = Enum.SurfaceType.Weld
  4810. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4811. o31.Parent = o30
  4812. o32.Parent = o1
  4813. o32.BrickColor = BrickColor.new("Dark stone grey")
  4814. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  4815. o32.Rotation = Vector3.new(90, 89.960434, -90)
  4816. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4817. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  4818. o32.Anchored = true
  4819. o32.FormFactor = Enum.FormFactor.Plate
  4820. o32.Size = Vector3.new(8, 2.4000001, 1)
  4821. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  4822. o32.BottomSurface = Enum.SurfaceType.Weld
  4823. o32.TopSurface = Enum.SurfaceType.Weld
  4824. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4825. o33.Parent = o32
  4826. o33.Offset = Vector3.new(0, 0, 0.5)
  4827. o33.Scale = Vector3.new(1, 1, 2)
  4828. o34.Parent = o1
  4829. o34.BrickColor = BrickColor.new("Institutional white")
  4830. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  4831. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  4832. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4833. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  4834. o34.Anchored = true
  4835. o34.FormFactor = Enum.FormFactor.Plate
  4836. o34.Size = Vector3.new(3, 1.20000005, 10)
  4837. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  4838. o34.BackSurface = Enum.SurfaceType.Weld
  4839. o34.BottomSurface = Enum.SurfaceType.Weld
  4840. o34.FrontSurface = Enum.SurfaceType.Weld
  4841. o34.LeftSurface = Enum.SurfaceType.Weld
  4842. o34.RightSurface = Enum.SurfaceType.Weld
  4843. o34.TopSurface = Enum.SurfaceType.Weld
  4844. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4845. o35.Parent = o34
  4846. o36.Parent = o1
  4847. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  4848. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  4849. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  4850. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4851. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  4852. o36.Anchored = true
  4853. o36.FormFactor = Enum.FormFactor.Custom
  4854. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  4855. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  4856. o36.BackSurface = Enum.SurfaceType.Weld
  4857. o36.BottomSurface = Enum.SurfaceType.Weld
  4858. o36.FrontSurface = Enum.SurfaceType.Weld
  4859. o36.LeftSurface = Enum.SurfaceType.Weld
  4860. o36.RightSurface = Enum.SurfaceType.Weld
  4861. o36.TopSurface = Enum.SurfaceType.Weld
  4862. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  4863. o37.Parent = o36
  4864. o38.Parent = o1
  4865. o38.BrickColor = BrickColor.new("Institutional white")
  4866. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  4867. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  4868. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4869. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  4870. o38.Anchored = true
  4871. o38.CanCollide = false
  4872. o38.FormFactor = Enum.FormFactor.Plate
  4873. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  4874. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  4875. o38.BottomSurface = Enum.SurfaceType.Weld
  4876. o38.LeftSurface = Enum.SurfaceType.Weld
  4877. o38.RightSurface = Enum.SurfaceType.Weld
  4878. o38.TopSurface = Enum.SurfaceType.Weld
  4879. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4880. o39.Parent = o1
  4881. o39.BrickColor = BrickColor.new("Really red")
  4882. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  4883. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  4884. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4885. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  4886. o39.Anchored = true
  4887. o39.FormFactor = Enum.FormFactor.Plate
  4888. o39.Size = Vector3.new(1, 1.20000005, 1)
  4889. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  4890. o39.BackSurface = Enum.SurfaceType.Weld
  4891. o39.BottomSurface = Enum.SurfaceType.Weld
  4892. o39.FrontSurface = Enum.SurfaceType.Weld
  4893. o39.LeftSurface = Enum.SurfaceType.Weld
  4894. o39.RightSurface = Enum.SurfaceType.Weld
  4895. o39.TopSurface = Enum.SurfaceType.Weld
  4896. o39.Color = Color3.new(1, 0, 0)
  4897. o40.Parent = o39
  4898. o41.Parent = o1
  4899. o41.BrickColor = BrickColor.new("Institutional white")
  4900. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  4901. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  4902. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4903. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  4904. o41.Anchored = true
  4905. o41.FormFactor = Enum.FormFactor.Plate
  4906. o41.Size = Vector3.new(1, 0.800000012, 1)
  4907. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  4908. o41.BackSurface = Enum.SurfaceType.Weld
  4909. o41.BottomSurface = Enum.SurfaceType.Weld
  4910. o41.FrontSurface = Enum.SurfaceType.Weld
  4911. o41.LeftSurface = Enum.SurfaceType.Weld
  4912. o41.RightSurface = Enum.SurfaceType.Weld
  4913. o41.TopSurface = Enum.SurfaceType.Weld
  4914. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4915. o42.Parent = o41
  4916. o43.Parent = o1
  4917. o43.BrickColor = BrickColor.new("Institutional white")
  4918. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  4919. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  4920. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4921. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  4922. o43.Anchored = true
  4923. o43.CanCollide = false
  4924. o43.FormFactor = Enum.FormFactor.Plate
  4925. o43.Size = Vector3.new(14, 0.400000006, 8)
  4926. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  4927. o43.BackSurface = Enum.SurfaceType.Weld
  4928. o43.BottomSurface = Enum.SurfaceType.Weld
  4929. o43.FrontSurface = Enum.SurfaceType.Weld
  4930. o43.LeftSurface = Enum.SurfaceType.Weld
  4931. o43.RightSurface = Enum.SurfaceType.Weld
  4932. o43.TopSurface = Enum.SurfaceType.Weld
  4933. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4934. o44.Parent = o43
  4935. o45.Parent = o1
  4936. o45.BrickColor = BrickColor.new("Really black")
  4937. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  4938. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  4939. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4940. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  4941. o45.Anchored = true
  4942. o45.CanCollide = false
  4943. o45.FormFactor = Enum.FormFactor.Plate
  4944. o45.Size = Vector3.new(3, 2.79999995, 1)
  4945. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  4946. o45.BackSurface = Enum.SurfaceType.Weld
  4947. o45.BottomSurface = Enum.SurfaceType.Weld
  4948. o45.TopSurface = Enum.SurfaceType.Weld
  4949. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4950. o46.Parent = o45
  4951. o46.MeshType = Enum.MeshType.Wedge
  4952. o47.Parent = o1
  4953. o47.BrickColor = BrickColor.new("Institutional white")
  4954. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  4955. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  4956. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4957. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  4958. o47.Anchored = true
  4959. o47.FormFactor = Enum.FormFactor.Plate
  4960. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  4961. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  4962. o47.BackSurface = Enum.SurfaceType.Weld
  4963. o47.BottomSurface = Enum.SurfaceType.Weld
  4964. o47.FrontSurface = Enum.SurfaceType.Weld
  4965. o47.LeftSurface = Enum.SurfaceType.Weld
  4966. o47.RightSurface = Enum.SurfaceType.Weld
  4967. o47.TopSurface = Enum.SurfaceType.Weld
  4968. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4969. o48.Parent = o47
  4970. o49.Parent = o1
  4971. o49.BrickColor = BrickColor.new("White")
  4972. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  4973. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  4974. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4975. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  4976. o49.Anchored = true
  4977. o49.FormFactor = Enum.FormFactor.Plate
  4978. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  4979. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  4980. o49.BackSurface = Enum.SurfaceType.Weld
  4981. o49.BottomSurface = Enum.SurfaceType.Weld
  4982. o49.FrontSurface = Enum.SurfaceType.Weld
  4983. o49.LeftSurface = Enum.SurfaceType.Weld
  4984. o49.RightSurface = Enum.SurfaceType.Weld
  4985. o49.TopSurface = Enum.SurfaceType.Weld
  4986. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  4987. o50.Parent = o49
  4988. o51.Parent = o1
  4989. o51.BrickColor = BrickColor.new("Institutional white")
  4990. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  4991. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  4992. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4993. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  4994. o51.Anchored = true
  4995. o51.FormFactor = Enum.FormFactor.Plate
  4996. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  4997. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  4998. o51.BackSurface = Enum.SurfaceType.Weld
  4999. o51.BottomSurface = Enum.SurfaceType.Weld
  5000. o51.FrontSurface = Enum.SurfaceType.Weld
  5001. o51.LeftSurface = Enum.SurfaceType.Weld
  5002. o51.RightSurface = Enum.SurfaceType.Weld
  5003. o51.TopSurface = Enum.SurfaceType.Weld
  5004. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5005. o52.Parent = o51
  5006. o53.Parent = o1
  5007. o53.BrickColor = BrickColor.new("Institutional white")
  5008. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  5009. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  5010. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5011. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  5012. o53.Anchored = true
  5013. o53.CanCollide = false
  5014. o53.FormFactor = Enum.FormFactor.Plate
  5015. o53.Size = Vector3.new(2, 2.79999995, 1)
  5016. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5017. o53.BackSurface = Enum.SurfaceType.Weld
  5018. o53.BottomSurface = Enum.SurfaceType.Weld
  5019. o53.TopSurface = Enum.SurfaceType.Weld
  5020. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5021. o54.Parent = o53
  5022. o54.MeshType = Enum.MeshType.Wedge
  5023. o55.Parent = o1
  5024. o55.BrickColor = BrickColor.new("Really black")
  5025. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  5026. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  5027. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5028. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  5029. o55.Anchored = true
  5030. o55.CanCollide = false
  5031. o55.FormFactor = Enum.FormFactor.Plate
  5032. o55.Size = Vector3.new(3, 2.79999995, 1)
  5033. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5034. o55.BackSurface = Enum.SurfaceType.Weld
  5035. o55.BottomSurface = Enum.SurfaceType.Weld
  5036. o55.TopSurface = Enum.SurfaceType.Weld
  5037. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5038. o56.Parent = o55
  5039. o56.MeshType = Enum.MeshType.Wedge
  5040. o57.Parent = o1
  5041. o57.BrickColor = BrickColor.new("Institutional white")
  5042. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  5043. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5044. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5045. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  5046. o57.Anchored = true
  5047. o57.CanCollide = false
  5048. o57.FormFactor = Enum.FormFactor.Plate
  5049. o57.Size = Vector3.new(1, 2, 8)
  5050. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5051. o57.BackSurface = Enum.SurfaceType.Weld
  5052. o57.BottomSurface = Enum.SurfaceType.Weld
  5053. o57.FrontSurface = Enum.SurfaceType.Weld
  5054. o57.LeftSurface = Enum.SurfaceType.Weld
  5055. o57.RightSurface = Enum.SurfaceType.Weld
  5056. o57.TopSurface = Enum.SurfaceType.Weld
  5057. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5058. o58.Parent = o57
  5059. o59.Parent = o1
  5060. o59.BrickColor = BrickColor.new("Institutional white")
  5061. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  5062. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5063. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5064. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  5065. o59.Anchored = true
  5066. o59.FormFactor = Enum.FormFactor.Plate
  5067. o59.Size = Vector3.new(1, 0.800000012, 1)
  5068. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5069. o59.BackSurface = Enum.SurfaceType.Weld
  5070. o59.BottomSurface = Enum.SurfaceType.Weld
  5071. o59.FrontSurface = Enum.SurfaceType.Weld
  5072. o59.LeftSurface = Enum.SurfaceType.Weld
  5073. o59.RightSurface = Enum.SurfaceType.Weld
  5074. o59.TopSurface = Enum.SurfaceType.Weld
  5075. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5076. o60.Parent = o59
  5077. o61.Parent = o1
  5078. o61.BrickColor = BrickColor.new("Institutional white")
  5079. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  5080. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5081. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5082. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  5083. o61.Anchored = true
  5084. o61.CanCollide = false
  5085. o61.FormFactor = Enum.FormFactor.Plate
  5086. o61.Size = Vector3.new(14, 0.400000006, 1)
  5087. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5088. o61.BackSurface = Enum.SurfaceType.Weld
  5089. o61.BottomSurface = Enum.SurfaceType.Weld
  5090. o61.FrontSurface = Enum.SurfaceType.Weld
  5091. o61.LeftSurface = Enum.SurfaceType.Weld
  5092. o61.RightSurface = Enum.SurfaceType.Weld
  5093. o61.TopSurface = Enum.SurfaceType.Weld
  5094. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5095. o62.Parent = o61
  5096. o63.Parent = o1
  5097. o63.BrickColor = BrickColor.new("Institutional white")
  5098. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  5099. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  5100. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5101. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  5102. o63.Anchored = true
  5103. o63.CanCollide = false
  5104. o63.FormFactor = Enum.FormFactor.Plate
  5105. o63.Size = Vector3.new(1, 4.80999994, 1)
  5106. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  5107. o63.BottomSurface = Enum.SurfaceType.Weld
  5108. o63.LeftSurface = Enum.SurfaceType.Weld
  5109. o63.RightSurface = Enum.SurfaceType.Weld
  5110. o63.TopSurface = Enum.SurfaceType.Weld
  5111. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5112. o64.Parent = o1
  5113. o64.BrickColor = BrickColor.new("Institutional white")
  5114. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  5115. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  5116. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5117. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  5118. o64.Anchored = true
  5119. o64.CanCollide = false
  5120. o64.FormFactor = Enum.FormFactor.Plate
  5121. o64.Size = Vector3.new(1, 2.4000001, 1)
  5122. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  5123. o64.BottomSurface = Enum.SurfaceType.Weld
  5124. o64.LeftSurface = Enum.SurfaceType.Weld
  5125. o64.RightSurface = Enum.SurfaceType.Weld
  5126. o64.TopSurface = Enum.SurfaceType.Weld
  5127. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5128. o65.Parent = o1
  5129. o65.BrickColor = BrickColor.new("Institutional white")
  5130. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  5131. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5132. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5133. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  5134. o65.Anchored = true
  5135. o65.FormFactor = Enum.FormFactor.Plate
  5136. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  5137. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5138. o65.BackSurface = Enum.SurfaceType.Weld
  5139. o65.BottomSurface = Enum.SurfaceType.Weld
  5140. o65.FrontSurface = Enum.SurfaceType.Weld
  5141. o65.LeftSurface = Enum.SurfaceType.Weld
  5142. o65.RightSurface = Enum.SurfaceType.Weld
  5143. o65.TopSurface = Enum.SurfaceType.Weld
  5144. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5145. o66.Parent = o65
  5146. o67.Parent = o1
  5147. o67.BrickColor = BrickColor.new("Really red")
  5148. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  5149. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  5150. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5151. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  5152. o67.Anchored = true
  5153. o67.FormFactor = Enum.FormFactor.Plate
  5154. o67.Size = Vector3.new(1, 1.20000005, 1)
  5155. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  5156. o67.BackSurface = Enum.SurfaceType.Weld
  5157. o67.BottomSurface = Enum.SurfaceType.Weld
  5158. o67.FrontSurface = Enum.SurfaceType.Weld
  5159. o67.LeftSurface = Enum.SurfaceType.Weld
  5160. o67.RightSurface = Enum.SurfaceType.Weld
  5161. o67.TopSurface = Enum.SurfaceType.Weld
  5162. o67.Color = Color3.new(1, 0, 0)
  5163. o68.Parent = o67
  5164. o69.Parent = o1
  5165. o69.BrickColor = BrickColor.new("Institutional white")
  5166. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  5167. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5168. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5169. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  5170. o69.Anchored = true
  5171. o69.CanCollide = false
  5172. o69.FormFactor = Enum.FormFactor.Plate
  5173. o69.Size = Vector3.new(1, 0.400000006, 10)
  5174. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5175. o69.BackSurface = Enum.SurfaceType.Weld
  5176. o69.BottomSurface = Enum.SurfaceType.Weld
  5177. o69.FrontSurface = Enum.SurfaceType.Weld
  5178. o69.LeftSurface = Enum.SurfaceType.Weld
  5179. o69.RightSurface = Enum.SurfaceType.Weld
  5180. o69.TopSurface = Enum.SurfaceType.Weld
  5181. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5182. o70.Parent = o69
  5183. o71.Parent = o1
  5184. o71.BrickColor = BrickColor.new("Really black")
  5185. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  5186. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5187. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5188. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  5189. o71.Anchored = true
  5190. o71.FormFactor = Enum.FormFactor.Custom
  5191. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  5192. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5193. o71.BackSurface = Enum.SurfaceType.Weld
  5194. o71.BottomSurface = Enum.SurfaceType.Weld
  5195. o71.FrontSurface = Enum.SurfaceType.Weld
  5196. o71.LeftSurface = Enum.SurfaceType.Weld
  5197. o71.RightSurface = Enum.SurfaceType.Weld
  5198. o71.TopSurface = Enum.SurfaceType.Weld
  5199. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5200. o72.Parent = o71
  5201. o73.Name = "Head"
  5202. o73.Parent = o1
  5203. o73.Material = Enum.Material.SmoothPlastic
  5204. o73.BrickColor = BrickColor.new("Institutional white")
  5205. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  5206. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5207. o73.Anchored = true
  5208. o73.FormFactor = Enum.FormFactor.Symmetric
  5209. o73.Size = Vector3.new(2, 1, 1)
  5210. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5211. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5212. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5213. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5214. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5215. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5216. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5217. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5218. o74.Parent = o73
  5219. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  5220. o75.Name = "face"
  5221. o75.Parent = o73
  5222. o75.Texture = "rbxasset://textures/face.png"
  5223. o76.Parent = o1
  5224. o76.BrickColor = BrickColor.new("Institutional white")
  5225. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  5226. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  5227. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5228. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  5229. o76.Anchored = true
  5230. o76.CanCollide = false
  5231. o76.FormFactor = Enum.FormFactor.Plate
  5232. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  5233. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  5234. o76.BottomSurface = Enum.SurfaceType.Weld
  5235. o76.LeftSurface = Enum.SurfaceType.Weld
  5236. o76.RightSurface = Enum.SurfaceType.Weld
  5237. o76.TopSurface = Enum.SurfaceType.Weld
  5238. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5239. o77.Parent = o1
  5240. o77.BrickColor = BrickColor.new("Institutional white")
  5241. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  5242. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  5243. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5244. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  5245. o77.Anchored = true
  5246. o77.FormFactor = Enum.FormFactor.Plate
  5247. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  5248. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  5249. o77.BackSurface = Enum.SurfaceType.Weld
  5250. o77.BottomSurface = Enum.SurfaceType.Weld
  5251. o77.FrontSurface = Enum.SurfaceType.Weld
  5252. o77.LeftSurface = Enum.SurfaceType.Weld
  5253. o77.RightSurface = Enum.SurfaceType.Weld
  5254. o77.TopSurface = Enum.SurfaceType.Weld
  5255. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5256. o78.Parent = o77
  5257. o79.Name = "Head"
  5258. o79.Parent = o1
  5259. o79.Material = Enum.Material.SmoothPlastic
  5260. o79.BrickColor = BrickColor.new("Institutional white")
  5261. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  5262. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5263. o79.Anchored = true
  5264. o79.FormFactor = Enum.FormFactor.Symmetric
  5265. o79.Size = Vector3.new(2, 1, 1)
  5266. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5267. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5268. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5269. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5270. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5271. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5273. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5274. o80.Parent = o79
  5275. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  5276. o81.Name = "face"
  5277. o81.Parent = o79
  5278. o81.Texture = "rbxasset://textures/face.png"
  5279. o82.Name = "Handle"
  5280. o82.Parent = o1
  5281. o82.Material = Enum.Material.SmoothPlastic
  5282. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  5283. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5284. o82.Anchored = true
  5285. o82.CanCollide = false
  5286. o82.FormFactor = Enum.FormFactor.Symmetric
  5287. o82.Size = Vector3.new(2, 2, 2)
  5288. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5289. o82.BottomSurface = Enum.SurfaceType.Smooth
  5290. o82.TopSurface = Enum.SurfaceType.Smooth
  5291. o83.Parent = o82
  5292. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5293. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5294. o83.MeshType = Enum.MeshType.FileMesh
  5295. o84.Parent = o1
  5296. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  5297. o84.RightLeg = o94
  5298. o84.LeftLeg = o96
  5299. o84.Torso = o87
  5300. o84.Health = 0
  5301. o84.MaxHealth = 0
  5302. o85.Name = "TPPART"
  5303. o85.Parent = o1
  5304. o85.Transparency = 1
  5305. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  5306. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5307. o85.Anchored = true
  5308. o85.CanCollide = false
  5309. o85.Size = Vector3.new(4, 1, 2)
  5310. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5311. o86.Name = "TPPART2"
  5312. o86.Parent = o1
  5313. o86.Transparency = 1
  5314. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  5315. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5316. o86.Anchored = true
  5317. o86.CanCollide = false
  5318. o86.Size = Vector3.new(4, 1, 2)
  5319. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5320. o87.Name = "Torso"
  5321. o87.Parent = o1
  5322. o87.Material = Enum.Material.SmoothPlastic
  5323. o87.BrickColor = BrickColor.new("Navy blue")
  5324. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  5325. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5326. o87.Anchored = true
  5327. o87.FormFactor = Enum.FormFactor.Symmetric
  5328. o87.Size = Vector3.new(2, 2, 1)
  5329. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5330. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5331. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5332. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5333. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5336. o87.Color = Color3.new(0, 0.12549, 0.376471)
  5337. o88.Name = "roblox"
  5338. o88.Parent = o87
  5339. o89.Name = "Right Shoulder"
  5340. o89.Parent = o87
  5341. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5342. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5343. o89.Part0 = o87
  5344. o89.Part1 = o95
  5345. o89.DesiredAngle = -0.062025275081396
  5346. o89.MaxVelocity = 0.15000000596046
  5347. o90.Name = "Left Shoulder"
  5348. o90.Parent = o87
  5349. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5350. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5351. o90.Part0 = o87
  5352. o90.Part1 = o97
  5353. o90.DesiredAngle = -0.062025275081396
  5354. o90.MaxVelocity = 0.15000000596046
  5355. o91.Name = "Right Hip"
  5356. o91.Parent = o87
  5357. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5358. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5359. o91.Part0 = o87
  5360. o91.Part1 = o94
  5361. o91.DesiredAngle = 0.062025275081396
  5362. o91.MaxVelocity = 0.10000000149012
  5363. o92.Name = "Left Hip"
  5364. o92.Parent = o87
  5365. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5366. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5367. o92.Part0 = o87
  5368. o92.Part1 = o96
  5369. o92.DesiredAngle = 0.062025275081396
  5370. o92.MaxVelocity = 0.10000000149012
  5371. o93.Name = "Neck"
  5372. o93.Parent = o87
  5373. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5374. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5375. o93.Part0 = o87
  5376. o93.Part1 = o73
  5377. o93.MaxVelocity = 0.10000000149012
  5378. o94.Name = "Right Leg"
  5379. o94.Parent = o1
  5380. o94.Material = Enum.Material.SmoothPlastic
  5381. o94.BrickColor = BrickColor.new("Navy blue")
  5382. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  5383. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5384. o94.Anchored = true
  5385. o94.CanCollide = false
  5386. o94.FormFactor = Enum.FormFactor.Symmetric
  5387. o94.Size = Vector3.new(1, 2, 1)
  5388. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5389. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5393. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5394. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5395. o94.Color = Color3.new(0, 0.12549, 0.376471)
  5396. o95.Name = "Right Arm"
  5397. o95.Parent = o1
  5398. o95.Material = Enum.Material.SmoothPlastic
  5399. o95.BrickColor = BrickColor.new("Maroon")
  5400. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  5401. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5402. o95.Anchored = true
  5403. o95.CanCollide = false
  5404. o95.FormFactor = Enum.FormFactor.Symmetric
  5405. o95.Size = Vector3.new(1, 2, 1)
  5406. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5407. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5408. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5409. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5410. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5412. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5413. o95.Color = Color3.new(0.458824, 0, 0)
  5414. o96.Name = "Left Leg"
  5415. o96.Parent = o1
  5416. o96.Material = Enum.Material.SmoothPlastic
  5417. o96.BrickColor = BrickColor.new("Navy blue")
  5418. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  5419. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5420. o96.Anchored = true
  5421. o96.CanCollide = false
  5422. o96.FormFactor = Enum.FormFactor.Symmetric
  5423. o96.Size = Vector3.new(1, 2, 1)
  5424. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5425. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5427. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5428. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5430. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5431. o96.Color = Color3.new(0, 0.12549, 0.376471)
  5432. o97.Name = "Left Arm"
  5433. o97.Parent = o1
  5434. o97.Material = Enum.Material.SmoothPlastic
  5435. o97.BrickColor = BrickColor.new("Maroon")
  5436. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  5437. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5438. o97.Anchored = true
  5439. o97.CanCollide = false
  5440. o97.FormFactor = Enum.FormFactor.Symmetric
  5441. o97.Size = Vector3.new(1, 2, 1)
  5442. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5443. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5444. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5445. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5446. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5449. o97.Color = Color3.new(0.458824, 0, 0)
  5450. o98.Name = "Torso"
  5451. o98.Parent = o1
  5452. o98.Material = Enum.Material.SmoothPlastic
  5453. o98.BrickColor = BrickColor.new("Navy blue")
  5454. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  5455. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5456. o98.Anchored = true
  5457. o98.FormFactor = Enum.FormFactor.Symmetric
  5458. o98.Size = Vector3.new(2, 2, 1)
  5459. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5460. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5461. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. o98.Color = Color3.new(0, 0.12549, 0.376471)
  5467. o99.Name = "roblox"
  5468. o99.Parent = o98
  5469. o100.Name = "Right Hip"
  5470. o100.Parent = o98
  5471. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5472. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5473. o100.Part0 = o98
  5474. o100.Part1 = o103
  5475. o100.DesiredAngle = 0.062025275081396
  5476. o100.MaxVelocity = 0.10000000149012
  5477. o101.Name = "Left Hip"
  5478. o101.Parent = o98
  5479. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5480. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5481. o101.Part0 = o98
  5482. o101.Part1 = o105
  5483. o101.DesiredAngle = 0.062025275081396
  5484. o101.MaxVelocity = 0.10000000149012
  5485. o102.Name = "Neck"
  5486. o102.Parent = o98
  5487. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5488. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5489. o102.Part0 = o98
  5490. o102.Part1 = o79
  5491. o102.MaxVelocity = 0.10000000149012
  5492. o103.Name = "Right Leg"
  5493. o103.Parent = o1
  5494. o103.Material = Enum.Material.SmoothPlastic
  5495. o103.BrickColor = BrickColor.new("Really black")
  5496. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  5497. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5498. o103.Anchored = true
  5499. o103.CanCollide = false
  5500. o103.FormFactor = Enum.FormFactor.Symmetric
  5501. o103.Size = Vector3.new(1, 2, 1)
  5502. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5503. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5504. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5506. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5510. o104.Name = "Right Arm"
  5511. o104.Parent = o1
  5512. o104.Material = Enum.Material.SmoothPlastic
  5513. o104.BrickColor = BrickColor.new("Maroon")
  5514. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  5515. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5516. o104.Anchored = true
  5517. o104.CanCollide = false
  5518. o104.FormFactor = Enum.FormFactor.Symmetric
  5519. o104.Size = Vector3.new(1, 2, 1)
  5520. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5521. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5522. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5523. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5524. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5525. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5526. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. o104.Color = Color3.new(0.458824, 0, 0)
  5528. o105.Name = "Left Leg"
  5529. o105.Parent = o1
  5530. o105.Material = Enum.Material.SmoothPlastic
  5531. o105.BrickColor = BrickColor.new("Really black")
  5532. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  5533. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5534. o105.Anchored = true
  5535. o105.CanCollide = false
  5536. o105.FormFactor = Enum.FormFactor.Symmetric
  5537. o105.Size = Vector3.new(1, 2, 1)
  5538. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5539. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5540. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5541. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5543. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5544. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5545. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5546. o106.Name = "Left Arm"
  5547. o106.Parent = o1
  5548. o106.Material = Enum.Material.SmoothPlastic
  5549. o106.BrickColor = BrickColor.new("Maroon")
  5550. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  5551. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5552. o106.Anchored = true
  5553. o106.CanCollide = false
  5554. o106.FormFactor = Enum.FormFactor.Symmetric
  5555. o106.Size = Vector3.new(1, 2, 1)
  5556. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5557. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5558. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5559. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5562. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. o106.Color = Color3.new(0.458824, 0, 0)
  5564. o107.Parent = o1
  5565. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5566. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5567. o107.Anchored = true
  5568. o107.FormFactor = Enum.FormFactor.Symmetric
  5569. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5570. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5571. o108.Parent = o107
  5572. o109.Parent = o1
  5573. o109.BrickColor = BrickColor.new("Really black")
  5574. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5575. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5576. o109.Anchored = true
  5577. o109.FormFactor = Enum.FormFactor.Symmetric
  5578. o109.Size = Vector3.new(3, 1.20000005, 3)
  5579. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5580. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5581. o110.Parent = o109
  5582. o111.Parent = o1
  5583. o111.BrickColor = BrickColor.new("Really black")
  5584. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5585. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5586. o111.Anchored = true
  5587. o111.FormFactor = Enum.FormFactor.Symmetric
  5588. o111.Size = Vector3.new(3, 1.20000005, 3)
  5589. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5590. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5591. o112.Parent = o111
  5592. o113.Parent = o1
  5593. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5594. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5595. o113.Anchored = true
  5596. o113.FormFactor = Enum.FormFactor.Symmetric
  5597. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5598. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5599. o114.Parent = o113
  5600. o115.Parent = o1
  5601. o115.BrickColor = BrickColor.new("Really black")
  5602. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5603. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5604. o115.Anchored = true
  5605. o115.FormFactor = Enum.FormFactor.Symmetric
  5606. o115.Size = Vector3.new(3, 1.20000005, 3)
  5607. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5608. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5609. o116.Parent = o115
  5610. o117.Parent = o1
  5611. o117.BrickColor = BrickColor.new("Really black")
  5612. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  5613. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5614. o117.Anchored = true
  5615. o117.FormFactor = Enum.FormFactor.Symmetric
  5616. o117.Size = Vector3.new(3, 1.20000005, 3)
  5617. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5618. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5619. o118.Parent = o117
  5620. o119.Parent = o1
  5621. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5622. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5623. o119.Anchored = true
  5624. o119.FormFactor = Enum.FormFactor.Symmetric
  5625. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5626. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5627. o120.Parent = o119
  5628. o121.Name = "Handle"
  5629. o121.Parent = o1
  5630. o121.Material = Enum.Material.SmoothPlastic
  5631. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  5632. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5633. o121.Anchored = true
  5634. o121.CanCollide = false
  5635. o121.FormFactor = Enum.FormFactor.Symmetric
  5636. o121.Size = Vector3.new(2, 2, 2)
  5637. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5638. o121.BottomSurface = Enum.SurfaceType.Smooth
  5639. o121.TopSurface = Enum.SurfaceType.Smooth
  5640. o122.Parent = o121
  5641. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5642. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5643. o122.MeshType = Enum.MeshType.FileMesh
  5644. o123.Name = "RPPART"
  5645. o123.Parent = o1
  5646. o123.Transparency = 1
  5647. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  5648. o123.Rotation = Vector3.new(-90, 0, -0)
  5649. o123.Anchored = true
  5650. o123.CanCollide = false
  5651. o123.Size = Vector3.new(4, 1, 2)
  5652. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5653. o124.Parent = o12
  5654. o124.Texture = "http://roblox.com/asset/?id=112031763"
  5655. function MoveY(model, Position)
  5656. for _,part in pairs (model:GetChildren()) do
  5657. if part.ClassName == "Part" then
  5658. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  5659. end
  5660. end
  5661. end
  5662. function MoveX(model, Position)
  5663. for _,part in pairs (model:GetChildren()) do
  5664. if part.ClassName == "Part" then
  5665. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  5666. end
  5667. end
  5668. end
  5669. function MoveSpawn(model, PLAYERPOS)
  5670. for _,part in pairs (model:GetChildren()) do
  5671. if part.ClassName == "Part" then
  5672. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  5673. end
  5674. end
  5675. end
  5676. function MoveZ(model, Position)
  5677. for _,part in pairs (model:GetChildren()) do
  5678. if part.ClassName == "Part" then
  5679. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  5680. end
  5681. end
  5682. end
  5683. function MoveZPart(Part, Position)
  5684. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  5685. end
  5686. function MoveXPart(Part, Position)
  5687. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  5688. end
  5689. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  5690. OMGCREEPY = Instance.new("Sound")
  5691. OMGCREEPY.Parent = o1
  5692. OMGCREEPY.Volume = 10
  5693. OMGCREEPY.SoundId = "rbxassetid://177775134"
  5694. for i,v in pairs (o1:GetChildren()) do
  5695. if v:IsA("Part") then
  5696. v.Material = "SmoothPlastic"
  5697. v.BackSurface = "SmoothNoOutlines"
  5698. v.FrontSurface = "SmoothNoOutlines"
  5699. v.BottomSurface = "SmoothNoOutlines"
  5700. v.LeftSurface = "SmoothNoOutlines"
  5701. v.RightSurface = "SmoothNoOutlines"
  5702. v.TopSurface = "SmoothNoOutlines"
  5703. end
  5704. end
  5705. OMGCREEPY:Play()
  5706. o21:Play()
  5707. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  5708. for i=1,51 do
  5709. MoveX(o1,-3)
  5710. wait(.05)
  5711. end
  5712. wait(.5)
  5713. MoveZPart(o12,-1)
  5714. wait(.2)
  5715. for i=1,6 do
  5716. MoveXPart(o12,1)
  5717. wait(.1)
  5718. end
  5719. wait(.5)
  5720. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5721. wait(.5)
  5722. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5723. wait(.5)
  5724. MoveZPart(o12,1)
  5725. wait(.2)
  5726.  
  5727. for i=1,6 do
  5728. MoveXPart(o12,-1)
  5729. wait(.1)
  5730. end
  5731. for i=1,50 do
  5732. MoveX(o1,-3)
  5733. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5734. wait(.05)
  5735. end
  5736. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  5737. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  5738. SCREAM = Instance.new("Sound")
  5739. SCREAM.Parent = game.Players[Victim].Character.Head
  5740. SCREAM.SoundId = "rbxassetid://138167455"
  5741. SCREAM:Play()
  5742. wait(2.5)
  5743. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  5744. MoveZPart(o12,-1)
  5745. wait(.2)
  5746. for i=1,6 do
  5747. MoveXPart(o12,1)
  5748. wait(.1)
  5749. end
  5750. wait(.5)
  5751. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5752. wait(.5)
  5753. MoveZPart(o12,1)
  5754. wait(.2)
  5755. for i=1,6 do
  5756. MoveXPart(o12,-1)
  5757. wait(.1)
  5758. end
  5759. game.Players[Victim].Character.Humanoid.Health = 0
  5760. player = game.Players[Victim]
  5761. char = player.Character
  5762. char.Archivable = true
  5763. local rg = char:Clone()
  5764. rg.HumanoidRootPart:Destroy()
  5765. rg.Name = ""
  5766. rg.Humanoid.MaxHealth = 0
  5767. for i, v in pairs(rg.Torso:GetChildren()) do
  5768. if v:IsA("Motor6D") then
  5769. v:Destroy()
  5770. end
  5771. end
  5772.  
  5773. local n = Instance.new("Glue", rg.Torso)
  5774. n.Name = "Neck"
  5775. n.Part0 = rg.Torso
  5776. n.Part1 = rg.Head
  5777. n.C0 = CFrame.new(0, 1, 0)
  5778. n.C1 = CFrame.new(0, -0.5, 0)
  5779.  
  5780. local rs = Instance.new("Glue", rg.Torso)
  5781. rs.Name = "Right Shoulder"
  5782. rs.Part0 = rg.Torso
  5783. rs.Part1 = rg["Right Arm"]
  5784. rs.C0 = CFrame.new(1.5, 0.5, 0)
  5785. rs.C1 = CFrame.new(0, 0.5, 0)
  5786. local ls = Instance.new("Glue", rg.Torso)
  5787. ls.Name = "Left Shoulder"
  5788. ls.Part0 = rg.Torso
  5789. ls.Part1 = rg["Left Arm"]
  5790. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  5791. ls.C1 = CFrame.new(0, 0.5, 0)
  5792.  
  5793. local rh = Instance.new("Glue", rg.Torso)
  5794. rh.Name = "Right Hip"
  5795. rh.Part0 = rg.Torso
  5796. rh.Part1 = rg["Right Leg"]
  5797. rh.C0 = CFrame.new(0.5, -1, 0)
  5798. rh.C1 = CFrame.new(0, 1, 0)
  5799. local lh = Instance.new("Glue", rg.Torso)
  5800. lh.Name = "Left Hip"
  5801. lh.Part0 = rg.Torso
  5802. lh.Part1 = rg["Left Leg"]
  5803. lh.C0 = CFrame.new(-0.5, -1, 0)
  5804. lh.C1 = CFrame.new(0, 1, 0)
  5805. char.Torso:Destroy()
  5806. char.Head:Destroy()
  5807. char["Left Leg"]:Destroy()
  5808. char["Left Arm"]:Destroy()
  5809. char["Right Leg"]:Destroy()
  5810. char["Right Arm"]:Destroy()
  5811. rg.Parent = game.Workspace
  5812. rg.Head.BrickColor = BrickColor.new("Maroon")
  5813. function DEATH ()
  5814. OHHNELLY = Instance.new("Part")
  5815. OHHNELLY.Parent = workspace
  5816. OHHNELLY.Anchored = false
  5817. OHHNELLY.Material = Enum.Material.SmoothPlastic
  5818. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  5819. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5820. OHHNELLY.Position = rg.Head.Position
  5821. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  5822. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5827. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5828. end
  5829. for i=1,20 do
  5830. DEATH()
  5831. MoveX(o1,-3)
  5832. wait(.05)
  5833. end
  5834. o1:Destroy()
  5835. end)
  5836. end)
  5837.  
  5838. TextButton_4.Parent = Frame
  5839. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5840. TextButton_4.Position = UDim2.new(0, 0, 0, 117)
  5841. TextButton_4.Size = UDim2.new(0, 152, 0, 50)
  5842. TextButton_4.Font = Enum.Font.SourceSans
  5843. TextButton_4.FontSize = Enum.FontSize.Size14
  5844. TextButton_4.Text = "FE Gui"
  5845. TextButton_4.TextSize = 14
  5846.  
  5847. TextButton_4.MouseButton1Down:connect(function()
  5848. -- Objects
  5849.  
  5850. local FeGuiByMigas3456 = Instance.new("ScreenGui")
  5851. local FEGui = Instance.new("Frame")
  5852. local Info = Instance.new("TextLabel")
  5853. local SpawnBlocks = Instance.new("TextButton")
  5854. local Kill = Instance.new("TextButton")
  5855. local KillAll = Instance.new("TextButton")
  5856. local God = Instance.new("TextButton")
  5857. local FloatingTorso = Instance.new("TextButton")
  5858. local Loopkill = Instance.new("TextButton")
  5859. local Control = Instance.new("TextButton")
  5860. local Shutdown = Instance.new("TextButton")
  5861. local FlyingHead = Instance.new("TextButton")
  5862. local Close = Instance.new("TextButton")
  5863. local Name = Instance.new("TextBox")
  5864.  
  5865. -- Properties
  5866.  
  5867. FeGuiByMigas3456.Name = "FeGuiByMigas3456"
  5868. FeGuiByMigas3456.Parent = game.Players.LocalPlayer.PlayerGui
  5869.  
  5870. FEGui.Name = "FEGui"
  5871. FEGui.Parent = FeGuiByMigas3456
  5872. FEGui.BackgroundColor3 = Color3.new(0, 0, 0)
  5873. FEGui.BackgroundTransparency = 0.5
  5874. FEGui.BorderColor3 = Color3.new(1, 0.333333, 0)
  5875. FEGui.Position = UDim2.new(0, 0, 0, 311)
  5876. FEGui.Size = UDim2.new(0, 642, 0, 367)
  5877.  
  5878. Info.Name = "Info"
  5879. Info.Parent = FEGui
  5880. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  5881. Info.BackgroundTransparency = 0.5
  5882. Info.BorderColor3 = Color3.new(1, 0.333333, 0)
  5883. Info.Size = UDim2.new(0, 642, 0, 50)
  5884. Info.Font = Enum.Font.SourceSans
  5885. Info.FontSize = Enum.FontSize.Size14
  5886. Info.Text = "FE Gui"
  5887. Info.TextColor3 = Color3.new(1, 0.333333, 0)
  5888. Info.TextScaled = true
  5889. Info.TextSize = 14
  5890. Info.TextWrapped = true
  5891.  
  5892. SpawnBlocks.Name = "SpawnBlocks"
  5893. SpawnBlocks.Parent = FEGui
  5894. SpawnBlocks.BackgroundColor3 = Color3.new(0, 0, 0)
  5895. SpawnBlocks.BackgroundTransparency = 0.5
  5896. SpawnBlocks.BorderColor3 = Color3.new(1, 0.333333, 0)
  5897. SpawnBlocks.Position = UDim2.new(0, 440, 0, 97)
  5898. SpawnBlocks.Size = UDim2.new(0, 172, 0, 50)
  5899. SpawnBlocks.Font = Enum.Font.SourceSans
  5900. SpawnBlocks.FontSize = Enum.FontSize.Size14
  5901. SpawnBlocks.Text = "FE Spawn Blocks"
  5902. SpawnBlocks.TextColor3 = Color3.new(1, 0.333333, 0)
  5903. SpawnBlocks.TextSize = 14
  5904.  
  5905. SpawnBlocks.MouseButton1Down:connect(function()
  5906. for i=1,20 do
  5907. wait(1)
  5908. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  5909. if v:IsA'Accoutrement' then
  5910. v.Parent=game.Players.LocalPlayer.Character
  5911. v.Parent = workspace.Terrain
  5912. end
  5913. end
  5914. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5915. if v:IsA'Accoutrement' then
  5916. for ape,hax in pairs(v.Handle:GetChildren()) do
  5917. hax:Destroy()
  5918. end
  5919. wait'.1'
  5920. v.Parent=game.Players.LocalPlayer.StarterGear
  5921. end
  5922. end
  5923. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5924. v:Destroy()
  5925. end
  5926. local prt=Instance.new("Model", workspace);
  5927. Instance.new("Part", prt).Name="Torso";
  5928. Instance.new("Part", prt).Name="Head";
  5929. Instance.new("Humanoid", prt).Name="Humanoid";
  5930. game.Players.LocalPlayer.Character=prt
  5931.  
  5932. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  5933. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  5934. if dad:IsA'Accoutrement' then
  5935. dad.Parent = game.Players.LocalPlayer.StarterGear
  5936. end
  5937. end
  5938. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5939. v:Destroy()
  5940. end
  5941. local prt2=Instance.new("Model", workspace);
  5942. Instance.new("Part", prt).Name="Torso";
  5943. Instance.new("Part", prt).Name="Head";
  5944. Instance.new("Humanoid", prt).Name="Humanoid";
  5945. game.Players.LocalPlayer.Character=prt
  5946. end
  5947. end)
  5948.  
  5949. Kill.Name = "Kill"
  5950. Kill.Parent = FEGui
  5951. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  5952. Kill.BackgroundTransparency = 0.5
  5953. Kill.BorderColor3 = Color3.new(1, 0.333333, 0)
  5954. Kill.Position = UDim2.new(0, 235, 0, 96)
  5955. Kill.Size = UDim2.new(0, 172, 0, 50)
  5956. Kill.Font = Enum.Font.SourceSans
  5957. Kill.FontSize = Enum.FontSize.Size14
  5958. Kill.Text = "FE Kill"
  5959. Kill.TextColor3 = Color3.new(1, 0.333333, 0)
  5960. Kill.TextSize = 14
  5961.  
  5962. Kill.MouseButton1Down:connect(function()
  5963. local target = game.Players[Name.Text]
  5964. repeat
  5965. wait()
  5966. target:Move(Vector3.new(math.huge*0))
  5967. until not target:FindFirstChild("Head")
  5968. end)
  5969.  
  5970. KillAll.Name = "KillAll"
  5971. KillAll.Parent = FEGui
  5972. KillAll.BackgroundColor3 = Color3.new(0, 0, 0)
  5973. KillAll.BackgroundTransparency = 0.5
  5974. KillAll.BorderColor3 = Color3.new(1, 0.333333, 0)
  5975. KillAll.Position = UDim2.new(0, 18, 0, 95)
  5976. KillAll.Size = UDim2.new(0, 172, 0, 50)
  5977. KillAll.Font = Enum.Font.SourceSans
  5978. KillAll.FontSize = Enum.FontSize.Size14
  5979. KillAll.Text = "FE Kill All"
  5980. KillAll.TextColor3 = Color3.new(1, 0.333333, 0)
  5981. KillAll.TextSize = 14
  5982.  
  5983. KillAll.MouseButton1Down:connect(function()
  5984. for i, v in next, game.Players:GetPlayers() do
  5985. v:Move(Vector3.new(math.huge*0))
  5986. end
  5987. end)
  5988.  
  5989. God.Name = "God"
  5990. God.Parent = FEGui
  5991. God.BackgroundColor3 = Color3.new(0, 0, 0)
  5992. God.BackgroundTransparency = 0.5
  5993. God.BorderColor3 = Color3.new(1, 0.333333, 0)
  5994. God.Position = UDim2.new(0, 17, 0, 183)
  5995. God.Size = UDim2.new(0, 172, 0, 50)
  5996. God.Font = Enum.Font.SourceSans
  5997. God.FontSize = Enum.FontSize.Size14
  5998. God.Text = "FE God"
  5999. God.TextColor3 = Color3.new(1, 0.333333, 0)
  6000. God.TextSize = 14
  6001.  
  6002. God.MouseButton1Down:connect(function()
  6003. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6004. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6005. l.Parent = game.Players.LocalPlayer.Character
  6006. l.Name = "Humanoid"
  6007. wait(0.1)
  6008. game.Players.LocalPlayer.Character["1"]:Destroy()
  6009. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6010. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6011. wait(0.1)
  6012. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6013. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6014. end)
  6015.  
  6016. FloatingTorso.Name = "Floating Torso"
  6017. FloatingTorso.Parent = FEGui
  6018. FloatingTorso.BackgroundColor3 = Color3.new(0, 0, 0)
  6019. FloatingTorso.BackgroundTransparency = 0.5
  6020. FloatingTorso.BorderColor3 = Color3.new(1, 0.333333, 0)
  6021. FloatingTorso.Position = UDim2.new(0, 235, 0, 183)
  6022. FloatingTorso.Size = UDim2.new(0, 172, 0, 50)
  6023. FloatingTorso.Font = Enum.Font.SourceSans
  6024. FloatingTorso.FontSize = Enum.FontSize.Size14
  6025. FloatingTorso.Text = "FE Floating Torso"
  6026. FloatingTorso.TextColor3 = Color3.new(1, 0.333333, 0)
  6027. FloatingTorso.TextSize = 14
  6028.  
  6029. FloatingTorso.MouseButton1Down:connect(function()
  6030. local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6031. Weld1.Part0 = game.Players.LocalPlayer.Character.Head
  6032. Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
  6033. local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6034. Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  6035. Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
  6036. local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6037. Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  6038. Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
  6039. local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6040. Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  6041. Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
  6042. local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6043. Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  6044. Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
  6045. end)
  6046.  
  6047. Loopkill.Name = "Loopkill"
  6048. Loopkill.Parent = FEGui
  6049. Loopkill.BackgroundColor3 = Color3.new(0, 0, 0)
  6050. Loopkill.BackgroundTransparency = 0.5
  6051. Loopkill.BorderColor3 = Color3.new(1, 0.333333, 0)
  6052. Loopkill.Position = UDim2.new(0, 440, 0, 183)
  6053. Loopkill.Size = UDim2.new(0, 172, 0, 50)
  6054. Loopkill.Font = Enum.Font.SourceSans
  6055. Loopkill.FontSize = Enum.FontSize.Size14
  6056. Loopkill.Text = "FE Loopkill"
  6057. Loopkill.TextColor3 = Color3.new(1, 0.333333, 0)
  6058. Loopkill.TextSize = 14
  6059.  
  6060. Loopkill.MouseButton1Down:connect(function()
  6061. while true do
  6062. local target = game.Players:FindFirstChild(Name.Text)
  6063. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  6064. wait()
  6065. end
  6066. end)
  6067.  
  6068. Control.Name = "Control"
  6069. Control.Parent = FEGui
  6070. Control.BackgroundColor3 = Color3.new(0, 0, 0)
  6071. Control.BackgroundTransparency = 0.5
  6072. Control.BorderColor3 = Color3.new(1, 0.333333, 0)
  6073. Control.Position = UDim2.new(0, 16, 0, 275)
  6074. Control.Size = UDim2.new(0, 172, 0, 50)
  6075. Control.Font = Enum.Font.SourceSans
  6076. Control.FontSize = Enum.FontSize.Size14
  6077. Control.Text = "FE Control"
  6078. Control.TextColor3 = Color3.new(1, 0.333333, 0)
  6079. Control.TextSize = 14
  6080.  
  6081. Control.MouseButton1Down:connect(function()
  6082. v = game.Workspace.LocalPlayer
  6083. vp = game.Players.LocalPlayer
  6084. b = game.Players:FindFirstChild(Name.Text)
  6085. v.Humanoid.WalkSpeed=16
  6086. game.Workspace.CurrentCamera.CameraSubject = vp.Character.Head
  6087. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  6088. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  6089. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  6090. game.Players.LocalPlayer.Character["Head"]:Destroy()
  6091. game.Players.LocalPlayer.Character["Torso"]:Destroy()
  6092. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  6093. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  6094. v.Humanoid.Parent=b
  6095. v["Left Leg"].Parent=b
  6096. v["Right Leg"].Parent=b
  6097. v["Head"].Parent=b
  6098. v["Torso"].Parent=b
  6099. v["Left Arm"].Parent=b
  6100. v["Right Arm"].Parent=b
  6101. v.Humanoid.WalkSpeed=16
  6102. b.Humanoid.WalkSpeed=16
  6103. --You have to bhop ish to move
  6104. end)
  6105.  
  6106. Shutdown.Name = "Shutdown"
  6107. Shutdown.Parent = FEGui
  6108. Shutdown.BackgroundColor3 = Color3.new(0, 0, 0)
  6109. Shutdown.BackgroundTransparency = 0.5
  6110. Shutdown.BorderColor3 = Color3.new(1, 0.333333, 0)
  6111. Shutdown.Position = UDim2.new(0, 235, 0, 277)
  6112. Shutdown.Size = UDim2.new(0, 172, 0, 50)
  6113. Shutdown.Font = Enum.Font.SourceSans
  6114. Shutdown.FontSize = Enum.FontSize.Size14
  6115. Shutdown.Text = "Sword(Only Works For City Life)"
  6116. Shutdown.TextColor3 = Color3.new(1, 0.333333, 0)
  6117. Shutdown.TextSize = 14
  6118.  
  6119. Shutdown.MouseButton1Down:connect(function()
  6120. --how to hammer 101 this only works for city life--
  6121. plr = "LocalPlayer" --player to give tool to
  6122.  
  6123.  
  6124. plr = game:GetService'Players'[plr]
  6125. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7', '1055299')
  6126. lp = game:GetService'Players'.LocalPlayer
  6127. hat = lp.Character:WaitForChild'meme'
  6128. hammer = hat.GravityHammer
  6129. hammer.Parent = lp:FindFirstChildOfClass'Backpack'
  6130. --DIRTY HACKS TO PARENT HAT/TOOLS WITH REPLICATION ON FE--
  6131. hat.Parent = nil
  6132. hammer.Parent = lp.Character
  6133. game:GetService'RunService'.Stepped:wait()
  6134. hammer.Parent = plr.Character
  6135. for i = 1,3 do
  6136. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  6137. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  6138. end
  6139. end)
  6140.  
  6141. FlyingHead.Name = "FlyingHead"
  6142. FlyingHead.Parent = FEGui
  6143. FlyingHead.BackgroundColor3 = Color3.new(0, 0, 0)
  6144. FlyingHead.BackgroundTransparency = 0.5
  6145. FlyingHead.BorderColor3 = Color3.new(1, 0.333333, 0)
  6146. FlyingHead.Position = UDim2.new(0, 441, 0, 276)
  6147. FlyingHead.Size = UDim2.new(0, 172, 0, 50)
  6148. FlyingHead.Font = Enum.Font.SourceSans
  6149. FlyingHead.FontSize = Enum.FontSize.Size14
  6150. FlyingHead.Text = "FE BTools(only works on chicken express)"
  6151. FlyingHead.TextColor3 = Color3.new(1, 0.333333, 0)
  6152. FlyingHead.TextSize = 14
  6153.  
  6154. FlyingHead.MouseButton1Down:connect(function()
  6155. --fe cafe hammertool script only works for Chicken Express Restaurant!--
  6156. maind = nil
  6157. if workspace:FindFirstChild'GiveSystem' then
  6158. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  6159. maind = workspace.GiveSystem.GiveItem
  6160. end
  6161. end
  6162. if workspace:FindFirstChild'HandToCentre' then
  6163. if workspace.HandToCentre:FindFirstChild'SendItem' then
  6164. maind = workspace.HandToCentre.SendItem
  6165. end
  6166. end
  6167. if maind == nil then
  6168. print'could not find give event :('
  6169. return
  6170. end
  6171. tool = Instance.new'Tool'
  6172. me = game:GetService'Players'.LocalPlayer
  6173. tool.RequiresHandle = false
  6174. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  6175. tool.Name = 'ya like jazz?'
  6176. tool.Parent = me.Backpack
  6177. buttonf = nil
  6178. tool.Equipped:connect(function()
  6179. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  6180. m.Icon = 'rbxasset://textures/HammerCursor.png'
  6181. buttonf = m.Button1Down:connect(function()
  6182. if m.Target == nil then return end
  6183. local ob = m.Target
  6184. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  6185. if ob:IsDescendantOf(me.Character) then return end
  6186. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  6187. local ex = Instance.new'Explosion'
  6188. ex.BlastRadius = 0
  6189. ex.Position = ob.Position
  6190. ex.Parent = workspace
  6191. maind:FireServer(workspace, ob)
  6192. wait(0.3)
  6193. m.Icon = 'rbxasset://textures/HammerCursor.png'
  6194. end
  6195. end)
  6196. end)
  6197. tool.Unequipped:connect(function()
  6198. if buttonf ~= nil then
  6199. buttonf:Disconnect()
  6200. buttonf = nil
  6201. end
  6202. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  6203. m.Icon = ''
  6204. end)
  6205. end)
  6206.  
  6207. Close.Name = "Close"
  6208. Close.Parent = FEGui
  6209. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  6210. Close.BackgroundTransparency = 1
  6211. Close.Position = UDim2.new(0, 516, 0, 0)
  6212. Close.Size = UDim2.new(0, 200, 0, 50)
  6213. Close.Font = Enum.Font.SourceSans
  6214. Close.FontSize = Enum.FontSize.Size14
  6215. Close.Text = "X"
  6216. Close.TextColor3 = Color3.new(1, 0, 0)
  6217. Close.TextScaled = true
  6218. Close.TextSize = 14
  6219. Close.TextWrapped = true
  6220.  
  6221. Close.MouseButton1Down:connect(function()
  6222. FeGuiByMigas3456:Remove()
  6223. end)
  6224.  
  6225. Name.Name = "Name"
  6226. Name.Parent = FEGui
  6227. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  6228. Name.BackgroundTransparency = 0.5
  6229. Name.BorderColor3 = Color3.new(1, 0.333333, 0)
  6230. Name.Position = UDim2.new(0, 221, 0, 56)
  6231. Name.Size = UDim2.new(0, 200, 0, 33)
  6232. Name.Font = Enum.Font.SourceSans
  6233. Name.FontSize = Enum.FontSize.Size14
  6234. Name.Text = "Name"
  6235. Name.TextSize = 14
  6236. end)
  6237.  
  6238. TextButton_5.Parent = Frame
  6239. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6240. TextButton_5.Position = UDim2.new(0, 153, 0, 117)
  6241. TextButton_5.Size = UDim2.new(0, 152, 0, 50)
  6242. TextButton_5.Font = Enum.Font.SourceSans
  6243. TextButton_5.FontSize = Enum.FontSize.Size14
  6244. TextButton_5.Text = "Sing Script"
  6245. TextButton_5.TextSize = 14
  6246.  
  6247. TextButton_5.MouseButton1Down:connect(function()
  6248. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  6249. local plr = game.Players.LocalPlayer
  6250. repeat wait() until plr.Character
  6251. plr = game.Players.LocalPlayer
  6252. char = plr.Character
  6253. torso = char.Torso
  6254. head = char.Head
  6255. neck = torso.Neck
  6256. head.face:Destroy()
  6257. sound = Instance.new("Sound", head)
  6258. sound.SoundId = "rbxassetid://"
  6259. sound.Volume = 100
  6260. sound:Play()
  6261. sound.Looped = true
  6262. plr.Chatted:connect(function(message)
  6263. if message:sub(1,4) == "Play" then
  6264. sound:Stop()
  6265. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  6266. sound:Play()
  6267. end
  6268. end)
  6269.  
  6270.  
  6271.  
  6272.  
  6273. ---- [[ Left Eye]] ----
  6274.  
  6275. eye1 = Instance.new("Part", workspace)
  6276. eye1.Anchored = false
  6277. eye1.Parent = head
  6278. eye1.TopSurface = 0
  6279. eye1.BrickColor = BrickColor.new("Black")
  6280. eye1.BottomSurface = 0
  6281. eye1m = Instance.new("SpecialMesh", eye1)
  6282. eye1m.MeshType = Enum.MeshType.Sphere
  6283. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  6284. ogsize = eye1m.Scale
  6285. weld = Instance.new("Weld", head)
  6286. weld.Part0 = eye1
  6287. weld.Part1 = head
  6288. weld.C1 = CFrame.new(-.17,.14,-.57)
  6289.  
  6290.  
  6291.  
  6292. ---- [[ Right Eye ]] ----
  6293.  
  6294.  
  6295. eye2 = Instance.new("Part", workspace)
  6296. eye2.Anchored = false
  6297. eye2.Parent = head
  6298. eye2.TopSurface = 0
  6299. eye2.BrickColor = BrickColor.new("Black")
  6300. eye2.BottomSurface = 0
  6301. eye2m = Instance.new("SpecialMesh", eye2)
  6302. eye2m.MeshType = Enum.MeshType.Sphere
  6303. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  6304. ogsize = eye2m.Scale
  6305. weld = Instance.new("Weld", head)
  6306. weld.Part0 = eye2
  6307. weld.Part1 = head
  6308. weld.C1 = CFrame.new(.17,.14,-.57)
  6309.  
  6310.  
  6311.  
  6312. ---- [[ Mouth ]] ----
  6313.  
  6314. mouth = Instance.new("Part", workspace)
  6315. mouth.Anchored = false
  6316. mouth.Parent = head
  6317. mouth.TopSurface = 0
  6318. mouth.BrickColor = BrickColor.new("Black")
  6319. mouth.BottomSurface = 0
  6320. mouth.Material = "SmoothPlastic"
  6321. mouthm = Instance.new("SpecialMesh", mouth)
  6322. mouthm.MeshType = Enum.MeshType.Sphere
  6323. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  6324. ogsize = mouthm.Scale
  6325. weld = Instance.new("Weld", head)
  6326. weld.Part0 = mouth
  6327. weld.Part1 = head
  6328. weld.C1 = CFrame.new(0,-.25,-.6)
  6329. game:service'RunService'.RenderStepped:connect(function()
  6330. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  6331. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  6332. end)
  6333. end)
  6334.  
  6335. TextButton_6.Parent = Frame
  6336. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6337. TextButton_6.Position = UDim2.new(0, 306, 0, 117)
  6338. TextButton_6.Size = UDim2.new(0, 152, 0, 50)
  6339. TextButton_6.Font = Enum.Font.SourceSans
  6340. TextButton_6.FontSize = Enum.FontSize.Size14
  6341. TextButton_6.Text = "Admin button troll"
  6342. TextButton_6.TextSize = 14
  6343.  
  6344. TextButton_6.MouseButton1Down:connect(function()
  6345. local Part = Instance.new("Part", workspace)
  6346. Part.Size = Vector3.new(5, 0.5, 5)
  6347. Part.Locked = true
  6348. Part.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(Vector3.new(0, -2.5, 10))
  6349. local Mesh = Instance.new("CylinderMesh", Part)
  6350. local Gui = Instance.new("BillboardGui", Part)
  6351. Gui.Size = UDim2.new(0, 800, 0, 400)
  6352. local Text = Instance.new("TextLabel", Gui)
  6353. Text.Size = UDim2.new(0, 300, 0, 100)
  6354. Text.Position = UDim2.new(0.3, 0, 0, 0)
  6355. Text.Text = "Touch for Admin"
  6356. Text.TextScaled = true
  6357. Text.BackgroundTransparency = 1
  6358. Text.BorderSizePixel = 0
  6359. Text.TextColor3 = Color3.new(255, 255, 255)
  6360. Text.TextStrokeTransparency = 0
  6361.  
  6362. Touched = false
  6363. Part.Touched:connect(function(player)
  6364. if Touched == false then
  6365. Touched = true
  6366. if player.Parent.ClassName == "Model" then
  6367. local Gui = Instance.new("BillboardGui", player.Parent.Head)
  6368. Gui.Size = UDim2.new(0, 800, 0, 400)
  6369. local Text = Instance.new("TextLabel", Gui)
  6370. Text.Size = UDim2.new(0, 300, 0, 100)
  6371. Text.Position = UDim2.new(0.3, 0, 0, 0)
  6372. Text.Text = "You have been given admin! Say ;cmds for a list of commands!"
  6373. Text.FontSize = "Size24"
  6374. Text.BackgroundTransparency = 1
  6375. Text.BorderSizePixel = 0
  6376. Text.TextColor3 = Color3.new(255, 255, 255)
  6377. Text.TextStrokeTransparency = 0
  6378. wait(6)
  6379. Gui:Destroy()
  6380. if player.Parent.Name ~= game.Players.LocalPlayer.Name then
  6381. player.Parent.Humanoid.HipHeight = 0/0
  6382. wait(3)
  6383. player.Parent:Destroy()
  6384. end
  6385. end
  6386. Touched = false
  6387. end
  6388. end)
  6389. end)
  6390.  
  6391. TextButton_7.Parent = Frame
  6392. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  6393. TextButton_7.Position = UDim2.new(0, 0, 0, 168)
  6394. TextButton_7.Size = UDim2.new(0, 152, 0, 50)
  6395. TextButton_7.Font = Enum.Font.SourceSans
  6396. TextButton_7.FontSize = Enum.FontSize.Size14
  6397. TextButton_7.Text = "Script Copier"
  6398. TextButton_7.TextSize = 14
  6399.  
  6400. TextButton_7.MouseButton1Down:connect(function()
  6401. -- made by TheFlamingBlaster
  6402. print("Script stealer by TheFlamingBlaster successfully started up.")
  6403. print("December 30th, 2016.")
  6404. print("Click on a player to freeze them, hit c to run their currently running scripts under yourself.")
  6405. print("This only works with localscripts")
  6406. print("This won't allow you to get the code of the scripts.")
  6407.  
  6408. local plr = game.Players.LocalPlayer
  6409. function exe(cmd)
  6410. game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = cmd
  6411. end
  6412. local mouse = plr:GetMouse()
  6413. local adornees
  6414. local destroyit = false
  6415. local lasttarget
  6416. local currenttarget
  6417. local changed = {}
  6418. mouse.Button1Down:connect(function()
  6419. if mouse.Target then
  6420. if mouse.Target.Parent.ClassName == "Model" then
  6421. currenttarget = mouse.Target.Parent
  6422. lasttarget = mouse.Target.Parent
  6423. adornees = Instance.new("Model",plr.Character)
  6424. for i,v in pairs(mouse.Target.Parent:GetChildren()) do
  6425. local s = Instance.new("SelectionBox",adornees)
  6426. if v:IsA("Part") then
  6427. if v.Name == "Torso" then
  6428. local lasso = Instance.new("SelectionPartLasso",adornees)
  6429. lasso.Humanoid = plr.Character.Humanoid
  6430. lasso.Part = v
  6431. end
  6432. s.Adornee = v
  6433. if v.Anchored == false then
  6434. table.insert(changed,v)
  6435. v.Anchored = true
  6436. end
  6437. end
  6438.  
  6439. end
  6440. destroyit = true
  6441. end
  6442. end
  6443. end)
  6444. game:GetService('UserInputService').InputBegan:connect(function(input,processed)
  6445. if mouse.Target and destroyit == true then
  6446. if input.KeyCode == Enum.KeyCode.C then
  6447. --currenttarget:Destroy()
  6448. for i,v in pairs(currenttarget:GetChildren()) do
  6449. if v:IsA("LocalScript") then
  6450. local c = v
  6451. c.Parent = plr.Character
  6452. c.Name = "Stolen"
  6453. exe('local a = '..v:GetFullName()..':Clone() a.Parent = getfenv().owner.Character print(a.Parent)')
  6454. print(c.Parent)
  6455. end
  6456. end
  6457. adornees:Destroy()
  6458. end
  6459. end
  6460. end)
  6461. mouse.Button1Up:connect(function()
  6462. if destroyit == true then
  6463. currenttarget = nil
  6464. for i,v in pairs(changed) do
  6465. v.Anchored = false
  6466. end
  6467. changed = {}
  6468. adornees:Destroy()
  6469. destroyit = false
  6470. end
  6471. end)
  6472. end)
  6473.  
  6474. TextButton_8.Parent = Frame
  6475. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  6476. TextButton_8.Position = UDim2.new(0, 153, 0, 168)
  6477. TextButton_8.Size = UDim2.new(0, 152, 0, 50)
  6478. TextButton_8.Font = Enum.Font.SourceSans
  6479. TextButton_8.FontSize = Enum.FontSize.Size14
  6480. TextButton_8.Text = "Ghost"
  6481. TextButton_8.TextSize = 14
  6482.  
  6483. TextButton_8.MouseButton1Down:connect(function()
  6484. plr = game.Players.LocalPlayer
  6485. mouse = plr:GetMouse()
  6486. part = nil
  6487. bp = nil
  6488. particles = nil
  6489. function clerp(a,b,c,d)
  6490. for i = 0,d,.01 do
  6491. a.CFrame = CFrame.new(b:lerp(c,i))
  6492. wait()
  6493. end
  6494. end
  6495. function slerp(a2,b2,c2,d2)
  6496. for i2 = 0,d2,.01 do
  6497. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  6498. wait()
  6499. end
  6500. end
  6501. mouse.KeyDown:connect(function(key)
  6502. if key == "e" and plr.Character.Parent == workspace then
  6503. plr.Character.Parent = workspace.Camera
  6504. plr.Character.Archivable = true
  6505. Instance.new("ForceField",plr.Character).Visible = false
  6506. for y,t in pairs(plr.Character:GetChildren()) do
  6507. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  6508. t.Transparency = 1
  6509. if t.Name == "Head" and t:FindFirstChild("face") then
  6510. t.face.Transparency = 1
  6511. end
  6512. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  6513. t.Handle.Transparency = 1
  6514. end
  6515. end
  6516. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  6517. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  6518. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  6519. if plr.Character.Torso.Anchored == true then
  6520. for y,t in pairs(plr.Character:GetChildren()) do
  6521. if t:IsA("Part") then
  6522. t.Anchored = false
  6523. end
  6524. end
  6525. else
  6526. for y,t in pairs(plr.Character:GetChildren()) do
  6527. if t:IsA("Part") then
  6528. t.Anchored = true
  6529. end
  6530. end
  6531. end
  6532. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  6533. local clone = part:Clone()
  6534. clone.Parent = workspace
  6535. clone.Anchored = false
  6536. clone:ClearAllChildren()
  6537. clone.CanCollide = true
  6538. bp.Parent = clone
  6539. particles.Parent = clone
  6540. if part.Parent:FindFirstChildOfClass("Humanoid") then
  6541. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  6542. end
  6543. part:Destroy()
  6544. part = clone
  6545. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  6546. plr.Character.Parent = workspace
  6547. plr.Character.Archivable = false
  6548. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  6549. for y,t in pairs(plr.Character:GetChildren()) do
  6550. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  6551. t.Transparency = 0
  6552. if t.Name == "Head" and t:FindFirstChild("face") then
  6553. t.face.Transparency = 0
  6554. end
  6555. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  6556. t.Handle.Transparency = 0
  6557. end
  6558. end
  6559. end
  6560. end)
  6561. mouse.Button1Down:connect(function()
  6562. if plr.Character.Parent == workspace.Camera then
  6563. if mouse ~= nil then
  6564. if mouse.Target ~= nil then
  6565. part = mouse.Target
  6566. bp = Instance.new("BodyPosition",part)
  6567. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  6568. bp.Position = part.Position
  6569. particles = Instance.new("ParticleEmitter",part)
  6570. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  6571. particles.Size = NumberSequence.new(1)
  6572. particles.Texture = "rbxassetid://292289455"
  6573. particles.VelocitySpread = 360
  6574. particles.Speed = NumberRange.new(0)
  6575. particles.RotSpeed = NumberRange.new(0)
  6576. particles.Rotation = NumberRange.new(0)
  6577. particles.Rate = 250
  6578. particles.Lifetime = NumberRange.new(.2,.4)
  6579. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  6580. dwn = true
  6581. end
  6582. end
  6583. while dwn == true do
  6584. wait()
  6585. bp.Position = mouse.hit.p
  6586. if part then
  6587. if part.Parent:FindFirstChildOfClass("Humanoid") then
  6588. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  6589. end
  6590. end
  6591. end
  6592. end
  6593. end)
  6594. mouse.Button1Up:connect(function()
  6595. dwn = false
  6596. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  6597. if bp then bp:Destroy() end
  6598. if particles then particles:Destroy() end
  6599. end)
  6600. base = Instance.new("ScreenGui",plr.PlayerGui)
  6601. bbg = Instance.new("BillboardGui",plr.Character.Head)
  6602. bbg.Size = UDim2.new(0,200,0,50)
  6603. bbg.StudsOffset = Vector3.new(0,3,0)
  6604. bbgTl = Instance.new("TextLabel",bbg)
  6605. bbgTl.BackgroundTransparency = 1
  6606. bbgTl.Size = UDim2.new(10,0,1,0)
  6607. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  6608. bbgTl.Font = "Code"
  6609. bbgTl.Text = " "
  6610. bbgTl.TextSize = 25
  6611. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  6612. bbgTl.TextColor3 = Color3.new(0,0,0)
  6613. bbgTl.TextStrokeTransparency = 0
  6614. bbgTl.TextWrapped = true
  6615. plr.Chatted:connect(function(msg)
  6616. bbgTl.Text = msg
  6617. wait(5)
  6618. if bbgTl.Text == msg then
  6619. bbgTl.Text = " "
  6620. end
  6621. end)
  6622. touchCounter = 0
  6623. while wait() do
  6624. if plr.Character.Parent == workspace.Camera then
  6625. local c = plr.Character:Clone()
  6626. c:MakeJoints()
  6627. for y,t in pairs(c:GetChildren()) do
  6628. if t:IsA("Part") then
  6629. t.CanCollide = false
  6630. t.Anchored = true
  6631. t.Transparency = .5
  6632. t.TopSurface = "Smooth"
  6633. t.BottomSurface = "Smooth"
  6634. t.RightSurface = "Smooth"
  6635. t.LeftSurface = "Smooth"
  6636. t.FrontSurface = "Smooth"
  6637. t.BackSurface = "Smooth"
  6638. t.BrickColor = BrickColor.new("Really black")
  6639. if t.Name == "Head" and t:FindFirstChild("face") then
  6640. t.face:Remove()
  6641. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  6642. t.roblox:Remove()
  6643. elseif t.Name == "HumanoidRootPart" then
  6644. t:Remove()
  6645. end
  6646. else
  6647. t:Remove()
  6648. end
  6649. end
  6650. c.Parent = workspace
  6651. game.Debris:AddItem(c,.05)
  6652. end
  6653. end
  6654. end)
  6655.  
  6656. TextButton_9.Parent = Frame
  6657. TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  6658. TextButton_9.Position = UDim2.new(0, 306, 0, 168)
  6659. TextButton_9.Size = UDim2.new(0, 152, 0, 50)
  6660. TextButton_9.Font = Enum.Font.SourceSans
  6661. TextButton_9.FontSize = Enum.FontSize.Size14
  6662. TextButton_9.Text = "Change map to Crossroads"
  6663. TextButton_9.TextSize = 14
  6664.  
  6665. TextButton_9.MouseButton1Down:connect(function()
  6666. plr = game.Players.LocalPlayer
  6667. mouse = plr:GetMouse()
  6668. part = nil
  6669. bp = nil
  6670. particles = nil
  6671. function clerp(a,b,c,d)
  6672. for i = 0,d,.01 do
  6673. a.CFrame = CFrame.new(b:lerp(c,i))
  6674. wait()
  6675. end
  6676. end
  6677. function slerp(a2,b2,c2,d2)
  6678. for i2 = 0,d2,.01 do
  6679. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  6680. wait()
  6681. end
  6682. end
  6683. mouse.KeyDown:connect(function(key)
  6684. if key == "e" and plr.Character.Parent == workspace then
  6685. plr.Character.Parent = workspace.Camera
  6686. plr.Character.Archivable = true
  6687. Instance.new("ForceField",plr.Character).Visible = false
  6688. for y,t in pairs(plr.Character:GetChildren()) do
  6689. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  6690. t.Transparency = 1
  6691. if t.Name == "Head" and t:FindFirstChild("face") then
  6692. t.face.Transparency = 1
  6693. end
  6694. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  6695. t.Handle.Transparency = 1
  6696. end
  6697. end
  6698. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  6699. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  6700. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  6701. if plr.Character.Torso.Anchored == true then
  6702. for y,t in pairs(plr.Character:GetChildren()) do
  6703. if t:IsA("Part") then
  6704. t.Anchored = false
  6705. end
  6706. end
  6707. else
  6708. for y,t in pairs(plr.Character:GetChildren()) do
  6709. if t:IsA("Part") then
  6710. t.Anchored = true
  6711. end
  6712. end
  6713. end
  6714. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  6715. local clone = part:Clone()
  6716. clone.Parent = workspace
  6717. clone.Anchored = false
  6718. clone:ClearAllChildren()
  6719. clone.CanCollide = true
  6720. bp.Parent = clone
  6721. particles.Parent = clone
  6722. if part.Parent:FindFirstChildOfClass("Humanoid") then
  6723. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  6724. end
  6725. part:Destroy()
  6726. part = clone
  6727. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  6728. plr.Character.Parent = workspace
  6729. plr.Character.Archivable = false
  6730. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  6731. for y,t in pairs(plr.Character:GetChildren()) do
  6732. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  6733. t.Transparency = 0
  6734. if t.Name == "Head" and t:FindFirstChild("face") then
  6735. t.face.Transparency = 0
  6736. end
  6737. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  6738. t.Handle.Transparency = 0
  6739. end
  6740. end
  6741. end
  6742. end)
  6743. mouse.Button1Down:connect(function()
  6744. if plr.Character.Parent == workspace.Camera then
  6745. if mouse ~= nil then
  6746. if mouse.Target ~= nil then
  6747. part = mouse.Target
  6748. bp = Instance.new("BodyPosition",part)
  6749. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  6750. bp.Position = part.Position
  6751. particles = Instance.new("ParticleEmitter",part)
  6752. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  6753. particles.Size = NumberSequence.new(1)
  6754. particles.Texture = "rbxassetid://292289455"
  6755. particles.VelocitySpread = 360
  6756. particles.Speed = NumberRange.new(0)
  6757. particles.RotSpeed = NumberRange.new(0)
  6758. particles.Rotation = NumberRange.new(0)
  6759. particles.Rate = 250
  6760. particles.Lifetime = NumberRange.new(.2,.4)
  6761. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  6762. dwn = true
  6763. end
  6764. end
  6765. while dwn == true do
  6766. wait()
  6767. bp.Position = mouse.hit.p
  6768. if part then
  6769. if part.Parent:FindFirstChildOfClass("Humanoid") then
  6770. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  6771. end
  6772. end
  6773. end
  6774. end
  6775. end)
  6776. mouse.Button1Up:connect(function()
  6777. dwn = false
  6778. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  6779. if bp then bp:Destroy() end
  6780. if particles then particles:Destroy() end
  6781. end)
  6782. base = Instance.new("ScreenGui",plr.PlayerGui)
  6783. bbg = Instance.new("BillboardGui",plr.Character.Head)
  6784. bbg.Size = UDim2.new(0,200,0,50)
  6785. bbg.StudsOffset = Vector3.new(0,3,0)
  6786. bbgTl = Instance.new("TextLabel",bbg)
  6787. bbgTl.BackgroundTransparency = 1
  6788. bbgTl.Size = UDim2.new(10,0,1,0)
  6789. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  6790. bbgTl.Font = "Code"
  6791. bbgTl.Text = " "
  6792. bbgTl.TextSize = 25
  6793. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  6794. bbgTl.TextColor3 = Color3.new(0,0,0)
  6795. bbgTl.TextStrokeTransparency = 0
  6796. bbgTl.TextWrapped = true
  6797. plr.Chatted:connect(function(msg)
  6798. bbgTl.Text = msg
  6799. wait(5)
  6800. if bbgTl.Text == msg then
  6801. bbgTl.Text = " "
  6802. end
  6803. end)
  6804. touchCounter = 0
  6805. while wait() do
  6806. if plr.Character.Parent == workspace.Camera then
  6807. local c = plr.Character:Clone()
  6808. c:MakeJoints()
  6809. for y,t in pairs(c:GetChildren()) do
  6810. if t:IsA("Part") then
  6811. t.CanCollide = false
  6812. t.Anchored = true
  6813. t.Transparency = .5
  6814. t.TopSurface = "Smooth"
  6815. t.BottomSurface = "Smooth"
  6816. t.RightSurface = "Smooth"
  6817. t.LeftSurface = "Smooth"
  6818. t.FrontSurface = "Smooth"
  6819. t.BackSurface = "Smooth"
  6820. t.BrickColor = BrickColor.new("Really black")
  6821. if t.Name == "Head" and t:FindFirstChild("face") then
  6822. t.face:Remove()
  6823. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  6824. t.roblox:Remove()
  6825. elseif t.Name == "HumanoidRootPart" then
  6826. t:Remove()
  6827. end
  6828. else
  6829. t:Remove()
  6830. end
  6831. end
  6832. c.Parent = workspace
  6833. game.Debris:AddItem(c,.05)
  6834. end
  6835. end
  6836. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement