Advertisement
Explosin59

dio

Jul 19th, 2017
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 70.63 KB | None | 0 0
  1. function TakeDamage(hum, dmg)
  2.   hum:TakeDamage(dmg)
  3. end
  4. plr = game.Players.LocalPlayer
  5. repeat
  6.   wait(0.4)
  7. until plr.Character
  8. chr = plr.Character
  9. human = chr:FindFirstChild("Humanoid")
  10. human.MaxHealth, human.Health = math.huge, math.huge
  11. mouse = plr:GetMouse()
  12. cam = workspace.CurrentCamera
  13. selected = false
  14. equipd = false
  15. tors = chr.Torso
  16. rarm = chr["Right Arm"]
  17. larm = chr["Left Arm"]
  18. rleg = chr["Right Leg"]
  19. lleg = chr["Left Leg"]
  20. hrp = chr.HumanoidRootPart
  21. hed = chr.Head
  22. anim = human.Animator
  23. activu = false
  24. appeared = false
  25. animpose = nil
  26. POSU = false
  27. local wherto = hrp
  28. local addcfr = CFrame.new(0, 0, 0)
  29. Heartbeat = Instance.new("BindableEvent")
  30. Heartbeat.Name = "Heartbeat"
  31. Heartbeat.Parent = script
  32. frame = 0.03333333333333333
  33. tf = 0
  34. game:GetService("RunService").Heartbeat:connect(function(s, p)
  35.   tf = tf + s
  36.   if tf >= frame then
  37.     for i = 1, math.floor(tf / frame) do
  38.       Heartbeat:Fire()
  39.     end
  40.     tf = tf - frame * math.floor(tf / frame)
  41.   end
  42. end)
  43. function swait(num)
  44.   if num == 0 or num == nil then
  45.     Heartbeat.Event:wait()
  46.   else
  47.     for i = 1, num do
  48.       Heartbeat.Event:wait()
  49.     end
  50.   end
  51. end
  52. tool = Instance.new("Tool")
  53. tool.CanBeDropped = false
  54. tool.RequiresHandle = false
  55. tool.TextureId = "rbxassetid://291302154"
  56. tool.ToolTip = "NANI"
  57. tool.Name = "AAAAAAAAAAAAAA"
  58. tool.Parent = plr.Backpack
  59. modz = Instance.new("Model")
  60. modz.Name = "efx"
  61. modz.Parent = chr
  62. ZANOOB = Instance.new("Model")
  63. ZANOOB.Name = "THE NOOB"
  64. ZANOOB.Parent = chr
  65. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  66. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  67. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  68. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  69. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  70. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  71. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  72. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  73. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  74. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  75. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  76. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  77. RS = tors:FindFirstChild("Right Shoulder")
  78. LS = tors:FindFirstChild("Left Shoulder")
  79. RH = tors:FindFirstChild("Right Hip")
  80. LH = tors:FindFirstChild("Left Hip")
  81. RJ = hrp:FindFirstChild("RootJoint")
  82. N = tors:FindFirstChild("Neck")
  83. cf = CFrame.new
  84. ang = CFrame.Angles
  85. rd = math.rad
  86. rd2 = math.random
  87. function nooutline(p)
  88.   p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  89. end
  90. function makepart(color, name, reflec, mater, parnt, cfram)
  91.   local port = Instance.new("Part")
  92.   port.BrickColor = BrickColor.new(color)
  93.   port.Name = name
  94.   port.Transparency = 1
  95.   nooutline(port)
  96.   port.Reflectance = reflec
  97.   port.Material = mater
  98.   port.Anchored = false
  99.   port.CanCollide = false
  100.   port.Locked = true
  101.   port.Size = Vector3.new(0.2, 0.2, 0.2)
  102.   port.Parent = parnt
  103.   return port
  104. end
  105. function makemesh(meshtype, scale, meshid, parent)
  106.   local mes = Instance.new("SpecialMesh")
  107.   mes.MeshType = meshtype
  108.   mes.Scale = scale
  109.   if meshtype == "FileMesh" then
  110.     mes.MeshId = meshid
  111.   end
  112.   mes.Parent = parent
  113.   return mes
  114. end
  115. function makemotor(parent, p0, p1, c0, c1)
  116.   swait()
  117.   local wel = Instance.new("Motor6D")
  118.   wel.Part0 = p0
  119.   wel.Part1 = p1
  120.   wel.C0 = c0
  121.   if c1 ~= nil then
  122.     wel.C1 = c1
  123.   end
  124.   wel.Parent = parent
  125.   return wel
  126. end
  127. local konodioda = Instance.new("Sound")
  128. konodioda.SoundId = "rbxassetid://276263776"
  129. konodioda.Volume = 3.5
  130. konodioda.Parent = hrp
  131. local bast = Instance.new("Sound")
  132. bast.SoundId = "rbxassetid://616576465"
  133. bast.Volume = 0.5
  134. bast.Parent = hrp
  135. local zaworld = Instance.new("Sound")
  136. zaworld.SoundId = "rbxassetid://616576400"
  137. zaworld.Volume = 0.8
  138. zaworld.Parent = hrp
  139. local wry = Instance.new("Sound")
  140. wry.SoundId = "rbxassetid://721590903"
  141. wry.Volume = 2.75
  142. wry.Parent = hrp
  143. function animo(yep)
  144.   if yep == true then
  145.     anim.Parent = human
  146.     chr.Animate.Disabled = false
  147.   elseif yep == false then
  148.     chr.Animate.Disabled = true
  149.     anim.Parent = nil
  150.   end
  151. end
  152. animo(false)
  153. function lerpz(joint, prop, cfrmz, alp)
  154.   joint[prop] = joint[prop]:lerp(cfrmz, alp)
  155. end
  156. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  157. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  158. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  159. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  160. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  161. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  162. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  163. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  164. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  165. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  166. function resetlerp(whoever)
  167.   if whoever == nil then
  168.     RJ.C0 = RJC0
  169.     RJ.C1 = RJC1
  170.     N.C0 = NC0
  171.     N.C1 = NC1
  172.     RS.C0 = RSC0
  173.     RS.C1 = RSC1
  174.     LS.C0 = LSC0
  175.     LS.C1 = LSC1
  176.     RH.C0 = RHC0
  177.     RH.C1 = RHC1
  178.     LH.C0 = LHC0
  179.     LH.C1 = LHC1
  180.   elseif whoever ~= nil then
  181.     nRJ.C0 = RJC0
  182.     nRJ.C1 = RJC1
  183.     nN.C0 = NC0
  184.     nN.C1 = NC1
  185.     nRS.C0 = RSC0
  186.     nRS.C1 = RSC1
  187.     nLS.C0 = LSC0
  188.     nLS.C1 = LSC1
  189.     nRH.C0 = RHC0
  190.     nRH.C1 = RHC1
  191.     nLH.C0 = LHC0
  192.     nLH.C1 = LHC1
  193.   end
  194. end
  195. function STANDO(cfr)
  196.   local rooto = Instance.new("Part")
  197.   nooutline(rooto)
  198.   rooto.Name = "HumanoidRootPart"
  199.   rooto.Anchored = true
  200.   rooto.CFrame = cfr
  201.   rooto.Size = Vector3.new(2, 2, 1)
  202.   rooto.CanCollide = false
  203.   rooto.Locked = true
  204.   rooto.Transparency = 1
  205.   rooto.Parent = ZANOOB
  206.   local head = Instance.new("Part")
  207.   nooutline(head)
  208.   head.Anchored = false
  209.   head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  210.   head.Size = Vector3.new(2, 1, 1)
  211.   head.BrickColor = BrickColor.new("Bright yellow")
  212.   head.CanCollide = false
  213.   head.Name = "Head"
  214.   head.Locked = true
  215.   head.Transparency = 1
  216.   head.Parent = ZANOOB
  217.   local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  218.   local headdecal = Instance.new("Decal")
  219.   headdecal.Name = "face"
  220.   headdecal.Texture = "rbxasset://textures/face.png"
  221.   headdecal.Face = "Front"
  222.   headdecal.Transparency = 1
  223.   headdecal.Parent = head
  224.   local torso = Instance.new("Part")
  225.   nooutline(torso)
  226.   torso.Name = "Torso"
  227.   torso.Anchored = false
  228.   torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  229.   torso.Size = Vector3.new(2, 1, 1)
  230.   torso.BrickColor = BrickColor.new("Bright blue")
  231.   torso.CanCollide = false
  232.   torso.Transparency = 1
  233.   torso.Locked = true
  234.   torso.Parent = ZANOOB
  235.   local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  236.   local leftarm = Instance.new("Part")
  237.   nooutline(leftarm)
  238.   leftarm.Anchored = false
  239.   leftarm.Name = "Left Arm"
  240.   leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  241.   leftarm.Size = Vector3.new(1, 2, 1)
  242.   leftarm.BrickColor = BrickColor.new("Bright yellow")
  243.   leftarm.CanCollide = false
  244.   leftarm.Transparency = 1
  245.   leftarm.Locked = true
  246.   leftarm.Parent = ZANOOB
  247.   local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  248.   local rightarm = Instance.new("Part")
  249.   nooutline(rightarm)
  250.   rightarm.Anchored = false
  251.   rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  252.   rightarm.Name = "Right Arm"
  253.   rightarm.Size = Vector3.new(1, 2, 1)
  254.   rightarm.BrickColor = BrickColor.new("Bright yellow")
  255.   rightarm.CanCollide = false
  256.   rightarm.Locked = true
  257.   rightarm.Transparency = 1
  258.   rightarm.Parent = ZANOOB
  259.   local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  260.   local leftleg = Instance.new("Part")
  261.   nooutline(leftleg)
  262.   leftleg.Anchored = false
  263.   leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  264.   leftleg.Name = "Left Leg"
  265.   leftleg.Size = Vector3.new(1, 2, 1)
  266.   leftleg.BrickColor = BrickColor.new("Br. yellowish green")
  267.   leftleg.CanCollide = false
  268.   leftleg.Transparency = 1
  269.   leftleg.Locked = true
  270.   leftleg.Parent = ZANOOB
  271.   local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  272.   local rightleg = Instance.new("Part")
  273.   nooutline(rightleg)
  274.   rightleg.Anchored = false
  275.   rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  276.   rightleg.Name = "Right Leg"
  277.   rightleg.Size = Vector3.new(1, 2, 1)
  278.   rightleg.BrickColor = BrickColor.new("Br. yellowish green")
  279.   rightleg.CanCollide = false
  280.   rightleg.Locked = true
  281.   rightleg.Transparency = 1
  282.   rightleg.Parent = ZANOOB
  283.   local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  284.   local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  285.   rootweld.Name = "RootJoint"
  286.   local neckweld = makemotor(torso, torso, head, NC0, NC1)
  287.   neckweld.Name = "Neck"
  288.   local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  289.   rshoulderweld.Name = "Right Shoulder"
  290.   local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  291.   lshoulderweld.Name = "Left Shoulder"
  292.   local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  293.   rhipweld.Name = "Right Hip"
  294.   local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  295.   lhipweld.Name = "Left Hip"
  296.   local pa1 = Instance.new("Part")
  297.   nooutline(pa1)
  298.   pa1.Anchored = false
  299.   pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  300.   pa1.Name = "pa1"
  301.   pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  302.   pa1.BrickColor = BrickColor.new("Bright yellow")
  303.   pa1.CanCollide = false
  304.   pa1.Locked = true
  305.   pa1.Transparency = 1
  306.   pa1.Parent = ZANOOB
  307.   local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  308.   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))
  309.   local pa2 = Instance.new("Part")
  310.   nooutline(pa2)
  311.   pa2.Anchored = false
  312.   pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  313.   pa2.Name = "pa2"
  314.   pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  315.   pa2.BrickColor = BrickColor.new("Bright yellow")
  316.   pa2.CanCollide = false
  317.   pa2.Locked = true
  318.   pa2.Transparency = 1
  319.   pa2.Parent = ZANOOB
  320.   local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  321.   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))
  322.   local pa3 = Instance.new("Part")
  323.   nooutline(pa3)
  324.   pa3.Anchored = false
  325.   pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  326.   pa3.Name = "pa3"
  327.   pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  328.   pa3.BrickColor = BrickColor.new("Bright yellow")
  329.   pa3.CanCollide = false
  330.   pa3.Locked = true
  331.   pa3.Transparency = 1
  332.   pa3.Parent = ZANOOB
  333.   local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  334.   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))
  335.   local pa4 = Instance.new("Part")
  336.   nooutline(pa4)
  337.   pa4.Anchored = false
  338.   pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  339.   pa4.Name = "pa4"
  340.   pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  341.   pa4.BrickColor = BrickColor.new("Bright yellow")
  342.   pa4.CanCollide = false
  343.   pa4.Locked = true
  344.   pa4.Transparency = 1
  345.   pa4.Parent = ZANOOB
  346.   local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  347.   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))
  348.   local pa5 = Instance.new("Part")
  349.   nooutline(pa5)
  350.   pa5.Anchored = false
  351.   pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  352.   pa5.Name = "pa5"
  353.   pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  354.   pa5.BrickColor = BrickColor.new("Bright yellow")
  355.   pa5.CanCollide = false
  356.   pa5.Locked = true
  357.   pa5.Transparency = 1
  358.   pa5.Parent = ZANOOB
  359.   local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  360.   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))
  361.   local pa6 = Instance.new("Part")
  362.   nooutline(pa6)
  363.   pa6.Anchored = false
  364.   pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  365.   pa6.Name = "pa6"
  366.   pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  367.   pa6.BrickColor = BrickColor.new("Bright yellow")
  368.   pa6.CanCollide = false
  369.   pa6.Locked = true
  370.   pa6.Transparency = 1
  371.   pa6.Parent = ZANOOB
  372.   local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  373.   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))
  374.   local pa7 = Instance.new("Part")
  375.   nooutline(pa7)
  376.   pa7.Anchored = false
  377.   pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  378.   pa7.Name = "pa7"
  379.   pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  380.   pa7.BrickColor = BrickColor.new("Bright yellow")
  381.   pa7.CanCollide = false
  382.   pa7.Locked = true
  383.   pa7.Transparency = 1
  384.   pa7.Parent = ZANOOB
  385.   local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  386.   local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  387.   local pa8 = Instance.new("Part")
  388.   nooutline(pa8)
  389.   pa8.Anchored = false
  390.   pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  391.   pa8.Name = "pa8"
  392.   pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  393.   pa8.BrickColor = BrickColor.new("Bright yellow")
  394.   pa8.CanCollide = false
  395.   pa8.Locked = true
  396.   pa8.Transparency = 1
  397.   pa8.Parent = ZANOOB
  398.   local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  399.   local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  400.   local pa9 = Instance.new("Part")
  401.   nooutline(pa9)
  402.   pa9.Anchored = false
  403.   pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  404.   pa9.Name = "pa9"
  405.   pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  406.   pa9.BrickColor = BrickColor.new("Br. yellowish green")
  407.   pa9.CanCollide = false
  408.   pa9.Locked = true
  409.   pa9.Transparency = 1
  410.   pa9.Parent = ZANOOB
  411.   local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  412.   local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  413.   local pa10 = Instance.new("Part")
  414.   nooutline(pa10)
  415.   pa10.Anchored = false
  416.   pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  417.   pa10.Name = "pa10"
  418.   pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  419.   pa10.BrickColor = BrickColor.new("Bright yellow")
  420.   pa10.CanCollide = false
  421.   pa10.Locked = true
  422.   pa10.Transparency = 1
  423.   pa10.Parent = ZANOOB
  424.   local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  425.   local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  426.   local pa11 = Instance.new("Part")
  427.   nooutline(pa11)
  428.   pa11.Anchored = false
  429.   pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  430.   pa11.Name = "pa11"
  431.   pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  432.   pa11.BrickColor = BrickColor.new("Bright yellow")
  433.   pa11.CanCollide = false
  434.   pa11.Locked = true
  435.   pa11.Transparency = 1
  436.   pa11.Parent = ZANOOB
  437.   local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  438.   local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  439.   local raemblem = Instance.new("Part")
  440.   nooutline(raemblem)
  441.   raemblem.Anchored = false
  442.   raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  443.   raemblem.Name = "raemblem"
  444.   raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  445.   raemblem.BrickColor = BrickColor.new("Bright yellow")
  446.   raemblem.CanCollide = false
  447.   raemblem.Locked = true
  448.   raemblem.Material = "SmoothPlastic"
  449.   raemblem.Transparency = 1
  450.   raemblem.Parent = ZANOOB
  451.   local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  452.   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))
  453.   local emmes = Instance.new("Decal")
  454.   emmes.Texture = "rbxassetid://291302154"
  455.   emmes.Transparency = 1
  456.   emmes.Face = "Right"
  457.   emmes.Name = "embe"
  458.   emmes.Parent = raemblem
  459.   local ra1 = Instance.new("Part")
  460.   nooutline(ra1)
  461.   ra1.Anchored = false
  462.   ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  463.   ra1.Name = "ra1"
  464.   ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  465.   ra1.BrickColor = BrickColor.new("Bright yellow")
  466.   ra1.CanCollide = false
  467.   ra1.Locked = true
  468.   ra1.Transparency = 1
  469.   ra1.Parent = ZANOOB
  470.   local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  471.   local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  472.   local ra2 = Instance.new("Part")
  473.   nooutline(ra2)
  474.   ra2.Anchored = false
  475.   ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  476.   ra2.Name = "ra2"
  477.   ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  478.   ra2.BrickColor = BrickColor.new("Bright yellow")
  479.   ra2.CanCollide = false
  480.   ra2.Locked = true
  481.   ra2.Transparency = 1
  482.   ra2.Parent = ZANOOB
  483.   local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  484.   local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  485.   local ra3 = Instance.new("Part")
  486.   nooutline(ra3)
  487.   ra3.Anchored = false
  488.   ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  489.   ra3.Name = "ra3"
  490.   ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  491.   ra3.BrickColor = BrickColor.new("Br. yellowish green")
  492.   ra3.CanCollide = false
  493.   ra3.Locked = true
  494.   ra3.Transparency = 1
  495.   ra3.Parent = ZANOOB
  496.   local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  497.   local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  498.   local ra4 = Instance.new("Part")
  499.   nooutline(ra4)
  500.   ra4.Anchored = false
  501.   ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  502.   ra4.Name = "ra4"
  503.   ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  504.   ra4.BrickColor = BrickColor.new("Br. yellowish green")
  505.   ra4.CanCollide = false
  506.   ra4.Locked = true
  507.   ra4.Transparency = 1
  508.   ra4.Parent = ZANOOB
  509.   local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  510.   local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  511.   local ra5 = Instance.new("Part")
  512.   nooutline(ra5)
  513.   ra5.Anchored = false
  514.   ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  515.   ra5.Name = "ra5"
  516.   ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  517.   ra5.BrickColor = BrickColor.new("Bright yellow")
  518.   ra5.CanCollide = false
  519.   ra5.Locked = true
  520.   ra5.Transparency = 1
  521.   ra5.Parent = ZANOOB
  522.   local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  523.   local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  524.   local la1 = Instance.new("Part")
  525.   nooutline(la1)
  526.   la1.Anchored = false
  527.   la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  528.   la1.Name = "la1"
  529.   la1.Size = Vector3.new(0.2, 0.2, 0.2)
  530.   la1.BrickColor = BrickColor.new("Bright yellow")
  531.   la1.CanCollide = false
  532.   la1.Locked = true
  533.   la1.Transparency = 1
  534.   la1.Parent = ZANOOB
  535.   local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  536.   local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  537.   local la2 = Instance.new("Part")
  538.   nooutline(la2)
  539.   la2.Anchored = false
  540.   la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  541.   la2.Name = "la2"
  542.   la2.Size = Vector3.new(0.2, 0.2, 0.2)
  543.   la2.BrickColor = BrickColor.new("Bright yellow")
  544.   la2.CanCollide = false
  545.   la2.Locked = true
  546.   la2.Transparency = 1
  547.   la2.Parent = ZANOOB
  548.   local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  549.   local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  550.   local la3 = Instance.new("Part")
  551.   nooutline(la3)
  552.   la3.Anchored = false
  553.   la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  554.   la3.Name = "la3"
  555.   la3.Size = Vector3.new(0.2, 0.2, 0.2)
  556.   la3.BrickColor = BrickColor.new("Br. yellowish green")
  557.   la3.CanCollide = false
  558.   la3.Locked = true
  559.   la3.Transparency = 1
  560.   la3.Parent = ZANOOB
  561.   local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  562.   local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  563.   local la4 = Instance.new("Part")
  564.   nooutline(la4)
  565.   la4.Anchored = false
  566.   la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  567.   la4.Name = "la4"
  568.   la4.Size = Vector3.new(0.2, 0.2, 0.2)
  569.   la4.BrickColor = BrickColor.new("Br. yellowish green")
  570.   la4.CanCollide = false
  571.   la4.Locked = true
  572.   la4.Transparency = 1
  573.   la4.Parent = ZANOOB
  574.   local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  575.   local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  576.   local la5 = Instance.new("Part")
  577.   nooutline(la5)
  578.   la5.Anchored = false
  579.   la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  580.   la5.Name = "la5"
  581.   la5.Size = Vector3.new(0.2, 0.2, 0.2)
  582.   la5.BrickColor = BrickColor.new("Bright yellow")
  583.   la5.CanCollide = false
  584.   la5.Locked = true
  585.   la5.Transparency = 1
  586.   la5.Parent = ZANOOB
  587.   local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  588.   local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  589.   local ll1 = Instance.new("Part")
  590.   nooutline(ll1)
  591.   ll1.Anchored = false
  592.   ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  593.   ll1.Name = "ll1"
  594.   ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  595.   ll1.BrickColor = BrickColor.new("Br. yellowish green")
  596.   ll1.CanCollide = false
  597.   ll1.Locked = true
  598.   ll1.Transparency = 1
  599.   ll1.Parent = ZANOOB
  600.   local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  601.   local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  602.   local ll2 = Instance.new("Part")
  603.   nooutline(ll2)
  604.   ll2.Anchored = false
  605.   ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  606.   ll2.Name = "ll2"
  607.   ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  608.   ll2.BrickColor = BrickColor.new("Br. yellowish green")
  609.   ll2.CanCollide = false
  610.   ll2.Locked = true
  611.   ll2.Transparency = 1
  612.   ll2.Parent = ZANOOB
  613.   local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  614.   local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  615.   local ll3 = Instance.new("Part")
  616.   nooutline(ll3)
  617.   ll3.Anchored = false
  618.   ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  619.   ll3.Name = "ll3"
  620.   ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  621.   ll3.BrickColor = BrickColor.new("Bright yellow")
  622.   ll3.CanCollide = false
  623.   ll3.Locked = true
  624.   ll3.Transparency = 1
  625.   ll3.Parent = ZANOOB
  626.   local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  627.   local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  628.   local rr1 = Instance.new("Part")
  629.   nooutline(rr1)
  630.   rr1.Anchored = false
  631.   rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  632.   rr1.Name = "rr1"
  633.   rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  634.   rr1.BrickColor = BrickColor.new("Br. yellowish green")
  635.   rr1.CanCollide = false
  636.   rr1.Locked = true
  637.   rr1.Transparency = 1
  638.   rr1.Parent = ZANOOB
  639.   local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  640.   local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  641.   local rr2 = Instance.new("Part")
  642.   nooutline(rr2)
  643.   rr2.Anchored = false
  644.   rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  645.   rr2.Name = "rr2"
  646.   rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  647.   rr2.BrickColor = BrickColor.new("Br. yellowish green")
  648.   rr2.CanCollide = false
  649.   rr2.Locked = true
  650.   rr2.Transparency = 1
  651.   rr2.Parent = ZANOOB
  652.   local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  653.   local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  654.   local rr3 = Instance.new("Part")
  655.   nooutline(rr3)
  656.   rr3.Anchored = false
  657.   rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  658.   rr3.Name = "rr3"
  659.   rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  660.   rr3.BrickColor = BrickColor.new("Bright yellow")
  661.   rr3.CanCollide = false
  662.   rr3.Locked = true
  663.   rr3.Transparency = 1
  664.   rr3.Parent = ZANOOB
  665.   local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  666.   local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  667.   return ZANOOB
  668. end
  669. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  670. coroutine.resume(coroutine.create(function()
  671.   local rot = thenoob.HumanoidRootPart
  672.   repeat
  673.     swait()
  674.     rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  675.   until rot == nil
  676. end))
  677. local rot = thenoob.HumanoidRootPart
  678. local ntorso = thenoob:FindFirstChild("Torso")
  679. local rightarm = thenoob:FindFirstChild("Right Arm")
  680. local leftarm = thenoob:FindFirstChild("Left Arm")
  681. local leftleg = thenoob:FindFirstChild("Left Leg")
  682. local rightleg = thenoob:FindFirstChild("Right Leg")
  683. local head = thenoob:FindFirstChild("Head")
  684. local face = head:FindFirstChild("face")
  685. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  686. local embpart = thenoob:FindFirstChild("raemblem")
  687. local nRJ = rot:FindFirstChild("RootJoint")
  688. local nN = ntorso:FindFirstChild("Neck")
  689. local nRS = ntorso:FindFirstChild("Right Shoulder")
  690. local nLS = ntorso:FindFirstChild("Left Shoulder")
  691. local nRH = ntorso:FindFirstChild("Right Hip")
  692. local nLH = ntorso:FindFirstChild("Left Hip")
  693. function standappear(nbz)
  694.   if selected == false or activu == true then
  695.     return
  696.   end
  697.   if appeared == false then
  698.     appeared = true
  699.     wherto = hrp
  700.     addcfr = cf(-2, 1, 2)
  701.     local apear = Instance.new("Sound")
  702.     apear.SoundId = "rbxassetid://463010917"
  703.     apear.Parent = rot
  704.     apear.Volume = 1.25
  705.     game.Debris:AddItem(apear, 1.5)
  706.     apear:Play()
  707.     for _, n in pairs(nbz:GetChildren()) do
  708.       coroutine.resume(coroutine.create(function()
  709.         for _ = 1, 5 do
  710.           if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  711.             swait()
  712.             n.Transparency = n.Transparency - 0.2
  713.             face.Transparency = face.Transparency - 0.2
  714.             emblem.Transparency = emblem.Transparency - 0.2
  715.           end
  716.         end
  717.         if n ~= rot and n ~= embpart then
  718.           n.Transparency = 0
  719.         end
  720.         face.Transparency = 0
  721.         emblem.Transparency = 0
  722.       end))
  723.     end
  724.   elseif appeared == true then
  725.     appeared = false
  726.     wherto = hrp
  727.     addcfr = cf(0, 0, 0)
  728.     for _, n in pairs(nbz:GetChildren()) do
  729.       coroutine.resume(coroutine.create(function()
  730.         for _ = 1, 5 do
  731.           if n ~= rot and n ~= embpart then
  732.             swait()
  733.             n.Transparency = n.Transparency + 0.2
  734.             face.Transparency = face.Transparency + 0.2
  735.             emblem.Transparency = emblem.Transparency + 0.2
  736.           end
  737.         end
  738.         if n ~= rot and n ~= embpart then
  739.           n.Transparency = 1
  740.         end
  741.         face.Transparency = 1
  742.         emblem.Transparency = 1
  743.       end))
  744.     end
  745.   end
  746. end
  747. function THREATENING()
  748.   if selected == false or activu == true then
  749.     return
  750.   end
  751.   if POSU == false then
  752.     POSU = true
  753.     human.WalkSpeed = 0
  754.     local d = Instance.new("ParticleEmitter")
  755.     d.Name = "MENACINGU"
  756.     d.Lifetime = NumberRange.new(1)
  757.     d.Rate = 2
  758.     d.Texture = "rbxassetid://298768656"
  759.     d.VelocitySpread = 60
  760.     d.Parent = tors
  761.     human:SetStateEnabled(3, false)
  762.     local randomoth = math.random(1, 2)
  763.     if randomoth == 1 then
  764.       repeat
  765.         swait()
  766.         lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  767.         lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  768.         lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  769.         lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  770.         lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  771.         lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  772.         lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  773.         lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  774.         lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  775.         lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  776.       until POSU == false
  777.     elseif randomoth == 2 then
  778.       repeat
  779.         swait()
  780.         lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  781.         lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  782.         lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  783.         lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  784.         lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  785.         lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  786.         lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  787.         lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  788.         lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  789.         lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  790.       until POSU == false
  791.     end
  792.   elseif POSU == true then
  793.     POSU = false
  794.     human.WalkSpeed = 16
  795.     human:SetStateEnabled(3, true)
  796.     tors.MENACINGU:Destroy()
  797.     activu = true
  798.     activu = false
  799.   end
  800. end
  801. local EHMMM = 0
  802. function block()
  803.   if EHMMM == 50 or selected == false or activu == true then
  804.     return
  805.   end
  806.   if appeared == false then
  807.     standappear(thenoob)
  808.   end
  809.   wherto = hrp
  810.   addcfr = cf(0, 0, -3)
  811.   local bep = true
  812.   local humanshealth = human.Health
  813.   activu = true
  814.   human:SetStateEnabled(15, false)
  815.   local de = mouse.KeyUp:connect(function(key)
  816.     if key == "e" then
  817.       bep = false
  818.     end
  819.   end)
  820.   local poopes = 0
  821.   repeat
  822.     swait()
  823.     poopes = poopes + 1
  824.     human.Health = humanshealth
  825.     lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  826.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  827.     lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  828.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  829.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  830.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  831.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  832.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  833.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  834.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  835.   until bep == false or poopes > 240
  836.   de:Disconnect()
  837.   human:SetStateEnabled(15, true)
  838.   activu = false
  839.   EHMMM = 50
  840.   coroutine.resume(coroutine.create(function()
  841.     wait(7)
  842.     EHMMM = 0
  843.   end))
  844.   wherto = hrp
  845.   addcfr = cf(-2, 1, 2)
  846. end
  847. function MUDA()
  848.   if selected == false or activu == true then
  849.     return
  850.   end
  851.   if appeared == false then
  852.     standappear(thenoob)
  853.     wherto = hrp
  854.     addcfr = cf(0, 0, -3.5)
  855.   end
  856.   wry:Stop()
  857.   local bep = true
  858.   activu = true
  859.   wherto = hrp
  860.   addcfr = cf(0, 0, -3.5)
  861.   local function blur(limb)
  862.     coroutine.resume(coroutine.create(function()
  863.       local memedon = {}
  864.       for i = 1, 6 do
  865.         local b1 = Instance.new("Part")
  866.         nooutline(b1)
  867.         b1.Size = Vector3.new(1, 2, 1)
  868.         b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  869.         b1.CanCollide = false
  870.         b1.BrickColor = limb.BrickColor
  871.         b1.Anchored = true
  872.         b1.Transparency = 0.7
  873.         b1.Locked = true
  874.         b1.Parent = modz
  875.         table.insert(memedon, b1)
  876.       end
  877.       local num = 0
  878.       repeat
  879.         swait()
  880.         num = num % 6 + 1
  881.         memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  882.       until bep == false
  883.       for i = 1, #memedon do
  884.         swait()
  885.         memedon[i]:Destroy()
  886.       end
  887.     end))
  888.   end
  889.   local de = mouse.KeyUp:connect(function(key)
  890.     if key == "r" then
  891.       bep = false
  892.     end
  893.   end)
  894.   blur(rightarm)
  895.   blur(leftarm)
  896. local mudodo = Instance.new("Sound")
  897.   mudodo.Volume = 7.5
  898.   mudodo.SoundId = "rbxassetid://612888361"
  899. mudodo.Looped = true
  900.   mudodo.Parent = hrp
  901.   mudodo:Play()
  902.   repeat
  903.     for _ = 1, 2 do
  904.       swait()
  905.       lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  906.       lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  907.       lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  908.       lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  909.       lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  910.       lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  911.       lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  912.       lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  913.       lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  914.       lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  915.     end
  916.     hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  917.     for _ = 1, 2 do
  918.       swait()
  919.       lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  920.       lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  921.       lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  922.       lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  923.       lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  924.       lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  925.       lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  926.       lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  927.       lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  928.       lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  929.     end
  930.     hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  931.     for _ = 1, 2 do
  932.       swait()
  933.       lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  934.       lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  935.       lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  936.       lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  937.       lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  938.       lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  939.       lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  940.       lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  941.       lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  942.       lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  943.     end
  944.     hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  945.     for _ = 1, 2 do
  946.       swait()
  947.       lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  948.       lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  949.       lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  950.       lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  951.       lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  952.       lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  953.       lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  954.       lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  955.       lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  956.       lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  957.     end
  958.     hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  959.   until bep == false or 0 >= human.Health
  960.   de:Disconnect()
  961. mudodo:Stop()
  962.   wry:Play()
  963.   for _ = 1, 6 do
  964.     swait()
  965.     lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  966.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  967.     lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  968.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  969.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  970.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  971.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  972.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  973.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  974.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  975.   end
  976.   for _ = 1, 7 do
  977.     swait()
  978.     hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  979.     lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  980.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  981.     lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  982.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  983.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  984.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  985.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  986.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  987.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  988.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  989.   end
  990.   swait(5)
  991.   wherto = hrp
  992. mudodo:Destroy()
  993.   addcfr = cf(-2, 1, 2)
  994.   activu = false
  995. end
  996. function cability()
  997.   if selected == false or activu == true then
  998.     return
  999.   end
  1000.   if appeared == false then
  1001.     standappear(thenoob)
  1002.     wherto = hrp
  1003.     addcfr = cf(0, 0, -3.75)
  1004.   end
  1005.   activu = true
  1006.   wherto = hrp
  1007.   addcfr = cf(0, 0, -3.5)
  1008.   local ZAWRUA = Instance.new("Sound")
  1009.   ZAWRUA.SoundId = "rbxassetid://257346558"
  1010.   ZAWRUA.Volume = 3
  1011.   ZAWRUA.Parent = hrp
  1012.   ZAWRUA:Play()
  1013.   game.Debris:AddItem(ZAWRUA, 2.5)
  1014.   local wate = Instance.new("Part")
  1015.   nooutline(wate)
  1016.   wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1017.   wate.Material = "Neon"
  1018.   wate.Transparency = 1
  1019.   wate.BrickColor = BrickColor.new("Br. yellowish green")
  1020.   wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1021.   wate.Anchored = true
  1022.   wate.CanCollide = false
  1023.   wate.Parent = modz
  1024.   local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1025.   coroutine.resume(coroutine.create(function()
  1026.     repeat
  1027.       swait()
  1028.       wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1029.       wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1030.     until not wate
  1031.   end))
  1032.   coroutine.resume(coroutine.create(function()
  1033.     local pt = {}
  1034.     for _ = 1, 10 do
  1035.       local wp = Instance.new("Part")
  1036.       nooutline(wp)
  1037.       wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1038.       wp.Material = "Neon"
  1039.       wp.Transparency = 1
  1040.       wp.BrickColor = BrickColor.new("Br. yellowish green")
  1041.       wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1042.       wp.Anchored = true
  1043.       wp.CanCollide = false
  1044.       wp.Parent = modz
  1045.       local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1046.       table.insert(pt, wp)
  1047.       table.insert(pt, wmz)
  1048.     end
  1049.     for m = 1, 45 do
  1050.       swait()
  1051.       for _, hey in pairs(pt) do
  1052.         if hey.ClassName == "SpecialMesh" then
  1053.           hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1054.         elseif hey.ClassName == "Part" then
  1055.           hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1056.           hey.Transparency = hey.Transparency - 0.015
  1057.         end
  1058.       end
  1059.     end
  1060.     for m = 45, 50 do
  1061.       swait()
  1062.       for _, hey in pairs(pt) do
  1063.         if hey.ClassName == "SpecialMesh" then
  1064.           hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1065.         elseif hey.ClassName == "Part" then
  1066.           hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1067.           hey.Transparency = hey.Transparency + 0.2
  1068.         end
  1069.       end
  1070.     end
  1071.     for _, AAA in pairs(pt) do
  1072.       if AAA.ClassName == "Part" then
  1073.         AAA:Destroy()
  1074.       end
  1075.     end
  1076.   end))
  1077.   for _ = 1, 50 do
  1078.     swait()
  1079.     wmesh.Scale = Vector3.new(9, 9, 9)
  1080.     wate.Transparency = wate.Transparency - 0.008
  1081.     lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1082.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1083.     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)
  1084.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1085.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1086.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1087.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1088.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1089.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1090.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1091.   end
  1092.   local pooo = Instance.new("Sound")
  1093.   pooo.SoundId = "rbxassetid://610041973"
  1094.   pooo.Volume = 3
  1095.   pooo.Parent = hrp
  1096.   pooo:Play()
  1097.   game.Debris:AddItem(pooo, 2.5)
  1098.   for _ = 1, 1 do
  1099.     swait()
  1100.     wate.Transparency = wate.Transparency + 0.15
  1101.     lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1102.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1103.     lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1104.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1105.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1106.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1107.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1108.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1109.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1110.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1111.   end
  1112.   local swoo = Instance.new("Part")
  1113.   nooutline(swoo)
  1114.   swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1115.   swoo.Material = "Neon"
  1116.   swoo.Transparency = 0.2
  1117.   swoo.BrickColor = BrickColor.new("Br. yellowish green")
  1118.   swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1119.   swoo.Anchored = true
  1120.   swoo.CanCollide = false
  1121.   swoo.Parent = modz
  1122.   local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1123.   local pli = Instance.new("PointLight")
  1124.   pli.Brightness = 2
  1125.   pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1126.   pli.Range = 10
  1127.   pli.Shadows = true
  1128.   pli.Parent = swoo
  1129.   hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1130.   tagability(swoo, 4)
  1131.   for _ = 1, 10 do
  1132.     swait()
  1133.     wate.Transparency = wate.Transparency + 0.05
  1134.     swoo.Transparency = swoo.Transparency + 0.075
  1135.     pli.Range = pli.Range - 1
  1136.     lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1137.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1138.     lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1139.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1140.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1141.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1142.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1143.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1144.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1145.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1146.   end
  1147.   wate:Destroy()
  1148.   swoo:Destroy()
  1149.   pli:Destroy()
  1150.   swait(15)
  1151.   wherto = hrp
  1152.   addcfr = cf(-2, 1, 2)
  1153.   activu = false
  1154. end
  1155. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1156. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1157. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1158. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1159. function THEBEST()
  1160.   if selected == false or activu == true or appeared == true or POSU == true then
  1161.     return
  1162.   end
  1163.   local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1164.   local dipperrot
  1165.   if dipperhat then
  1166.     dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1167.   end
  1168.   activu = true
  1169.   POSU = true
  1170.   cam.CameraType = "Scriptable"
  1171.   chr.PrimaryPart = hrp
  1172.   human.WalkSpeed = 0
  1173.   human:SetStateEnabled(3, false)
  1174.   local actmus1 = Instance.new("Sound")
  1175.   actmus1.SoundId = "rbxassetid://188959462"
  1176.   actmus1.Volume = 1.5
  1177.   actmus1.RollOffMode = 1
  1178.   actmus1.TimePosition = 0
  1179.   actmus1.Parent = cam
  1180.   local actmus2 = Instance.new("Sound")
  1181.   actmus2.SoundId = "rbxassetid://188959462"
  1182.   actmus2.Volume = 1.5
  1183.   actmus2.RollOffMode = 1
  1184.   actmus2.TimePosition = 0
  1185.   actmus2.Parent = hrp
  1186.   actmus1:Play()
  1187.   actmus2:Play()
  1188.   local mus1 = Instance.new("Sound")
  1189.   mus1.SoundId = "rbxassetid://616594208"
  1190.   mus1.Volume = 1.25
  1191.   mus1.TimePosition = 0.45
  1192.   mus1.Parent = cam
  1193.   local mus2 = Instance.new("Sound")
  1194.   mus2.SoundId = "rbxassetid://616594208"
  1195.   mus2.Volume = 1.25
  1196.   mus2.TimePosition = 0.45
  1197.   mus2.Parent = hrp
  1198.   local zawarudoda = Instance.new("Sound")
  1199.   zawarudoda.SoundId = "rbxassetid://616576400"
  1200.   zawarudoda.Volume = 2
  1201.   zawarudoda.TimePosition = 0.3
  1202.   zawarudoda.Parent = hrp
  1203.   mus1:Play()
  1204.   mus2:Play()
  1205.   cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1206.   local regface = hed.face.Texture
  1207.   local whogothit, bodyvel
  1208.   local function checkhit(partoz, magn)
  1209.     for _, guy in pairs(workspace:GetChildren()) do
  1210.       if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1211.         whogothit = guy
  1212.         guy:FindFirstChild("Humanoid").PlatformStand = true
  1213.         do
  1214.           local derp = Instance.new("BodyPosition")
  1215.           derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1216.           derp.P = 8000
  1217.           derp.D = 500
  1218.           derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1219.           derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1220.           bodyvel = derp
  1221.           local derp2 = Instance.new("BodyAngularVelocity")
  1222.           derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1223.           derp2.P = 8000
  1224.           derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1225.           derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1226.           delay(0.1, function()
  1227.             derp2:Destroy()
  1228.           end)
  1229.           bodyvel = derp
  1230.         end
  1231.       end
  1232.     end
  1233.   end
  1234.   coroutine.resume(coroutine.create(function()
  1235.     for _ = 1, 25 do
  1236.       swait()
  1237.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1238.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1239.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1240.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1241.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1242.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1243.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1244.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1245.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1246.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1247.     end
  1248.     for _ = 1, 20 do
  1249.       swait()
  1250.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1251.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1252.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1253.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1254.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1255.       if dipperhat then
  1256.         dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1257.       end
  1258.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1259.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1260.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1261.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1262.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1263.     end
  1264.   end))
  1265.   repeat
  1266.     swait()
  1267.     cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1268.   until mus1.TimePosition > 2.9
  1269.   mus1:Pause()
  1270.   mus2:Pause()
  1271.   zawarudoda:Play()
  1272.   coroutine.resume(coroutine.create(function()
  1273.     for _ = 1, 7 do
  1274.       swait()
  1275.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1276.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1277.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1278.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1279.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1280.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1281.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1282.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1283.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1284.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1285.     end
  1286.     for _ = 1, 16 do
  1287.       swait()
  1288.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1289.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1290.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1291.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1292.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1293.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1294.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1295.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1296.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1297.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1298.     end
  1299.   end))
  1300.   repeat
  1301.     swait()
  1302.   until zawarudoda.TimePosition > 1.4
  1303.   zawarudoda:Pause()
  1304.   activu = false
  1305.   standappear(thenoob)
  1306.   wherto = hrp
  1307.   addcfr = cf(3, 0.25, -1.5)
  1308.   activu = true
  1309.   cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1310.   for _ = 1, 10 do
  1311.     swait()
  1312.     cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1313.     lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1314.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1315.     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)
  1316.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1317.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1318.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1319.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1320.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1321.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1322.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1323.   end
  1324.   wherto = hrp
  1325.   addcfr = cf(-3, 0.25, -1.5)
  1326.   for _ = 1, 25 do
  1327.     swait()
  1328.     checkhit(rightarm, 3)
  1329.     lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1330.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1331.     lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1332.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1333.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1334.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1335.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1336.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1337.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1338.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1339.   end
  1340.   if whogothit then
  1341.     print("derp")
  1342.     cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1343.     local laugo = Instance.new("Sound")
  1344.     laugo.SoundId = "rbxassetid://291088606"
  1345.     laugo.Volume = 1.5
  1346.     laugo.Parent = hrp
  1347.     game.Debris:AddItem(laugo, 2.5)
  1348.     laugo:Play()
  1349.     local sda = 0
  1350.     local chn = 2
  1351.     local cs = math.cos
  1352.     for D = 1, 60 do
  1353.       swait()
  1354.       cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1355.       sda = sda + chn
  1356.       lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1357.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1358.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1359.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1360.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1361.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1362.       lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1363.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1364.       lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1365.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1366.     end
  1367.     hed.face.Texture = "rbxassetid://176777497"
  1368.     mus1.TimePosition = 2.75
  1369.     mus1:Play()
  1370.     for C = 1, 30 do
  1371.       swait()
  1372.       cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1373.       sda = sda + chn
  1374.       lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1375.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1376.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1377.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1378.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1379.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1380.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1381.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1382.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1383.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1384.     end
  1385.     for _ = 1, 5 do
  1386.       swait()
  1387.       cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1388.       sda = sda + chn
  1389.       lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1390.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1391.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1392.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1393.       lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1394.       if dipperhat then
  1395.         dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1396.       end
  1397.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1398.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1399.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1400.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1401.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1402.     end
  1403.     wait(2)
  1404.   elseif whogothit == nil then
  1405.     print("noderp")
  1406.   end
  1407.   human:SetStateEnabled(3, true)
  1408.   activu = false
  1409.   standappear(thenoob)
  1410.   activu = true
  1411.   if dipperhat then
  1412.     dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1413.   end
  1414.   actmus1:Destroy()
  1415.   actmus2:Destroy()
  1416.   bast:Play()
  1417.   if bodyvel then
  1418.     bodyvel:Destroy()
  1419.   end
  1420.   cam.CameraType = "Custom"
  1421.   hed.face.Texture = regface
  1422.   chr.PrimaryPart = head
  1423.   human.WalkSpeed = 16
  1424.   activu = false
  1425.   POSU = false
  1426. end
  1427. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1428.   for _, guy in pairs(workspace:GetChildren()) do
  1429.     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
  1430.       do
  1431.         dmg = math.huge
  1432.         local humz = guy:FindFirstChild("Humanoid")
  1433.         local horp = guy:FindFirstChild("HumanoidRootPart")
  1434.         TakeDamage(humz, dmg)
  1435.         local db = Instance.new("StringValue")
  1436.         db.Name = "alabo"
  1437.         db.Parent = horp
  1438.         delay(debtim, function()
  1439.           db:Destroy()
  1440.         end)
  1441.         local b = Instance.new("Part")
  1442.         nooutline(b)
  1443.         b.Size = Vector3.new(0.2, 0.2, 0.2)
  1444.         b.Transparency = 0.25
  1445.         b.Anchored = true
  1446.         b.CanCollide = false
  1447.         b.BrickColor = BrickColor.new("Institutional white")
  1448.         b.Locked = true
  1449.         b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1450.         b.Parent = modz
  1451.         local c = Instance.new("SpecialMesh")
  1452.         c.MeshType = "Sphere"
  1453.         c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1454.         c.Parent = b
  1455.         game.Debris:AddItem(b, 1)
  1456.         if bodyfdire then
  1457.           local boopyve = Instance.new("BodyVelocity")
  1458.           boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1459.           boopyve.P = math.huge
  1460.           boopyve.Velocity = bodyfdire
  1461.           boopyve.Parent = horp
  1462.           game.Debris:AddItem(boopyve, debtim)
  1463.         end
  1464.         local bet = Instance.new("Sound")
  1465.         bet.Pitch = rd2(9, 11) / 10
  1466.         bet.Volume = rd2(12, 14) / 10
  1467.         bet.SoundId = "rbxassetid://165604684"
  1468.         bet.Parent = b
  1469.         bet:Play()
  1470.         coroutine.resume(coroutine.create(function()
  1471.           for _ = 1, 5 do
  1472.             swait()
  1473.             b.Transparency = b.Transparency + 0.15
  1474.             c.Scale = c.Scale + Vector3.new(0.8 * 1.5, 0.8 * 1.5, 0.8 * 1.5)
  1475.           end
  1476.         end))
  1477.       end
  1478.     end
  1479.   end
  1480. end
  1481. function tagability(partoz, magn)
  1482.   for _, guy in pairs(workspace:GetChildren()) do
  1483.     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
  1484.       do
  1485.         local humz = guy:FindFirstChild("Humanoid")
  1486.         humz.PlatformStand = true
  1487.         delay(1, function()
  1488.           humz.PlatformStand = false
  1489.         end)
  1490.         local horp = guy:FindFirstChild("HumanoidRootPart")
  1491.         local db = Instance.new("StringValue")
  1492.         db.Name = "dedrbaba"
  1493.         db.Parent = horp
  1494.         local bodyrot = Instance.new("BodyAngularVelocity")
  1495.         bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1496.         bodyrot.P = math.huge
  1497.         bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1498.         bodyrot.Parent = horp
  1499.         local hL, tL, aL, bL, cL, dL
  1500.         game.Debris:AddItem(bodyrot, 0.2)
  1501.         if guy:FindFirstChild("Head") then
  1502.           hL = guy:FindFirstChild("Head")
  1503.           hL.BrickColor = BrickColor.new("Bright yellow")
  1504.         end
  1505.         if guy:FindFirstChild("Torso") then
  1506.           tL = guy:FindFirstChild("Torso")
  1507.           tL.BrickColor = BrickColor.new("Bright blue")
  1508.         end
  1509.         if guy:FindFirstChild("Left Arm") then
  1510.           aL = guy:FindFirstChild("Left Arm")
  1511.           aL.BrickColor = BrickColor.new("Bright yellow")
  1512.         end
  1513.         if guy:FindFirstChild("Right Arm") then
  1514.           bL = guy:FindFirstChild("Right Arm")
  1515.           bL.BrickColor = BrickColor.new("Bright yellow")
  1516.         end
  1517.         if guy:FindFirstChild("Left Leg") then
  1518.           cL = guy:FindFirstChild("Left Leg")
  1519.           cL.BrickColor = BrickColor.new("Br. yellowish green")
  1520.         end
  1521.         if guy:FindFirstChild("Right Leg") then
  1522.           dL = guy:FindFirstChild("Right Leg")
  1523.           dL.BrickColor = BrickColor.new("Br. yellowish green")
  1524.         end
  1525.         coroutine.resume(coroutine.create(function()
  1526.           if aL then
  1527.             aL.Name = "Right Arm"
  1528.             wait()
  1529.           end
  1530.           if bL then
  1531.             bL.Name = "Left Leg"
  1532.             wait()
  1533.           end
  1534.           if cL then
  1535.             cL.Name = "Left Arm"
  1536.             wait()
  1537.           end
  1538.           if dL then
  1539.             dL.Name = "Right Leg"
  1540.           end
  1541.         end))
  1542.       end
  1543.     end
  1544.   end
  1545. end
  1546. mouse.KeyDown:connect(function(key)
  1547.   if human.Health <= 0 then
  1548.     return
  1549.   end
  1550.   if key == "f" then
  1551.     standappear(thenoob)
  1552.   end
  1553.   if key == "r" then
  1554.     MUDA()
  1555.   end
  1556.   if key == "e" then
  1557.     block()
  1558.   end
  1559.   if key == "v" then
  1560.     cability()
  1561.   end
  1562.   if key == "m" and plr.UserId then
  1563.     THEBEST()
  1564.   end
  1565.   if key == "j" then
  1566.     THREATENING()
  1567.   end
  1568.   if key == "k" then
  1569.     konodioda:Play()
  1570.   end
  1571.   if key == "l" then
  1572.     bast:Play()
  1573.   end
  1574.   if key == "p" then
  1575.     zaworld:Play()
  1576.   end
  1577. end)
  1578. tool.Equipped:connect(function()
  1579.   selected = true
  1580. end)
  1581. tool.Unequipped:connect(function()
  1582.   selected = false
  1583. end)
  1584. sine = 0
  1585. charge = 1
  1586. cos = math.cos
  1587. game:GetService("RunService").RenderStepped:connect(function()
  1588.   if POSU == false then
  1589.     local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1590.     local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1591.     local checkstate = human:GetState()
  1592.     if checkstate.Value == 13 then
  1593.       animpose = "Sitting"
  1594.     elseif hrp.Velocity.y > 1 and checkpart == nil then
  1595.       animpose = "Jumping"
  1596.     elseif hrp.Velocity.y < -1 and checkpart == nil then
  1597.       animpose = "Falling"
  1598.     elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1599.       animpose = "Idle"
  1600.     elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1601.       animpose = "Walking"
  1602.     elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1603.       animpose = "TooFast"
  1604.     end
  1605.     if animpose == "Idle" then
  1606.       sine = sine + charge
  1607.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1608.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1609.       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)
  1610.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1611.       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)
  1612.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1613.       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)
  1614.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1615.       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)
  1616.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1617.     end
  1618.     if animpose == "Walking" then
  1619.       sine = sine + charge
  1620.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1621.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1622.       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)
  1623.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1624.       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)
  1625.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1626.       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)
  1627.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1628.       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)
  1629.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1630.     end
  1631.     if animpose == "Jumping" then
  1632.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1633.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1634.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1635.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1636.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1637.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1638.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1639.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1640.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1641.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1642.     end
  1643.     if animpose == "Falling" then
  1644.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1645.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1646.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1647.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1648.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1649.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1650.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1651.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1652.       lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1653.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1654.     end
  1655.     if animpose == "TooFast" then
  1656.       lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1657.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1658.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1659.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1660.       lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1661.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1662.       lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1663.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1664.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1665.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1666.     end
  1667.     if animpose == "Sitting" then
  1668.       lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1669.       lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1670.       lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1671.       lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1672.       lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1673.       lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1674.       lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1675.       lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1676.       lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1677.       lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1678.     end
  1679.   end
  1680.   if appeared == false and activu == false then
  1681.     lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1682.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1683.     lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1684.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1685.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1686.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1687.     lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1688.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1689.     lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1690.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1691.   elseif appeared == true and activu == false then
  1692.     sine = sine + charge
  1693.     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)
  1694.     lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1695.     lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1696.     lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1697.     lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1698.     lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1699.     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)
  1700.     lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1701.     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)
  1702.     lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1703.   end
  1704. end)
  1705. function dispose()
  1706.   for i, v in pairs(getfenv(0)) do
  1707.     v = nil
  1708.   end
  1709.   error = nil
  1710.   print = nil
  1711.   warn = nil
  1712. end
  1713. human.Died:connect(dispose)
  1714. chr.Changed:connect(function()
  1715.   if chr.Parent == nil then
  1716.     dispose()
  1717.   end
  1718. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement