Advertisement
ghostteen14

Untitled

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