Advertisement
epicboi

Untitled

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