carlosname

Untitled

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