Advertisement
carlosname

Untitled

Aug 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.73 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. return RealPlayer[Index]
  88. end
  89. end;
  90. __tostring = function(self)
  91. return RealPlayer.Name
  92. end
  93. })
  94. end
  95. end
  96. if RealGame[Index] then
  97. local Type = type(RealGame[Index])
  98. if Type == "function" then
  99. if Index:lower() == "getservice" or Index:lower() == "service" then
  100. return function (self,Service)
  101. if Service:lower() == "players" then
  102. return setmetatable({},{
  103. __index = function (self2,Index2)
  104. local RealService = RealGame:GetService(Service)
  105. local Type2 = type(Index2)
  106. if Type2 == "function" then
  107. return function (self,...)
  108. return RealService[Index2](RealService,...)
  109. end
  110. else
  111. if Index2:lower() == "localplayer" then
  112. return Sandbox(owner)
  113. end
  114. return RealService[Index2]
  115. end
  116. end;
  117. __tostring = function(self)
  118. return RealGame:GetService(Service).Name
  119. end
  120. })
  121. elseif Service:lower() == "contextactionservice" then
  122. return InternalData["ContextActionService"]
  123. elseif Service:lower() == "contextactionservice" then
  124. return InternalData["UserInputService"]
  125. elseif Service:lower() == "runservice" then
  126. return setmetatable({},{
  127. __index = function(self2,Index2)
  128. local RealService = RealGame:GetService(Service)
  129. local Type2 = type(Index2)
  130. if Type2 == "function" then
  131. return function (self,...)
  132. return RealService[Index2](RealService,...)
  133. end
  134. else
  135. if Index2:lower() == "bindtorenderstep" then
  136. return function (self,Name,Priority,Function)
  137. return RealGame:GetService("RunService").Stepped:Connect(Function)
  138. end
  139. end
  140. if Index2:lower() == "renderstepped" then
  141. return RealService["Stepped"]
  142. end
  143. return RealService[Index2]
  144. end
  145. end
  146. })
  147. else
  148. return RealGame:GetService(Service)
  149. end
  150. end
  151. end
  152. return function (self,...)
  153. return RealGame[Index](RealGame,...)
  154. end
  155. else
  156. if game:GetService(Index) then
  157. return game:GetService(Index)
  158. end
  159. return RealGame[Index]
  160. end
  161. else
  162. return nil
  163. end
  164. end
  165. });Game = game;owner = game:GetService("Players").LocalPlayer
  166. print("Complete! Running...")
  167.  
  168. function TakeDamage(hum, dmg)
  169. hum:TakeDamage(dmg)
  170. end
  171. plr = game.Players.LocalPlayer
  172. repeat
  173. wait(0.4)
  174. until plr.Character
  175. chr = plr.Character
  176. human = chr:FindFirstChild("Humanoid")
  177. human.MaxHealth, human.Health = math.huge, math.huge
  178. mouse = plr:GetMouse()
  179. cam = workspace.CurrentCamera
  180. selected = false
  181. equipd = false
  182. tors = chr.Torso
  183. rarm = chr["Right Arm"]
  184. larm = chr["Left Arm"]
  185. rleg = chr["Right Leg"]
  186. lleg = chr["Left Leg"]
  187. hrp = chr.HumanoidRootPart
  188. hed = chr.Head
  189. anim = human.Animator
  190. activu = false
  191. appeared = false
  192. animpose = nil
  193. POSU = false
  194. local wherto = hrp
  195. local addcfr = CFrame.new(0, 0, 0)
  196. Heartbeat = Instance.new("BindableEvent")
  197. Heartbeat.Name = "Heartbeat"
  198. Heartbeat.Parent = script
  199. frame = 0.03333333333333333
  200. tf = 0
  201. game:GetService("RunService").Heartbeat:connect(function(s, p)
  202. tf = tf + s
  203. if tf >= frame then
  204. for i = 1, math.floor(tf / frame) do
  205. Heartbeat:Fire()
  206. end
  207. tf = tf - frame * math.floor(tf / frame)
  208. end
  209. end)
  210. function swait(num)
  211. if num == 0 or num == nil then
  212. Heartbeat.Event:wait()
  213. else
  214. for i = 1, num do
  215. Heartbeat.Event:wait()
  216. end
  217. end
  218. end
  219. tool = Instance.new("Tool")
  220. tool.CanBeDropped = false
  221. tool.RequiresHandle = false
  222. tool.TextureId = "rbxassetid://291302154"
  223. tool.ToolTip = "NANI"
  224. tool.Name = "AAAAAAAAAAAAAA"
  225. tool.Parent = plr.Backpack
  226. modz = Instance.new("Model")
  227. modz.Name = "efx"
  228. modz.Parent = chr
  229. ZANOOB = Instance.new("Model")
  230. ZANOOB.Name = "THE NOOB"
  231. ZANOOB.Parent = chr
  232. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  233. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  234. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  235. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  236. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  237. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  238. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  239. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  240. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  241. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  242. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  243. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  244. RS = tors:FindFirstChild("Right Shoulder")
  245. LS = tors:FindFirstChild("Left Shoulder")
  246. RH = tors:FindFirstChild("Right Hip")
  247. LH = tors:FindFirstChild("Left Hip")
  248. RJ = hrp:FindFirstChild("RootJoint")
  249. N = tors:FindFirstChild("Neck")
  250. cf = CFrame.new
  251. ang = CFrame.Angles
  252. rd = math.rad
  253. rd2 = math.random
  254. function nooutline(p)
  255. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  256. end
  257. function makepart(color, name, reflec, mater, parnt, cfram)
  258. local port = Instance.new("Part")
  259. port.BrickColor = BrickColor.new(color)
  260. port.Name = name
  261. port.Transparency = 1
  262. nooutline(port)
  263. port.Reflectance = reflec
  264. port.Material = mater
  265. port.Anchored = false
  266. port.CanCollide = false
  267. port.Locked = true
  268. port.Size = Vector3.new(0.2, 0.2, 0.2)
  269. port.Parent = parnt
  270. return port
  271. end
  272. function makemesh(meshtype, scale, meshid, parent)
  273. local mes = Instance.new("SpecialMesh")
  274. mes.MeshType = meshtype
  275. mes.Scale = scale
  276. if meshtype == "FileMesh" then
  277. mes.MeshId = meshid
  278. end
  279. mes.Parent = parent
  280. return mes
  281. end
  282. function makemotor(parent, p0, p1, c0, c1)
  283. swait()
  284. local wel = Instance.new("Motor6D")
  285. wel.Part0 = p0
  286. wel.Part1 = p1
  287. wel.C0 = c0
  288. if c1 ~= nil then
  289. wel.C1 = c1
  290. end
  291. wel.Parent = parent
  292. return wel
  293. end
  294. local konodioda = Instance.new("Sound")
  295. konodioda.SoundId = "rbxassetid://276263776"
  296. konodioda.Volume = 3.5
  297. konodioda.Parent = hrp
  298. local bast = Instance.new("Sound")
  299. bast.SoundId = "rbxassetid://616576465"
  300. bast.Volume = 0.5
  301. bast.Parent = hrp
  302. local zaworld = Instance.new("Sound")
  303. zaworld.SoundId = "rbxassetid://616576400"
  304. zaworld.Volume = 0.8
  305. zaworld.Parent = hrp
  306. local wry = Instance.new("Sound")
  307. wry.SoundId = "rbxassetid://721590903"
  308. wry.Volume = 2.75
  309. wry.Parent = hrp
  310. function animo(yep)
  311. if yep == true then
  312. anim.Parent = human
  313. chr.Animate.Disabled = false
  314. elseif yep == false then
  315. chr.Animate.Disabled = true
  316. anim.Parent = nil
  317. end
  318. end
  319. animo(false)
  320. function lerpz(joint, prop, cfrmz, alp)
  321. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  322. end
  323. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  324. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  325. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  326. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  327. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  328. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  329. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  330. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  331. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  332. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  333. function resetlerp(whoever)
  334. if whoever == nil then
  335. RJ.C0 = RJC0
  336. RJ.C1 = RJC1
  337. N.C0 = NC0
  338. N.C1 = NC1
  339. RS.C0 = RSC0
  340. RS.C1 = RSC1
  341. LS.C0 = LSC0
  342. LS.C1 = LSC1
  343. RH.C0 = RHC0
  344. RH.C1 = RHC1
  345. LH.C0 = LHC0
  346. LH.C1 = LHC1
  347. elseif whoever ~= nil then
  348. nRJ.C0 = RJC0
  349. nRJ.C1 = RJC1
  350. nN.C0 = NC0
  351. nN.C1 = NC1
  352. nRS.C0 = RSC0
  353. nRS.C1 = RSC1
  354. nLS.C0 = LSC0
  355. nLS.C1 = LSC1
  356. nRH.C0 = RHC0
  357. nRH.C1 = RHC1
  358. nLH.C0 = LHC0
  359. nLH.C1 = LHC1
  360. end
  361. end
  362. function STANDO(cfr)
  363. local rooto = Instance.new("Part")
  364. nooutline(rooto)
  365. rooto.Name = "HumanoidRootPart"
  366. rooto.Anchored = true
  367. rooto.CFrame = cfr
  368. rooto.Size = Vector3.new(2, 2, 1)
  369. rooto.CanCollide = false
  370. rooto.Locked = true
  371. rooto.Transparency = 1
  372. rooto.Parent = ZANOOB
  373. local head = Instance.new("Part")
  374. nooutline(head)
  375. head.Anchored = false
  376. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  377. head.Size = Vector3.new(2, 1, 1)
  378. head.BrickColor = BrickColor.new("Bright yellow")
  379. head.CanCollide = false
  380. head.Name = "Head"
  381. head.Locked = true
  382. head.Transparency = 1
  383. head.Parent = ZANOOB
  384. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  385. local headdecal = Instance.new("Decal")
  386. headdecal.Name = "face"
  387. headdecal.Texture = "rbxasset://textures/face.png"
  388. headdecal.Face = "Front"
  389. headdecal.Transparency = 1
  390. headdecal.Parent = head
  391. local torso = Instance.new("Part")
  392. nooutline(torso)
  393. torso.Name = "Torso"
  394. torso.Anchored = false
  395. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  396. torso.Size = Vector3.new(2, 1, 1)
  397. torso.BrickColor = BrickColor.new("Bright blue")
  398. torso.CanCollide = false
  399. torso.Transparency = 1
  400. torso.Locked = true
  401. torso.Parent = ZANOOB
  402. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  403. local leftarm = Instance.new("Part")
  404. nooutline(leftarm)
  405. leftarm.Anchored = false
  406. leftarm.Name = "Left Arm"
  407. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  408. leftarm.Size = Vector3.new(1, 2, 1)
  409. leftarm.BrickColor = BrickColor.new("Bright yellow")
  410. leftarm.CanCollide = false
  411. leftarm.Transparency = 1
  412. leftarm.Locked = true
  413. leftarm.Parent = ZANOOB
  414. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  415. local rightarm = Instance.new("Part")
  416. nooutline(rightarm)
  417. rightarm.Anchored = false
  418. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  419. rightarm.Name = "Right Arm"
  420. rightarm.Size = Vector3.new(1, 2, 1)
  421. rightarm.BrickColor = BrickColor.new("Bright yellow")
  422. rightarm.CanCollide = false
  423. rightarm.Locked = true
  424. rightarm.Transparency = 1
  425. rightarm.Parent = ZANOOB
  426. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  427. local leftleg = Instance.new("Part")
  428. nooutline(leftleg)
  429. leftleg.Anchored = false
  430. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  431. leftleg.Name = "Left Leg"
  432. leftleg.Size = Vector3.new(1, 2, 1)
  433. leftleg.BrickColor = BrickColor.new("Br. yellowish green")
  434. leftleg.CanCollide = false
  435. leftleg.Transparency = 1
  436. leftleg.Locked = true
  437. leftleg.Parent = ZANOOB
  438. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  439. local rightleg = Instance.new("Part")
  440. nooutline(rightleg)
  441. rightleg.Anchored = false
  442. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  443. rightleg.Name = "Right Leg"
  444. rightleg.Size = Vector3.new(1, 2, 1)
  445. rightleg.BrickColor = BrickColor.new("Br. yellowish green")
  446. rightleg.CanCollide = false
  447. rightleg.Locked = true
  448. rightleg.Transparency = 1
  449. rightleg.Parent = ZANOOB
  450. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  451. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  452. rootweld.Name = "RootJoint"
  453. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  454. neckweld.Name = "Neck"
  455. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  456. rshoulderweld.Name = "Right Shoulder"
  457. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  458. lshoulderweld.Name = "Left Shoulder"
  459. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  460. rhipweld.Name = "Right Hip"
  461. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  462. lhipweld.Name = "Left Hip"
  463. local pa1 = Instance.new("Part")
  464. nooutline(pa1)
  465. pa1.Anchored = false
  466. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  467. pa1.Name = "pa1"
  468. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  469. pa1.BrickColor = BrickColor.new("Bright yellow")
  470. pa1.CanCollide = false
  471. pa1.Locked = true
  472. pa1.Transparency = 1
  473. pa1.Parent = ZANOOB
  474. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  475. 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))
  476. local pa2 = Instance.new("Part")
  477. nooutline(pa2)
  478. pa2.Anchored = false
  479. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  480. pa2.Name = "pa2"
  481. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  482. pa2.BrickColor = BrickColor.new("Bright yellow")
  483. pa2.CanCollide = false
  484. pa2.Locked = true
  485. pa2.Transparency = 1
  486. pa2.Parent = ZANOOB
  487. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  488. 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))
  489. local pa3 = Instance.new("Part")
  490. nooutline(pa3)
  491. pa3.Anchored = false
  492. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  493. pa3.Name = "pa3"
  494. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  495. pa3.BrickColor = BrickColor.new("Bright yellow")
  496. pa3.CanCollide = false
  497. pa3.Locked = true
  498. pa3.Transparency = 1
  499. pa3.Parent = ZANOOB
  500. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  501. 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))
  502. local pa4 = Instance.new("Part")
  503. nooutline(pa4)
  504. pa4.Anchored = false
  505. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  506. pa4.Name = "pa4"
  507. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  508. pa4.BrickColor = BrickColor.new("Bright yellow")
  509. pa4.CanCollide = false
  510. pa4.Locked = true
  511. pa4.Transparency = 1
  512. pa4.Parent = ZANOOB
  513. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  514. 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))
  515. local pa5 = Instance.new("Part")
  516. nooutline(pa5)
  517. pa5.Anchored = false
  518. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  519. pa5.Name = "pa5"
  520. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  521. pa5.BrickColor = BrickColor.new("Bright yellow")
  522. pa5.CanCollide = false
  523. pa5.Locked = true
  524. pa5.Transparency = 1
  525. pa5.Parent = ZANOOB
  526. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  527. 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))
  528. local pa6 = Instance.new("Part")
  529. nooutline(pa6)
  530. pa6.Anchored = false
  531. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  532. pa6.Name = "pa6"
  533. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  534. pa6.BrickColor = BrickColor.new("Bright yellow")
  535. pa6.CanCollide = false
  536. pa6.Locked = true
  537. pa6.Transparency = 1
  538. pa6.Parent = ZANOOB
  539. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  540. 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))
  541. local pa7 = Instance.new("Part")
  542. nooutline(pa7)
  543. pa7.Anchored = false
  544. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  545. pa7.Name = "pa7"
  546. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  547. pa7.BrickColor = BrickColor.new("Bright yellow")
  548. pa7.CanCollide = false
  549. pa7.Locked = true
  550. pa7.Transparency = 1
  551. pa7.Parent = ZANOOB
  552. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  553. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  554. local pa8 = Instance.new("Part")
  555. nooutline(pa8)
  556. pa8.Anchored = false
  557. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  558. pa8.Name = "pa8"
  559. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  560. pa8.BrickColor = BrickColor.new("Bright yellow")
  561. pa8.CanCollide = false
  562. pa8.Locked = true
  563. pa8.Transparency = 1
  564. pa8.Parent = ZANOOB
  565. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  566. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  567. local pa9 = Instance.new("Part")
  568. nooutline(pa9)
  569. pa9.Anchored = false
  570. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  571. pa9.Name = "pa9"
  572. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  573. pa9.BrickColor = BrickColor.new("Br. yellowish green")
  574. pa9.CanCollide = false
  575. pa9.Locked = true
  576. pa9.Transparency = 1
  577. pa9.Parent = ZANOOB
  578. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  579. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  580. local pa10 = Instance.new("Part")
  581. nooutline(pa10)
  582. pa10.Anchored = false
  583. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  584. pa10.Name = "pa10"
  585. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  586. pa10.BrickColor = BrickColor.new("Bright yellow")
  587. pa10.CanCollide = false
  588. pa10.Locked = true
  589. pa10.Transparency = 1
  590. pa10.Parent = ZANOOB
  591. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  592. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  593. local pa11 = Instance.new("Part")
  594. nooutline(pa11)
  595. pa11.Anchored = false
  596. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  597. pa11.Name = "pa11"
  598. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  599. pa11.BrickColor = BrickColor.new("Bright yellow")
  600. pa11.CanCollide = false
  601. pa11.Locked = true
  602. pa11.Transparency = 1
  603. pa11.Parent = ZANOOB
  604. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  605. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  606. local raemblem = Instance.new("Part")
  607. nooutline(raemblem)
  608. raemblem.Anchored = false
  609. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  610. raemblem.Name = "raemblem"
  611. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  612. raemblem.BrickColor = BrickColor.new("Bright yellow")
  613. raemblem.CanCollide = false
  614. raemblem.Locked = true
  615. raemblem.Material = "SmoothPlastic"
  616. raemblem.Transparency = 1
  617. raemblem.Parent = ZANOOB
  618. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  619. 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))
  620. local emmes = Instance.new("Decal")
  621. emmes.Texture = "rbxassetid://291302154"
  622. emmes.Transparency = 1
  623. emmes.Face = "Right"
  624. emmes.Name = "embe"
  625. emmes.Parent = raemblem
  626. local ra1 = Instance.new("Part")
  627. nooutline(ra1)
  628. ra1.Anchored = false
  629. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  630. ra1.Name = "ra1"
  631. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  632. ra1.BrickColor = BrickColor.new("Bright yellow")
  633. ra1.CanCollide = false
  634. ra1.Locked = true
  635. ra1.Transparency = 1
  636. ra1.Parent = ZANOOB
  637. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  638. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  639. local ra2 = Instance.new("Part")
  640. nooutline(ra2)
  641. ra2.Anchored = false
  642. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  643. ra2.Name = "ra2"
  644. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  645. ra2.BrickColor = BrickColor.new("Bright yellow")
  646. ra2.CanCollide = false
  647. ra2.Locked = true
  648. ra2.Transparency = 1
  649. ra2.Parent = ZANOOB
  650. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  651. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  652. local ra3 = Instance.new("Part")
  653. nooutline(ra3)
  654. ra3.Anchored = false
  655. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  656. ra3.Name = "ra3"
  657. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  658. ra3.BrickColor = BrickColor.new("Br. yellowish green")
  659. ra3.CanCollide = false
  660. ra3.Locked = true
  661. ra3.Transparency = 1
  662. ra3.Parent = ZANOOB
  663. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  664. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  665. local ra4 = Instance.new("Part")
  666. nooutline(ra4)
  667. ra4.Anchored = false
  668. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  669. ra4.Name = "ra4"
  670. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  671. ra4.BrickColor = BrickColor.new("Br. yellowish green")
  672. ra4.CanCollide = false
  673. ra4.Locked = true
  674. ra4.Transparency = 1
  675. ra4.Parent = ZANOOB
  676. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  677. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  678. local ra5 = Instance.new("Part")
  679. nooutline(ra5)
  680. ra5.Anchored = false
  681. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  682. ra5.Name = "ra5"
  683. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  684. ra5.BrickColor = BrickColor.new("Bright yellow")
  685. ra5.CanCollide = false
  686. ra5.Locked = true
  687. ra5.Transparency = 1
  688. ra5.Parent = ZANOOB
  689. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  690. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  691. local la1 = Instance.new("Part")
  692. nooutline(la1)
  693. la1.Anchored = false
  694. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  695. la1.Name = "la1"
  696. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  697. la1.BrickColor = BrickColor.new("Bright yellow")
  698. la1.CanCollide = false
  699. la1.Locked = true
  700. la1.Transparency = 1
  701. la1.Parent = ZANOOB
  702. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  703. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  704. local la2 = Instance.new("Part")
  705. nooutline(la2)
  706. la2.Anchored = false
  707. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  708. la2.Name = "la2"
  709. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  710. la2.BrickColor = BrickColor.new("Bright yellow")
  711. la2.CanCollide = false
  712. la2.Locked = true
  713. la2.Transparency = 1
  714. la2.Parent = ZANOOB
  715. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  716. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  717. local la3 = Instance.new("Part")
  718. nooutline(la3)
  719. la3.Anchored = false
  720. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  721. la3.Name = "la3"
  722. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  723. la3.BrickColor = BrickColor.new("Br. yellowish green")
  724. la3.CanCollide = false
  725. la3.Locked = true
  726. la3.Transparency = 1
  727. la3.Parent = ZANOOB
  728. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  729. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  730. local la4 = Instance.new("Part")
  731. nooutline(la4)
  732. la4.Anchored = false
  733. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  734. la4.Name = "la4"
  735. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  736. la4.BrickColor = BrickColor.new("Br. yellowish green")
  737. la4.CanCollide = false
  738. la4.Locked = true
  739. la4.Transparency = 1
  740. la4.Parent = ZANOOB
  741. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  742. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  743. local la5 = Instance.new("Part")
  744. nooutline(la5)
  745. la5.Anchored = false
  746. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  747. la5.Name = "la5"
  748. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  749. la5.BrickColor = BrickColor.new("Bright yellow")
  750. la5.CanCollide = false
  751. la5.Locked = true
  752. la5.Transparency = 1
  753. la5.Parent = ZANOOB
  754. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  755. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  756. local ll1 = Instance.new("Part")
  757. nooutline(ll1)
  758. ll1.Anchored = false
  759. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  760. ll1.Name = "ll1"
  761. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  762. ll1.BrickColor = BrickColor.new("Br. yellowish green")
  763. ll1.CanCollide = false
  764. ll1.Locked = true
  765. ll1.Transparency = 1
  766. ll1.Parent = ZANOOB
  767. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  768. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  769. local ll2 = Instance.new("Part")
  770. nooutline(ll2)
  771. ll2.Anchored = false
  772. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  773. ll2.Name = "ll2"
  774. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  775. ll2.BrickColor = BrickColor.new("Br. yellowish green")
  776. ll2.CanCollide = false
  777. ll2.Locked = true
  778. ll2.Transparency = 1
  779. ll2.Parent = ZANOOB
  780. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  781. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  782. local ll3 = Instance.new("Part")
  783. nooutline(ll3)
  784. ll3.Anchored = false
  785. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  786. ll3.Name = "ll3"
  787. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  788. ll3.BrickColor = BrickColor.new("Bright yellow")
  789. ll3.CanCollide = false
  790. ll3.Locked = true
  791. ll3.Transparency = 1
  792. ll3.Parent = ZANOOB
  793. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  794. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  795. local rr1 = Instance.new("Part")
  796. nooutline(rr1)
  797. rr1.Anchored = false
  798. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  799. rr1.Name = "rr1"
  800. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  801. rr1.BrickColor = BrickColor.new("Br. yellowish green")
  802. rr1.CanCollide = false
  803. rr1.Locked = true
  804. rr1.Transparency = 1
  805. rr1.Parent = ZANOOB
  806. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  807. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  808. local rr2 = Instance.new("Part")
  809. nooutline(rr2)
  810. rr2.Anchored = false
  811. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  812. rr2.Name = "rr2"
  813. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  814. rr2.BrickColor = BrickColor.new("Br. yellowish green")
  815. rr2.CanCollide = false
  816. rr2.Locked = true
  817. rr2.Transparency = 1
  818. rr2.Parent = ZANOOB
  819. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  820. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  821. local rr3 = Instance.new("Part")
  822. nooutline(rr3)
  823. rr3.Anchored = false
  824. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  825. rr3.Name = "rr3"
  826. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  827. rr3.BrickColor = BrickColor.new("Bright yellow")
  828. rr3.CanCollide = false
  829. rr3.Locked = true
  830. rr3.Transparency = 1
  831. rr3.Parent = ZANOOB
  832. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  833. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  834. return ZANOOB
  835. end
  836. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  837. coroutine.resume(coroutine.create(function()
  838. local rot = thenoob.HumanoidRootPart
  839. repeat
  840. swait()
  841. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  842. until rot == nil
  843. end))
  844. local rot = thenoob.HumanoidRootPart
  845. local ntorso = thenoob:FindFirstChild("Torso")
  846. local rightarm = thenoob:FindFirstChild("Right Arm")
  847. local leftarm = thenoob:FindFirstChild("Left Arm")
  848. local leftleg = thenoob:FindFirstChild("Left Leg")
  849. local rightleg = thenoob:FindFirstChild("Right Leg")
  850. local head = thenoob:FindFirstChild("Head")
  851. local face = head:FindFirstChild("face")
  852. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  853. local embpart = thenoob:FindFirstChild("raemblem")
  854. local nRJ = rot:FindFirstChild("RootJoint")
  855. local nN = ntorso:FindFirstChild("Neck")
  856. local nRS = ntorso:FindFirstChild("Right Shoulder")
  857. local nLS = ntorso:FindFirstChild("Left Shoulder")
  858. local nRH = ntorso:FindFirstChild("Right Hip")
  859. local nLH = ntorso:FindFirstChild("Left Hip")
  860. function standappear(nbz)
  861. if selected == false or activu == true then
  862. return
  863. end
  864. if appeared == false then
  865. appeared = true
  866. wherto = hrp
  867. addcfr = cf(-2, 1, 2)
  868. local apear = Instance.new("Sound")
  869. apear.SoundId = "rbxassetid://463010917"
  870. apear.Parent = rot
  871. apear.Volume = 1.25
  872. game.Debris:AddItem(apear, 1.5)
  873. apear:Play()
  874. for _, n in pairs(nbz:GetChildren()) do
  875. coroutine.resume(coroutine.create(function()
  876. for _ = 1, 5 do
  877. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  878. swait()
  879. n.Transparency = n.Transparency - 0.2
  880. face.Transparency = face.Transparency - 0.2
  881. emblem.Transparency = emblem.Transparency - 0.2
  882. end
  883. end
  884. if n ~= rot and n ~= embpart then
  885. n.Transparency = 0
  886. end
  887. face.Transparency = 0
  888. emblem.Transparency = 0
  889. end))
  890. end
  891. elseif appeared == true then
  892. appeared = false
  893. wherto = hrp
  894. addcfr = cf(0, 0, 0)
  895. for _, n in pairs(nbz:GetChildren()) do
  896. coroutine.resume(coroutine.create(function()
  897. for _ = 1, 5 do
  898. if n ~= rot and n ~= embpart then
  899. swait()
  900. n.Transparency = n.Transparency + 0.2
  901. face.Transparency = face.Transparency + 0.2
  902. emblem.Transparency = emblem.Transparency + 0.2
  903. end
  904. end
  905. if n ~= rot and n ~= embpart then
  906. n.Transparency = 1
  907. end
  908. face.Transparency = 1
  909. emblem.Transparency = 1
  910. end))
  911. end
  912. end
  913. end
  914. function THREATENING()
  915. if selected == false or activu == true then
  916. return
  917. end
  918. if POSU == false then
  919. POSU = true
  920. human.WalkSpeed = 0
  921. local d = Instance.new("ParticleEmitter")
  922. d.Name = "MENACINGU"
  923. d.Lifetime = NumberRange.new(1)
  924. d.Rate = 2
  925. d.Texture = "rbxassetid://298768656"
  926. d.VelocitySpread = 60
  927. d.Parent = tors
  928. human:SetStateEnabled(3, false)
  929. local randomoth = math.random(1, 2)
  930. if randomoth == 1 then
  931. repeat
  932. swait()
  933. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  934. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  935. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  936. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  937. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  938. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  939. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  940. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  941. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  942. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  943. until POSU == false
  944. elseif randomoth == 2 then
  945. repeat
  946. swait()
  947. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  948. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  949. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  950. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  951. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  952. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  953. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  954. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  955. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  956. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  957. until POSU == false
  958. end
  959. elseif POSU == true then
  960. POSU = false
  961. human.WalkSpeed = 16
  962. human:SetStateEnabled(3, true)
  963. tors.MENACINGU:Destroy()
  964. activu = true
  965. activu = false
  966. end
  967. end
  968. local EHMMM = 0
  969. function block()
  970. if EHMMM == 50 or selected == false or activu == true then
  971. return
  972. end
  973. if appeared == false then
  974. standappear(thenoob)
  975. end
  976. wherto = hrp
  977. addcfr = cf(0, 0, -3)
  978. local bep = true
  979. local humanshealth = human.Health
  980. activu = true
  981. human:SetStateEnabled(15, false)
  982. local de = mouse.KeyUp:connect(function(key)
  983. if key == "e" then
  984. bep = false
  985. end
  986. end)
  987. local poopes = 0
  988. repeat
  989. swait()
  990. poopes = poopes + 1
  991. human.Health = humanshealth
  992. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  993. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  994. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  995. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  996. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  997. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  998. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  999. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1000. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1001. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1002. until bep == false or poopes > 240
  1003. de:Disconnect()
  1004. human:SetStateEnabled(15, true)
  1005. activu = false
  1006. EHMMM = 50
  1007. coroutine.resume(coroutine.create(function()
  1008. wait(7)
  1009. EHMMM = 0
  1010. end))
  1011. wherto = hrp
  1012. addcfr = cf(-2, 1, 2)
  1013. end
  1014. function MUDA()
  1015. if selected == false or activu == true then
  1016. return
  1017. end
  1018. if appeared == false then
  1019. standappear(thenoob)
  1020. wherto = hrp
  1021. addcfr = cf(0, 0, -3.5)
  1022. end
  1023. wry:Stop()
  1024. local bep = true
  1025. activu = true
  1026. wherto = hrp
  1027. addcfr = cf(0, 0, -3.5)
  1028. local function blur(limb)
  1029. coroutine.resume(coroutine.create(function()
  1030. local memedon = {}
  1031. for i = 1, 6 do
  1032. local b1 = Instance.new("Part")
  1033. nooutline(b1)
  1034. b1.Size = Vector3.new(1, 2, 1)
  1035. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1036. b1.CanCollide = false
  1037. b1.BrickColor = limb.BrickColor
  1038. b1.Anchored = true
  1039. b1.Transparency = 0.7
  1040. b1.Locked = true
  1041. b1.Parent = modz
  1042. table.insert(memedon, b1)
  1043. end
  1044. local num = 0
  1045. repeat
  1046. swait()
  1047. num = num % 6 + 1
  1048. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1049. until bep == false
  1050. for i = 1, #memedon do
  1051. swait()
  1052. memedon[i]:Destroy()
  1053. end
  1054. end))
  1055. end
  1056. local de = mouse.KeyUp:connect(function(key)
  1057. if key == "r" then
  1058. bep = false
  1059. end
  1060. end)
  1061. blur(rightarm)
  1062. blur(leftarm)
  1063. local mudodo = Instance.new("Sound")
  1064. mudodo.Volume = 7.5
  1065. mudodo.SoundId = "rbxassetid://612888361"
  1066. mudodo.Looped = true
  1067. mudodo.Parent = hrp
  1068. mudodo:Play()
  1069. repeat
  1070. for _ = 1, 2 do
  1071. swait()
  1072. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1073. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1074. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1075. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1076. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1077. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1078. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1079. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1080. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1081. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1082. end
  1083. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1084. for _ = 1, 2 do
  1085. swait()
  1086. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1087. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1088. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1089. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1090. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1091. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1092. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1093. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1094. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1095. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1096. end
  1097. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1098. for _ = 1, 2 do
  1099. swait()
  1100. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1101. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1102. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1103. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1104. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1105. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1106. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1107. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1108. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1109. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1110. end
  1111. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1112. for _ = 1, 2 do
  1113. swait()
  1114. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1115. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1116. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1117. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1118. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1119. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1120. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1121. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1122. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1123. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1124. end
  1125. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1126. until bep == false or 0 >= human.Health
  1127. de:Disconnect()
  1128. mudodo:Stop()
  1129. wry:Play()
  1130. for _ = 1, 6 do
  1131. swait()
  1132. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1133. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1134. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1135. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1136. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1137. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1138. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1139. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1140. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1141. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1142. end
  1143. for _ = 1, 7 do
  1144. swait()
  1145. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1146. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1147. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1148. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1149. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1150. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1151. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1152. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1153. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1154. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1155. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1156. end
  1157. swait(5)
  1158. wherto = hrp
  1159. mudodo:Destroy()
  1160. addcfr = cf(-2, 1, 2)
  1161. activu = false
  1162. end
  1163. function cability()
  1164. if selected == false or activu == true then
  1165. return
  1166. end
  1167. if appeared == false then
  1168. standappear(thenoob)
  1169. wherto = hrp
  1170. addcfr = cf(0, 0, -3.75)
  1171. end
  1172. activu = true
  1173. wherto = hrp
  1174. addcfr = cf(0, 0, -3.5)
  1175. local ZAWRUA = Instance.new("Sound")
  1176. ZAWRUA.SoundId = "rbxassetid://257346558"
  1177. ZAWRUA.Volume = 3
  1178. ZAWRUA.Parent = hrp
  1179. ZAWRUA:Play()
  1180. game.Debris:AddItem(ZAWRUA, 2.5)
  1181. local wate = Instance.new("Part")
  1182. nooutline(wate)
  1183. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1184. wate.Material = "Neon"
  1185. wate.Transparency = 1
  1186. wate.BrickColor = BrickColor.new("Br. yellowish green")
  1187. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1188. wate.Anchored = true
  1189. wate.CanCollide = false
  1190. wate.Parent = modz
  1191. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1192. coroutine.resume(coroutine.create(function()
  1193. repeat
  1194. swait()
  1195. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1196. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1197. until not wate
  1198. end))
  1199. coroutine.resume(coroutine.create(function()
  1200. local pt = {}
  1201. for _ = 1, 10 do
  1202. local wp = Instance.new("Part")
  1203. nooutline(wp)
  1204. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1205. wp.Material = "Neon"
  1206. wp.Transparency = 1
  1207. wp.BrickColor = BrickColor.new("Br. yellowish green")
  1208. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1209. wp.Anchored = true
  1210. wp.CanCollide = false
  1211. wp.Parent = modz
  1212. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1213. table.insert(pt, wp)
  1214. table.insert(pt, wmz)
  1215. end
  1216. for m = 1, 45 do
  1217. swait()
  1218. for _, hey in pairs(pt) do
  1219. if hey.ClassName == "SpecialMesh" then
  1220. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1221. elseif hey.ClassName == "Part" then
  1222. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1223. hey.Transparency = hey.Transparency - 0.015
  1224. end
  1225. end
  1226. end
  1227. for m = 45, 50 do
  1228. swait()
  1229. for _, hey in pairs(pt) do
  1230. if hey.ClassName == "SpecialMesh" then
  1231. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1232. elseif hey.ClassName == "Part" then
  1233. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1234. hey.Transparency = hey.Transparency + 0.2
  1235. end
  1236. end
  1237. end
  1238. for _, AAA in pairs(pt) do
  1239. if AAA.ClassName == "Part" then
  1240. AAA:Destroy()
  1241. end
  1242. end
  1243. end))
  1244. for _ = 1, 50 do
  1245. swait()
  1246. wmesh.Scale = Vector3.new(9, 9, 9)
  1247. wate.Transparency = wate.Transparency - 0.008
  1248. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1249. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1250. 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)
  1251. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1252. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1253. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1254. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1255. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1256. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1257. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1258. end
  1259. local pooo = Instance.new("Sound")
  1260. pooo.SoundId = "rbxassetid://610041973"
  1261. pooo.Volume = 3
  1262. pooo.Parent = hrp
  1263. pooo:Play()
  1264. game.Debris:AddItem(pooo, 2.5)
  1265. for _ = 1, 1 do
  1266. swait()
  1267. wate.Transparency = wate.Transparency + 0.15
  1268. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1269. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1270. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1271. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1272. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1273. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1274. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1275. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1276. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1277. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1278. end
  1279. local swoo = Instance.new("Part")
  1280. nooutline(swoo)
  1281. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1282. swoo.Material = "Neon"
  1283. swoo.Transparency = 0.2
  1284. swoo.BrickColor = BrickColor.new("Br. yellowish green")
  1285. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1286. swoo.Anchored = true
  1287. swoo.CanCollide = false
  1288. swoo.Parent = modz
  1289. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1290. local pli = Instance.new("PointLight")
  1291. pli.Brightness = 2
  1292. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1293. pli.Range = 10
  1294. pli.Shadows = true
  1295. pli.Parent = swoo
  1296. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1297. tagability(swoo, 4)
  1298. for _ = 1, 10 do
  1299. swait()
  1300. wate.Transparency = wate.Transparency + 0.05
  1301. swoo.Transparency = swoo.Transparency + 0.075
  1302. pli.Range = pli.Range - 1
  1303. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1304. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1305. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1306. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1307. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1308. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1309. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1310. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1311. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1312. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1313. end
  1314. wate:Destroy()
  1315. swoo:Destroy()
  1316. pli:Destroy()
  1317. swait(15)
  1318. wherto = hrp
  1319. addcfr = cf(-2, 1, 2)
  1320. activu = false
  1321. end
  1322. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1323. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1324. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1325. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1326. function THEBEST()
  1327. if selected == false or activu == true or appeared == true or POSU == true then
  1328. return
  1329. end
  1330. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1331. local dipperrot
  1332. if dipperhat then
  1333. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1334. end
  1335. activu = true
  1336. POSU = true
  1337. cam.CameraType = "Scriptable"
  1338. chr.PrimaryPart = hrp
  1339. human.WalkSpeed = 0
  1340. human:SetStateEnabled(3, false)
  1341. local actmus1 = Instance.new("Sound")
  1342. actmus1.SoundId = "rbxassetid://188959462"
  1343. actmus1.Volume = 1.5
  1344. actmus1.RollOffMode = 1
  1345. actmus1.TimePosition = 0
  1346. actmus1.Parent = cam
  1347. local actmus2 = Instance.new("Sound")
  1348. actmus2.SoundId = "rbxassetid://188959462"
  1349. actmus2.Volume = 1.5
  1350. actmus2.RollOffMode = 1
  1351. actmus2.TimePosition = 0
  1352. actmus2.Parent = hrp
  1353. actmus1:Play()
  1354. actmus2:Play()
  1355. local mus1 = Instance.new("Sound")
  1356. mus1.SoundId = "rbxassetid://616594208"
  1357. mus1.Volume = 1.25
  1358. mus1.TimePosition = 0.45
  1359. mus1.Parent = cam
  1360. local mus2 = Instance.new("Sound")
  1361. mus2.SoundId = "rbxassetid://616594208"
  1362. mus2.Volume = 1.25
  1363. mus2.TimePosition = 0.45
  1364. mus2.Parent = hrp
  1365. local zawarudoda = Instance.new("Sound")
  1366. zawarudoda.SoundId = "rbxassetid://616576400"
  1367. zawarudoda.Volume = 2
  1368. zawarudoda.TimePosition = 0.3
  1369. zawarudoda.Parent = hrp
  1370. mus1:Play()
  1371. mus2:Play()
  1372. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1373. local regface = hed.face.Texture
  1374. local whogothit, bodyvel
  1375. local function checkhit(partoz, magn)
  1376. for _, guy in pairs(workspace:GetChildren()) do
  1377. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1378. whogothit = guy
  1379. guy:FindFirstChild("Humanoid").PlatformStand = true
  1380. do
  1381. local derp = Instance.new("BodyPosition")
  1382. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1383. derp.P = 8000
  1384. derp.D = 500
  1385. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1386. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1387. bodyvel = derp
  1388. local derp2 = Instance.new("BodyAngularVelocity")
  1389. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1390. derp2.P = 8000
  1391. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1392. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1393. delay(0.1, function()
  1394. derp2:Destroy()
  1395. end)
  1396. bodyvel = derp
  1397. end
  1398. end
  1399. end
  1400. end
  1401. coroutine.resume(coroutine.create(function()
  1402. for _ = 1, 25 do
  1403. swait()
  1404. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1405. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1406. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1407. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1408. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1409. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1410. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1411. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1412. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1413. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1414. end
  1415. for _ = 1, 20 do
  1416. swait()
  1417. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1418. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1419. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1420. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1421. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1422. if dipperhat then
  1423. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1424. end
  1425. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1426. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1427. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1428. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1429. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1430. end
  1431. end))
  1432. repeat
  1433. swait()
  1434. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1435. until mus1.TimePosition > 2.9
  1436. mus1:Pause()
  1437. mus2:Pause()
  1438. zawarudoda:Play()
  1439. coroutine.resume(coroutine.create(function()
  1440. for _ = 1, 7 do
  1441. swait()
  1442. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1443. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1444. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1445. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1446. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1447. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1448. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1449. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1450. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1451. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1452. end
  1453. for _ = 1, 16 do
  1454. swait()
  1455. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1456. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1457. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1458. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1459. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1460. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1461. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1462. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1463. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1464. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1465. end
  1466. end))
  1467. repeat
  1468. swait()
  1469. until zawarudoda.TimePosition > 1.4
  1470. zawarudoda:Pause()
  1471. activu = false
  1472. standappear(thenoob)
  1473. wherto = hrp
  1474. addcfr = cf(3, 0.25, -1.5)
  1475. activu = true
  1476. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1477. for _ = 1, 10 do
  1478. swait()
  1479. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1480. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1481. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1482. 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)
  1483. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1484. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1485. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1486. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1487. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1488. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1489. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1490. end
  1491. wherto = hrp
  1492. addcfr = cf(-3, 0.25, -1.5)
  1493. for _ = 1, 25 do
  1494. swait()
  1495. checkhit(rightarm, 3)
  1496. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1497. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1498. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1499. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1500. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1501. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1502. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1503. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1504. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1505. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1506. end
  1507. if whogothit then
  1508. print("derp")
  1509. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1510. local laugo = Instance.new("Sound")
  1511. laugo.SoundId = "rbxassetid://291088606"
  1512. laugo.Volume = 1.5
  1513. laugo.Parent = hrp
  1514. game.Debris:AddItem(laugo, 2.5)
  1515. laugo:Play()
  1516. local sda = 0
  1517. local chn = 2
  1518. local cs = math.cos
  1519. for D = 1, 60 do
  1520. swait()
  1521. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1522. sda = sda + chn
  1523. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1524. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1525. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1526. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1527. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1528. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1529. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1530. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1531. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1532. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1533. end
  1534. hed.face.Texture = "rbxassetid://176777497"
  1535. mus1.TimePosition = 2.75
  1536. mus1:Play()
  1537. for C = 1, 30 do
  1538. swait()
  1539. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1540. sda = sda + chn
  1541. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1542. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1543. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1544. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1545. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1546. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1547. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1548. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1549. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1550. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1551. end
  1552. for _ = 1, 5 do
  1553. swait()
  1554. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1555. sda = sda + chn
  1556. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1557. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1558. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1559. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1560. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1561. if dipperhat then
  1562. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1563. end
  1564. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1565. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1566. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1567. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1568. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1569. end
  1570. wait(2)
  1571. elseif whogothit == nil then
  1572. print("noderp")
  1573. end
  1574. human:SetStateEnabled(3, true)
  1575. activu = false
  1576. standappear(thenoob)
  1577. activu = true
  1578. if dipperhat then
  1579. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1580. end
  1581. actmus1:Destroy()
  1582. actmus2:Destroy()
  1583. bast:Play()
  1584. if bodyvel then
  1585. bodyvel:Destroy()
  1586. end
  1587. cam.CameraType = "Custom"
  1588. hed.face.Texture = regface
  1589. chr.PrimaryPart = head
  1590. human.WalkSpeed = 16
  1591. activu = false
  1592. POSU = false
  1593. end
  1594. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1595. for _, guy in pairs(workspace:GetChildren()) do
  1596. 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
  1597. do
  1598. local humz = guy:FindFirstChild("Humanoid")
  1599. local horp = guy:FindFirstChild("HumanoidRootPart")
  1600. TakeDamage(humz, dmg)
  1601. local db = Instance.new("StringValue")
  1602. db.Name = "alabo"
  1603. db.Parent = horp
  1604. delay(debtim, function()
  1605. db:Destroy()
  1606. end)
  1607. local b = Instance.new("Part")
  1608. nooutline(b)
  1609. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1610. b.Transparency = 0.25
  1611. b.Anchored = true
  1612. b.CanCollide = false
  1613. b.BrickColor = BrickColor.new("Institutional white")
  1614. b.Locked = true
  1615. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1616. b.Parent = modz
  1617. local c = Instance.new("SpecialMesh")
  1618. c.MeshType = "Sphere"
  1619. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1620. c.Parent = b
  1621. game.Debris:AddItem(b, 1)
  1622. if bodyfdire then
  1623. local boopyve = Instance.new("BodyVelocity")
  1624. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1625. boopyve.P = math.huge
  1626. boopyve.Velocity = bodyfdire
  1627. boopyve.Parent = horp
  1628. game.Debris:AddItem(boopyve, debtim)
  1629. end
  1630. local bet = Instance.new("Sound")
  1631. bet.Pitch = rd2(9, 11) / 10
  1632. bet.Volume = rd2(12, 14) / 10
  1633. bet.SoundId = "rbxassetid://165604684"
  1634. bet.Parent = b
  1635. bet:Play()
  1636. coroutine.resume(coroutine.create(function()
  1637. for _ = 1, 5 do
  1638. swait()
  1639. b.Transparency = b.Transparency + 0.15
  1640. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1641. end
  1642. end))
  1643. end
  1644. end
  1645. end
  1646. end
  1647. function tagability(partoz, magn)
  1648. for _, guy in pairs(workspace:GetChildren()) do
  1649. 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
  1650. do
  1651. local humz = guy:FindFirstChild("Humanoid")
  1652. humz.PlatformStand = true
  1653. delay(1, function()
  1654. humz.PlatformStand = false
  1655. end)
  1656. local horp = guy:FindFirstChild("HumanoidRootPart")
  1657. local db = Instance.new("StringValue")
  1658. db.Name = "dedrbaba"
  1659. db.Parent = horp
  1660. local bodyrot = Instance.new("BodyAngularVelocity")
  1661. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1662. bodyrot.P = math.huge
  1663. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1664. bodyrot.Parent = horp
  1665. local hL, tL, aL, bL, cL, dL
  1666. game.Debris:AddItem(bodyrot, 0.2)
  1667. if guy:FindFirstChild("Head") then
  1668. hL = guy:FindFirstChild("Head")
  1669. hL.BrickColor = BrickColor.new("Bright yellow")
  1670. end
  1671. if guy:FindFirstChild("Torso") then
  1672. tL = guy:FindFirstChild("Torso")
  1673. tL.BrickColor = BrickColor.new("Bright blue")
  1674. end
  1675. if guy:FindFirstChild("Left Arm") then
  1676. aL = guy:FindFirstChild("Left Arm")
  1677. aL.BrickColor = BrickColor.new("Bright yellow")
  1678. end
  1679. if guy:FindFirstChild("Right Arm") then
  1680. bL = guy:FindFirstChild("Right Arm")
  1681. bL.BrickColor = BrickColor.new("Bright yellow")
  1682. end
  1683. if guy:FindFirstChild("Left Leg") then
  1684. cL = guy:FindFirstChild("Left Leg")
  1685. cL.BrickColor = BrickColor.new("Br. yellowish green")
  1686. end
  1687. if guy:FindFirstChild("Right Leg") then
  1688. dL = guy:FindFirstChild("Right Leg")
  1689. dL.BrickColor = BrickColor.new("Br. yellowish green")
  1690. end
  1691. coroutine.resume(coroutine.create(function()
  1692. if aL then
  1693. aL.Name = "Right Arm"
  1694. wait()
  1695. end
  1696. if bL then
  1697. bL.Name = "Left Leg"
  1698. wait()
  1699. end
  1700. if cL then
  1701. cL.Name = "Left Arm"
  1702. wait()
  1703. end
  1704. if dL then
  1705. dL.Name = "Right Leg"
  1706. end
  1707. end))
  1708. end
  1709. end
  1710. end
  1711. end
  1712. mouse.KeyDown:connect(function(key)
  1713. if human.Health <= 0 then
  1714. return
  1715. end
  1716. if key == "f" then
  1717. standappear(thenoob)
  1718. end
  1719. if key == "r" then
  1720. MUDA()
  1721. end
  1722. if key == "e" then
  1723. block()
  1724. end
  1725. if key == "v" then
  1726. cability()
  1727. end
  1728. if key == "m" and plr.UserId then
  1729. THEBEST()
  1730. end
  1731. if key == "j" then
  1732. THREATENING()
  1733. end
  1734. if key == "k" then
  1735. konodioda:Play()
  1736. end
  1737. if key == "l" then
  1738. bast:Play()
  1739. end
  1740. if key == "p" then
  1741. zaworld:Play()
  1742. end
  1743. end)
  1744. tool.Equipped:connect(function()
  1745. selected = true
  1746. end)
  1747. tool.Unequipped:connect(function()
  1748. selected = false
  1749. end)
  1750. sine = 0
  1751. charge = 1
  1752. cos = math.cos
  1753. game:GetService("RunService").RenderStepped:connect(function()
  1754. if POSU == false then
  1755. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1756. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1757. local checkstate = human:GetState()
  1758. if checkstate.Value == 13 then
  1759. animpose = "Sitting"
  1760. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1761. animpose = "Jumping"
  1762. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1763. animpose = "Falling"
  1764. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1765. animpose = "Idle"
  1766. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1767. animpose = "Walking"
  1768. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1769. animpose = "TooFast"
  1770. end
  1771. if animpose == "Idle" then
  1772. sine = sine + charge
  1773. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1774. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1775. 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)
  1776. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1777. 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)
  1778. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1779. 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)
  1780. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1781. 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)
  1782. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1783. end
  1784. if animpose == "Walking" then
  1785. sine = sine + charge
  1786. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1787. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1788. 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)
  1789. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1790. 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)
  1791. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1792. 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)
  1793. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1794. 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)
  1795. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1796. end
  1797. if animpose == "Jumping" then
  1798. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1799. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1800. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1801. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1802. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1803. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1804. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1805. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1806. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1807. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1808. end
  1809. if animpose == "Falling" then
  1810. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1811. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1812. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1813. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1814. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1815. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1816. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1817. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1818. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1819. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1820. end
  1821. if animpose == "TooFast" then
  1822. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1823. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1824. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1825. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1826. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1827. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1828. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1829. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1830. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1831. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1832. end
  1833. if animpose == "Sitting" then
  1834. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1835. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1836. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1837. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1838. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1839. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1840. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1841. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1842. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1843. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1844. end
  1845. end
  1846. if appeared == false and activu == false then
  1847. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1848. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1849. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1850. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1851. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1852. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1853. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1854. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1855. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1856. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1857. elseif appeared == true and activu == false then
  1858. sine = sine + charge
  1859. 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)
  1860. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1861. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1862. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1863. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1864. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1865. 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)
  1866. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1867. 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)
  1868. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1869. end
  1870. end)
  1871. function dispose()
  1872. for i, v in pairs(getfenv(0)) do
  1873. v = nil
  1874. end
  1875. error = nil
  1876. print = nil
  1877. warn = nil
  1878. end
  1879. human.Died:connect(dispose)
  1880. chr.Changed:connect(function()
  1881. if chr.Parent == nil then
  1882. dispose()
  1883. end
  1884. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement