Advertisement
sneakydodge123

deo

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