Advertisement
Guest User

Roblox my made Gui SUB TO PREFIX GAMING!

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