Advertisement
lafur

Untitled

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