Advertisement
Marcsosa

Untitled

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