Fik_1221

DIO V.TEST

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