Advertisement
Marcsosa

Untitled

Mar 14th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Edited by VV_rk
  2. -- date:7/15/17
  3.  
  4. CV="Magenta"
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. local txt = Instance.new("BillboardGui", char)
  8. txt.Adornee = char .Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 0
  20. text.Font = "Bodoni"
  21. text.TextStrokeColor3 = Color3.new(0,0,0)
  22.  
  23. v=Instance.new("Part")
  24. v.Name = "ColorBrick"
  25. v.Parent=p.Character
  26. v.FormFactor="Symmetric"
  27. v.Anchored=true
  28. v.CanCollide=false
  29. v.BottomSurface="Smooth"
  30. v.TopSurface="Smooth"
  31. v.Size=Vector3.new(10,5,3)
  32. v.Transparency=1
  33. v.CFrame=char.Torso.CFrame
  34. v.BrickColor=BrickColor.new(CV)
  35. v.Transparency=1
  36. text.TextColor3 = Color3.new(170,0,170)
  37. v.Shape="Block"
  38. text.Text = "DIO BRANDO"
  39.  
  40. function TakeDamage(hum, dmg)
  41. hum:TakeDamage(dmg)
  42. end
  43. plr = game.Players.LocalPlayer
  44. repeat
  45. wait(0.4)
  46. until plr.Character
  47. chr = plr.Character
  48. human = chr:FindFirstChild("Humanoid")
  49. human.Name = "hi"
  50. human.MaxHealth, human.Health = math.huge, math.huge
  51. mouse = plr:GetMouse()
  52. cam = workspace.CurrentCamera
  53. selected = false
  54. equipd = false
  55. tors = chr.Torso
  56. rarm = chr["Right Arm"]
  57. larm = chr["Left Arm"]
  58. rleg = chr["Right Leg"]
  59. lleg = chr["Left Leg"]
  60. hrp = chr.HumanoidRootPart
  61. hed = chr.Head
  62. anim = human.Animator
  63. activu = false
  64. appeared = false
  65. animpose = nil
  66. POSU = false
  67. local wherto = hrp
  68. local addcfr = CFrame.new(0, 0, 0)
  69. Heartbeat = Instance.new("BindableEvent")
  70. Heartbeat.Name = "Heartbeat"
  71. Heartbeat.Parent = script
  72. frame = 0.03333333333333333
  73. tf = 0
  74.  
  75.  
  76.  
  77.  
  78. game:GetService("RunService").Heartbeat:connect(function(s, p)
  79. tf = tf + s
  80. if tf >= frame then
  81. for i = 1, math.floor(tf / frame) do
  82. Heartbeat:Fire()
  83. end
  84. tf = tf - frame * math.floor(tf / frame)
  85. end
  86. end)
  87. function swait(num)
  88. if num == 0 or num == nil then
  89. Heartbeat.Event:wait()
  90. else
  91. for i = 1, num do
  92. Heartbeat.Event:wait()
  93. end
  94. end
  95. end
  96. tool = Instance.new("Tool")
  97. tool.CanBeDropped = false
  98. tool.RequiresHandle = false
  99. tool.Name = "Za Warudo"
  100. tool.Parent = plr.Backpack
  101. modz = Instance.new("Model")
  102. modz.Name = "efx"
  103. modz.Parent = chr
  104. ZaWarudo = Instance.new("Model")
  105. ZaWarudo.Name = "Za Warudo"
  106. ZaWarudo.Parent = chr
  107. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  108. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  109. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  110. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  111. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  112. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  113. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  114. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  115. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  116. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  117. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  118. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  119. RS = tors:FindFirstChild("Right Shoulder")
  120. LS = tors:FindFirstChild("Left Shoulder")
  121. RH = tors:FindFirstChild("Right Hip")
  122. LH = tors:FindFirstChild("Left Hip")
  123. RJ = hrp:FindFirstChild("RootJoint")
  124. N = tors:FindFirstChild("Neck")
  125. cf = CFrame.new
  126. ang = CFrame.Angles
  127. rd = math.rad
  128. rd2 = math.random
  129. function nooutline(p)
  130. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  131. end
  132. function makepart(color, name, reflec, mater, parnt, cfram)
  133. local port = Instance.new("Part")
  134. port.BrickColor = BrickColor.new(color)
  135. port.Name = name
  136. port.Transparency = 1
  137. nooutline(port)
  138. port.Reflectance = reflec
  139. port.Material = mater
  140. port.Anchored = false
  141. port.CanCollide = false
  142. port.Locked = true
  143. port.Size = Vector3.new(0.2, 0.2, 0.2)
  144. port.Parent = parnt
  145. return port
  146. end
  147. function makemesh(meshtype, scale, meshid, parent)
  148. local mes = Instance.new("SpecialMesh")
  149. mes.MeshType = meshtype
  150. mes.Scale = scale
  151. if meshtype == "FileMesh" then
  152. mes.MeshId = meshid
  153. end
  154. mes.Parent = parent
  155. return mes
  156. end
  157. function makemotor(parent, p0, p1, c0, c1)
  158. swait()
  159. local wel = Instance.new("Motor6D")
  160. wel.Part0 = p0
  161. wel.Part1 = p1
  162. wel.C0 = c0
  163. if c1 ~= nil then
  164. wel.C1 = c1
  165. end
  166. wel.Parent = parent
  167. return wel
  168. end
  169. local konodioda = Instance.new("Sound")
  170. konodioda.SoundId = "rbxassetid://276263776"
  171. konodioda.Volume = 3.5
  172. konodioda.Parent = hrp
  173. local bast = Instance.new("Sound")
  174. bast.SoundId = "rbxassetid://616576465"
  175. bast.Volume = 0.5
  176. bast.Parent = hrp
  177. local zaworld = Instance.new("Sound")
  178. zaworld.SoundId = "rbxassetid://616576400"
  179. zaworld.Volume = 0.8
  180. zaworld.Parent = hrp
  181. local wry = Instance.new("Sound")
  182. wry.SoundId = "rbxassetid://276152532"
  183. wry.Volume = 5
  184. wry.Parent = hrp
  185. function animo(yep)
  186. if yep == true then
  187. anim.Parent = human
  188. chr.Animate.Disabled = false
  189. elseif yep == false then
  190. chr.Animate.Disabled = true
  191. anim.Parent = nil
  192. end
  193. end
  194. animo(false)
  195. function lerpz(joint, prop, cfrmz, alp)
  196. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  197. end
  198. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  199. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  200. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  201. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  202. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  203. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  204. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  205. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  206. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  207. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  208. function resetlerp(whoever)
  209. if whoever == nil then
  210. RJ.C0 = RJC0
  211. RJ.C1 = RJC1
  212. N.C0 = NC0
  213. N.C1 = NC1
  214. RS.C0 = RSC0
  215. RS.C1 = RSC1
  216. LS.C0 = LSC0
  217. LS.C1 = LSC1
  218. RH.C0 = RHC0
  219. RH.C1 = RHC1
  220. LH.C0 = LHC0
  221. LH.C1 = LHC1
  222. elseif whoever ~= nil then
  223. nRJ.C0 = RJC0
  224. nRJ.C1 = RJC1
  225. nN.C0 = NC0
  226. nN.C1 = NC1
  227. nRS.C0 = RSC0
  228. nRS.C1 = RSC1
  229. nLS.C0 = LSC0
  230. nLS.C1 = LSC1
  231. nRH.C0 = RHC0
  232. nRH.C1 = RHC1
  233. nLH.C0 = LHC0
  234. nLH.C1 = LHC1
  235. end
  236. end
  237.  
  238. ---- Dio Hair
  239.  
  240.  
  241. ------ end of dio
  242. function STANDO(cfr)
  243. local rooto = Instance.new("Part")
  244. nooutline(rooto)
  245. rooto.Name = "HumanoidRootPart"
  246. rooto.Anchored = true
  247. rooto.CFrame = cfr
  248. rooto.Size = Vector3.new(2, 2, 1)
  249. rooto.CanCollide = false
  250. rooto.Locked = true
  251. rooto.Transparency = 1
  252. rooto.Parent = ZaWarudo
  253. local head = Instance.new("Part")
  254. nooutline(head)
  255. head.Anchored = false
  256. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  257. head.Size = Vector3.new(2, 1, 1)
  258. head.BrickColor = BrickColor.new("Sand blue")
  259. head.CanCollide = false
  260. head.Name = "Head"
  261. head.Locked = true
  262. head.Transparency = 1
  263. head.Parent = ZaWarudo
  264. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  265. local headdecal = Instance.new("Decal")
  266. headdecal.Name = "face"
  267. headdecal.Texture = "rbxassetid://64064193"
  268. headdecal.Face = "Front"
  269. headdecal.Transparency = 1
  270. headdecal.Parent = head
  271. -------- Mask-ZaWarudo
  272. local mp = Instance.new("Part",ZaWarudo)
  273. mp.Name = "Mask"
  274. mp.BrickColor = BrickColor.new("Gold")
  275. mp.Transparency = 1
  276. mp.CanCollide = false
  277. local mask = Instance.new("SpecialMesh",mp)
  278. mask.MeshId = "rbxassetid://882264338"
  279. mask.MeshType = "FileMesh"
  280. mask.Scale = Vector3.new(0.03, 0.04, 0.03)
  281. local mw = Instance.new("Weld")
  282. mw.Parent = mask
  283. mw.Part0 = head
  284. mw.Part1 = mp
  285. mw.C1 = CFrame.new(0,-.6,0)
  286. mw.C0 = CFrame.Angles(0,0,0)
  287. -----------Chin
  288. local hp2 = Instance.new("Part",ZaWarudo)
  289. hp2.Name = "Heart Piece2"
  290. hp2.Size = Vector3.new(0.41, 0.8, 0.2)
  291. hp2.Transparency = 1
  292. hp2.CanCollide = false
  293. hp2.BrickColor = BrickColor.new("Forest green")
  294. local p = game.Players.LocalPlayer
  295. local char = p.Character
  296. local hed = char.Head
  297. local LocalPlayer = p
  298.  
  299. local Player = game.Players.localPlayer
  300. local Character = p.Character
  301.  
  302. local LeftArm2 = Character["Left Arm"]
  303. local RightArm2 = Character["Right Arm"]
  304. local LeftLeg2 = Character["Left Leg"]
  305. local RightLeg2 = Character["Right Leg"]
  306. local Head2 = Character.Head
  307. local Torso2 = Character.Torso
  308.  
  309. local player = game.Players.LocalPlayer
  310. local shirt = player.Character:WaitForChild("Shirt")
  311. local pants = player.Character:WaitForChild("Pants")
  312.  
  313. wait()
  314. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523"
  315. pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976"
  316.  
  317. char.Humanoid.MaxHealth = math.huge
  318. char.Humanoid.Health = math.huge
  319.  
  320. for i,v in pairs(char:GetChildren()) do
  321. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  322. v:destroy()
  323. end
  324. end
  325.  
  326. local Hair = Instance.new("Part")
  327. Hair.Parent = char
  328. Hair.Name = "Hair"
  329. Hair.Size = Vector3.new(1, 1, 1)
  330. Hair.CFrame = char.Head.CFrame
  331. Hair:BreakJoints()
  332. Hair.CanCollide = false
  333. Hair.TopSurface = "Smooth"
  334. Hair.BottomSurface = "Smooth"
  335. Hair.BrickColor = BrickColor.new("Gold")
  336. Weld = Instance.new("Weld")
  337. Weld.Name = "Weld"
  338. Weld.Part0 = char.Head
  339. Weld.Part1 = Hair
  340. Weld.Parent = char.Head
  341. Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0)
  342. Mesh = Instance.new("SpecialMesh")
  343. Mesh.Parent = Hair
  344. Mesh.MeshId = "rbxassetid://886288384"
  345. Mesh.TextureId = "rbxassetid://886289004"
  346. Mesh.Scale = Vector3.new(0.11,0.1,0.08)
  347.  
  348. cut = Instance.new("Sound", Character)
  349. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  350. cut.Volume = 1.5
  351. thri = Instance.new("Sound", Character)
  352. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  353. thri.Volume = 2.5
  354. WRY = Instance.new("Sound", Character)
  355. WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
  356. WRY.Volume = 5
  357.  
  358. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  359. ff.Visible = false
  360.  
  361. local Players=game:service'Players'
  362. local Player=Players.LocalPlayer
  363. local Mouse=Player:GetMouse''
  364. local RenderStepped=game:service'RunService'.RenderStepped
  365.  
  366. local MeshId='http://www.roblox.com/asset?id=202083123'
  367. local TextureId='http://www.roblox.com/asset/?id=189436355'
  368.  
  369. local KnifeSpeed= 120
  370.  
  371. Mouse.Button1Down:connect(function()
  372. cut:Play()
  373. if Mouse.Target then
  374. local Knife=Instance.new('Part',Player.Character)
  375. Knife.CanCollide=false
  376. Knife.Size=Vector3.new(2,2,2)
  377. Knife.CFrame=Player.Character.Torso.CFrame
  378. local KnifeMesh=Instance.new('SpecialMesh',Knife)
  379. KnifeMesh.MeshType='FileMesh'
  380. KnifeMesh.MeshId=MeshId
  381. KnifeMesh.TextureId=TextureId
  382. KnifeMesh.Scale=Vector3.new(1,1,1)
  383. local BodyVel=Instance.new('BodyVelocity',Knife)
  384. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  385. local BodyGyro=Instance.new('BodyGyro',Knife)
  386. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  387. BodyGyro.P=2e4
  388. coroutine.wrap(function()
  389. RenderStepped:connect(function()
  390. BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p)
  391. BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed
  392. end)
  393. end)()
  394. Knife.Touched:connect(function(p)
  395. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then
  396. p.Parent:BreakJoints()
  397. Knife:Destroy''
  398. thri:Play()
  399. end
  400. end)
  401. end
  402. end)
  403.  
  404. mse = Player:GetMouse()
  405.  
  406. sound = Instance.new("Sound", Character)
  407. sound.SoundId = "https://www.roblox.com/asset/?id=840567549"
  408. sound.Volume = 2.5
  409. sound2 = Instance.new("Sound", Character)
  410. sound2.SoundId = "https://www.roblox.com/asset/?id=616594208"
  411. sound2.Volume = 2.5
  412. sound3 = Instance.new("Sound", Character)
  413. sound3.SoundId = "https://www.roblox.com/asset/?id=616576400"
  414. sound3.Volume = 1.8
  415. sound4 = Instance.new("Sound", Character)
  416. sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
  417. sound4.Volume = 2
  418. TSTheme = Instance.new("Sound", Character)
  419. TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928"
  420. TSTheme.Volume = 2
  421. canworld = true
  422. mse.KeyDown:connect(function(key)
  423. key = key:lower()
  424. if key == "t" then
  425. if canworld == false then return end
  426. if canworld then
  427. canworld = false
  428. sound3:Play()
  429. sound:Play()
  430. sound4:Play()
  431. TSTheme:Play()
  432. char.Head.face.Texture = "rbxassetid://605435926"
  433.  
  434.  
  435. local function spawnpart()
  436. sphere = Instance.new("Part")
  437. --game.Debris:AddItem(sphere,3)
  438. local sm = Instance.new("SpecialMesh", sphere)
  439. sm.MeshType = "Sphere"
  440. sphere.Transparency = 0.5
  441. sphere.Anchored = true
  442. sphere.CanCollide = false
  443. sphere.Material = "Neon"
  444. sphere.BrickColor = BrickColor.new("Black")
  445. end
  446.  
  447. local function weld(lol)
  448. local weld = Instance.new("Weld", Player.Character.Torso)
  449. weld.Part0 = Player.Character.Torso
  450. weld.Part1 = lol
  451. weld.C0 = Player.Character.Torso.CFrame:inverse()
  452. weld.C1 = lol.CFrame:inverse()
  453. end
  454. wait()
  455. spawnpart()
  456. for i, v in pairs(game.Players:GetChildren()) do
  457. t = v.Character:FindFirstChild("Torso")
  458. if t then
  459. t.Anchored = true
  460. Player.Character:FindFirstChild("Torso").Anchored = false
  461. end
  462. RA = v.Character:FindFirstChild("Right Arm")
  463. if RA then
  464. RA.Anchored = true
  465. Player.Character:FindFirstChild("Right Arm").Anchored = false
  466. end
  467. LA = v.Character:FindFirstChild("Left Arm")
  468. if LA then
  469. LA.Anchored = true
  470. Player.Character:FindFirstChild("Left Arm").Anchored = false
  471. end
  472. RL = v.Character:FindFirstChild("Right Leg")
  473. if RL then
  474. RL.Anchored = true
  475. Player.Character:FindFirstChild("Right Leg").Anchored = false
  476. end
  477. LL = v.Character:FindFirstChild("Left Leg")
  478. if LL then
  479. LL.Anchored = true
  480. Player.Character:FindFirstChild("Left Leg").Anchored = false
  481. end
  482. end
  483. weld(sphere)
  484. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  485. cce.Saturation = -5
  486. --game.Debris:AddItem(cce, 5)
  487. sphere.Parent = Character.Torso
  488. for i = 1,3 do
  489. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  490. wait()
  491. end
  492. wait()
  493. sphere:Destroy()
  494. KnifeSpeed = 0
  495. cce.Saturation = -0.1
  496. wait(0.3)
  497. cce.Saturation = -0.2
  498. wait(0.3)
  499. cce.Saturation = -0.3
  500. wait(0.2)
  501. cce.Saturation = -1.5
  502. wait()
  503. end
  504. end
  505. end
  506. )
  507.  
  508. mse.KeyDown:connect(function(key)
  509. key = key:lower()
  510. if key == "y" then
  511. canworld = true
  512. sound2:Play()
  513. wait()
  514. KnifeSpeed = 1
  515. cce.Saturation = -1.3
  516. wait(0.5)
  517. KnifeSpeed = 1.2
  518. cce.Saturation = -0.5
  519. wait(0.5)
  520. KnifeSpeed = 1.4
  521. cce.Saturation = -0.4
  522. wait(0.3)
  523. KnifeSpeed = 1.5
  524. cce.Saturation = -0.2
  525. wait(0.2)
  526. cce.Saturation = 0
  527.  
  528. for i, v in pairs(game.Players:GetChildren()) do
  529. t = v.Character:FindFirstChild("Torso")
  530. if t then
  531. t.Anchored = false
  532. end
  533. RA = v.Character:FindFirstChild("Right Arm")
  534. if RA then
  535. RA.Anchored = false
  536. end
  537. LA = v.Character:FindFirstChild("Left Arm")
  538. if LA then
  539. LA.Anchored = false
  540. end
  541. RL = v.Character:FindFirstChild("Right Leg")
  542. if RL then
  543. RL.Anchored = false
  544. end
  545. LL = v.Character:FindFirstChild("Left Leg")
  546. if LL then
  547. LL.Anchored = false
  548. end
  549. end
  550. KnifeSpeed = 120
  551. TSTheme:Stop()
  552. end
  553. end)
  554.  
  555.  
  556. local hpm2 = Instance.new("SpecialMesh",hp2)
  557. hpm2.MeshId = "http://www.roblox.com/asset/?id=105992239"
  558. hpm2.MeshType = "FileMesh"
  559. hpm2.Scale = Vector3.new(1.1, 1.1, 1.1)
  560.  
  561. local hpw2 = Instance.new("Weld")
  562. hpw2.Parent = hp2
  563. hpw2.Part0 = head
  564. hpw2.Part1 = hp2
  565. hpw2.C1 = CFrame.new(0,.41,.6)
  566.  
  567.  
  568. local torso = Instance.new("Part")
  569. nooutline(torso)
  570. torso.Name = "Torso"
  571. torso.Anchored = false
  572. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  573. torso.Size = Vector3.new(2, 1, 1)
  574. torso.BrickColor = BrickColor.new("Sand blue")
  575. torso.CanCollide = false
  576. torso.Transparency = 1
  577. torso.Locked = true
  578. torso.Parent = ZaWarudo
  579. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  580.  
  581. local leftarm = Instance.new("Part")
  582. nooutline(leftarm)
  583. leftarm.Anchored = false
  584. leftarm.Name = "Left Arm"
  585. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  586. leftarm.Size = Vector3.new(1, 2, 1)
  587. leftarm.BrickColor = BrickColor.new("Sand blue")
  588. leftarm.CanCollide = false
  589. leftarm.Transparency = 1
  590. leftarm.Locked = true
  591. leftarm.Parent = ZaWarudo
  592. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  593.  
  594. local rightarm = Instance.new("Part")
  595. nooutline(rightarm)
  596. rightarm.Anchored = false
  597. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  598. rightarm.Name = "Right Arm"
  599. rightarm.Size = Vector3.new(1, 2, 1)
  600. rightarm.BrickColor = BrickColor.new("Sand blue")
  601. rightarm.CanCollide = false
  602. rightarm.Locked = true
  603. rightarm.Transparency = 1
  604. rightarm.Parent = ZaWarudo
  605. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  606.  
  607. local leftleg = Instance.new("Part")
  608. nooutline(leftleg)
  609. leftleg.Anchored = false
  610. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  611. leftleg.Name = "Left Leg"
  612. leftleg.Size = Vector3.new(1, 2, 1)
  613. leftleg.BrickColor = BrickColor.new("Sand blue")
  614. leftleg.CanCollide = false
  615. leftleg.Transparency = 1
  616. leftleg.Locked = true
  617. leftleg.Parent = ZaWarudo
  618. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  619.  
  620. local rightleg = Instance.new("Part")
  621. nooutline(rightleg)
  622. rightleg.Anchored = false
  623. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  624. rightleg.Name = "Right Leg"
  625. rightleg.Size = Vector3.new(1, 2, 1)
  626. rightleg.BrickColor = BrickColor.new("Sand blue")
  627. rightleg.CanCollide = false
  628. rightleg.Locked = true
  629. rightleg.Transparency = 1
  630. rightleg.Parent = ZaWarudo
  631. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  632.  
  633.  
  634. ------------Armor
  635. local arp = Instance.new("Part",ZaWarudo)
  636. arp.Name = "lap"
  637. arp.Transparency = 1
  638. arp.CanCollide = false
  639. arp.BrickColor = BrickColor.new("Gold")
  640. arp.Size = Vector3.new(0,0,0)
  641.  
  642. local smp = Instance.new("SpecialMesh",arp)
  643. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  644. smp.MeshType = "FileMesh"
  645. smp.Scale = Vector3.new(1.1, 0.4, 1.1)
  646.  
  647. local weld = Instance.new("Weld")
  648. weld.Parent = arp
  649. weld.Part0 = leftarm
  650. weld.Part1 = arp
  651. weld.C1 = CFrame.new(0,-.62,0)
  652. --------------------
  653. local arp1 = Instance.new("Part",ZaWarudo)
  654. arp1.Name = "lap1"
  655. arp1.Transparency = 1
  656. arp1.CanCollide = false
  657. arp1.BrickColor = BrickColor.new("Gold")
  658. arp1.Size = Vector3.new(0,0,0)
  659.  
  660. local smp1 = Instance.new("SpecialMesh",arp1)
  661. smp1.MeshId = "rbxasset://fonts/leftarm.mesh"
  662. smp1.MeshType = "FileMesh"
  663. smp1.Scale = Vector3.new(0.6, 0.4, 0.5)
  664.  
  665. local weld1 = Instance.new("Weld")
  666. weld1.Parent = arp1
  667. weld1.Part0 = leftarm
  668. weld1.Part1 = arp1
  669. weld1.C1 = CFrame.new(.25,0,0)
  670. --------------------
  671. local arp2 = Instance.new("Part",ZaWarudo)
  672. arp2.Name = "lap2"
  673. arp2.Transparency = 1
  674. arp2.CanCollide = false
  675. arp2.BrickColor = BrickColor.new("Gold")
  676. arp2.Size = Vector3.new(0,0,0)
  677.  
  678. local smp2 = Instance.new("SpecialMesh",arp2)
  679. smp2.MeshId = "rbxasset://fonts/leftarm.mesh"
  680. smp2.MeshType = "FileMesh"
  681. smp2.Scale = Vector3.new(0.6, 0.4, 0.5)
  682.  
  683. local weld2 = Instance.new("Weld")
  684. weld2.Parent = arp2
  685. weld2.Part0 = leftarm
  686. weld2.Part1 = arp2
  687. weld2.C1 = CFrame.new(-.25,0,0)
  688.  
  689. --------------------
  690. local arp3 = Instance.new("Part",ZaWarudo)
  691. arp3.Name = "lap3"
  692. arp3.Transparency = 1
  693. arp3.CanCollide = false
  694. arp3.BrickColor = BrickColor.new("Gold")
  695. arp3.Size = Vector3.new(0,0,0)
  696.  
  697. local smp = Instance.new("SpecialMesh",arp3)
  698. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  699. smp.MeshType = "FileMesh"
  700. smp.Scale = Vector3.new(1.1, 0.4, 1.1)
  701.  
  702. local weld = Instance.new("Weld")
  703. weld.Parent = arp3
  704. weld.Part0 = rightarm
  705. weld.Part1 = arp3
  706. weld.C1 = CFrame.new(0,-.62,0)
  707. --------------------
  708. local arp4 = Instance.new("Part",ZaWarudo)
  709. arp4.Name = "lap4"
  710. arp4.Transparency = 1
  711. arp4.CanCollide = false
  712. arp4.BrickColor = BrickColor.new("Gold")
  713. arp4.Size = Vector3.new(0,0,0)
  714.  
  715. local smp = Instance.new("SpecialMesh",arp4)
  716. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  717. smp.MeshType = "FileMesh"
  718. smp.Scale = Vector3.new(0.6, 0.4, 0.5)
  719.  
  720. local weld = Instance.new("Weld")
  721. weld.Parent = arp4
  722. weld.Part0 = rightarm
  723. weld.Part1 = arp4
  724. weld.C1 = CFrame.new(-.25,0,0)
  725. --------------------
  726. local arp5 = Instance.new("Part",ZaWarudo)
  727. arp5.Name = "lap5"
  728. arp5.Transparency = 1
  729. arp5.CanCollide = false
  730. arp5.BrickColor = BrickColor.new("Gold")
  731. arp5.Size = Vector3.new(0,0,0)
  732.  
  733. local smp = Instance.new("SpecialMesh",arp5)
  734. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  735. smp.MeshType = "FileMesh"
  736. smp.Scale = Vector3.new(0.6, 0.4, 0.5)
  737.  
  738. local weld = Instance.new("Weld")
  739. weld.Parent = arp5
  740. weld.Part0 = rightarm
  741. weld.Part1 = arp5
  742. weld.C1 = CFrame.new(.25,0,0)
  743. --------------------
  744.  
  745. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  746. rootweld.Name = "RootJoint"
  747. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  748. neckweld.Name = "Neck"
  749. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  750. rshoulderweld.Name = "Right Shoulder"
  751. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  752. lshoulderweld.Name = "Left Shoulder"
  753. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  754. rhipweld.Name = "Right Hip"
  755. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  756. lhipweld.Name = "Left Hip"
  757. local pa1 = Instance.new("Part")
  758. nooutline(pa1)
  759. pa1.Anchored = false
  760. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  761. pa1.Name = "pa1"
  762. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  763. pa1.BrickColor = BrickColor.new("Gold")
  764. pa1.CanCollide = false
  765. pa1.Locked = true
  766. pa1.Transparency = 1
  767. pa1.Parent = ZaWarudo
  768. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  769. local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  770. local pa2 = Instance.new("Part")
  771. nooutline(pa2)
  772. pa2.Anchored = false
  773. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  774. pa2.Name = "pa2"
  775. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  776. pa2.BrickColor = BrickColor.new("Gold")
  777. pa2.CanCollide = false
  778. pa2.Locked = true
  779. pa2.Transparency = 1
  780. pa2.Parent = ZaWarudo
  781. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  782. local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  783. local pa3 = Instance.new("Part")
  784. nooutline(pa3)
  785. pa3.Anchored = false
  786. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  787. pa3.Name = "pa3"
  788. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  789. pa3.BrickColor = BrickColor.new("Gold")
  790. pa3.CanCollide = false
  791. pa3.Locked = true
  792. pa3.Transparency = 1
  793. pa3.Parent = ZaWarudo
  794. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  795. local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  796. local pa4 = Instance.new("Part")
  797. nooutline(pa4)
  798. pa4.Anchored = false
  799. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  800. pa4.Name = "pa4"
  801. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  802. pa4.BrickColor = BrickColor.new("Gold")
  803. pa4.CanCollide = false
  804. pa4.Locked = true
  805. pa4.Transparency = 1
  806. pa4.Parent = ZaWarudo
  807. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  808. local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  809. local pa5 = Instance.new("Part")
  810. nooutline(pa5)
  811. pa5.Anchored = false
  812. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  813. pa5.Name = "pa5"
  814. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  815. pa5.BrickColor = BrickColor.new("Gold")
  816. pa5.CanCollide = false
  817. pa5.Locked = true
  818. pa5.Transparency = 1
  819. pa5.Parent = ZaWarudo
  820. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  821. local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  822. local pa6 = Instance.new("Part")
  823. nooutline(pa6)
  824. pa6.Anchored = false
  825. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  826. pa6.Name = "pa6"
  827. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  828. pa6.BrickColor = BrickColor.new("Gold")
  829. pa6.CanCollide = false
  830. pa6.Locked = true
  831. pa6.Transparency = 1
  832. pa6.Parent = ZaWarudo
  833. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  834. local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  835. local pa7 = Instance.new("Part")
  836. nooutline(pa7)
  837. pa7.Anchored = false
  838. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  839. pa7.Name = "pa7"
  840. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  841. pa7.BrickColor = BrickColor.new("Gold")
  842. pa7.CanCollide = false
  843. pa7.Locked = true
  844. pa7.Transparency = 1
  845. pa7.Parent = ZaWarudo
  846. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  847. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  848.  
  849. local pa9 = Instance.new("Part")
  850. nooutline(pa9)
  851. pa9.Anchored = false
  852. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  853. pa9.Name = "pa9"
  854. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  855. pa9.BrickColor = BrickColor.new("Forest green")
  856. pa9.CanCollide = false
  857. pa9.Locked = true
  858. pa9.Transparency = 1
  859. pa9.Parent = ZaWarudo
  860. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  861. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  862.  
  863. local pa10 = Instance.new("Part")
  864. nooutline(pa10)
  865. pa10.Anchored = false
  866. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  867. pa10.Name = "pa10"
  868. pa10.Size = Vector3.new(2,1,1)
  869. pa10.BrickColor = BrickColor.new("Gold")
  870. pa10.CanCollide = false
  871. pa10.Locked = true
  872. pa10.Transparency = 1
  873. pa10.Parent = ZaWarudo
  874. pa10.Shape = "Cylinder"
  875. pa10.Material = "SmoothPlastic"
  876. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  877.  
  878. local pa10d = Instance.new("Part")
  879. nooutline(pa10d)
  880. pa10d.Anchored = false
  881. pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  882. pa10d.Name = "pa10d"
  883. pa10d.Size = Vector3.new(2.2,.8,.8)
  884. pa10d.BrickColor = BrickColor.new("Gold")
  885. pa10d.CanCollide = false
  886. pa10d.Locked = true
  887. pa10d.Transparency = 1
  888. pa10d.Parent = ZaWarudo
  889. pa10d.Shape = "Cylinder"
  890. pa10d.Material = "SmoothPlastic"
  891. local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  892.  
  893. local pa11 = Instance.new("Part")
  894. nooutline(pa11)
  895. pa11.Anchored = false
  896. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  897. pa11.Name = "pa11"
  898. pa11.Size = Vector3.new(2,1,1)
  899. pa11.BrickColor = BrickColor.new("Gold")
  900. pa11.CanCollide = false
  901. pa11.Locked = true
  902. pa11.Transparency = 1
  903. pa11.Parent = ZaWarudo
  904. pa11.Shape = "Cylinder"
  905. pa11.Material = "SmoothPlastic"
  906. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  907.  
  908. local pa11d = Instance.new("Part")
  909. nooutline(pa11d)
  910. pa11d.Anchored = false
  911. pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  912. pa11d.Name = "pa11d"
  913. pa11d.Size = Vector3.new(2.2,.8,.8)
  914. pa11d.BrickColor = BrickColor.new("Gold")
  915. pa11d.CanCollide = false
  916. pa11d.Locked = true
  917. pa11d.Transparency = 1
  918. pa11d.Parent = ZaWarudo
  919. pa11d.Shape = "Cylinder"
  920. pa11d.Material = "SmoothPlastic"
  921. local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  922.  
  923. local raemblem = Instance.new("Part")
  924. nooutline(raemblem)
  925. raemblem.Anchored = false
  926. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  927. raemblem.Name = "raemblem"
  928. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  929. raemblem.BrickColor = BrickColor.new("Gold")
  930. raemblem.CanCollide = false
  931. raemblem.Locked = true
  932. raemblem.Material = "SmoothPlastic"
  933. raemblem.Transparency = 1
  934. raemblem.Parent = ZaWarudo
  935. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  936. local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
  937. local emmes = Instance.new("Decal")
  938. emmes.Texture = "rbxassetid://0"
  939. emmes.Transparency = 1
  940. emmes.Face = "Right"
  941. emmes.Name = "embe"
  942. emmes.Parent = raemblem
  943. local ra1 = Instance.new("Part")
  944. nooutline(ra1)
  945. ra1.Anchored = false
  946. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  947. ra1.Name = "ra1"
  948. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  949. ra1.BrickColor = BrickColor.new("Gold")
  950. ra1.CanCollide = false
  951. ra1.Locked = true
  952. ra1.Transparency = 1
  953. ra1.Parent = ZaWarudo
  954. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  955. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  956. local ra2 = Instance.new("Part")
  957. nooutline(ra2)
  958. ra2.Anchored = false
  959. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  960. ra2.Name = "ra2"
  961. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  962. ra2.BrickColor = BrickColor.new("Gold")
  963. ra2.CanCollide = false
  964. ra2.Locked = true
  965. ra2.Transparency = 1
  966. ra2.Parent = ZaWarudo
  967. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  968. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  969.  
  970. local ra5 = Instance.new("Part")
  971. nooutline(ra5)
  972. ra5.Anchored = false
  973. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  974. ra5.Name = "ra5"
  975. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  976. ra5.BrickColor = BrickColor.new("Forest green")
  977. ra5.CanCollide = false
  978. ra5.Locked = true
  979. ra5.Transparency = 1
  980. ra5.Parent = ZaWarudo
  981. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  982. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  983. local la1 = Instance.new("Part")
  984. nooutline(la1)
  985. la1.Anchored = false
  986. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  987. la1.Name = "la1"
  988. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  989. la1.BrickColor = BrickColor.new("Gold")
  990. la1.CanCollide = false
  991. la1.Locked = true
  992. la1.Transparency = 1
  993. la1.Parent = ZaWarudo
  994. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  995. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  996. local la2 = Instance.new("Part")
  997. nooutline(la2)
  998. la2.Anchored = false
  999. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1000. la2.Name = "la2"
  1001. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  1002. la2.BrickColor = BrickColor.new("Gold")
  1003. la2.CanCollide = false
  1004. la2.Locked = true
  1005. la2.Transparency = 1
  1006. la2.Parent = ZaWarudo
  1007. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  1008. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  1009.  
  1010. local la5 = Instance.new("Part")
  1011. nooutline(la5)
  1012. la5.Anchored = false
  1013. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1014. la5.Name = "la5"
  1015. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  1016. la5.BrickColor = BrickColor.new("Forest green")
  1017. la5.CanCollide = false
  1018. la5.Locked = true
  1019. la5.Transparency = 1
  1020. la5.Parent = ZaWarudo
  1021. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  1022. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  1023.  
  1024. local ll3 = Instance.new("Part")
  1025. nooutline(ll3)
  1026. ll3.Anchored = false
  1027. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1028. ll3.Name = "ll3"
  1029. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  1030. ll3.BrickColor = BrickColor.new("Forest green")
  1031. ll3.CanCollide = false
  1032. ll3.Locked = true
  1033. ll3.Transparency = 1
  1034. ll3.Parent = ZaWarudo
  1035. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  1036. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
  1037.  
  1038. local rr3 = Instance.new("Part")
  1039. nooutline(rr3)
  1040. rr3.Anchored = false
  1041. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1042. rr3.Name = "rr3"
  1043. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  1044. rr3.BrickColor = BrickColor.new("Forest green")
  1045. rr3.CanCollide = false
  1046. rr3.Locked = true
  1047. rr3.Transparency = 1
  1048. rr3.Parent = ZaWarudo
  1049. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  1050. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
  1051. return ZaWarudo
  1052. end
  1053. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  1054. coroutine.resume(coroutine.create(function()
  1055. local rot = thenoob.HumanoidRootPart
  1056. repeat
  1057. swait()
  1058. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  1059. until rot == nil
  1060. end))
  1061. local rot = thenoob.HumanoidRootPart
  1062. local ntorso = thenoob:FindFirstChild("Torso")
  1063. local rightarm = thenoob:FindFirstChild("Right Arm")
  1064. local leftarm = thenoob:FindFirstChild("Left Arm")
  1065. local leftleg = thenoob:FindFirstChild("Left Leg")
  1066. local rightleg = thenoob:FindFirstChild("Right Leg")
  1067. local head = thenoob:FindFirstChild("Head")
  1068. local face = head:FindFirstChild("face")
  1069. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  1070. local embpart = thenoob:FindFirstChild("raemblem")
  1071. local nRJ = rot:FindFirstChild("RootJoint")
  1072. local nN = ntorso:FindFirstChild("Neck")
  1073. local nRS = ntorso:FindFirstChild("Right Shoulder")
  1074. local nLS = ntorso:FindFirstChild("Left Shoulder")
  1075. local nRH = ntorso:FindFirstChild("Right Hip")
  1076. local nLH = ntorso:FindFirstChild("Left Hip")
  1077. function standappear(nbz)
  1078. if selected == false or activu == true then
  1079. return
  1080. end
  1081. if appeared == false then
  1082. appeared = true
  1083. wherto = hrp
  1084. addcfr = cf(-2, 1, 2)
  1085. local apear = Instance.new("Sound")
  1086. apear.SoundId = "rbxassetid://463010917"
  1087. apear.Parent = rot
  1088. apear.Volume = 1.25
  1089. game.Debris:AddItem(apear, 1.5)
  1090. apear:Play()
  1091. for _, n in pairs(nbz:GetChildren()) do
  1092. coroutine.resume(coroutine.create(function()
  1093. for _ = 1, 5 do
  1094. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  1095. swait()
  1096. n.Transparency = n.Transparency - 0.2
  1097. face.Transparency = face.Transparency - 0.2
  1098. emblem.Transparency = emblem.Transparency - 0.2
  1099. end
  1100. end
  1101. if n ~= rot and n ~= embpart then
  1102. n.Transparency = 0
  1103. end
  1104. face.Transparency = 0
  1105. emblem.Transparency = 0
  1106. end))
  1107. end
  1108. elseif appeared == true then
  1109. appeared = false
  1110. wherto = hrp
  1111. addcfr = cf(0, 0, 0)
  1112. for _, n in pairs(nbz:GetChildren()) do
  1113. coroutine.resume(coroutine.create(function()
  1114. for _ = 1, 5 do
  1115. if n ~= rot and n ~= embpart then
  1116. swait()
  1117. n.Transparency = n.Transparency + 0.2
  1118. face.Transparency = face.Transparency + 0.2
  1119. emblem.Transparency = emblem.Transparency + 0.2
  1120.  
  1121. end
  1122. end
  1123. if n ~= rot and n ~= embpart then
  1124. n.Transparency = 1
  1125. end
  1126. face.Transparency = 1
  1127. emblem.Transparency = 1
  1128.  
  1129. end))
  1130. end
  1131. end
  1132. end
  1133. function THREATENING()
  1134. if selected == false or activu == true then
  1135. return
  1136. end
  1137. if POSU == false then
  1138. POSU = true
  1139. human.WalkSpeed = 0
  1140. local d = Instance.new("ParticleEmitter")
  1141. d.Name = "MENACINGU"
  1142. d.Lifetime = NumberRange.new(1)
  1143. d.Rate = 2
  1144. d.Texture = "rbxassetid://298768656"
  1145. d.VelocitySpread = 60
  1146. d.Parent = tors
  1147. human:SetStateEnabled(3, false)
  1148. local randomoth = math.random(1, 2)
  1149. if randomoth == 1 then
  1150. repeat
  1151. swait()
  1152. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  1153. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  1154. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  1155. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1156. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  1157. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1158. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  1159. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1160. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  1161. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1162. until POSU == false
  1163. elseif randomoth == 2 then
  1164. repeat
  1165. swait()
  1166. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1167. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1168. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1169. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1170. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1171. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1172. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1173. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1174. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1175. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1176. until POSU == false
  1177. end
  1178. elseif POSU == true then
  1179. POSU = false
  1180. human.WalkSpeed = 16
  1181. human:SetStateEnabled(3, true)
  1182. tors.MENACINGU:Destroy()
  1183. activu = true
  1184. activu = false
  1185. end
  1186. end
  1187. local EHMMM = 0
  1188. function block()
  1189. if EHMMM == 50 or selected == false or activu == true then
  1190. return
  1191. end
  1192. if appeared == false then
  1193. standappear(thenoob)
  1194. end
  1195. wherto = hrp
  1196. addcfr = cf(0, 0, -3)
  1197. local bep = true
  1198. local humanshealth = human.Health
  1199. activu = true
  1200. human:SetStateEnabled(15, false)
  1201. local de = mouse.KeyUp:connect(function(key)
  1202. if key == "e" then
  1203. bep = false
  1204. end
  1205. end)
  1206. local poopes = 0
  1207. repeat
  1208. swait()
  1209. poopes = poopes + 1
  1210. human.Health = humanshealth
  1211. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  1212. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  1213. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  1214. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1215. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  1216. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1217. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1218. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1219. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1220. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1221. until bep == false or poopes > 240
  1222. de:Disconnect()
  1223. human:SetStateEnabled(15, true)
  1224. activu = false
  1225. EHMMM = 50
  1226. coroutine.resume(coroutine.create(function()
  1227. wait(7)
  1228. EHMMM = 0
  1229. end))
  1230. wherto = hrp
  1231. addcfr = cf(-2, 1, 2)
  1232. end
  1233. function MUDA()
  1234. if selected == false or activu == true then
  1235. return
  1236. end
  1237. if appeared == false then
  1238. standappear(thenoob)
  1239. wherto = hrp
  1240. addcfr = cf(0, 0, -3.5)
  1241. end
  1242. wry:Stop()
  1243. local bep = true
  1244. activu = true
  1245. wherto = hrp
  1246. addcfr = cf(0, 0, -3.5)
  1247. local function blur(limb)
  1248. coroutine.resume(coroutine.create(function()
  1249. local memedon = {}
  1250. for i = 1, 6 do
  1251. local b1 = Instance.new("Part")
  1252. nooutline(b1)
  1253. b1.Size = Vector3.new(1, 2, 1)
  1254. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1255. b1.CanCollide = false
  1256. b1.BrickColor = limb.BrickColor
  1257. b1.Anchored = true
  1258. b1.Transparency = 0.7
  1259. b1.Locked = true
  1260. b1.Parent = modz
  1261. table.insert(memedon, b1)
  1262. end
  1263. local num = 0
  1264. repeat
  1265. swait()
  1266. num = num % 6 + 1
  1267. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1268. until bep == false
  1269. for i = 1, #memedon do
  1270. swait()
  1271. memedon[i]:Destroy()
  1272. end
  1273. end))
  1274. end
  1275. local de = mouse.KeyUp:connect(function(key)
  1276. if key == "r" then
  1277. bep = false
  1278. end
  1279. end)
  1280. blur(rightarm)
  1281. blur(leftarm)
  1282. local mudodo = Instance.new("Sound")
  1283. mudodo.Volume = 7.5
  1284. mudodo.SoundId = "rbxassetid://616593932"
  1285. mudodo.Looped = true
  1286. mudodo.Parent = hrp
  1287. mudodo:Play()
  1288. repeat
  1289. for _ = 1, 2 do
  1290. swait()
  1291. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1292. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1293. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1294. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1295. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1296. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1297. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1298. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1299. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1300. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1301. end
  1302. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1303. for _ = 1, 2 do
  1304. swait()
  1305. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1306. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1307. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1308. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1309. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1310. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1311. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1312. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1313. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1314. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1315. end
  1316. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1317. for _ = 1, 2 do
  1318. swait()
  1319. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1320. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1321. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1322. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1323. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1324. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1325. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1326. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1327. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1328. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1329. end
  1330. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1331. for _ = 1, 2 do
  1332. swait()
  1333. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1334. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1335. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1336. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1337. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1338. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1339. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1340. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1341. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1342. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1343. end
  1344. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1345. until bep == false or 0 >= human.Health
  1346. de:Disconnect()
  1347. mudodo:Stop()
  1348. wry:Play()
  1349. for _ = 1, 6 do
  1350. swait()
  1351. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1352. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1353. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1354. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1355. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1356. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1357. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1358. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1359. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1360. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1361. end
  1362. for _ = 1, 7 do
  1363. swait()
  1364. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1365. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1366. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1367. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1368. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1369. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1370. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1371. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1372. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1373. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1374. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1375. end
  1376. swait(5)
  1377. wherto = hrp
  1378. mudodo:Destroy()
  1379. addcfr = cf(-2, 1, 2)
  1380. activu = false
  1381. end
  1382. function cability()
  1383. if selected == false or activu == true then
  1384. return
  1385. end
  1386. if appeared == false then
  1387. standappear(thenoob)
  1388. wherto = hrp
  1389. addcfr = cf(0, 0, -3.75)
  1390. end
  1391. activu = true
  1392. wherto = hrp
  1393. addcfr = cf(0, 0, -3.5)
  1394. local ZAWRUA = Instance.new("Sound")
  1395. ZAWRUA.SoundId = "rbxassetid://257346558"
  1396. ZAWRUA.Volume = 3
  1397. ZAWRUA.Parent = hrp
  1398. ZAWRUA:Play()
  1399. game.Debris:AddItem(ZAWRUA, 2.5)
  1400. local wate = Instance.new("Part")
  1401. nooutline(wate)
  1402. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1403. wate.Material = "Neon"
  1404. wate.Transparency = 1
  1405. wate.BrickColor = BrickColor.new("Forest green")
  1406. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1407. wate.Anchored = true
  1408. wate.CanCollide = false
  1409. wate.Parent = modz
  1410. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1411. coroutine.resume(coroutine.create(function()
  1412. repeat
  1413. swait()
  1414. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1415. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1416. until not wate
  1417. end))
  1418. coroutine.resume(coroutine.create(function()
  1419. local pt = {}
  1420. for _ = 1, 10 do
  1421. local wp = Instance.new("Part")
  1422. nooutline(wp)
  1423. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1424. wp.Material = "Neon"
  1425. wp.Transparency = 1
  1426. wp.BrickColor = BrickColor.new("Forest green")
  1427. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1428. wp.Anchored = true
  1429. wp.CanCollide = false
  1430. wp.Parent = modz
  1431. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1432. table.insert(pt, wp)
  1433. table.insert(pt, wmz)
  1434. end
  1435. for m = 1, 45 do
  1436. swait()
  1437. for _, hey in pairs(pt) do
  1438. if hey.ClassName == "SpecialMesh" then
  1439. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1440. elseif hey.ClassName == "Part" then
  1441. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1442. hey.Transparency = hey.Transparency - 0.015
  1443. end
  1444. end
  1445. end
  1446. for m = 45, 50 do
  1447. swait()
  1448. for _, hey in pairs(pt) do
  1449. if hey.ClassName == "SpecialMesh" then
  1450. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1451. elseif hey.ClassName == "Part" then
  1452. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1453. hey.Transparency = hey.Transparency + 0.2
  1454. end
  1455. end
  1456. end
  1457. for _, AAA in pairs(pt) do
  1458. if AAA.ClassName == "Part" then
  1459. AAA:Destroy()
  1460. end
  1461. end
  1462. end))
  1463. for _ = 1, 50 do
  1464. swait()
  1465. wmesh.Scale = Vector3.new(9, 9, 9)
  1466. wate.Transparency = wate.Transparency - 0.008
  1467. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1468. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1469. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
  1470. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1471. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1472. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1473. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1474. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1475. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1476. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1477. end
  1478. local pooo = Instance.new("Sound")
  1479. pooo.SoundId = "rbxassetid://686423225"
  1480. pooo.Volume = 3
  1481. pooo.Parent = hrp
  1482. pooo:Play()
  1483. game.Debris:AddItem(pooo, 2.5)
  1484. for _ = 1, 1 do
  1485. swait()
  1486. wate.Transparency = wate.Transparency + 0.15
  1487. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1488. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1489. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1490. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1491. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1492. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1493. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1494. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1495. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1496. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1497. end
  1498. local swoo = Instance.new("Part")
  1499. nooutline(swoo)
  1500. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1501. swoo.Material = "Neon"
  1502. swoo.Transparency = 0.2
  1503. swoo.BrickColor = BrickColor.new("Forest green")
  1504. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1505. swoo.Anchored = true
  1506. swoo.CanCollide = false
  1507. swoo.Parent = modz
  1508. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1509. local pli = Instance.new("PointLight")
  1510. pli.Brightness = 2
  1511. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1512. pli.Range = 10
  1513. pli.Shadows = true
  1514. pli.Parent = swoo
  1515. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1516. tagability(swoo, 4)
  1517. for _ = 1, 10 do
  1518. swait()
  1519. wate.Transparency = wate.Transparency + 0.05
  1520. swoo.Transparency = swoo.Transparency + 0.075
  1521. pli.Range = pli.Range - 1
  1522. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1523. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1524. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1525. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1526. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1527. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1528. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1529. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1530. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1531. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1532. end
  1533. wate:Destroy()
  1534. swoo:Destroy()
  1535. pli:Destroy()
  1536. swait(15)
  1537. wherto = hrp
  1538. addcfr = cf(-2, 1, 2)
  1539. activu = false
  1540. end
  1541. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1542. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1543. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1544. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1545. function THEBEST()
  1546. if selected == false or activu == true or appeared == true or POSU == true then
  1547. return
  1548. end
  1549. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1550. local dipperrot
  1551. if dipperhat then
  1552. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1553. end
  1554. activu = true
  1555. POSU = true
  1556. cam.CameraType = "Scriptable"
  1557. chr.PrimaryPart = hrp
  1558. human.WalkSpeed = 0
  1559. human:SetStateEnabled(3, false)
  1560. local actmus1 = Instance.new("Sound")
  1561. actmus1.SoundId = "rbxassetid://188959462"
  1562. actmus1.Volume = 1.5
  1563. actmus1.RollOffMode = 1
  1564. actmus1.TimePosition = 0
  1565. actmus1.Parent = cam
  1566. local actmus2 = Instance.new("Sound")
  1567. actmus2.SoundId = "rbxassetid://188959462"
  1568. actmus2.Volume = 1.5
  1569. actmus2.RollOffMode = 1
  1570. actmus2.TimePosition = 0
  1571. actmus2.Parent = hrp
  1572. actmus1:Play()
  1573. actmus2:Play()
  1574. local mus1 = Instance.new("Sound")
  1575. mus1.SoundId = "rbxassetid://616594208"
  1576. mus1.Volume = 1.25
  1577. mus1.TimePosition = 0.45
  1578. mus1.Parent = cam
  1579. local mus2 = Instance.new("Sound")
  1580. mus2.SoundId = "rbxassetid://616594208"
  1581. mus2.Volume = 1.25
  1582. mus2.TimePosition = 0.45
  1583. mus2.Parent = hrp
  1584. local zawarudoda = Instance.new("Sound")
  1585. zawarudoda.SoundId = "rbxassetid://616576400"
  1586. zawarudoda.Volume = 2
  1587. zawarudoda.TimePosition = 0.3
  1588. zawarudoda.Parent = hrp
  1589. mus1:Play()
  1590. mus2:Play()
  1591. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1592. local regface = hed.face.Texture
  1593. local whogothit, bodyvel
  1594. local function checkhit(partoz, magn)
  1595. for _, guy in pairs(workspace:GetChildren()) do
  1596. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1597. whogothit = guy
  1598. guy:FindFirstChild("Humanoid").PlatformStand = true
  1599. do
  1600. local derp = Instance.new("BodyPosition")
  1601. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1602. derp.P = 8000
  1603. derp.D = 500
  1604. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1605. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1606. bodyvel = derp
  1607. local derp2 = Instance.new("BodyAngularVelocity")
  1608. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1609. derp2.P = 8000
  1610. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1611. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1612. delay(0.1, function()
  1613. derp2:Destroy()
  1614. guy.Torso:Remove()
  1615. guy.Head:Remove()
  1616. end)
  1617. bodyvel = derp
  1618. end
  1619. end
  1620. end
  1621. end
  1622. coroutine.resume(coroutine.create(function()
  1623. for _ = 1, 25 do
  1624. swait()
  1625. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1626. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1627. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1628. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1629. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1630. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1631. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1632. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1633. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1634. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1635. end
  1636. for _ = 1, 20 do
  1637. swait()
  1638. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1639. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1640. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1641. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1642. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1643. if dipperhat then
  1644. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1645. end
  1646. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1647. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1648. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1649. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1650. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1651. end
  1652. end))
  1653. repeat
  1654. swait()
  1655. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1656. until mus1.TimePosition > 2.9
  1657. mus1:Pause()
  1658. mus2:Pause()
  1659. zawarudoda:Play()
  1660. coroutine.resume(coroutine.create(function()
  1661. for _ = 1, 7 do
  1662. swait()
  1663. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1664. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1665. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1666. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1667. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1668. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1669. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1670. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1671. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1672. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1673. end
  1674. for _ = 1, 16 do
  1675. swait()
  1676. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1677. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1678. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1679. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1680. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1681. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1682. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1683. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1684. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1685. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1686. end
  1687. end))
  1688. repeat
  1689. swait()
  1690. until zawarudoda.TimePosition > 1.4
  1691. zawarudoda:Pause()
  1692. activu = false
  1693. standappear(thenoob)
  1694. wherto = hrp
  1695. addcfr = cf(3, 0.25, -1.5)
  1696. activu = true
  1697. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1698. for _ = 1, 10 do
  1699. swait()
  1700. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1701. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1702. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1703. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
  1704. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1705. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1706. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1707. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1708. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1709. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1710. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1711. end
  1712. wherto = hrp
  1713. addcfr = cf(-3, 0.25, -1.5)
  1714. for _ = 1, 25 do
  1715. swait()
  1716. checkhit(rightarm, 3)
  1717. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1718. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1719. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1720. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1721. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1722. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1723. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1724. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1725. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1726. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1727. end
  1728. if whogothit then
  1729. print("derp")
  1730. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1731. local laugo = Instance.new("Sound")
  1732. laugo.SoundId = "rbxassetid://291088606"
  1733. laugo.Volume = 1.5
  1734. laugo.Parent = hrp
  1735. game.Debris:AddItem(laugo, 2.5)
  1736. laugo:Play()
  1737. local sda = 0
  1738. local chn = 2
  1739. local cs = math.cos
  1740. for D = 1, 60 do
  1741. swait()
  1742. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1743. sda = sda + chn
  1744. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1745. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1746. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1747. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1748. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1749. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1750. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1751. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1752. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1753. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1754. end
  1755. hed.face.Texture = "rbxassetid://176777497"
  1756. mus1.TimePosition = 2.75
  1757. mus1:Play()
  1758. for C = 1, 30 do
  1759. swait()
  1760. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1761. sda = sda + chn
  1762. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1763. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1764. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1765. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1766. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1767. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1768. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1769. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1770. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1771. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1772. end
  1773. for _ = 1, 5 do
  1774. swait()
  1775. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1776. sda = sda + chn
  1777. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1778. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1779. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1780. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1781. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1782. if dipperhat then
  1783. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1784. end
  1785. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1786. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1787. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1788. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1789. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1790. end
  1791. wait(2)
  1792. elseif whogothit == nil then
  1793. print("noderp")
  1794. end
  1795. human:SetStateEnabled(3, true)
  1796. activu = false
  1797. standappear(thenoob)
  1798. activu = true
  1799. if dipperhat then
  1800. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1801. end
  1802. actmus1:Destroy()
  1803. actmus2:Destroy()
  1804. bast:Play()
  1805. if bodyvel then
  1806. bodyvel:Destroy()
  1807. end
  1808. cam.CameraType = "Custom"
  1809. hed.face.Texture = regface
  1810. chr.PrimaryPart = head
  1811. human.WalkSpeed = 16
  1812. activu = false
  1813. POSU = false
  1814. end
  1815. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1816. for _, guy in pairs(workspace:GetChildren()) do
  1817. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1818. do
  1819. local humz = guy:FindFirstChild("Humanoid")
  1820. local horp = guy:FindFirstChild("HumanoidRootPart")
  1821. TakeDamage(humz, dmg)
  1822. local db = Instance.new("StringValue")
  1823. db.Name = "alabo"
  1824. db.Parent = horp
  1825. delay(debtim, function()
  1826. db:Destroy()
  1827. end)
  1828. local b = Instance.new("Part")
  1829. nooutline(b)
  1830. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1831. b.Transparency = 0.25
  1832. b.Anchored = true
  1833. b.CanCollide = false
  1834. b.BrickColor = BrickColor.new("Institutional white")
  1835. b.Locked = true
  1836. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1837. b.Parent = modz
  1838. local c = Instance.new("SpecialMesh")
  1839. c.MeshType = "Sphere"
  1840. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1841. c.Parent = b
  1842. game.Debris:AddItem(b, 1)
  1843. if bodyfdire then
  1844. local boopyve = Instance.new("BodyVelocity")
  1845. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1846. boopyve.P = math.huge
  1847. boopyve.Velocity = bodyfdire
  1848. boopyve.Parent = horp
  1849. game.Debris:AddItem(boopyve, debtim)
  1850. end
  1851. local bet = Instance.new("Sound")
  1852. bet.Pitch = rd2(9, 11) / 10
  1853. bet.Volume = rd2(12, 14) / 10
  1854. bet.SoundId = "rbxassetid://165604684"
  1855. bet.Parent = b
  1856. bet:Play()
  1857. coroutine.resume(coroutine.create(function()
  1858. for _ = 1, 5 do
  1859. swait()
  1860. b.Transparency = b.Transparency + 0.15
  1861. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1862. end
  1863. end))
  1864. end
  1865. end
  1866. end
  1867. end
  1868. function tagability(partoz, magn)
  1869. for _, guy in pairs(workspace:GetChildren()) do
  1870. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
  1871. do
  1872. local humz = guy:FindFirstChild("Humanoid")
  1873. humz.PlatformStand = true
  1874. delay(1, function()
  1875. humz.PlatformStand = false
  1876. end)
  1877. local horp = guy:FindFirstChild("HumanoidRootPart")
  1878. local db = Instance.new("StringValue")
  1879. db.Name = "dedrbaba"
  1880. db.Parent = horp
  1881. local bodyrot = Instance.new("BodyAngularVelocity")
  1882. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1883. bodyrot.P = math.huge
  1884. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1885. bodyrot.Parent = horp
  1886. local hL, tL, aL, bL, cL, dL
  1887. game.Debris:AddItem(bodyrot, 0.2)
  1888. if guy:FindFirstChild("Head") then
  1889. hL = guy:FindFirstChild("Head")
  1890. hL.BrickColor = BrickColor.new("Gold")
  1891. end
  1892. if guy:FindFirstChild("Torso") then
  1893. tL = guy:FindFirstChild("Torso")
  1894. tL.BrickColor = BrickColor.new("Bright blue")
  1895. end
  1896. if guy:FindFirstChild("Left Arm") then
  1897. aL = guy:FindFirstChild("Left Arm")
  1898. aL.BrickColor = BrickColor.new("Gold")
  1899. end
  1900. if guy:FindFirstChild("Right Arm") then
  1901. bL = guy:FindFirstChild("Right Arm")
  1902. bL.BrickColor = BrickColor.new("Gold")
  1903. end
  1904. if guy:FindFirstChild("Left Leg") then
  1905. cL = guy:FindFirstChild("Left Leg")
  1906. cL.BrickColor = BrickColor.new("Forest green")
  1907. end
  1908. if guy:FindFirstChild("Right Leg") then
  1909. dL = guy:FindFirstChild("Right Leg")
  1910. dL.BrickColor = BrickColor.new("Forest green")
  1911. end
  1912. coroutine.resume(coroutine.create(function()
  1913. if aL then
  1914. aL.Name = "Right Arm"
  1915. wait()
  1916. end
  1917. if bL then
  1918. bL.Name = "Left Leg"
  1919. wait()
  1920. end
  1921. if cL then
  1922. cL.Name = "Left Arm"
  1923. wait()
  1924. end
  1925. if dL then
  1926. dL.Name = "Right Leg"
  1927. end
  1928. end))
  1929. end
  1930. end
  1931. end
  1932. end
  1933. mouse.KeyDown:connect(function(key)
  1934. if human.Health <= 0 then
  1935. return
  1936. end
  1937. if key == "f" then
  1938. standappear(thenoob)
  1939. end
  1940. if key == "r" then
  1941. MUDA()
  1942. end
  1943. if key == "e" then
  1944. block()
  1945. end
  1946. if key == "v" then
  1947. cability()
  1948. end
  1949. if key == "m" and plr.UserId then
  1950. THEBEST()
  1951. end
  1952. if key == "j" then
  1953. THREATENING()
  1954. end
  1955. if key == "k" then
  1956. konodioda:Play()
  1957. end
  1958. if key == "l" then
  1959. bast:Play()
  1960. end
  1961. if key == "p" then
  1962. zaworld:Play()
  1963. end
  1964. end)
  1965. tool.Equipped:connect(function()
  1966. selected = true
  1967. end)
  1968. tool.Unequipped:connect(function()
  1969. selected = false
  1970. end)
  1971. sine = 0
  1972. charge = 1
  1973. cos = math.cos
  1974. game:GetService("RunService").RenderStepped:connect(function()
  1975. if POSU == false then
  1976. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1977. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1978. local checkstate = human:GetState()
  1979. if checkstate.Value == 13 then
  1980. animpose = "Sitting"
  1981. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1982. animpose = "Jumping"
  1983. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1984. animpose = "Falling"
  1985. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1986. animpose = "Idle"
  1987. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1988. animpose = "Walking"
  1989. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1990. animpose = "TooFast"
  1991. end
  1992. if animpose == "Idle" then
  1993. sine = sine + charge
  1994. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1995. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1996. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1997. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1998. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1999. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2000. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2001. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2002. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2003. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2004. end
  2005. if animpose == "Walking" then
  2006. sine = sine + charge
  2007. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  2008. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  2009. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2010. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2011. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2012. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2013. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2014. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2015. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2016. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2017. end
  2018. if animpose == "Jumping" then
  2019. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  2020. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  2021. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2022. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2023. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2024. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2025. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  2026. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2027. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2028. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2029. end
  2030. if animpose == "Falling" then
  2031. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  2032. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2033. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2034. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2035. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2036. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2037. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  2038. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2039. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2040. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2041. end
  2042. if animpose == "TooFast" then
  2043. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  2044. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2045. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  2046. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2047. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  2048. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  2049. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  2050. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2051. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  2052. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2053. end
  2054. if animpose == "Sitting" then
  2055. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2056. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2057. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2058. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2059. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2060. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2061. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2062. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2063. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2064. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2065. end
  2066. end
  2067. if appeared == false and activu == false then
  2068. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2069. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2070. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2071. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2072. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2073. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2074. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2075. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2076. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2077. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2078. elseif appeared == true and activu == false then
  2079. sine = sine + charge
  2080. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
  2081. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  2082. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2083. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2084. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2085. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2086. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
  2087. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2088. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
  2089. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2090. end
  2091. end)
  2092. function dispose()
  2093. for i, v in pairs(getfenv(0)) do
  2094. v = nil
  2095. end
  2096. error = nil
  2097. print = nil
  2098. warn = nil
  2099. end
  2100. human.Died:connect(dispose)
  2101. chr.Changed:connect(function()
  2102. if chr.Parent == nil then
  2103. dispose()
  2104. end
  2105. end)
  2106. local p = game.Players.LocalPlayer
  2107. local char = p.Character
  2108. local hed = char.Head
  2109. local LocalPlayer = p
  2110.  
  2111. local Player = game.Players.localPlayer
  2112. local Character = p.Character
  2113. local LeftArm2 = Character["Left Arm"]
  2114. local RightArm2 = Character["Right Arm"]
  2115. local LeftLeg2 = Character["Left Leg"]
  2116. local RightLeg2 = Character["Right Leg"]
  2117. local Head2 = Character.Head
  2118. local Torso2 = Character.Torso
  2119.  
  2120. --created by SoldierJoao
  2121. --Credits to metabee for the knives edit
  2122. cut = Instance.new("Sound", Character)
  2123. cut.SoundId = "https://www.roblox.com/asset/?id=0"
  2124. cut.Volume = 1.5
  2125. thri = Instance.new("Sound", Character)
  2126. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  2127. thri.Volume = 2.5
  2128. WRY = Instance.new("Sound", Character)
  2129. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  2130. WRY.Volume = 5
  2131.  
  2132. local Players=game:service'Players'
  2133. local Player=Players.LocalPlayer
  2134. local Mouse=Player:GetMouse''
  2135. local RenderStepped=game:service'RunService'.RenderStepped
  2136.  
  2137. local MeshId='http://www.roblox.com/asset?id=202083123'
  2138. local TextureId='http://www.roblox.com/asset/?id=189436355'
  2139.  
  2140. local BeeSpeed= 100
  2141.  
  2142. local QHold=false
  2143. local EHold=false
  2144.  
  2145. Mouse.Button1Down:connect(function()
  2146.  
  2147. cut:Play()
  2148. if Mouse.Target and canworld == false then
  2149.  
  2150. local Bee=Instance.new('Part',Player.Character)
  2151. Bee.CanCollide=false
  2152. Bee.Size=Vector3.new(2,2,2)
  2153. Bee.CFrame=Player.Character.Torso.CFrame
  2154. local BeeMesh=Instance.new('SpecialMesh',Bee)
  2155. BeeMesh.MeshType='FileMesh'
  2156. BeeMesh.MeshId=MeshId
  2157. BeeMesh.TextureId=TextureId
  2158. BeeMesh.Scale=Vector3.new(1,1,1)
  2159. local BodyVel=Instance.new('BodyVelocity',Bee)
  2160. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2161. local BodyGyro=Instance.new('BodyGyro',Bee)
  2162. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  2163. BodyGyro.P=2e4
  2164. coroutine.wrap(function()
  2165. RenderStepped:connect(function()
  2166. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  2167. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  2168. end)
  2169. end)()
  2170. Bee.Touched:connect(function(p)
  2171. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  2172. p.Parent:BreakJoints()
  2173. Bee:Destroy''
  2174. thri:Play()
  2175. end
  2176. end)
  2177. end
  2178. end)
  2179.  
  2180.  
  2181. Mouse.KeyDown:connect(function(k)
  2182. local Key=k:lower''
  2183. if Key=='q'then
  2184. QHold=true
  2185. elseif Key=='e'then
  2186. EHold=true
  2187. end
  2188. end)
  2189.  
  2190. Mouse.KeyUp:connect(function(k)
  2191. local Key=k:lower''
  2192. if Key=='q'then
  2193. QHold=false
  2194. elseif Key=='e'then
  2195. EHold=false
  2196. end
  2197. end)
  2198.  
  2199. coroutine.wrap(function()
  2200. RenderStepped:connect(function()
  2201. if QHold then
  2202. if BeeSpeed>0 then
  2203. BeeSpeed=BeeSpeed-1
  2204. end
  2205. elseif EHold then
  2206. BeeSpeed=BeeSpeed+1
  2207. end
  2208. end)
  2209. end)()
  2210.  
  2211.  
  2212.  
  2213.  
  2214. mse = Player:GetMouse()
  2215.  
  2216. sound2 = Instance.new("Sound", Character)
  2217. sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
  2218. sound2.Volume = 2.5
  2219. sound4 = Instance.new("Sound", Character)
  2220. sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
  2221. sound4.Volume = 2
  2222. TSTheme = Instance.new("Sound", Character)
  2223. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  2224. TSTheme.Volume = 2
  2225. canworld = true
  2226. mse.KeyDown:connect(function(key)
  2227. key = key:lower()
  2228. if key == "t" then
  2229. sound4:Play()
  2230. if canworld == false then return end
  2231. if canworld then
  2232. canworld = false
  2233. TSTheme:Play()
  2234.  
  2235. local function spawnpart()
  2236. sphere = Instance.new("Part")
  2237. --game.Debris:AddItem(sphere,3)
  2238. local sm = Instance.new("SpecialMesh", sphere)
  2239. sm.MeshType = "Sphere"
  2240. sphere.Transparency = 0.5
  2241. sphere.Anchored = true
  2242. sphere.CanCollide = false
  2243. sphere.Material = "Neon"
  2244. sphere.BrickColor = BrickColor.new("Black")
  2245. end
  2246.  
  2247. local function weld(lol)
  2248. local weld = Instance.new("Weld", Player.Character.Torso)
  2249. weld.Part0 = Player.Character.Torso
  2250. weld.Part1 = lol
  2251. weld.C0 = Player.Character.Torso.CFrame:inverse()
  2252. weld.C1 = lol.CFrame:inverse()
  2253. end
  2254. wait()
  2255. spawnpart()
  2256. for i, v in pairs(game.Players:GetChildren()) do
  2257. t = v.Character:FindFirstChild("Torso")
  2258. if t then
  2259. t.Anchored = true
  2260. Player.Character:FindFirstChild("Torso").Anchored = false
  2261. end
  2262. RA = v.Character:FindFirstChild("Right Arm")
  2263. if RA then
  2264. RA.Anchored = true
  2265. Player.Character:FindFirstChild("Right Arm").Anchored = false
  2266. end
  2267. LA = v.Character:FindFirstChild("Left Arm")
  2268. if LA then
  2269. LA.Anchored = true
  2270. Player.Character:FindFirstChild("Left Arm").Anchored = false
  2271. end
  2272. RL = v.Character:FindFirstChild("Right Leg")
  2273. if RL then
  2274. RL.Anchored = true
  2275. Player.Character:FindFirstChild("Right Leg").Anchored = false
  2276. end
  2277. LL = v.Character:FindFirstChild("Left Leg")
  2278. if LL then
  2279. LL.Anchored = true
  2280. Player.Character:FindFirstChild("Left Leg").Anchored = false
  2281. end
  2282. end
  2283. weld(sphere)
  2284. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  2285. cce.Saturation = -5
  2286. --game.Debris:AddItem(cce, 5)
  2287. sphere.Parent = Character.Torso
  2288. for i = 1,3 do
  2289. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  2290. wait()
  2291. end
  2292. wait()
  2293. sphere:Destroy()
  2294. BeeSpeed = 0
  2295. cce.Saturation = -0.1
  2296. wait(0.3)
  2297. cce.Saturation = -0.2
  2298. wait(0.3)
  2299. cce.Saturation = -0.3
  2300. wait(0.2)
  2301. cce.Saturation = -1.5
  2302. wait()
  2303. end
  2304. end
  2305. end
  2306. )
  2307. if canworld == false then
  2308. wait(9)
  2309. canworld = true
  2310. end
  2311.  
  2312. mse.KeyDown:connect(function(key)
  2313. key = key:lower()
  2314. if key == "y" then
  2315. canworld = true
  2316. sound2:Play()
  2317. wait()
  2318. BeeSpeed = 1
  2319. cce.Saturation = -1.3
  2320. wait(0.5)
  2321. BeeSpeed = 1.2
  2322. cce.Saturation = -0.5
  2323. wait(0.5)
  2324. BeeSpeed = 1.4
  2325. cce.Saturation = -0.4
  2326. wait(0.3)
  2327. BeeSpeed = 1.5
  2328. cce.Saturation = -0.2
  2329. wait(0.2)
  2330. cce.Saturation = 0
  2331.  
  2332. for i, v in pairs(game.Players:GetChildren()) do
  2333. t = v.Character:FindFirstChild("Torso")
  2334. if t then
  2335. t.Anchored = false
  2336. end
  2337. RA = v.Character:FindFirstChild("Right Arm")
  2338. if RA then
  2339. RA.Anchored = false
  2340. end
  2341. LA = v.Character:FindFirstChild("Left Arm")
  2342. if LA then
  2343. LA.Anchored = false
  2344. end
  2345. RL = v.Character:FindFirstChild("Right Leg")
  2346. if RL then
  2347. RL.Anchored = false
  2348. end
  2349. LL = v.Character:FindFirstChild("Left Leg")
  2350. if LL then
  2351. LL.Anchored = false
  2352. end
  2353. end
  2354. BeeSpeed = 100
  2355. TSTheme:Stop()
  2356. end
  2357. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement