Advertisement
marioisdabomb

Untitled

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