Advertisement
StarzoZero

Roblox Dio Over Heaven Sript

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