Advertisement
doryna2281337

Untitled

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