Advertisement
VoidScriptPlayer

Untitled

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