Advertisement
Axelpuff

Dio FE

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