Advertisement
Marcsosa

Untitled

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