Advertisement
Guest User

OOOOFSA

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