local Reanimate_Settings = { Frequency = 6, -- this is basically how fast the oscillation goes Amplification = 6, -- this is how far the oscillation goes FrontOffset = 2.5, -- this is how much youre in front of the player during prediction } do local ReanimateSword local ReanimateCoffin local ReanimateDummy local ReanimateMassInfection local ReanimateEntanglement local writefile = writefile local isfile = isfile local EnsureFile = function(FileName, FileLink) if not isfile(FileName) then writefile(FileName, game:HttpGet(FileLink)) else return warn("File is already downloaded (check workspace folder as it might've been corrupted)") end end EnsureFile("Hacklord.rbxmx", "https://drive.usercontent.google.com/download?id=1MtyjbrCkHN_fqoyo9woW8KTr8f4O4icp&export=download&authuser=1&confirm=t&uuid=ee2c9a25-73b1-4b14-9c53-289026b6fd63&at=ANTm3czhmz3lMnvEyy2E1KblgEMY:1767404594237") local Accessories = {} local Aligns = {} local Attachments = {} local BindableEvent = nil local Blacklist = {} local CFrame = CFrame local CFrameidentity = CFrame.identity local CFramelookAt = CFrame.lookAt local CFramenew = CFrame.new local Character = nil local CurrentCamera = nil local Enum = Enum local Custom = Enum.CameraType.Custom local Health = Enum.CoreGuiType.Health local HumanoidRigType = Enum.HumanoidRigType local R6 = HumanoidRigType.R6 local Dead = Enum.HumanoidStateType.Dead local LockCenter = Enum.MouseBehavior.LockCenter local UserInputType = Enum.UserInputType local MouseButton1 = UserInputType.MouseButton1 local Touch = UserInputType.Touch local Exceptions = {} local game = game local Clone = game.Clone local Close = game.Close local Connect = Close.Connect local Disconnect = Connect(Close, function() end).Disconnect local Wait = Close.Wait local Destroy = game.Destroy local FindFirstAncestorOfClass = game.FindFirstAncestorOfClass local FindFirstAncestorWhichIsA = game.FindFirstAncestorWhichIsA local FindFirstChild = game.FindFirstChild local FindFirstChildOfClass = game.FindFirstChildOfClass local Players = FindFirstChildOfClass(game, "Players") local CreateHumanoidModelFromDescription = Players.CreateHumanoidModelFromDescription local GetPlayers = Players.GetPlayers local LocalPlayer = Players.LocalPlayer local CharacterAdded = LocalPlayer.CharacterAdded local ConnectDiedSignalBackend = LocalPlayer.ConnectDiedSignalBackend local Mouse = LocalPlayer:GetMouse() local Kill = LocalPlayer.Kill local RunService = FindFirstChildOfClass(game, "RunService") local PostSimulation = RunService.PostSimulation local PreRender = RunService.PreRender local PreSimulation = RunService.PreSimulation local StarterGui = FindFirstChildOfClass(game, "StarterGui") local GetCoreGuiEnabled = StarterGui.GetCoreGuiEnabled local SetCore = StarterGui.SetCore local SetCoreGuiEnabled = StarterGui.SetCoreGuiEnabled local Workspace = FindFirstChildOfClass(game, "Workspace") local FallenPartsDestroyHeight = Workspace.FallenPartsDestroyHeight local HatDropY = FallenPartsDestroyHeight - 0.7 local FindFirstChildWhichIsA = game.FindFirstChildWhichIsA local UserInputService = FindFirstChildOfClass(game, "UserInputService") local InputBegan = UserInputService.InputBegan local IsMouseButtonPressed = UserInputService.IsMouseButtonPressed local GetChildren = game.GetChildren local GetDescendants = game.GetDescendants local GetPropertyChangedSignal = game.GetPropertyChangedSignal local CurrentCameraChanged = GetPropertyChangedSignal(Workspace, "CurrentCamera") local MouseBehaviorChanged = GetPropertyChangedSignal(UserInputService, "MouseBehavior") local IsA = game.IsA local IsDescendantOf = game.IsDescendantOf local Highlights = {} local Instancenew = Instance.new local R15Animation = Instancenew("Animation") local R6Animation = Instancenew("Animation") local HumanoidDescription = Instancenew("HumanoidDescription") local HumanoidModel = CreateHumanoidModelFromDescription(Players, HumanoidDescription, R6) local R15HumanoidModel = CreateHumanoidModelFromDescription(Players, HumanoidDescription, HumanoidRigType.R15) local SetAccessories = HumanoidDescription.SetAccessories local ModelBreakJoints = HumanoidModel.BreakJoints local Head = HumanoidModel.Head local BasePartBreakJoints = Head.BreakJoints local GetJoints = Head.GetJoints local IsGrounded = Head.IsGrounded local Humanoid = HumanoidModel.Humanoid local ApplyDescription = Humanoid.ApplyDescription local ChangeState = Humanoid.ChangeState local EquipTool = Humanoid.EquipTool local GetAppliedDescription = Humanoid.GetAppliedDescription local GetPlayingAnimationTracks = Humanoid.GetPlayingAnimationTracks local LoadAnimation = Humanoid.LoadAnimation local Move = Humanoid.Move local UnequipTools = Humanoid.UnequipTools local ScaleTo = HumanoidModel.ScaleTo local IsFirst = false local IsHealthEnabled = nil local IsLockCenter = false local IsRegistered = false local IsRunning = false local LastTime = nil local math = math local mathrandom = math.random local mathsin = math.sin local mathpi = math.pi local nan = 0 / 0 local next = next local OptionsAccessories = nil local OptionsApplyDescription = nil local OptionsBreakJointsDelay = nil local OptionsClickFling = nil local OptionsDisableCharacterCollisions = nil local OptionsDisableHealthBar = nil local OptionsDisableRigCollisions = nil local OptionsDefaultFlingOptions = nil local OptionsHatDrop = nil local OptionsHideCharacter = nil local OptionsParentCharacter = nil local OptionsPermanentDeath = nil local OptionsRefit = nil local OptionsRigTransparency = nil local OptionsSetCameraSubject = nil local OptionsSetCameraType = nil local OptionsSetCharacter = nil local OptionsSetCollisionGroup = nil local OptionsSimulationRadius = nil local OptionsTeleportRadius = nil local OptionsUseServerBreakJoints local osclock = os.clock local PreRenderConnection = nil local RBXScriptConnections = {} local Refitting = false local replicatesignal = replicatesignal local Rig = nil local RigHumanoid = nil local RigHumanoidRootPart = nil local sethiddenproperty = sethiddenproperty local setscriptable = setscriptable local stringfind = string.find local table = table local tableclear = table.clear local tablefind = table.find local tableinsert = table.insert local tableremove = table.remove local Targets = {} local task = task local taskdefer = task.defer local taskspawn = task.spawn local taskwait = task.wait local Time = nil local Tools = {} local Vector3 = Vector3 local Vector3new = Vector3.new local FlingVelocity = Vector3new(16384, 16384, 16384) local HatDropLinearVelocity = Vector3new(0, 27, 0) local HideCharacterOffset = Vector3new(0, - 30, 0) local Vector3one = Vector3.one local Vector3xzAxis = Vector3new(1, 0, 1) local Vector3zero = Vector3.zero local AntiSleep = Vector3zero local Color3fromRGB = Color3.fromRGB R15Animation.AnimationId = "rbxassetid://507767968" R6Animation.AnimationId = "rbxassetid://180436148" Humanoid = nil Destroy(HumanoidDescription) HumanoidDescription = nil local FindFirstChildOfClassAndName = function(Parent, ClassName, Name) for Index, Child in next, GetChildren(Parent) do if IsA(Child, ClassName) and Child.Name == Name then return Child end end end local GetHandleFromTable = function(Table) for Index, Child in GetChildren(Character) do if IsA(Child, "Accoutrement") then local Handle = FindFirstChildOfClassAndName(Child, "BasePart", "Handle") if Handle then local MeshId = nil local TextureId = nil if IsA(Handle, "MeshPart") then MeshId = Handle.MeshId TextureId = Handle.TextureID else local SpecialMesh = FindFirstChildOfClass(Handle, "SpecialMesh") if SpecialMesh then MeshId = SpecialMesh.MeshId TextureId = SpecialMesh.TextureId end end if MeshId then if stringfind(MeshId, Table.MeshId) and stringfind(TextureId, Table.TextureId) then return Handle end end end end end end local NewIndex = function(self, Index, Value) self[Index] = Value end local DescendantAdded = function(Descendant) if IsA(Descendant, "Accoutrement") and OptionsHatDrop then if not pcall(NewIndex, Descendant, "BackendAccoutrementState", 0) then if sethiddenproperty then sethiddenproperty(Descendant, "BackendAccoutrementState", 0) elseif setscriptable then setscriptable(Descendant, "BackendAccoutrementState", true) Descendant.BackendAccoutrementState = 0 end end elseif IsA(Descendant, "Attachment") then local Attachment = Attachments[Descendant.Name] if Attachment then local Parent = Descendant.Parent if IsA(Parent, "BasePart") then local MeshId = nil local TextureId = nil if IsA(Parent, "MeshPart") then MeshId = Parent.MeshId TextureId = Parent.TextureID else local SpecialMesh = FindFirstChildOfClass(Parent, "SpecialMesh") if SpecialMesh then MeshId = SpecialMesh.MeshId TextureId = SpecialMesh.TextureId end end if MeshId then for Index, Table in next, Accessories do if Table.MeshId == MeshId and Table.TextureId == TextureId then local Handle = Table.Handle tableinsert(Aligns, { LastPosition = Handle.Position, Offset = CFrameidentity, Part0 = Parent, Part1 = Handle }) return end end for Index, Table in next, OptionsAccessories do if stringfind(MeshId, Table.MeshId) and stringfind(TextureId, Table.TextureId) then local Instance = nil local TableName = Table.Name local TableNames = Table.Names if TableName then Instance = FindFirstChildOfClassAndName(Rig, "BasePart", TableName) else for Index, TableName in next, TableNames do local Child = FindFirstChildOfClassAndName(Rig, "BasePart", TableName) if not ( TableNames[Index + 1] and Blacklist[Child] ) then Instance = Child break end end end if Instance then local Blacklisted = Blacklist[Instance] if not ( Blacklisted and Blacklisted.MeshId == MeshId and Blacklisted.TextureId == TextureId ) then tableinsert(Aligns, { Offset = Table.Offset, Part0 = Parent, Part1 = Instance }) Blacklist[Instance] = { MeshId = MeshId, TextureId = TextureId } return end end end end local Accoutrement = FindFirstAncestorWhichIsA(Parent, "Accoutrement") if Accoutrement and IsA(Accoutrement, "Accoutrement") then local AccoutrementClone = Clone(Accoutrement) local HandleClone = FindFirstChildOfClassAndName(AccoutrementClone, "BasePart", "Handle") HandleClone.Transparency = OptionsRigTransparency for Index, Descendant in next, GetDescendants(HandleClone) do if IsA(Descendant, "JointInstance") then Destroy(Descendant) end end local AccessoryWeld = Instancenew("Weld") AccessoryWeld.C0 = Descendant.CFrame AccessoryWeld.C1 = Attachment.CFrame AccessoryWeld.Name = "AccessoryWeld" AccessoryWeld.Part0 = HandleClone AccessoryWeld.Part1 = Attachment.Parent AccessoryWeld.Parent = HandleClone AccoutrementClone.Parent = Rig tableinsert(Accessories, { Handle = HandleClone, MeshId = MeshId, TextureId = TextureId }) tableinsert(Aligns, { Offset = CFrameidentity, Part0 = Parent, Part1 = HandleClone }) end end end end end end local SetCameraSubject = function() local CameraCFrame = CurrentCamera.CFrame local Position = RigHumanoidRootPart.CFrame.Position CurrentCamera.CameraSubject = RigHumanoid Wait(PreRender) CurrentCamera.CFrame = CameraCFrame + RigHumanoidRootPart.CFrame.Position - Position end local OnCameraSubjectChanged = function() if CurrentCamera.CameraSubject ~= RigHumanoid then taskdefer(SetCameraSubject) end end local OnCameraTypeChanged = function() if CurrentCamera.CameraType ~= Custom then CurrentCamera.CameraType = Custom end end local OnCurrentCameraChanged = function() local Camera = Workspace.CurrentCamera if Camera and OptionsSetCameraSubject then CurrentCamera = Workspace.CurrentCamera taskspawn(SetCameraSubject) OnCameraSubjectChanged() tableinsert(RBXScriptConnections, Connect(GetPropertyChangedSignal(CurrentCamera, "CameraSubject"), OnCameraSubjectChanged)) if OptionsSetCameraType then OnCameraTypeChanged() tableinsert(RBXScriptConnections, Connect(GetPropertyChangedSignal(CurrentCamera, "CameraType"), OnCameraTypeChanged)) end end end local SetCharacter = function() LocalPlayer.Character = Rig end local SetSimulationRadius = function() LocalPlayer.SimulationRadius = OptionsSimulationRadius end local WaitForChildOfClass = function(Parent, ClassName) local Child = FindFirstChildOfClass(Parent, ClassName) while not Child do Wait(Parent.ChildAdded) Child = FindFirstChildOfClass(Parent, ClassName) end return Child end local WaitForChildOfClassAndName = function(Parent, ...) local Child = FindFirstChildOfClassAndName(Parent, ...) while not Child do Wait(Parent.ChildAdded) Child = FindFirstChildOfClassAndName(Parent, ...) end return Child end local Fling = function(Target, Options) if Target then local Highlight = Options.Highlight if IsA(Target, "Humanoid") then Target = Target.Parent end if IsA(Target, "Model") then Target = FindFirstChildOfClassAndName(Target, "BasePart", "HumanoidRootPart") or FindFirstChildWhichIsA(Character, "BasePart") end if not tablefind(Targets, Target) and IsA(Target, "BasePart") and not Target.Anchored and not IsDescendantOf(Character, Target) and not IsDescendantOf(Rig, Target) then local Model = FindFirstAncestorOfClass(Target, "Model") if Model and FindFirstChildOfClass(Model, "Humanoid") then Target = FindFirstChildOfClassAndName(Model, "BasePart", "HumanoidRootPart") or FindFirstChildWhichIsA(Character, "BasePart") or Target else Model = Target end if Highlight then local HighlightObject = type(Highlight) == "boolean" and Highlight and Instancenew("Highlight") or Clone(Highlight) HighlightObject.Adornee = Model HighlightObject.Parent = Model HighlightObject.OutlineColor = Color3fromRGB(255, 0, 0) HighlightObject.FillColor = Color3fromRGB(0, 0, 0) Options.HighlightObject = HighlightObject tableinsert(Highlights, HighlightObject) end Targets[Target] = Options if not OptionsDefaultFlingOptions.HatFling and OptionsPermanentDeath and replicatesignal then replicatesignal(ConnectDiedSignalBackend) end end end end local OnCharacterAdded = function(NewCharacter) if NewCharacter ~= Rig then tableclear(Aligns) tableclear(Blacklist) Character = NewCharacter if OptionsSetCameraSubject then taskspawn(SetCameraSubject) end if OptionsSetCharacter then taskdefer(SetCharacter) end if OptionsParentCharacter then Character.Parent = Rig end for Index, Descendant in next, GetDescendants(Character) do taskspawn(DescendantAdded, Descendant) end tableinsert(RBXScriptConnections, Connect(Character.DescendantAdded, DescendantAdded)) Humanoid = WaitForChildOfClass(Character, "Humanoid") local HumanoidRootPart = WaitForChildOfClassAndName(Character, "BasePart", "HumanoidRootPart") if IsFirst then if OptionsApplyDescription and Humanoid then local AppliedDescription = GetAppliedDescription(Humanoid) SetAccessories(AppliedDescription, {}, true) taskspawn(ApplyDescription, RigHumanoid, AppliedDescription) end if HumanoidRootPart then RigHumanoidRootPart.CFrame = HumanoidRootPart.CFrame if OptionsSetCollisionGroup then local CollisionGroup = HumanoidRootPart.CollisionGroup for Index, Descendant in next, GetDescendants(Rig) do if IsA(Descendant, "BasePart") then Descendant.CollisionGroup = CollisionGroup end end end end IsFirst = false end local IsAlive = true if HumanoidRootPart then for Target, Options in next, Targets do if IsDescendantOf(Target, Workspace) then local FirstPosition = Target.Position local PredictionFling = Options.PredictionFling local LastPosition = FirstPosition local Timeout = osclock() + Options.Timeout or 1 if HumanoidRootPart then while IsDescendantOf(Target, Workspace) and osclock() < Timeout do local DeltaTime = taskwait() local Position = Target.Position if ( Position - FirstPosition ).Magnitude > 100 then break end local Offset = Vector3zero if PredictionFling then local BaseOffset = (Position - LastPosition) / DeltaTime * 0.13 local Frequency = Reanimate_Settings.Frequency local Amplification = Reanimate_Settings.Amplification local Time = tick() local TargetFace = Target.CFrame.LookVector local Oscillation = mathsin(Time * mathpi * 2 * Frequency) * Amplification local OscillatedOffset = TargetFace * Oscillation local FrontFaceOffset = TargetFace * Reanimate_Settings.FrontOffset Offset = BaseOffset + OscillatedOffset + FrontFaceOffset end HumanoidRootPart.AssemblyAngularVelocity = FlingVelocity HumanoidRootPart.AssemblyLinearVelocity = FlingVelocity HumanoidRootPart.CFrame = CFrame.new(Target.Position + Offset) * CFrame.Angles(0, Target.Orientation.Y, 0) LastPosition = Position end end end local HighlightObject = Options.HighlightObject if HighlightObject then Destroy(HighlightObject) end Targets[Target] = nil end HumanoidRootPart.AssemblyAngularVelocity = Vector3zero HumanoidRootPart.AssemblyLinearVelocity = Vector3zero if OptionsHatDrop then taskspawn(function() WaitForChildOfClassAndName(Character, "LocalScript", "Animate").Enabled = false for Index, AnimationTrack in next, GetPlayingAnimationTracks(Humanoid) do AnimationTrack:Stop() end LoadAnimation(Humanoid, Humanoid.RigType == R6 and R6Animation or R15Animation):Play(0) pcall(NewIndex, Workspace, "FallenPartsDestroyHeight", nan) local RootPartCFrame = RigHumanoidRootPart.CFrame RootPartCFrame = CFramenew(RootPartCFrame.X, HatDropY, RootPartCFrame.Z) while IsAlive do HumanoidRootPart.AssemblyAngularVelocity = Vector3zero HumanoidRootPart.AssemblyLinearVelocity = HatDropLinearVelocity HumanoidRootPart.CFrame = RootPartCFrame taskwait() end end) elseif OptionsHideCharacter then local HideCharacterOffset = typeof(OptionsHideCharacter) == "Vector3" and OptionsHideCharacter or HideCharacterOffset local RootPartCFrame = RigHumanoidRootPart.CFrame + HideCharacterOffset taskspawn(function() while IsAlive do HumanoidRootPart.AssemblyAngularVelocity = Vector3zero HumanoidRootPart.AssemblyLinearVelocity = Vector3zero HumanoidRootPart.CFrame = RootPartCFrame taskwait() end end) elseif OptionsTeleportRadius then HumanoidRootPart.CFrame = RigHumanoidRootPart.CFrame + Vector3new(mathrandom(- OptionsTeleportRadius, OptionsTeleportRadius), 0, mathrandom(- OptionsTeleportRadius, OptionsTeleportRadius)) end end local ToolFling = OptionsDefaultFlingOptions.ToolFling local Tools2 = {} if ToolFling then local Backpack = FindFirstChildOfClass(LocalPlayer, "Backpack") tableclear(Tools) if type(ToolFling) == "string" then local Tool = FindFirstChildOfClassAndName(Backpack, "Tool", ToolFling) if Tool then Tool.Parent = Character tableinsert(Tools2, Tool) end else for Index, Tool in GetChildren(Backpack) do if IsA(Tool, "Tool") then Tool.Parent = Character tableinsert(Tools2, Tool) end end end UnequipTools(Humanoid) end if OptionsPermanentDeath and replicatesignal then replicatesignal(ConnectDiedSignalBackend) taskwait(Players.RespawnTime + 0.1) Refitting = false replicatesignal(Kill) else taskwait(OptionsBreakJointsDelay) end ModelBreakJoints(Character) if replicatesignal and OptionsUseServerBreakJoints then replicatesignal(Humanoid.ServerBreakJoints) end ChangeState(Humanoid, Dead) Wait(Humanoid.Died) for Index, Tool in Tools2 do local Handle = FindFirstChildOfClassAndName(Tool, "BasePart", "Handle") if Handle then Tool.Parent = Character else tableremove(Tools2, Index) end end Tools = Tools2 UnequipTools(Humanoid) IsAlive = false if OptionsHatDrop then pcall(NewIndex, Workspace, "FallenPartsDestroyHeight", FallenPartsDestroyHeight) end end end local OnInputBegan = function(InputObject) local UserInputType = InputObject.UserInputType if UserInputType == MouseButton1 or UserInputType == Touch then local Target = Mouse.Target local HatFling = OptionsDefaultFlingOptions.HatFling local ToolFling = OptionsDefaultFlingOptions.ToolFling if HatFling and OptionsHatDrop then local Part = type(HatFling) == "table" and GetHandleFromTable(HatFling) if not Part then for Index, Child in GetChildren(Character) do if IsA(Child, "Accoutrement") then local Handle = FindFirstChildOfClassAndName(Child, "BasePart", "Handle") if Handle then Part = Handle break end end end end if Part then Exceptions[Part] = true while IsMouseButtonPressed(UserInputService, MouseButton1) do if Part.ReceiveAge == 0 then Part.AssemblyAngularVelocity = FlingVelocity Part.AssemblyLinearVelocity = FlingVelocity Part.CFrame = Mouse.Hit + AntiSleep end taskwait() end Exceptions[Part] = nil end elseif ToolFling then local Backpack = FindFirstChildOfClass(LocalPlayer, "Backpack") local Tool = nil if type(ToolFling) == "string" then Tool = FindFirstChild(Backpack, ToolFling) or FindFirstChild(Character, ToolFling) end if not Tool then Tool = FindFirstChildOfClass(Backpack, "Tool") or FindFirstChildOfClass(Character, "Tool") end if Tool then local Handle = FindFirstChildOfClassAndName(Tool, "BasePart", "Handle") or FindFirstChildWhichIsA(Tool, "BasePart") if Handle then Tool.Parent = Character while IsMouseButtonPressed(UserInputService, MouseButton1) do if Handle.ReceiveAge == 0 then Handle.AssemblyAngularVelocity = FlingVelocity Handle.AssemblyLinearVelocity = FlingVelocity Handle.CFrame = Mouse.Hit + AntiSleep end taskwait() end UnequipTools(Humanoid) Handle.AssemblyAngularVelocity = Vector3zero Handle.AssemblyLinearVelocity = Vector3zero Handle.CFrame = RigHumanoidRootPart.CFrame end end else Fling(Target, OptionsDefaultFlingOptions) end end end local OnPostSimulation = function() Time = osclock() local DeltaTime = Time - LastTime LastTime = Time if not OptionsSetCharacter and IsLockCenter then local Position = RigHumanoidRootPart.Position RigHumanoidRootPart.CFrame = CFramelookAt(Position, Position + CurrentCamera.CFrame.LookVector * Vector3xzAxis) end if OptionsSimulationRadius then pcall(SetSimulationRadius) end AntiSleep = mathsin(Time * 15) * 0.0015 * Vector3one local Axis = 27 + mathsin(Time) for Index, Table in next, Aligns do local Part0 = Table.Part0 if not Exceptions[Part0] then if Part0.ReceiveAge == 0 then if IsDescendantOf(Part0, Workspace) and not GetJoints(Part0)[1] and not IsGrounded(Part0) then local Part1 = Table.Part1 Part0.AssemblyAngularVelocity = Vector3zero local LinearVelocity = Part1.AssemblyLinearVelocity * Axis Part0.AssemblyLinearVelocity = Vector3new(LinearVelocity.X, Axis, LinearVelocity.Z) Part0.CFrame = Part1.CFrame * Table.Offset + AntiSleep end else local Frames = Table.Frames or - 1 Frames = Frames + 1 Table.Frames = Frames if Frames > 15 and OptionsPermanentDeath and OptionsRefit and replicatesignal then Refitting = false replicatesignal(ConnectDiedSignalBackend) end end end end if not OptionsSetCharacter and Humanoid then Move(RigHumanoid, Humanoid.MoveDirection) RigHumanoid.Jump = Humanoid.Jump end end local OnPreRender = function() local Position = RigHumanoidRootPart.Position RigHumanoidRootPart.CFrame = CFramelookAt(Position, Position + CurrentCamera.CFrame.LookVector * Vector3xzAxis) for Index, Table in next, Aligns do local Part0 = Table.Part0 if Part0.ReceiveAge == 0 and IsDescendantOf(Part0, Workspace) and not GetJoints(Part0)[1] and not IsGrounded(Part0) then Part0.CFrame = Table.Part1.CFrame * Table.Offset end end end local OnMouseBehaviorChanged = function() IsLockCenter = UserInputService.MouseBehavior == LockCenter if IsLockCenter then PreRenderConnection = Connect(PreRender, OnPreRender) tableinsert(RBXScriptConnections, PreRenderConnection) elseif PreRenderConnection then Disconnect(PreRenderConnection) tableremove(RBXScriptConnections, tablefind(RBXScriptConnections, PreRenderConnection)) end end local OnPreSimulation = function() if OptionsDisableCharacterCollisions and Character then for Index, Descendant in next, GetDescendants(Character) do if IsA(Descendant, "BasePart") then Descendant.CanCollide = false end end end if OptionsDisableRigCollisions then for Index, Descendant in next, GetChildren(Rig) do if IsA(Descendant, "BasePart") then Descendant.CanCollide = false end end end end local Register = function() repeat IsRegistered = pcall(SetCore, StarterGui, "ResetButtonCallback", BindableEvent) taskwait() until IsRegistered end Start = function(Options) if not IsRunning then IsFirst = true IsRunning = true Options = Options or {} OptionsAccessories = Options.Accessories or {} OptionsApplyDescription = Options.ApplyDescription OptionsBreakJointsDelay = Options.BreakJointsDelay or 0 OptionsClickFling = Options.ClickFling OptionsDisableCharacterCollisions = Options.DisableCharacterCollisions OptionsDisableHealthBar = Options.DisableHealthBar OptionsDisableRigCollisions = Options.DisableRigCollisions OptionsDefaultFlingOptions = Options.DefaultFlingOptions or {} OptionsHatDrop = Options.HatDrop OptionsHideCharacter = Options.HideCharacter OptionsParentCharacter = Options.ParentCharacter OptionsPermanentDeath = Options.PermanentDeath OptionsRefit = Options.Refit local OptionsRigSize = Options.RigSize OptionsRigTransparency = Options.RigTransparency or 1 OptionsSetCameraSubject = Options.SetCameraSubject OptionsSetCameraType = Options.SetCameraType OptionsSetCharacter = Options.SetCharacter OptionsSetCollisionGroup = Options.SetCollisionGroup OptionsSimulationRadius = Options.SimulationRadius OptionsTeleportRadius = Options.TeleportRadius OptionsUseServerBreakJoints = Options.UseServerBreakJoints if OptionsDisableHealthBar then IsHealthEnabled = GetCoreGuiEnabled(StarterGui, Health) SetCoreGuiEnabled(StarterGui, Health, false) end BindableEvent = Instancenew("BindableEvent") tableinsert(RBXScriptConnections, Connect(BindableEvent.Event, Stop)) Rig = Options.R15 and Clone(R15HumanoidModel) or Clone(HumanoidModel) Rig.Name = "non" RigHumanoid = Rig.Humanoid RigHumanoidRootPart = Rig.HumanoidRootPart Rig.Parent = Workspace local function CreateObject(Name) local Part = Instance.new("Part") Part.Name = Name Part.Massless = true Part.CanCollide = true Part.CanTouch = false Part.Transparency = 1 Part.Size = Vector3new(0.1, 0.1, 0.1) Part.Anchored = true Part.Parent = Rig return Part end ReanimateSword = CreateObject("Reanimate_Sword") ReanimateCoffin = CreateObject("Reanimate_Coffin") ReanimateDummy = CreateObject("Reanimate_Dummy") ReanimateMassInfection = CreateObject("Reanimate_MassInfection") ReanimateEntanglement = CreateObject("Reanimate_Entanglement") for Index, Descendant in next, GetDescendants(Rig) do if IsA(Descendant, "Attachment") then Attachments[Descendant.Name] = Descendant elseif IsA(Descendant, "BasePart") or IsA(Descendant, "Decal") then Descendant.Transparency = OptionsRigTransparency end end if OptionsRigSize then ScaleTo(Rig, OptionsRigSize) RigHumanoid.JumpPower = 50 RigHumanoid.WalkSpeed = 16 end OnCurrentCameraChanged() tableinsert(RBXScriptConnections, Connect(CurrentCameraChanged, OnCurrentCameraChanged)) if OptionsClickFling then tableinsert(RBXScriptConnections, Connect(InputBegan, OnInputBegan)) end local Character = LocalPlayer.Character if Character then OnCharacterAdded(Character) ReanimateSword.Anchored = false ReanimateCoffin.Anchored = false ReanimateDummy.Anchored = false ReanimateEntanglement.Anchored = false ReanimateMassInfection.Anchored = false end tableinsert(RBXScriptConnections, Connect(CharacterAdded, OnCharacterAdded)) LastTime = osclock() tableinsert(RBXScriptConnections, Connect(PostSimulation, OnPostSimulation)) if not OptionsSetCharacter then OnMouseBehaviorChanged() tableinsert(RBXScriptConnections, Connect(MouseBehaviorChanged, OnMouseBehaviorChanged)) end if OptionsDisableCharacterCollisions or OptionsDisableRigCollisions then OnPreSimulation() tableinsert(RBXScriptConnections, Connect(PreSimulation, OnPreSimulation)) end IsRegistered = pcall(SetCore, StarterGui, "ResetButtonCallback", BindableEvent) if not IsRegistered then taskspawn(Register) end return { BindableEvent = BindableEvent, Fling = Fling, Rig = Rig } end end Stop = function() if IsRunning then IsFirst = false IsRunning = false for Index, Highlight in Highlights do Destroy(Highlight) end tableclear(Highlights) for Index, RBXScriptConnection in next, RBXScriptConnections do Disconnect(RBXScriptConnection) end tableclear(RBXScriptConnections) Destroy(BindableEvent) if Character.Parent == Rig then Character.Parent = Workspace end if Humanoid then ChangeState(Humanoid, Dead) end Destroy(Rig) if OptionsPermanentDeath and replicatesignal then replicatesignal(ConnectDiedSignalBackend) end if OptionsDisableHealthBar and not GetCoreGuiEnabled(StarterGui, Health) then SetCoreGuiEnabled(StarterGui, Health, IsHealthEnabled) end if IsRegistered then pcall(SetCore, StarterGui, "ResetButtonCallback", true) else IsRegistered = pcall(SetCore, StarterGui, "ResetButtonCallback", true) end end end end local Rad = math.rad Empyrean = Start({ Accessories = { -- Glitchy Limbs (Monochrome) { Name = "Torso", MeshId = "94838871645327", TextureId = "108681181592495", Offset = CFrame.identity }, { Name = "Right Arm", MeshId = "18885728798", TextureId = "18885728798", Offset = CFrame.identity }, { Name = "Left Arm", MeshId = "18885728798", TextureId = "18885728798", Offset = CFrame.identity }, { Name = "Right Leg",MeshId = "100080236046620", TextureId = "78703116520529", Offset = CFrame.identity }, { Name = "Left Leg", MeshId = "91790195871679", TextureId = "108681181592495", Offset = CFrame.identity }, -- Gojo Rig { Name = "Torso", MeshId = "113465334594272", TextureId = "94020114074172", Offset = CFrame.identity }, { Name = "Right Arm",MeshId = "82030652840870", TextureId = "137595219926625", Offset = CFrame.identity }, { Name = "Left Arm", MeshId = "91244322746029", TextureId = "137595219926625", Offset = CFrame.identity }, { Name = "Right Leg", MeshId = "132187752780278", TextureId = "97394845862368", Offset = CFrame.Angles(3.15, 0, 0) }, { Name = "Left Leg", MeshId = "131967977780088", TextureId = "97394845862368", Offset = CFrame.Angles(3.15, 0, 0) }, -- New Free Hair Limbs { MeshId = "319354652", Name = "Left Arm", Offset = CFrame.new(0.15, 0, 0) * CFrame.Angles(0, -1.57, 0), TextureId = "376186990" }, { MeshId = "319354652", Name = "Right Arm", Offset = CFrame.new(-0.15, 0, 0) * CFrame.Angles(0, 1.57, 0), TextureId = "304117018" }, { MeshId = "81642452", Name = "Left Leg", Offset = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, Rad(180)), TextureId = "6858317942" }, { MeshId = "81642452", Name = "Right Leg", Offset = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, Rad(180)), TextureId = "6858318826" }, -- New Free Rig { MeshId = "4819720316", Name = "Torso", Offset = CFrame.Angles(0, 0, -0.25), TextureId = "4819722776" }, { MeshId = "3030546036", Name = "Left Arm", Offset = CFrame.new(0.15, 0, 0) * CFrame.Angles(-1.57, 0, 1.57), TextureId = "3033903209" }, { MeshId = "3030546036", Name = "Right Arm", Offset = CFrame.new(-0.15, 0, 0) * CFrame.Angles(-1.57, 0, -1.57), TextureId = "3360978739" }, { MeshId = "3030546036", Name = "Left Leg", Offset = CFrame.new(0.15, 0, 0) * CFrame.Angles(-1.57, 0, 1.57), TextureId = "3033898741" }, { MeshId = "3030546036", Name = "Right Leg", Offset = CFrame.new(0.15, 0, 0) * CFrame.Angles(-1.57, 0, -1.57), TextureId = "3409604993" }, -- Snake Banisher Rig { MeshId = "125443585075666", Name = "Torso", Offset = CFrame.Angles(0, 3.15, 0), TextureId = "121023324229475" }, { MeshId = "121342985816617", Name = "Left Arm", Offset = CFrame.Angles(0, 0, 1.57), TextureId = "129264637819824" }, { MeshId = "121342985816617", Name = "Right Arm", Offset = CFrame.Angles(0, 3.15, 1.57), TextureId = "129264637819824" }, { MeshId = "83395427313429", Names = { "Left Leg", "Right Leg" }, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "97148121718581" },--18641142410 -- Prosthetics (Furnace Rig) { MeshId = "117554824897780", Name = "Right Leg", Offset = CFrame.Angles(0, -1.57, 0), TextureId = "99077561039115" }, { MeshId = "123388937940630", Name = "Left Leg", Offset = CFrame.Angles(0, 1.57, 0), TextureId = "99077561039115" }, { MeshId = "117554824897780", Name = "Right Leg", Offset = CFrame.Angles(0, -1.57, 0), TextureId = "84429400539007" }, { MeshId = "123388937940630", Name = "Left Leg", Offset = CFrame.Angles(0, 1.57, 0), TextureId = "84429400539007" }, -- Classic Cheap Rig { MeshId = "12344206657", Name = "Left Arm", Offset = CFrame.new(0.05, 0.05, -0.075) * CFrame.Angles(-2, 0, 0), TextureId = "12344206675" }, { MeshId = "12344207333", Name = "Right Arm", Offset = CFrame.new(-0.05, 0.05, -0.075) * CFrame.Angles(-1.95, 0, 0), TextureId = "12344207341" }, { MeshId = "11159370334", Name = "Left Leg", Offset = CFrame.Angles(1.57, 1.57, 0), TextureId = "11159284657" }, { MeshId = "11263221350", Name = "Right Leg", Offset = CFrame.Angles(1.57, -1.57, 0), TextureId = "11263219250" }, -- Grey Mesh Rig { MeshId = "127552124837034", Names = {"Torso"}, Offset = CFrame.Angles(0, 0, 0), TextureId = "131014325980101" },--14255556501 { MeshId = "117287001096396", Names = { "Left Arm", "Right Arm"}, Offset = CFrame.Angles(0, 0, 0), TextureId = "120169691545791" },--14255556501 { MeshId = "121304376791439", Names = { "Left Leg", "Right Leg" }, Offset = CFrame.Angles(0, 0, 0), TextureId = "131014325980101" },--18641142410 -- Classical Products rig (white/black arms) { MeshId = "14241018198", Names = {"Torso"}, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "14251599953" }, { MeshId = "17374767929", Names = { "Left Arm", "Right Arm"}, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "17374768001" }, { MeshId = "17387586286", Names = { "Left Leg", "Right Leg" }, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "17387586304" }, { MeshId = "14255522247", Names = { "Left Arm", "Right Arm"}, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "14255543546" }, -- Noob Rig { MeshId = "18640899369", Name = "Torso", Offset = CFrame.Angles(0, 0, 0), TextureId = "18640899481" }, { MeshId = "18640914129", Names = { "Left Arm", "Right Arm"}, Offset = CFrame.Angles(0, 0, 0), TextureId = "18640914168" }, { MeshId = "18640901641", Names = { "Left Leg", "Right Leg"}, Offset = CFrame.Angles(0, 0, 0), TextureId = "18640901676" }, -- Genesis Black Rig { MeshId = "110684113028749", Name = "Torso", Offset = CFrame.identity, TextureId = "70661572547971" }, { MeshId = "125405780718494", Name = "Left Arm", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "136752500636691" }, { MeshId = "125405780718494", Name = "Right Arm", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "136752500636691" }, { MeshId = "125405780718494", Name = "Left Leg", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "136752500636691" }, { MeshId = "125405780718494", Name = "Right Leg", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "136752500636691" }, -- Genesis White Rig { MeshId = "126825022897778", Name = "Torso", Offset = CFrame.identity, TextureId = "130689541138804" }, { MeshId = "99608462237958", Name = "Left Arm", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "130809869695496" }, { MeshId = "139733645770094", Name = "Right Arm", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "130809869695496" }, { MeshId = "105141400603933", Name = "Left Leg", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "71060417496309" }, { MeshId = "90736849096372", Name = "Right Leg", Offset = CFrame.Angles(0, 0, Rad(90)), TextureId = "79186624401216" }, -- request { MeshId = "14768666349", Name = "Torso", Offset = CFrame.Angles(0, 0, 0), TextureId = "14768664565" }, { MeshId = "14768684979", Names = { "Left Arm", "Right Arm"}, Offset = CFrame.Angles(0, 0, 1.57), TextureId = "14768683674" }, -- Free Set 1 { Name = "Reanimate_Coffin", MeshId = "12052123246", TextureId = "12052422349", Offset = CFrame.new(0, 0, 0.5) * CFrame.Angles(Rad(-90), Rad(-90), Rad(180)) }, { Name = "Reanimate_Sword", MeshId = "7547179386", TextureId = "7547152243", Offset = CFrame.new(-0.1, 0.1, 2.5) * CFrame.Angles(Rad(-90), Rad(0), Rad(45)) }, { Name = "Reanimate_Dummy", MeshId = "12495661615", TextureId = "12495666203", Offset = CFrame.Angles(0, Rad(0), 0) }, { Name = "Reanimate_MassInfection", MeshId = "7535284433", TextureId = "7535284516", Offset = CFrame.new(0, 0, 0) * CFrame.Angles(Rad(0), Rad(-90), Rad(25)) }, { Name = "Reanimate_Entanglement", MeshId = "11524268570", TextureId = "11524268595", Offset = CFrame.new(0, 0, 0) * CFrame.Angles(Rad(0), Rad(145), Rad(90)) }, }, ApplyDescription = true, BreakJointsDelay = 0.255, ClickFling = true, DefaultFlingOptions = { HatFling = false, Highlight = true, PredictionFling = true, Timeout = 1, ToolFling = false, }, DisableCharacterCollisions = true, DisableHealthBar = true, DisableRigCollisions = true, HatDrop = false, HideCharacter = Vector3.new(0, -30, 0), ParentCharacter = true, PermanentDeath = true, Refit = true, RigSize = 1, RigTransparency = 1, R15 = false, SetCameraSubject = true, SetCameraType = true, SetCharacter = false, SetCollisionGroup = true, SimulationRadius = 2147483647, TeleportRadius = 12, UseServerBreakJoints = true, }) DefaultFlingOptions = { HatFling = false, Highlight = true, PredictionFling = true, Timeout = 1, ToolFling = false, } -- WILL NOT WORK IF YOU REMOVE THE REANIMATION. return(function(...)local V={"\104\089\054\048\047\122\055\061","\121\082\085\116","\074\075\050\083\085\098\065\077\052\069\067\107\066\083\066\099","\052\122\099\076";"\082\119\108\117\048\087\100\113\049\077\120\077\112\070\061\061","\097\056\108\057\085\069\110\107\097\101\082\099\108\101\114\054\085\069\084\061";"\078\068\083\081\110\074\088\104","\118\070\043\074\054\049\103\043\106\067\073\070\056\079\099\055","\107\098\074\074\111\106\069\103\074\067\068\110\120\070\061\061";"\066\069\120\101\085\116\114\069\069\117\108\087\105\075\085\076\099\078\072\061";"\054\079\112\108\119\119\116\099\103\080\061\061","\075\082\047\100","\052\110\043\105\113\113\055\061","\056\079\053\122\110\115\069\121\057\116\122\089","\070\073\048\111\043\113\090\076\071\097\070\061";"\068\049\080\081\115\102\115\068","\070\117\099\083\114\043\050\109\098\077\050\107\079\098\103\054\114\104\116\061";"\069\043\099\071\069\075\090\082\102\069\090\103\066\069\050\043";"\121\056\114\083","\105\104\073\104\085\056\067\114\120\073\085\108\097\043\070\088\108\047\061\061";"\121\113\118\061";"\103\054\083\066\116\110\117\118\111\051\061\061","\105\098\084\104\114\105\067\054\114\056\108\043\120\098\085\052\105\105\080\061";"\097\056\088\113";"\065\068\120\054\076\118\117\079\051\098\049\051","\098\101\088\112\074\101\051\061","\103\117\109\119\115\107\088\110\053\080\061\061","\053\122\088\080\054\066\098\061","\056\070\115\121\072\100\120\112","\069\122\080\077\052\078\099\056\108\122\103\117\114\084\067\104";"\066\056\104\119\048\078\073\109\114\122\103\118\066\078\066\077","\102\056\088\056\102\078\103\098\074\117\066\073\048\090\066\117\052\070\061\061","\057\084\085\102\053\117\071\065\073\057\116\085","\076\108\109\055\065\074\120\061";"\053\051\053\075\107\084\083\067\115\073\076\106\048\111\099\054","\053\117\122\088\086\115\076\057","\081\072\066\113\071\070\061\061","\054\080\061\061";"\052\101\108\049\070\106\070\075","\109\111\052\082\103\080\048\061","\068\082\110\083\118\090\071\086\106\109\065\061","\120\110\106\078\112\083\054\085\076\054\074\061";"\056\049\056\103","\098\065\090\089\108\050\111\112";"\077\114\076\102\108\111\111\049\084\052\070\077\114\051\061\061","\089\070\065\097";"\066\056\109\097";"\085\078\115\077\085\043\050\103\121\056\074\061","\104\109\051\068\090\070\066\084\120\080\061\061";"\076\053\115\075\122\111\109\074\114\100\065\069\070\069\047\061","\116\119\085\120";"\109\047\070\104\099\081\069\067\072\065\085\120\109\103\106\067\106\051\061\061";"\116\043\121\102\119\113\084\061","\067\111\070\082\122\070\061\061";"\118\111\090\110\073\070\117\053\088\050\083\114\107\117\043\089\113\052\101\118\117\057\100\075\102\080\061\061","\067\071\070\112\076\056\118\067\065\085\071\121\108\080\061\061";"\098\056\114\054\085\122\066\067\121\056\090\104\066\114\108\065\066\114\050\071\085\043\108\067\121\051\061\061";"\070\047\061\061","\070\105\101\115\110\076\109\068\056\082\070\074\066\099\114\085\085\053\054\088\088\043\043\105\084\102\072\073\070\047\061\061";"\117\111\118\116\071\117\072\085\083\111\101\069\087\113\077\083\055\109\103\054","\112\067\085\121\080\086\043\051\085\049\115\068\071\088\121\065","\121\050\090\111\122\084\071\109\047\082\048\061","\115\053\082\104\106\057\053\056\120\047\061\061","\101\112\090\057\111\051\061\061","\074\072\080\114";"\047\083\101\072\085\083\075\088\052\077\049\067\073\112\048\116\110\097\071\057\070\070\086\076","\121\121\065\067\068\079\111\119\102\119\120\061";"\085\101\115\119\097\083\099\047\120\069\099\067","\076\109\047\079\050\075\090\052","\048\080\061\061","\054\097\090\107\076\054\050\065\088\077\105\082","\070\083\050\067\120\122\108\067","\074\108\071\055\112\078\085\097\116\078\084\061","\097\075\120\104\085\098\090\120\105\084\066\101\070\101\073\065\098\043\116\061";"\108\121\053\102\051\084\069\122\054\066\119\048","\066\102\104\100\052\099\074\061","\052\069\082\077\085\078\090\087\120\101\098\061";"\105\101\086\116\050\053\119\079\100\097\118\072\108\070\061\061";"\086\075\080\075\118\106\077\071\103\067\083\090\077\051\061\061","\100\055\099\070\080\048\051\075\097\051\052\109\050\074\053\061","\087\101\089\097\043\049\090\043\075\047\061\061";"\086\115\116\089\113\084\099\088","\102\107\102\051";"\098\101\114\104\070\101\115\119\066\070\061\061","\097\072\056\113\111\067\079\050\067\099\049\054\110\080\061\061";"\112\079\107\089\107\116\052\107\080\048\085\107\084\088\118\061";"\087\082\098\080\053\070\061\061";"\119\099\098\119\073\074\070\061";"\078\086\116\088\084\075\057\097\097\047\061\061","\069\105\057\117\083\084\121\085\078\070\061\061";"\067\082\051\068\076\072\104\061";"\115\051\083\074\080\067\075\109\070\104\054\109\120\080\055\061";"\108\056\088\047";"\056\057\079\074\055\104\067\072\099\085\047\061","\100\100\084\113","\048\113\116\104\121\090\083\119";"\120\122\099\077\066\122\050\104";"\043\048\054\065\120\097\113\080\097\111\068\109\077\099\056\051\077\077\073\051\090\051\061\061";"\119\101\107\117\067\087\072\050\122\112\047\120";"\071\117\084\061";"\049\048\089\108\113\085\118\061","\070\105\099\098\108\105\048\073\074\069\073\056\052\090\099\122";"\066\122\050\119\121\083\118\061","\075\088\056\050","\086\070\047\061";"\104\073\108\075\117\051\061\061","\055\101\107\113\075\070\061\061";"\066\075\108\110\098\090\103\117\069\069\114\048\114\113\099\053\048\090\080\061","\066\098\085\114\120\101\088\073\052\122\076\049\069\056\085\112\085\104\074\061";"\079\078\090\068\120\075\108\066\048\067\112\076\099\083\103\109\074\051\061\061";"\121\083\112\098\105\101\110\119\079\043\050\098\069\117\076\084","\108\056\067\087\066\116\066\103\074\117\099\104\070\101\112\103\121\078\070\061";"\084\107\085\102\110\073\108\100","\053\116\122\098\073\102\054\070";"\121\084\099\065\069\056\065\088\105\117\099\066\099\098\112\114\097\084\065\061";"\067\090\097\070\048\108\055\061";"\099\088\048\070\108\108\066\076";"\074\083\108\119\097\069\082\117";"\117\057\057\105\112\074\076\110";"\068\067\079\078\070\072\103\111\056\086\098\085\053\080\061\061","\068\073\083\090\085\069\074\086\065\051\047\061","\081\050\102\056\049\104\084\071\054\117\113\119\048\055\105\082\082\076\065\052";"\075\114\106\103\120\108\053\061";"\051\120\108\076\078\043\086\050","\104\071\106\099\110\056\078\076\113\067\081\111\116\107\052\098\101\117\055\113\086\047\061\061";"\098\073\120\055\074\084\085\077\074\098\110\075\048\116\070\082\114\098\116\061";"\070\068\086\066\078\047\061\061";"\083\049\105\052\100\080\061\061";"\097\073\111\068\122\051\061\061";"\103\098\114\099\052\085\102\053\057\075\103\113","\079\049\076\116\079\090\098\061","\071\100\119\082\106\082\116\061";"\089\119\043\098\121\054\070\122\075\122\118\105\119\105\048\072\122\043\076\068","\106\112\119\106\099\090\071\084\099\108\053\061";"\098\102\098\118\117\113\053\061";"\074\122\085\082\105\078\108\108\099\104\115\087\114\067\085\113\085\070\061\061";"\070\086\069\071\078\108\108\100\066\071\084\061";"\109\101\100\055\117\086\117\072","\115\057\088\072\097\053\111\072\118\070\061\061","\099\066\075\084\107\055\117\087\117\085\118\061";"\105\069\085\112\105\104\088\119\048\084\088\116\121\084\103\055","\090\070\090\048\084\100\119\109\070\120\076\109\082\070\099\105\119\117\080\102","\105\083\106\082";"\050\118\090\086\085\078\086\121\055\090\078\050\072\078\084\113\055\119\119\119\076\047\061\061","\108\101\114\104\108\078\114\077\120\101\114\087\066\078\090\087\085\043\048\061","\067\075\108\068\072\065\067\066\102\055\118\055\070\118\089\053\054\087\116\051","\066\078\117\105\055\099\043\119\050\122\090\107\109\112\079\071\111\110\081\072\086\080\061\061","\051\079\048\108","\122\110\103\108\081\112\122\078\099\117\111\053\078\111\077\102\086\048\056\071\098\082\047\050\071\118\090\087\055\081\110\111\057\050\051\090\073\090\085\121\074\057\099\069\056\080\061\061";"\112\099\067\048\050\088\083\066\107\047\070\061","\070\068\118\097","\116\047\072\050\049\053\056\110\073\049\050\121\065\099\048\061","\102\122\080\088\120\075\085\103\070\104\099\113\105\056\098\119\099\083\080\061";"\075\107\065\110\068\106\070\061","\053\085\087\109\117\112\086\047\065\080\061\061","\085\078\090\077\097\047\061\061";"\069\102\118\112\070\082\048\065\102\070\061\061","\097\122\108\050\114\113\112\119\085\084\110\043\121\043\085\056";"\070\066\051\097","\076\110\080\115\073\103\084\061";"\056\080\090\100\047\069\074\061","\114\101\090\103\085\116\066\071\074\084\099\065\097\069\088\084";"\100\111\115\113\049\055\052\055\070\070\055\061";"\097\069\086\071\068\079\052\122\120\053\071\070\071\047\061\061";"\097\043\098\047\121\073\114\120\102\084\115\100\052\098\112\109";"\071\076\120\061","\077\098\072\056\113\069\121\118\118\047\061\061";"\069\099\118\056\087\119\102\108";"\107\086\108\090\079\076\080\061";"\071\107\103\065\116\053\078\084";"\100\069\097\106\101\083\074\061","\089\117\043\050\049\078\056\052\049\070\061\061","\082\048\080\097\103\072\050\101\071\051\061\061";"\108\078\067\077\120\101\115\087\121\056\114\075\085\080\061\061";"\087\048\068\071\099\081\073\114\050\047\090\111\121\112\070\065\082\104\065\075\071\047\061\061";"\097\116\050\100\114\090\070\082\108\116\118\077\069\098\088\050\085\122\116\061","\050\115\088\117\081\111\086\071\065\111\073\072","\097\073\114\071\099\078\108\067\066\101\098\073\097\043\112\073\079\098\051\061","\070\101\115\053\121\083\118\077","\066\101\073\112\085\078\099\065";"\105\114\114\119\102\105\114\066\097\122\090\119\097\073\050\113","\049\105\072\087\080\111\086\052\090\070\061\061";"\074\084\050\071\105\067\080\104\108\067\099\113\070\098\099\100","\120\055\051\090\102\097\067\066\112\088\067\104\081\105\119\075\067\097\053\061","\108\070\070\117\101\070\053\075\077\084\078\071\080\051\061\061","\077\107\119\065\047\080\061\061","\073\083\073\079\097\047\061\061";"\110\104\085\122","\121\077\067\101\076\099\118\052\111\051\113\068\090\080\061\061";"\078\117\069\053\099\070\061\061","\081\054\066\101\071\108\084\107\081\074\070\061","\070\101\115\087\121\056\114\075\085\080\061\061","\099\065\098\050\097\111\074\061","\108\056\074\089\097\116\077\111\088\089\051\114\079\109\066\066\051\047\061\061";"\112\057\057\065\108\043\065\061";"\055\078\076\065\079\080\061\061";"\120\109\111\120\111\080\061\061","\074\121\107\071\081\048\101\084\065\085\108\085\057\120\108\097\100\099\076\114\076\112\104\118\116\075\099\114\119\090\122\043\099\047\061\061","\111\100\101\081","\118\077\121\076\077\072\082\110\047\081\120\061","\072\073\080\068\047\054\051\061";"\071\043\111\116\118\116\065\061";"\049\088\075\056\065\099\048\061";"\110\078\083\113";"\104\047\106\108\047\080\061\061";"\065\110\049\051\078\088\067\075\105\056\074\061","\069\112\085\073\077\085\074\061","\076\112\082\077\069\050\111\110\114\082\084\061","\110\121\050\112\089\097\117\107\121\110\080\061","\114\083\072\074\079\102\115\051";"\051\108\110\065\122\070\067\049\080\080\061\061","\049\048\117\083\087\116\056\072\099\115\043\079";"\071\079\079\107\048\101\120\053\049\100\084\061";"\098\083\108\071\074\080\061\061","\055\050\086\072\114\051\061\061";"\108\097\065\104\090\070\061\061";"\081\097\084\061","\115\102\122\108\113\113\048\087\114\074\107\072";"\116\066\088\112\071\088\056\099\049\115\085\077\077\070\061\061","\108\078\114\077\085\043\050\071\102\070\061\061","\087\117\108\070\109\052\109\089\116\073\077\083\076\069\049\075\066\057\070\070","\102\102\114\110\103\048\054\074\050\055\065\061";"\090\054\080\100\081\075\082\065\088\056\070\061","\114\090\070\084\057\068\071\088";"\072\089\068\119\111\103\051\061";"\102\105\116\083\069\075\114\119\105\105\090\108\114\077\066\057\097\080\061\061","\099\048\074\069\078\110\116\109";"\098\101\088\077\098\073\076\118\108\098\085\047\074\105\076\119";"\109\052\072\061","\111\115\075\050","\057\087\087\084\086\102\121\077\110\107\068\048\052\065\120\061","\066\116\050\065\120\067\085\083\085\098\067\112\098\084\088\054\085\047\061\061","\108\056\067\087\066\116\066\103\074\117\099\104\070\101\112\103\121\078\108\109\066\084\099\053\120\122\099\077";"\079\118\050\047\099\074\090\086\083\054\112\070";"\119\085\084\056","\114\043\085\067\066\069\082\050\121\056\066\071";"\089\086\082\047\065\088\043\057\098\066\055\061";"\050\101\101\074\101\074\076\075","\110\087\110\107\112\047\061\061";"\080\056\116\083\066\080\073\120","\090\109\099\089\112\047\061\061";"\090\068\081\103\087\049\098\106\076\079\072\077\055\072\072\061";"\122\106\121\111";"\100\106\077\089\049\054\076\077","\074\078\099\112\121\078\047\061";"\101\115\122\081";"\085\122\114\097\066\056\084\077\098\083\103\078\070\122\048\088","\108\069\082\073\121\070\061\061";"\109\111\081\067\053\068\080\097\087\120\086\052\055\047\061\061";"\098\101\114\104\098\056\115\071\085\090\076\112\074\117\108\076\121\056\099\065\121\083\118\061";"\043\122\109\073\067\111\104\082\106\084\057\122\049\051\061\061","\098\078\088\112\102\114\099\071\085\069\082\084";"\071\116\078\106\049\101\097\086","\104\075\070\103\106\051\056\068\066\117\108\075\084\051\061\061","\114\087\072\074\089\110\116\061","\107\085\070\084\102\068\072\049\121\065\120\071";"\097\055\119\085\047\052\107\117\082\085\116\099\079\057\057\082","\079\051\061\061";"\077\054\105\114";"\110\088\055\088\069\107\080\054\076\089\104\080\120\047\061\061";"\102\078\098\083\066\090\114\087\102\114\090\110\114\116\085\104\085\070\061\061";"\114\056\114\075\085\078\115\119\048\047\061\061","\085\104\048\077\098\069\115\083\121\098\118\083\105\104\114\097\052\114\120\061";"\085\105\090\118\098\116\112\073\052\116\103\047\079\122\080\088\121\070\061\061";"\085\085\078\085\083\087\109\076\114\056\106\054\083\104\119\106\097\067\103\065\099\047\061\061","\108\052\088\054\122\117\080\070";"\120\069\055\088\121\114\103\071\114\113\090\082\102\114\080\055\097\070\061\061";"\048\105\080\068","\085\056\110\112\052\043\085\087\048\069\114\119\052\098\090\122";"\103\112\077\054\085\080\061\061","\053\048\068\056","\109\102\104\057\069\068\112\048\067\047\061\061";"\086\082\083\043\056\119\077\073\076\079\112\117\122\080\061\061";"\105\078\115\112\066\116\090\087\097\069\073\112\085\078\067\071\121\051\061\061","\055\112\077\055\119\080\061\061","\108\056\067\087\066\090\076\112\074\117\108\109\121\067\050\112\102\070\061\061";"\048\078\073\073\074\113\082\121\109\066\109\049\111\056\107\090\097\054\112\056\109\081\050\052\097\088\107\108";"\097\100\077\116\122\051\061\061";"\072\110\087\049";"\121\113\066\116\105\104\053\055\121\116\108\047\066\122\118\055\114\051\061\061","\085\078\115\087\085\069\073\068\066\122\118\061","\066\101\090\110\066\070\061\061";"\098\102\118\109\052\080\061\061","\114\104\102\087\120\101\048\111\072\078\048\102\120\048\073\089\055\053\053\061";"\048\073\114\104\105\078\088\098\074\116\067\052\121\105\090\099";"\068\099\066\114\122\047\090\113","\098\078\088\112\102\070\061\061","\122\073\115\053\066\069\055\061","\066\083\099\073\120\051\061\061","\080\082\105\057\048\116\072\116","\083\076\098\068\056\074\098\081\102\080\061\061";"\110\056\082\082","\118\082\113\055\111\065\047\082\075\077\071\074\071\043\097\065\084\072\108\111\073\051\061\061";"\090\078\108\101\089\106\099\104\047\051\068\050\121\051\061\061","\074\111\068\074\053\071\100\098","\071\084\054\078\106\085\070\061";"\108\101\114\104\098\101\114\119\085\056\067\075\066\070\061\061","\101\084\117\087\077\050\100\097\069\070\061\061";"\112\065\043\110\049\057\065\061";"\077\105\118\108\112\051\061\061","\067\088\076\084\112\104\048\078\052\079\118\061";"\097\114\109\108\043\077\072\061";"\082\103\106\083\097\085\088\049\086\066\078\068\053\080\061\061";"\108\122\112\067\120\083\114\104\066\114\099\065\066\069\108\053\066\122\108\077\097\083\084\061";"\122\119\116\076\075\074\066\075","","\070\056\077\054\051\119\097\084\072\115\081\086\088\101\080\061";"\069\114\084\073\069\055\120\072\053\051\061\061";"\077\054\117\055\116\110\073\102";"\111\089\090\072\110\102\118\061","\120\101\115\087\120\101\090\104","\068\115\079\105\050\087\078\088\084\081\080\082\051\047\108\066\089\052\056\053\113\070\061\061";"\070\069\108\084\052\122\108\067\121\070\061\061";"\047\088\122\069\087\053\084\061","\119\116\069\117\070\070\061\061","\072\114\100\107\100\070\061\061";"\114\069\082\077\085\078\090\068\121\078\114\090\102\069\098\061";"\105\101\082\075\066\070\061\061";"\109\066\082\079\117\115\101\047\054\101\057\120\049\070\061\061";"\102\078\109\097\082\051\061\061","\055\105\078\088\090\073\053\071\075\118\122\087\101\099\119\118\118\081\078\108\087\110\120\061","\084\053\106\108\107\066\118\061","\069\050\054\102\120\113\051\061";"\043\100\073\090\077\115\115\076";"\082\114\115\052";"\073\102\077\049";"\097\067\120\073\070\077\066\122\097\078\099\089\085\078\084\083\070\070\061\061","\052\077\051\057","\098\090\047\120","\074\056\090\087\066\078\115\110";"\114\075\099\107\098\083\108\049\069\114\112\099\114\067\090\108\066\077\084\061","\106\119\108\065\089\070\055\111\090\109\081\105","\043\082\116\117\103\065\117\054\047\047\061\061";"\110\082\079\087\097\099\071\043\109\075\076\070\075\047\102\071\097\087\048\098\116\089\119\074\073\070\061\061","\112\113\115\097\085\083\070\073\100\071\086\117","\113\085\105\122\090\082\057\097";"\086\072\074\083\107\122\118\061","\100\066\106\103\107\078\082\081\109\085\073\077\089\070\061\061";"\050\049\115\047\113\056\109\049";"\043\053\119\104\055\080\061\061";"\051\115\110\069\108\065\098\049\103\104\084\061";"\079\088\071\097\118\103\053\061","\097\121\104\102\114\057\052\119\119\108\120\061","\118\111\112\083","\114\069\088\054\099\105\108\067\121\117\066\071\048\116\051\073\074\080\061\061";"\054\043\066\067\111\056\083\056\103\106\108\084","\070\068\070\079\108\043\120\061";"\110\084\068\055","\110\068\120\050\089\065\121\071","\099\085\054\116\100\110\055\054";"\054\071\109\057\097\108\049\111\071\055\049\052\079\087\068\053\077\067\043\101";"\119\080\085\065\072\117\056\110\116\119\111\085\110\083\043\067","\090\103\104\085\056\102\047\061","\089\104\069\097\117\081\085\081\104\081\047\056\073\098\104\054\119\057\066\089","\081\088\083\077\118\116\118\080\073\067\074\086\099\051\061\061";"\052\067\112\079\048\101\047\101\121\117\108\099\114\077\066\068","\088\108\107\079\102\112\108\106\052\085\111\055\050\077\081\088","\097\116\074\073\102\043\050\048\097\084\085\116\121\117\103\103","\053\069\113\100\099\085\104\061","\109\116\075\116\118\083\052\106\047\056\098\068\065\089\120\061";"\098\073\114\120\070\101\074\073\108\101\108\048\120\098\072\088\070\051\061\061","\051\071\122\114\066\107\054\050\084\102\072\055\108\080\061\061","\100\057\117\104\106\054\051\061";"\052\115\103\102\056\047\061\061","\110\115\053\061","\055\112\112\080\052\117\055\090\112\078\077\050\049\074\076\086\054\100\090\051\117\047\061\061","\079\114\065\119\086\090\112\055\114\076\051\054";"\047\118\116\101\085\077\119\076\083\099\111\085\053\065\070\061","\105\083\116\088\079\114\112\065\098\078\066\079\069\090\114\077";"\052\097\082\065\080\077\084\061";"\118\119\115\087\055\080\061\061";"\057\066\081\119\109\116\048\089\086\047\061\061","\119\081\087\100\107\079\099\051\122\120\107\100";"\047\103\112\121","\098\078\115\103\121\117\108\098\121\104\115\068\097\056\114\075\085\090\099\047\120\069\099\067";"\098\056\114\077\085\078\115\119\066\098\073\071\085\056\114\110\066\069\082\104","\079\068\067\087\069\070\061\061";"\052\107\117\070\074\119\055\061";"\090\097\090\107\077\117\089\101\071\082\116\061";"\089\110\069\121";"\043\066\120\074\100\070\085\109\108\083\057\075\055\070\061\061","\107\103\117\118";"\121\113\116\061","\066\121\077\055\084\057\108\069\108\116\053\061";"\053\081\111\114\110\052\090\069\084\068\056\106","\068\069\105\083\056\080\085\090\115\057\116\061";"\068\051\087\047\102\102\055\121\106\053\048\056";"\097\077\104\100\067\071\065\061","\069\105\090\043\098\067\085\122\098\114\067\082\108\090\114\107","\050\100\108\085\085\118\098\061";"\099\053\049\081\069\056\097\108\110\049\075\069\111\070\061\061";"\088\052\104\102\043\051\061\061","\070\069\108\054\085\122\099\104\098\083\076\067\066\069\070\061","\113\049\082\101\084\082\104\061";"\103\115\078\049\106\054\084\061","\049\067\085\082\114\050\090\078\100\070\061\061";"\120\117\114\112\052\083\080\104\079\098\082\066\085\056\115\078";"\121\073\067\101\097\114\066\047\102\067\090\055\079\113\108\047\079\116\098\061","\089\117\073\102\070\072\122\090\106\087\122\113\050\069\079\116\090\070\061\061";"\121\069\090\104\097\080\061\061","\121\102\087\051\073\115\108\065\057\051\061\061","\122\080\061\061";"\071\073\106\069\099\073\043\113\049\080\061\061";"\053\078\098\061","\070\051\099\098\053\057\116\089\047\084\115\084\055\070\061\061","\109\104\078\105\115\070\061\061";"\120\108\103\106\072\073\120\061";"\116\051\061\061";"\090\076\048\114\053\051\071\116\083\073\102\085\118\109\043\090","\078\069\053\053\049\057\112\066\047\115\120\081\056\080\070\043\074\080\061\061";"\053\105\079\070";"\056\084\087\067\108\100\111\099\105\112\086\116\055\112\100\119\107\101\057\043\099\082\052\065\052\120\070\079\119\097\043\120\068\117\050\077\104\053\071\099\057\108\077\078\067\068\073\101\109\053\076\086\080\083\074\061";"\079\050\100\090\086\075\069\074","\120\089\118\052\073\114\073\101\115\081\048\051";"\120\047\105\118\047\097\072\061","\106\049\055\043\076\107\119\084\084\070\061\061","\087\047\057\081\090\047\061\061";"\087\074\049\086\071\043\066\054\114\120\098\083","\112\056\113\082\079\107\052\065\055\043\086\068\086\070\110\088\069\080\061\061","\067\102\050\082\098\109\090\083\077\051\061\061";"\100\104\109\052\048\067\098\061","\043\066\080\085\086\101\119\080\079\090\080\089","\083\118\074\068\047\047\061\061","\072\097\053\043\112\104\082\113","\120\117\067\104\066\070\061\061";"\086\051\061\061";"\077\089\047\052\068\051\061\061";"\108\082\057\066\110\075\053\061","\099\082\068\071\097\118\100\111\102\119\053\052\051\073\082\072";"\108\122\112\067\120\083\114\104\066\070\061\061";"\076\106\078\053\068\108\108\118\086\070\061\061";"\122\053\113\065\103\080\061\061","\108\101\114\104\052\101\114\082\066\117\050\112\121\069\114\077";"\116\055\057\082\056\077\053\061","\088\088\051\113\065\105\106\097\053\069\070\061","\098\083\085\103\085\078\099\065\070\069\082\103\121\069\090\104\097\069\115\087\074\047\061\061";"\051\073\084\111\043\071\048\061","\112\083\080\054\107\043\066\105\102\082\053\067";"\085\078\090\068\121\078\098\061";"\071\050\070\099";"\050\083\118\061","\101\073\047\054\050\053\065\061","\078\077\055\055\086\080\055\061","\099\069\055\090\090\099\055\086\076\053\084\061";"\099\104\047\077\048\078\110\098\048\117\108\052\052\069\048\073\121\047\061\061";"\105\069\090\077\074\104\067\087\066\056\114\075\085\078\067\071\121\051\061\061";"\078\113\080\061";"\114\113\104\071\074\080\061\061";"\077\099\099\107\112\070\089\049","\049\073\055\043","\098\048\108\075\069\120\106\098\100\102\077\055\116\101\116\061","\048\122\112\118\066\116\067\103\069\114\120\104\074\075\090\109\074\116\104\061","\088\079\100\084\116\102\051\061","\048\055\090\113\098\119\050\108\121\068\051\061","\114\090\050\073\070\122\103\069\120\105\080\077\048\098\112\067\105\084\055\061","\065\107\100\121\087\085\107\055";"\087\049\101\113\104\085\072\061";"\071\082\081\082\106\070\061\061","\121\078\114\087","\116\120\074\120\088\072\114\120\076\119\080\082\066\067\099\109\070\076\104\076\069\057\077\074\113\051\119\116\078\116\082\050\078\082\050\043\102\043\118\061";"\084\112\108\050\053\077\072\090\076\120\080\061","\120\101\112\112\074\051\061\061";"\052\049\081\109\090\103\090\104";"\086\089\085\120";"\048\084\099\075","\108\056\067\119\066\070\061\061","\119\114\054\109\115\109\104\061";"\074\043\084\084\052\085\104\066\052\077\072\043\080\066\074\061";"\084\081\114\071\055\068\119\121","\117\120\071\077","\085\069\082\047\120\069\099\089","\120\101\084\089\068\104\121\120\078\065\122\097\098\073\104\076\068\051\061\061","\068\117\106\108\105\072\118\067\057\076\054\116\074\089\066\120\119\067\122\053\097\070\061\061";"\110\102\047\111";"\066\084\066\082\085\084\103\117\121\116\085\098\085\069\048\082","\069\065\052\069","\120\101\110\066\085\116\055\077\121\073\116\101\085\113\090\112\085\047\061\061","\053\121\071\109\082\107\068\111\111\081\048\061";"\051\073\067\117\049\105\101\085\105\054\112\049\057\051\061\061";"\070\066\102\109","\078\077\105\110\101\103\043\111\113\104\118\061";"\067\087\119\109","\097\101\099\119\098\078\048\083\121\116\090\050\099\078\090\043\070\083\116\061";"\100\069\084\057\108\071\120\061","\109\070\118\121";"\068\116\103\118\071\116\117\067\104\086\099\113\110\057\072\083";"\066\105\050\068\077\090\100\113\115\051\061\061","\047\074\111\108\068\086\055\061";"\050\107\080\082\110\081\118\107\074\122\087\086\085\070\061\061","\088\102\080\084\055\053\080\109\086\070\061\061","\109\101\047\079\047\121\120\061";"\106\121\074\102\106\115\075\106\087\099\076\049","\047\090\112\079\116\105\120\061","\111\102\052\071\076\073\074\061";"\120\077\076\087\114\098\115\068\066\084\067\089\099\067\067\084\074\080\061\061";"\088\103\053\061";"\108\069\073\047\102\122\050\067\120\069\055\061";"\101\084\100\048\097\105\101\106\110\068\072\107\111\070\061\061";"\120\119\052\112","\057\054\106\119\065\057\088\082";"\112\056\122\119\099\079\100\089\113\083\120\061";"\120\073\054\090\106\073\073\114\106\073\108\055\056\051\082\077","\109\086\108\097","\055\109\051\052\105\080\061\061","\108\053\103\050\066\056\049\103\099\113\112\112\084\080\061\061";"\047\088\118\119\088\070\088\110\082\086\115\068","\082\043\113\089\112\100\115\089";"\105\078\114\119\074\080\061\061","\098\078\055\077\105\067\050\113\105\114\076\087\097\098\088\043";"\079\114\120\047\102\114\108\122\102\075\114\068\070\104\066\083\070\070\061\061";"\105\073\103\066\048\113\067\055\098\084\073\122\085\122\090\067\121\090\118\061";"\121\090\108\066\120\114\074\047\079\069\082\055\069\114\099\082\099\098\051\061";"\122\069\105\072\076\074\109\097\113\090\103\117\079\083\117\115\078\080\061\061","\121\078\103\073\106\071\051\061","\097\086\099\070","\065\107\107\052\077\085\051\122\119\111\105\090\117\057\105\087\118\111\067\113\088\080\061\061";"\066\087\120\048","\097\083\050\116\098\077\114\054\121\075\050\073\097\090\066\055","\099\052\080\061","\050\050\113\087\098\115\101\073";"\103\100\043\087\077\050\119\072";"\121\110\068\114\048\070\105\067\072\085\120\068\102\068\070\049","\098\056\090\082";"\076\072\108\069\072\054\076\070","\088\081\076\082\098\109\082\117";"\090\071\053\088\053\056\076\080\048\114\108\117\048\057\055\061";"\085\082\055\051\114\112\087\097\120\043\050\118";"\048\084\088\117\052\056\110\071\102\075\070\104\099\098\112\076","\105\073\047\110","\118\099\101\097\100\070\072\086\054\089\117\078","\074\101\114\104\066\117\076\077\120\101\090\047";"\098\117\114\088\097\056\067\066\121\078\074\047\108\105\050\117\099\083\118\061";"\105\069\110\108\074\084\099\122\097\090\090\075\074\084\053\119\105\051\061\061";"\069\070\050\048\052\102\088\070\074\085\067\083\084\047\061\061","\089\099\097\111\077\065\069\103\100\082\118\061","\050\117\121\067\121\116\070\061";"\112\097\048\049\078\050\082\076\078\054\050\076\066\088\074\061","\098\078\088\112\102\098\090\087\097\069\104\061","\069\055\078\105\053\108\070\061";"\114\073\108\067\085\101\074\119\052\090\099\116\085\113\050\077\102\069\070\061","\105\089\112\102";"\081\054\115\076\108\080\061\061";"\107\070\061\061","\090\117\077\080\072\085\117\079";"\100\065\070\048\087\097\050\048\106\089\069\109\089\099\119\113\054\084\047\061","\085\043\067\047\066\069\115\056","\121\100\056\070\076\108\115\082\115\117\090\075";"\122\073\115\103\121\056\108\067\102\080\061\061";"\101\121\089\117\108\121\106\121\052\056\072\056\109\080\061\061";"\070\074\106\105\086\122\105\051\113\106\105\082\112\047\061\061","\087\117\072\052\098\107\053\061","\109\043\098\056\120\071\075\051\108\105\114\069\113\047\061\061","\121\066\081\074\089\113\053\061","\066\101\114\104\120\083\114\077\085\078\115\110\120\122\099\077\066\122\070\061";"\079\056\111\051\099\066\056\111\084\048\049\117\116\100\113\112\120\098\121\065","\071\047\099\109\070\071\113\055\089\106\118\061";"\089\089\105\082\121\077\051\105\084\108\070\061","\116\113\108\075","\097\122\076\112\097\122\050\077";"\068\103\051\057\065\066\075\122\047\081\110\068\051\080\061\061";"\077\109\103\056\088\054\100\052\050\047\049\050\105\119\106\102","\066\090\103\122\070\067\112\101\098\073\067\071\105\098\090\065\102\105\048\061";"\086\053\107\088";"\122\073\115\110\066\122\108\112\085\078\090\068\121\078\098\061";"\085\083\112\117\105\105\099\050\099\105\108\078\052\114\085\117\105\067\070\061";"\088\087\043\116\121\049\070\061";"\108\070\073\107\088\111\053\061";"\110\097\084\067\074\088\051\061","\120\079\078\082\079\051\052\081";"\074\101\114\104\121\069\114\104\120\122\108\112\120\056\088\067";"\049\079\073\107\047\051\061\061","\056\090\121\107\047\111\056\080\056\107\067\116\104\051\099\071\074\112\111\114\080\048\056\047\054\051\061\061";"\114\071\083\118\099\068\087\051","\102\098\070\101\098\069\115\050\085\117\066\053\121\104\073\056\098\117\116\061","\107\118\111\118\090\103\114\084","\050\110\114\056\080\051\061\061";"\082\104\117\102\121\081\120\061";"\090\080\086\107\047\071\056\114";"\079\115\110\079\077\120\090\114\098\102\072\102\055\103\098\061","\116\090\109\050\105\055\056\049","\117\102\117\111\086\114\074\069";"\120\071\047\061","\108\117\118\084";"\072\087\118\100\052\047\061\061","\070\069\082\104\097\114\066\071\097\069\070\061","\078\073\057\080\109\072\108\117\075\079\074\061","\098\083\108\112\074\117\070\061";"\047\087\073\106\106\083\047\087\054\101\118\088\075\098\109\055\097\084\043\114\102\110\116\053\067\047\061\061";"\099\110\078\108\097\085\080\053\074\097\055\061","\089\082\057\101\052\086\101\120","\054\069\105\103\069\049\072\061","\098\101\114\104\114\101\090\053\097\073\099\047\066\069\114\084";"\075\077\107\051\069\108\072\061","\072\107\067\043\080\108\111\051";"\098\104\108\113\052\084\067\054\070\084\067\049\102\122\085\082\108\116\084\061";"\117\070\065\119";"\114\078\090\110\074\078\114\119\118\116\108\067\085\078\114\075\085\078\114\084\118\070\061\061";"\099\109\051\048","\072\050\069\068","\088\105\120\120\106\082\078\109";"\100\052\106\082\048\113\074\085\067\100\054\090\055\057\097\077";"\088\043\080\107\073\070\061\061","\067\122\086\074\067\106\112\116\052\072\109\080\112\051\061\061","\118\071\116\061";"\117\081\078\104\047\106\049\050\048\071\088\066\110\116\048\085\068\106\075\084\072\079\104\101\051\051\065\107\072\103\080\043\113\112\103\122\080\083\070\061";"\098\047\116\069\099\070\061\061";"\073\070\047\122\049\080\061\061","\121\043\050\120\103\098\103\087\052\119\084\061";"\110\069\087\118\070\065\050\107","\112\051\061\061";"\086\121\075\105\056\081\112\048\120\112\055\116\057\080\061\061","\115\089\097\085\082\047\061\061","\118\101\079\083";"\090\086\122\076\067\104\120\084\097\054\104\061";"\084\069\043\118\075\048\116\118","\108\054\048\097\111\050\065\114","\068\050\099\043\107\100\087\103\068\054\082\065";"\048\088\085\118","\051\104\049\065\048\112\098\050\066\043\052\050\122\065\047\068\086\115\083\054\072\075\068\082\082\047\043\099\068\049\051\061";"\057\065\086\100\120\065\099\070\051\090\105\054";"\048\050\067\112","\085\066\102\099\068\043\072\054\099\089\120\061","\089\050\121\054\100\121\106\100\049\077\082\090\098\067\055\101\071\080\069\083\051\076\055\061";"\089\106\082\097\104\110\051\104\075\119\065\061";"\075\104\115\071\111\120\090\070\089\080\061\061";"\085\114\057\050","\104\103\048\081\079\102\088\105\115\070\103\047\067\047\061\061";"\070\104\066\119\120\069\073\067";"\085\072\111\083\052\053\084\061","\076\115\076\051\103\112\088\109";"\050\051\120\047\068\112\073\049\106\079\089\055","\069\056\082\105\108\114\076\112\102\117\120\104\085\043\112\120\099\070\061\061";"\068\082\070\065\118\047\061\061";"\057\043\103\118","\049\114\101\047\103\104\112\090\118\074\116\061";"\072\075\085\117\043\049\051\053\053\047\054\111\057\105\053\061";"\057\072\105\097";"\102\105\085\076\108\090\103\112\079\116\112\090\102\084\088\083\108\104\051\061","\105\098\085\075\102\114\099\050\098\069\099\090\085\098\110\090\066\051\061\061","\052\122\099\116\066\122\099\075\066\069\082\084\120\069\082\104\105\101\120\061","\067\107\050\080";"\117\051\088\071\087\070\061\061","\074\098\117\052\054\099\068\107\120\047\054\069\070\090\120\074";"\055\070\061\061";"\086\120\109\114\108\051\061\061","\107\080\121\097","\097\087\065\105\103\113\120\103";"\070\101\088\071\121\056\098\061";"\053\050\067\047\086\086\049\074\105\070\061\061","\077\072\108\054\055\102\069\119\085\082\110\089";"\089\106\067\112\080\118\110\108\076\080\088\050\054\120\070\061";"\119\109\050\098\082\048\055\067\073\110\098\061";"\086\119\055\097\087\075\087\112\074\080\061\061";"\109\116\052\118\104\052\084\054\097\056\079\099\074\047\055\069\087\052\099\116\120\052\118\116\055\070\061\061","\071\068\109\071\102\050\121\085\052\048\049\105","\074\101\098\101\066\117\098\077\074\098\067\122\121\043\114\099\074\077\120\061";"\049\081\121\049\087\043\097\106","\068\103\113\109";"\101\053\102\077\049\109\116\061","\108\116\051\073\120\077\116\119\074\069\088\077\105\043\051\088";"\074\043\070\070\108\120\111\075\110\053\048\106\101\055\055\090","\053\049\048\083\054\050\120\116\083\112\120\061","\074\069\118\119\107\043\072\061";"\099\070\102\049\077\076\110\097\116\114\065\061","\089\118\051\102\085\109\100\100\055\085\104\118";"\102\071\070\090\117\118\067\054","\085\069\076\055\053\082\078\117\086\043\047\061","\081\050\090\087\104\119\121\075\053\048\074\061";"\106\084\054\081\085\122\073\075\111\088\115\117\110\072\052\073\089\047\061\061";"\079\077\069\118\084\079\050\104\100\047\098\061";"\099\112\120\071\121\047\061\061";"\073\100\048\100\088\047\061\061";"\103\109\103\065\078\050\085\084\071\099\088\055\088\051\061\061";"\114\050\067\069\076\065\104\052";"\109\043\107\050\075\117\100\049\085\071\120\061";"\055\121\068\047\052\089\117\088\099\081\106\109\101\098\102\104\068\070\061\061","\113\069\118\120\066\080\061\061";"\109\081\109\074\111\100\074\057\119\051\105\120\082\052\066\085","\043\088\068\119\089\051\049\100\097\108\075\065\106\069\087\052\090\080\080\048\117\047\061\061","\114\101\090\103\085\080\061\061","\050\056\114\068\053\085\084\111\107\108\048\061","\076\069\082\088","\053\104\112\090";"\055\105\108\112\112\056\101\122\099\108\053\061";"\079\071\085\110\081\049\108\100\055\090\054\089\071\117\112\054\043\080\061\061","\078\088\047\109\111\110\077\080\087\113\084\061","\099\043\078\118\077\050\088\099\111\084\047\061";"\079\068\051\067\066\107\065\103\079\051\061\061";"\104\050\052\073\087\047\061\061";"\075\076\113\068\083\110\077\081\116\106\051\067\080\105\107\090\088\117\121\068\070\070\061\061";"\110\084\053\118\078\047\061\061","\112\118\121\118\109\055\118\097\089\047\061\061","\076\086\103\109","\113\052\113\065\110\108\048\053\090\088\111\081\075\087\103\090";"\075\067\110\111\085\070\061\061","\085\116\115\083\043\049\055\061","\107\069\086\097","\081\105\106\105";"\085\072\097\108\102\097\071\114\066\121\118\061";"\106\098\119\066\104\081\089\114\090\051\049\076\112\080\061\061","\055\069\104\065\120\073\065\050\088\051\061\061","\109\078\048\089\090\071\078\075\114\108\120\061";"\086\079\053\079\088\090\102\103";"\087\115\119\053\115\043\083\085\074\080\061\061","\074\078\090\103\074\117\048\061","\083\105\109\089\103\089\104\061","\117\073\057\118\097\055\099\098\117\084\073\065\088\065\084\121\049\100\083\078\113\051\061\061","\088\116\043\067","\105\121\071\078";"\122\073\115\117\120\047\061\061","\079\113\076\083\102\075\050\078\102\067\066\088\114\043\085\073";"\116\073\116\074\089\080\067\098\121\080\061\061";"\053\055\079\066\113\101\112\085","\122\112\073\116\113\090\084\088\043\082\109\043\055\070\061\061","\098\083\108\071\074\116\090\087\097\069\104\061";"\069\104\112\049\110\079\074\061";"\117\043\116\075\122\066\100\122\090\076\103\104";"\121\083\115\112\082\085\119\086\071\119\053\061","\075\107\049\122\116\055\065\061";"\079\054\074\108\043\048\106\048";"\081\085\075\065\087\100\083\119\053\068\053\117\112\056\116\100\080\048\104\099\052\110\097\106\081\066\072\075\043\115\106\087\083\071\074\112\099\056\115\087","\114\075\065\054\086\117\120\106\108\084\117\097","\051\079\047\078";"\072\070\114\089\112\049\051\075\074\111\088\056\082\089\099\078";"\117\104\079\070\112\100\118\061","\070\119\088\080\054\054\109\052\048\084\057\054\111\083\120\109\102\106\119\073\121\065\080\079\075\069\108\099\052\085\090\076","\074\083\112\097\099\098\103\101\074\122\114\048\098\056\085\049\052\101\118\061","\099\098\066\050\079\122\098\083\120\101\073\101\079\113\090\120\098\043\051\061";"\067\043\049\078\119\076\070\061";"\101\098\109\067";"\122\121\116\083";"\074\101\074\061";"\071\069\082\115\086\087\109\043\117\057\069\104\068\070\061\061";"\089\100\067\052\076\122\055\082\114\080\061\061","\118\085\055\106","\120\070\112\069","\102\074\118\051","\104\101\072\089\070\073\120\111\084\074\079\090\081\048\048\061","\085\117\090\104\074\077\099\056\098\104\050\053\108\105\067\055";"\108\101\114\104\070\101\112\103\121\078\108\119\066\069\055\061","\065\081\083\066\082\056\102\107\109\089\084\072";"\070\097\099\087\080\068\113\055\080\051\061\061","\074\056\114\110\121\083\066\067";"\072\112\114\099\065\083\110\109","\108\116\114\056\120\105\090\108\052\101\067\101\066\117\112\066\108\113\074\061";"\082\119\049\067\119\084\069\099\089\102\103\076";"\110\069\112\108\075\067\113\071\082\072\076\078\075\108\056\054","\052\069\118\077\105\101\066\110\052\098\066\065\097\114\085\089\105\056\048\061","\116\055\087\052\090\081\071\090\069\098\049\112\116\083\108\113","\101\069\110\112\050\075\112\080\084\084\080\061";"\107\103\078\116\050\090\088\065\102\076\116\090\082\090\118\061";"\090\082\103\054\087\065\051\061";"\108\069\082\104\120\069\082\117\121\078\114\110\066\069\082\104";"\112\065\070\061";"\065\048\071\070\082\066\083\073\120\047\104\067\107\079\051\061";"\114\099\048\079\104\051\061\061","\114\078\099\099\105\105\085\049\114\113\080\088\070\114\067\100\066\077\084\061";"\081\087\112\083\076\088\067\076\109\118\065\061";"\077\103\055\082\083\118\119\105\098\107\110\071";"\118\097\116\101";"\075\089\070\113";"\106\067\054\047\122\102\098\100\072\115\119\066\065\051\061\061","\056\071\107\121\050\049\103\085";"\115\110\086\088\098\073\082\115\118\084\074\082\070\071\088\075\116\051\061\061","\043\115\070\057\121\057\121\114\109\108\051\073\075\084\104\106\108\077\119\085";"\088\115\088\085\118\051\122\119";"\108\078\114\056\120\122\114\053\085\116\066\053\097\069\082\117\105\083\076\104\097\069\115\087\074\047\061\061";"\079\111\119\110\097\069\081\113\117\057\053\120\070\100\089\075\071\116\057\117";"\117\050\120\106\086\115\070\069\090\080\061\061","\099\085\084\100","\089\069\117\076\081\117\115\122\087\099\105\047\101\085\087\118\050\074\081\109\077\117\043\097\083\070\061\061";"\081\097\109\079\097\073\055\061";"\108\120\105\110","\065\113\120\061";"\055\090\115\101\119\080\083\120\098\048\065\061";"\108\101\114\104\105\101\050\054\066\069\099\104\074\047\061\061";"\084\109\114\049\113\054\089\121\099\043\085\119";"\089\081\052\081\104\043\122\089\101\072\067\105\086\047\061\061","\110\103\098\048\099\070\061\061","\122\083\066\103\074\083\114\112\121\078\067\049\066\070\061\061";"\066\056\088\071\121\083\118\061";"\112\119\114\074\090\121\109\119\086\053\050\085\110\098\102\098\113\080\061\061";"\049\080\082\099","\101\065\079\109\088\075\077\086\048\066\117\108\119\100\066\052\052\069\079\101\115\116\084\067\111\088\087\090\104\120\104\061";"\100\082\086\076\110\071\083\075\083\089\104\061","\051\108\079\107\070\117\120\067\112\074\117\105";"\115\088\089\052\085\070\077\072\121\106\100\118\090\080\061\061";"\100\083\047\061","\048\043\112\099\070\117\076\048\085\101\067\089\048\113\108\097\097\116\116\061";"\074\075\066\108\097\113\112\116\069\078\110\067\070\105\118\083\098\051\061\061";"\103\105\049\081\090\118\121\071\054\048\049\078\108\078\121\078","\081\116\049\106"}for b,C in ipairs({{912158-912157;-266594+267386};{-220055+220056,987529+-987444},{372041-371955;-115967-(-116759)}})do while C[-472155+472156]=W or C(D,o+(-192458-(-192459)),o+(199672-199671))~="\061"then U(p,b(f((Q%(-796384+861920))/(-899992+900248))))end break end o=o+(-923171-(-923172))end L[V]=B(p)end end end return(function(V,I,B,U,W,f,L,k,Q,Y,o,r,h,N,u,p,w,J,X,d,S,C,D,e,a,v)o,k,J,p,S,N,C,r,w,e,Y,D,X,u,Q,v,d,a,h=786852-786852,function(V,b)local I=Q(b)local B=function(B,U,W,f,L,u,D,p)return C(V,{B;U,W;f;L,u;D;p},b,I)end return B end,function(V,b)local I=Q(b)local B=function(B,U,W,f)return C(V,{B;U,W;f},b,I)end return B end,function()o=o+(-483433-(-483434))D[o]=201174-201173 return o end,function(V)local b,C=-1034807+1034808,V[155373-155372]while C do D[C],b=D[C]-(-379050-(-379051)),(492278-492277)+b if 179817+-179817==D[C]then D[C],u[C]=nil,nil end C=V[b]end end,function(V,b)local I=Q(b)local B=function(B,U,W,f,L)return C(V,{B,U;W;f,L},b,I)end return B end,function(C,B,U,W)local hQ,GQ,i,oQ,bQ,fQ,LQ,zQ,SQ,g,VQ,gQ,L,nQ,BQ,jQ,qQ,G,dQ,kQ,l,PQ,n,y,CQ,QQ,R,P,e,vQ,Q,c,E,NQ,iQ,cQ,RQ,UQ,DQ,AQ,TQ,rQ,F,IQ,j,Z,O,D,YQ,FQ,HQ,JQ,XQ,A,ZQ,tQ,sQ,aQ,eQ,wQ,MQ,K,T,q,WQ,S,lQ,s,uQ,o,x,pQ,mQ,z,H,m,t,M,OQ while C do if C<-1030750+9608079 then if C<-858750+5640845 then if C<1724564-(-767893)then if C<1446601-228231 then if C<1028194+-410977 then if C<434446-135512 then if C<-567232-(-731598)then if C<198294+-147128 then if C<-419921-(-455167)then l=b(-629528-(-629649))o=b(367472-367953)D=V[o]A=b(137786+-137736)e=b(758535+-758561)S=V[e]G=773617+9635997664150 o=b(209211+-209484)R=u[U[418658+-418656]]Z=b(-348622+348576)i=u[U[429345+-429342]]s=i(A,G)e=R[s]Q=S[e]c=-402208+7709096014117 R=u[U[27721+-27720]]s=u[U[-825772-(-825774)]]A=u[U[-758529+758532]]q=148090+6401716504875 G=A(l,c)H=748401+24128620527730 i=s[G]g=849585+13544212177394 n=b(1045845-1045780)e=R[i]G=b(522140-522061)A=V[G]o=D[o]l=u[U[-956108-(-956110)]]c=u[U[-320274-(-320277)]]z=c(Z,H)t=721461+21866191070609 j=b(-1034850+1034925)G=l[z]s=A[G]l=u[U[-668638+668639]]z=u[U[-993636-(-993638)]]Z=u[U[345863+-345860]]H=Z(j,q)c=z[H]G=l[c]z=u[U[-574173+574174]]H=u[U[-859815+859817]]j=u[U[-523736+523739]]q=j(n,t)Z=H[q]c=z[Z]H=b(-790859-(-790572))t=b(441626-441705)Z=V[H]j=u[U[-663213-(-663215)]]q=u[U[365384-365381]]n=q(t,g)q=-110992-(-110992)H=j[n]z=Z[H]H=-837563-(-837563)j=-1009378-(-1009377)Z=z(H,j,q)z=b(-56366+55902)l=c+Z A=s(G,l)G=u[U[-112211-(-112213)]]Z=26192640983631-201387 l=u[U[748109+-748106]]c=l(z,Z)s=G[c]i=A[s]s=990691-990687 C=-228731+8530220 R=i*s S=Q(e,R)Q=u[U[-24804-(-24808)]]o=o(D,S,Q)L=o else C=u[U[472288-472281]]C=C and 5955132-657718 or 340545+13732169 end else if C<753848-624083 then s=G C=11459+16660693 n=b(243869-244300)q=V[n]n=b(769112-769236)j=q[n]q=j(D,s)j=u[U[-581176+581182]]n=j()H=q+n Z=H+R H=146635+-146379 z=Z%H H=Q[o]n=-917352-(-917353)R=z s=nil q=R+n j=S[q]Z=H..j Q[o]=Z else G=b(-202748+202532)l=19987779573506-406183 s=15446589468308-(-929156)i=b(580290+-580700)S=u[U[-373254+373255]]e=u[U[153607-153605]]R=e(i,s)Q=S[R]L=D[Q]R=b(764414+-764715)e=V[R]i=u[U[-450411-(-450412)]]s=u[U[-245504-(-245506)]]A=s(G,l)R=i[A]G=30892211630307-735410 S=e[R]A=b(-296654+296749)R=u[U[132397+-132396]]i=u[U[784849-784847]]s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and-503171+17068308 or 9478529-686133 end end else if C<-982324+1201693 then if C<323560+-131651 then L=u[U[99295+-99294]]R=749655848986-341693 o=u[U[-663995-(-663997)]]e=b(697458-698086)Q=u[U[216318+-216315]]S=Q(e,R)D=o[S]C=L[D]C=C and 4216060-(-238596)or-113378+16355501 else L=b(-25626-(-25543))C=u[U[1047845+-1047833]]L=C[L]L=L(C)C=5760969-372108 end else c=C Z=nil z=o~=Z C=z and-194202+4097886 or 94056+7228460 l=z end end else if C<72403+359217 then if C<-336915-(-759482)then if C<314619-(-15694)then o=Q s=176617-176617 C=u[U[-299016-(-299017)]]A=360995+-360740 i=C(s,A)D[o]=i o=nil C=14698952-785107 else C=s L=i C=11693390-806557 end else Q=u[U[311135+-311134]]A=33347436828708-727932 e=u[U[-802609-(-802611)]]R=u[U[-89949-(-89952)]]s=b(455053+-455002)i=R(s,A)S=e[i]o=Q[S]D=not o C=D and 448199+13604505 or-225558+7244743 L=D end else if C<760468+-158506 then if C<941594-427368 then L=CQ C=K C=3077376-(-111880)else C=-75476+6931403 end else L={}D=nil C=V[b(856116-856709)]o=nil end end end else if C<-802171+1848786 then if C<-88528+953236 then if C<920936+-92753 then if C<1064166-252009 then C=u[U[311383-311381]]C=C and 12542442-(-622304)or 6628205-1041506 else R=u[U[-727902+727903]]G=1068181930522-589865 i=u[U[-604226+604228]]S=b(265162-265707)A=b(496354+-496422)C=-766140+11191072 s=i(A,G)S=D[S]e=R[s]S=S(D,e)o=S end else Q=467704-467672 o=u[U[194981-194978]]D=o%Q S=u[U[948596-948592]]A=-204846-(-204848)i=u[U[564433+-564431]]Z=u[U[1020740-1020737]]l=455562-455549 z=Z-D Z=-934962+934994 c=z/Z G=l-c s=A^G R=i/s e=S(R)s=262931-262930 S=4294335226-(-632070)Q=e%S e=348703+-348701 S=e^D o=Q/S S=u[U[-977067-(-977071)]]i=o%s s=4294149709-(-817587)R=i*s e=S(R)S=u[U[-885967-(-885971)]]R=S(o)i=-377262-(-442798)Q=e+R e=187260+-121724 S=Q%e R=Q-S A=377538+-377282 e=R/i i=-972849+973105 R=S%i s=S-R i=s/A A=989407+-989151 l=827131+-826875 S=nil s=e%A G=e-s e=nil A=G/l G={R,i,s;A}u[U[622530+-622529]]=G s=nil i=nil C=-825217+10823417 R=nil Q=nil D=nil A=nil o=nil end else if C<1935774-1007052 then if C<-465688+1361429 then C=V[b(364355+-364778)]L={}else C=u[U[764162-764161]]C=C and 15425374-(-407220)or 3193235-633214 end else C=-164066+16840300 e=u[U[996470+-996466]]i=u[U[-1010482-(-1010484)]]G=b(-223466-(-223526))l=31863086550844-(-191161)s=u[U[-468476+468479]]A=s(G,l)R=i[A]S=e[R]e=749475-749475 Q=S==e D=Q end end else if C<-862586+1979093 then if C<1641589-549222 then if C<1728993-669112 then u[o]=j C=u[o]C=C and 6465878-116567 or 7606492-804148 else C=V[b(-898965-(-898422))]L={}end else D=b(448340-448292)L=b(-880385+879939)C=V[L]L=C(D)L={}C=V[b(452986+-453255)]end else if C<142222+1061251 then if C<17997+1136141 then o=b(-70720+70453)L=V[o]S=u[U[947840+-947839]]e=u[U[-322701-(-322703)]]i=b(663374+-663669)s=14280389923078-(-329971)o=b(1862+-2114)o=L[o]D=B[-672875-(-672876)]R=e(i,s)i=-579317+29290036399164 A=b(375226-375453)Q=S[R]o=o(L,Q)R=b(-1019825+1019309)Q=u[U[-212318+212319]]S=u[U[850483+-850481]]G=-897906+18086982685784 e=S(R,i)L=Q[e]C=o[L]S=u[U[327901-327898]]R=u[U[76044-76043]]i=u[U[921547+-921545]]s=i(A,G)L=b(55754-55623)e=R[s]Q=S[e]L=C[L]o=D/Q D=nil L=L(C,o)C=V[b(475937+-476533)]L={}else D=u[U[449366+-449362]]C=D and 14208862-644559 or-432728+2355765 L=D end else C=10569684-(-727536)end end end end else if C<-259508+2121337 then if C<1537211-84255 then if C<-635738+1944300 then if C<1113424-(-122047)then if C<-824014+2042893 then C=s n=b(1038186-1038312)s=-370694+370694.5 C=11230750-(-895627)R=i or s q=-1007275+23905486555686 i=u[U[-919031-(-919038)]]t=1939616185287-(-952256)G=u[U[-958121-(-958123)]]z=u[U[-673383+673386]]Z=u[U[-533934-(-533938)]]j=b(757003-757274)H=Z(j,q)c=z[H]l=e[c]A=G[l]c=u[U[434105+-434097]]H=u[U[580172-580169]]j=u[U[-242501+242505]]q=j(n,t)Z=H[q]n=1772742108168-893135 z=e[Z]l=c[z]Z=u[U[-1033350+1033353]]q=b(102967+-102972)H=u[U[-370803+370807]]j=H(q,n)n=10214103938930-(-465698)z=Z[j]c=e[z]j=b(733961-733984)G=l*c q=2888918931123-(-290446)z=u[U[253392-253389]]Z=u[U[-139818-(-139822)]]H=Z(j,q)q=b(-172885+172690)c=z[H]l=e[c]Z=u[U[437583-437580]]H=u[U[-574296+574300]]j=H(q,n)z=Z[j]c=e[z]z=u[U[801466+-801457]]s=i(A,G,R,l,c,z)R=nil else L=b(973070-973631)C=u[U[231012+-231011]]L=C[L]L=L(C)L={}C=V[b(898934+-899156)]end else if C<-652966+1923164 then S=u[U[-640190-(-640191)]]s=12417678952457-455027 i=b(-104491+103884)e=u[U[592727+-592725]]R=e(i,s)Q=S[R]l=29179578918189-471066 R=b(315378-315679)L=D[Q]e=V[R]i=u[U[-1016995-(-1016996)]]G=b(716668+-716525)s=u[U[-599907-(-599909)]]A=s(G,l)R=i[A]S=e[R]A=b(349331-349472)R=u[U[-1039183-(-1039184)]]i=u[U[-47534-(-47536)]]G=-1028435+262427800013 s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and 7440441-241485 or 3857330-(-915671)else T=not F H=H+g Z=H<=t Z=T and Z T=H>=t T=F and T Z=T or Z T=-49477+7932595 C=Z and T Z=-740034+16437362 C=C or Z end end else if C<-329515+1746037 then if C<-986970+2323768 then L={}C=V[b(-85831+85942)]else S=u[U[966933+-966932]]Q=B[620035-620032]D=B[89081+-89080]o=B[593627-593625]L=S[D]C=not L C=C and 265490+6849128 or 11740464-65067 end else A=false s=u[U[813396+-813390]]i=s==A e=i C=-622659+7546367 end end else if C<1172890-(-359520)then if C<1554230-63744 then if C<2144350-667935 then cQ=b(179294+-179623)cQ=GQ[cQ]C=368490+5658366 cQ=cQ(GQ)else C=u[U[480562+-480561]]C=C and 599128+14749933 or-779754+14341817 end else o=1.0369838705635e+14 C=true D=b(871368-871665)u[U[-1008819+1008820]]=C L=V[D]D=L(o)D=b(-1007571+1007614)o=421440+-421437 G=713288+3007936996144 L=V[D]D=L(o)D=b(-606720+606709)L=V[D]A=b(-752956-(-753043))o=u[U[292128-292126]]S=u[U[917753-917750]]R=u[U[-116493+116497]]i=u[U[-659793-(-659798)]]s=i(A,G)e=R[s]R=b(-868806-(-868695))Q=S[e]i=27177+22056060927477 S=29293-29292 C=V[b(-164057-(-163511))]D=L(o,Q,S)Q=u[U[952713-952709]]S=u[U[50734+-50729]]e=S(R,i)o=Q[e]Q=b(937050+-937223)L=D[o]o=b(-132481+132612)o=L[o]o=o(L)L=false D=nil u[U[385914-385913]]=L o=V[Q]Q=o()L={}end else if C<-299082+1877253 then if C<1369416-(-188765)then L={}C=V[b(-41158+41120)]else C=-645301+11611519 s=nil i=nil end else L=b(423876+-424205)C=u[U[-509+514]]L=C[L]i=b(135306+-135465)L=L(C)o=nil L=b(854769+-855098)G=b(524516+-524383)C=u[U[998520-998514]]L=C[L]L=L(C)C=u[U[-974863-(-974870)]]L=b(653004+-653379)l=892911+29244970128707 L=C[L]L=L(C)s=15693083230532-(-334663)C=true u[U[-241419-(-241427)]]=C L=u[U[431385-431376]]S=u[U[-496728-(-496730)]]C=V[b(874408-874601)]e=u[U[-1007663+1007666]]R=e(i,s)Q=S[R]s=5564392201067-(-880308)i=b(59069-59322)S=u[U[330390-330380]]L[Q]=S L=u[U[987858+-987849]]S=u[U[514755+-514753]]e=u[U[92469+-92466]]R=e(i,s)Q=S[R]S=u[U[224719+-224708]]L[Q]=S i=b(-1615-(-1283))L=u[U[-222588+222597]]S=u[U[469526+-469524]]s=83066+8519803947781 e=u[U[38433+-38430]]R=e(i,s)Q=S[R]R=b(851716-851637)e=V[R]i=u[U[-899165+899167]]s=u[U[368903-368900]]A=s(G,l)R=i[A]S=e[R]R=803246+-803246 s=205332+-205332 i=46929-46914 e=S(R,i,s)s=b(767651+-768263)S=b(-769921-(-769869))L[Q]=e Q=V[S]A=34386603235113-(-419683)e=u[U[-696873+696875]]R=u[U[-698339+698342]]i=R(s,A)S=e[i]L=Q[S]e=b(-578001+577427)S=V[e]Q=L(D,S)D=nil L={}end end end else if C<366287+1792288 then if C<2249636-314024 then if C<-428423+2326439 then if C<1726025-(-158606)then Q=u[U[686533+-686530]]o=not Q C=-962951+11465510 L=o else G=28912351851961-819490 S=u[U[-294103+294104]]R=u[U[224190-224188]]i=u[U[-427003+427006]]A=b(309730-310158)s=i(A,G)A=-400052+22221710295839 e=R[s]Q=S[e]e=u[U[-840453+840455]]s=b(696867-697286)R=u[U[23354-23351]]i=R(s,A)S=e[i]o=Q[S]Q=567212+-567211 D=oR o=S end else G=u[U[474650+-474639]]l=false A=G==l C=A and 445334+3964853 or-752581+15754339 end else if C<5658506-897883 then if C<-808326+5484927 then L=b(576689-577064)C=u[U[465784-465783]]L=C[L]L=L(C)C=304246-(-881338)else L=u[U[-431258-(-431259)]]C=not L C=C and-143458+10435717 or 35567-(-776365)end else S=u[U[-775453-(-775454)]]e=u[U[-878369-(-878371)]]s=549463+11219244184081 i=b(-60465+60071)R=e(i,s)G=b(-54727-(-54335))Q=S[R]R=b(818987-819288)l=17897194508215-(-266455)L=D[Q]e=V[R]i=u[U[-1002877-(-1002878)]]s=u[U[722890+-722888]]A=s(G,l)R=i[A]S=e[R]R=u[U[-885974+885975]]i=u[U[-741860-(-741862)]]G=23709683645710-414190 A=b(-262365-(-262359))s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and-306886+9012350 or 683436+8212608 end end end end end end else if C<7621695-760653 then if C<615932+5422386 then if C<-838461+6425225 then if C<673500+4633272 then if C<759152+4354061 then if C<650038+4256729 then if C<53125+4750827 then o,e=Q(D,o)C=o and 42455+4766407 or 16198324-593301 else R=u[U[-847472+847474]]A=u[U[358303-358300]]z=12968732145936-(-253575)G=u[U[241251-241247]]c=b(-359899-(-359540))S=o l=G(c,z)s=A[l]i=e[s]C=R[i]C=C and 8846237-(-197476)or 12854111-727734 end else if C<-43873+5042454 then C=u[U[-468861-(-468870)]]C=C and-1021148+13299867 or 13318350-(-58012)else C=d(7336394-(-153271),{S})q={C()}L={I(q)}C=V[b(-81631+81018)]end end else if C<4984363-(-306327)then if C<4217364-(-968862)then D=B[202593+-202592]e=b(814870-815313)o=u[U[823022+-823021]]R=387917+27959474243470 Q=u[U[279538-279536]]S=Q(e,R)L=o[S]C=D[L]o=C Q=not o C=Q and 937191+5396082 or 6131338-341095 L=Q else t=b(527325+-527853)C=V[t]t=b(-869866-(-869700))V[t]=C C=7411587-(-332885)end else Q=-335103+335103 D=b(-751174+750728)C=V[D]o=u[U[16253+-16245]]D=C(o,Q)C=174063+13898651 end end else if C<-169560+5663955 then if C<21257+5368021 then if C<63409+5281856 then o=B[970576+-970574]D=B[-367607+367608]C=o and 5885381-(-697163)or 10215827-183199 else Q=u[U[-897538+897539]]s=b(664077+-664026)e=u[U[-381326-(-381328)]]R=u[U[437651-437648]]A=33347435434969-(-665807)i=R(s,A)S=e[i]o=Q[S]D=not o C=D and-358483+7270275 or 11802496-(-903510)L=D end else C=A C=15254946-(-773734)R=s end else if C<407424+5169217 then if C<4501227-(-1039142)then R=b(927060-927071)H=973736+5669709426344 e=V[R]i=u[U[516574+-516570]]A=u[U[277773-277764]]l=u[U[-992467+992469]]c=u[U[921342+-921339]]Z=b(-398662+398692)z=c(Z,H)G=l[z]s=A[G]A=447307-447306 C=14636627-(-251145)R=e(i,s,A)else Q=b(668151-668162)l=b(-125019+124847)o=V[Q]C=-722107+3701303 S=u[U[-36439+36443]]R=u[U[-146070-(-146079)]]c=23194667872006-935126 s=u[U[-438666-(-438668)]]A=u[U[-998151-(-998154)]]G=A(l,c)i=s[G]e=R[i]R=-764399+764400 Q=o(S,e,R)end else C=true u[U[29608+-29606]]=C Q=40870+-40867 o=b(424598-424555)L=false u[U[291677+-291676]]=L D=V[o]o=D(Q)o=b(-715799+715788)D=V[o]Q=u[U[370521+-370518]]e=u[U[-531940-(-531944)]]i=u[U[-142914+142919]]H=478258+21156698905161 G=b(298303-298800)l=61365+31021641222328 s=u[U[499037-499031]]A=s(G,l)R=i[A]S=e[R]Z=-801297+20733753450439 e=-156648+156649 o=D(Q,S,e)D=nil i=p()z=65975+25317455588438 Q=p()e=p()u[Q]=D D=nil S=nil R=false u[e]=D D=p()u[D]=S c=b(74327-74903)S=false u[i]=S S=p()u[S]=R A=u[U[825064+-825059]]G=u[U[134246-134240]]l=G(c,z)s=A[l]A=X(9946+14339959,{U[-786736-(-786741)];U[-993780+993786],S,U[318280-318273];e;U[656716+-656708],U[611128-611119];U[973767-973757];U[430736-430725];D;i;U[780108-780105],Q;U[-646371-(-646372)]})R=o[s]s=b(640558+-640915)s=R[s]s=s(R,A)R=p()u[R]=s G=u[U[255759-255754]]l=u[U[-601719+601725]]z=b(629761+-630211)c=l(z,Z)A=G[c]C=V[b(182577-183129)]i=r(i)s=o[A]L={}D=r(D)e=r(e)o=nil Z=b(153147-153289)A=b(-926576-(-926707))A=s[A]G=b(567626+-568019)A=A(s)A=V[G]l=u[U[-557843+557848]]S=r(S)c=u[U[-553976+553982]]z=c(Z,H)G=l[z]l=h(4366137-618314,{Q;U[-370292+370297];U[574343-574337];U[-593968+593978],U[-80296+80307],U[651150+-651142],R,U[657550-657549]})s=A[G]G=-819979-(-819981)A=s(G,l)R=r(R)s=false G=b(-658811+658638)u[U[240499+-240497]]=s Q=r(Q)A=V[G]G=A()end end end else if C<-218808+5951725 then if C<932115+4716053 then if C<5044853-(-571872)then if C<5500158-(-108148)then C=H and 9764639-(-459055)or 15065893-(-94799)else C=b(-518045+518136)C=D[C]L=u[U[267140+-267136]]C=C(D,L)C=C and-648092+1981257 or 12192610-870345 end else D=u[U[1539-1538]]L=#D D=-696601-(-696601)C=L==D C=C and-1015257+9035353 or 10975713-977513 end else if C<954930+4717597 then if C<789938+4872981 then L={}C=V[b(495332+-495398)]else z=b(1036096+-1036206)C=11800303-(-157316)c=V[z]z=b(-892860+892782)l=c[z]A=l end else jQ=b(-112813-(-112737))cQ=u[S]zQ=30351902810618-(-1037627)qQ=b(523186+-523248)tQ=-823901+1711374980473 lQ=u[o]AQ=lQ(jQ,zQ)GQ=cQ[AQ]sQ=DQ[GQ]cQ=u[S]lQ=u[o]zQ=13981117176061-507791 jQ=b(-501490+501072)AQ=lQ(jQ,zQ)jQ=1906912146463-782504 GQ=cQ[AQ]AQ=b(427240-427113)RQ=sQ[GQ]GQ=u[S]cQ=u[o]lQ=cQ(AQ,jQ)sQ=GQ[lQ]lQ=b(1015959+-1015953)iQ=RQ[sQ]sQ=u[S]zQ=557951+24599963298112 jQ=14157095206996-(-973164)AQ=-963206+31950091283619 GQ=u[o]cQ=GQ(lQ,AQ)RQ=sQ[cQ]vQ=iQ[RQ]nQ=b(613013-613296)AQ=b(626711+-627213)RQ=u[l]GQ=u[S]cQ=u[o]lQ=cQ(AQ,jQ)sQ=GQ[lQ]iQ=RQ[sQ]RQ=iQ(vQ)iQ=p()u[iQ]=RQ sQ=u[e]cQ=u[S]jQ=b(798765+-799323)lQ=u[o]AQ=lQ(jQ,zQ)GQ=cQ[AQ]RQ=sQ[GQ]cQ=u[S]zQ=19790923792133-(-337146)jQ=b(443624+-443522)lQ=u[o]sQ=b(366160-366547)AQ=lQ(jQ,zQ)GQ=cQ[AQ]sQ=RQ[sQ]sQ=sQ(RQ,GQ)RQ=p()u[RQ]=sQ jQ=b(-103125-(-103242))zQ=7219379266844-(-59397)sQ=u[RQ]cQ=u[S]lQ=u[o]AQ=lQ(jQ,zQ)HQ=-901098+9650454810999 lQ=b(771341-771608)GQ=cQ[AQ]cQ=V[lQ]jQ=u[S]zQ=u[o]ZQ=zQ(qQ,HQ)lQ=b(784447-784699)lQ=cQ[lQ]AQ=jQ[ZQ]lQ=lQ(cQ,AQ)sQ[GQ]=lQ ZQ=b(969009-969285)cQ=u[RQ]qQ=199790+6033236082315 AQ=u[S]jQ=u[o]zQ=jQ(ZQ,qQ)lQ=AQ[zQ]GQ=cQ[lQ]lQ=u[S]ZQ=-701191+10755265169047 AQ=u[o]zQ=b(-866785-(-866314))jQ=AQ(zQ,ZQ)cQ=lQ[jQ]sQ=GQ[cQ]cQ=u[S]lQ=u[o]zQ=-850920+18065592753348 jQ=b(-613627-(-613431))AQ=lQ(jQ,zQ)ZQ=b(-190354+189954)qQ=866718+15816757748519 GQ=cQ[AQ]AQ=u[S]jQ=u[o]zQ=jQ(ZQ,qQ)lQ=AQ[zQ]ZQ=u[S]qQ=u[o]HQ=qQ(nQ,tQ)zQ=ZQ[HQ]jQ=M[zQ]nQ=b(458319+-458911)ZQ=u[S]qQ=u[o]tQ=19280416087125-522563 HQ=qQ(nQ,tQ)zQ=ZQ[HQ]AQ=jQ..zQ cQ=lQ..AQ sQ[GQ]=cQ sQ=u[RQ]lQ=u[S]zQ=b(718494+-718364)GQ=b(209462+-209849)ZQ=-349331+9443221022144 AQ=u[o]jQ=AQ(zQ,ZQ)GQ=sQ[GQ]cQ=lQ[jQ]GQ=GQ(sQ,cQ)sQ=b(947699+-948028)sQ=GQ[sQ]sQ=sQ(GQ)ZQ=2901120426097-(-9429)GQ=b(-143162+142865)sQ=X(13415152-972259,{S;o;x})V[GQ]=sQ sQ=X(1343058-(-44690),{s;S;o})GQ=b(457566+-457577)V[GQ]=sQ GQ=b(-943983+943357)sQ=X(10015675-9809,{s,S,o})V[GQ]=sQ GQ=b(774160-774333)sQ=h(-725279+2615780,{x,S;o;E,t,c;z;Z;G})V[GQ]=sQ GQ=b(-596931-(-596408))sQ=h(-213472+8764038,{m,iQ,E;G,S;o})V[GQ]=sQ jQ=b(816332-816891)zQ=-1013361+13411484782294 sQ=h(4914752-202955,{T;m;E;G;S,o;pQ,x,l,hQ;YQ})GQ=b(297603+-297706)V[GQ]=sQ sQ=d(-945977+10684007,{g,m,E,G,S;o;pQ,x;JQ;NQ})GQ=b(282952-283540)V[GQ]=sQ sQ=w(-475899+4203718,{m,E,G,S;o})GQ=b(806575+-806807)V[GQ]=sQ GQ=b(569627-570119)sQ=J(8334392-608380,{m;E;G;S;o})V[GQ]=sQ GQ=b(489521-489766)qQ=29882460963107-(-488760)sQ=d(2756776-(-136335),{m,XQ;S,o,x,eQ,IQ;E,G})V[GQ]=sQ sQ=d(1000749-(-481395),{m,S,o;XQ;eQ;IQ,x;E,G})GQ=b(-136701+136582)V[GQ]=sQ GQ=b(190880-190993)sQ=h(-667177+1580068,{m,G,e;S;o,s;E})V[GQ]=sQ cQ=u[S]lQ=u[o]AQ=lQ(jQ,zQ)GQ=cQ[AQ]sQ=M[GQ]lQ=u[S]GQ=b(-567034-(-566647))AQ=u[o]zQ=b(561867-562461)jQ=AQ(zQ,ZQ)GQ=sQ[GQ]ZQ=7642848656566-700112 cQ=lQ[jQ]GQ=GQ(sQ,cQ)lQ=u[S]AQ=u[o]zQ=b(-370515-(-370609))jQ=AQ(zQ,ZQ)cQ=lQ[jQ]sQ=b(-185659+185272)sQ=GQ[sQ]sQ=sQ(GQ,cQ)GQ=b(885038+-885425)GQ=sQ[GQ]ZQ=-157237+31859131392040 lQ=u[S]zQ=b(-264894+264679)AQ=u[o]jQ=AQ(zQ,ZQ)ZQ=28838192819220-(-428128)cQ=lQ[jQ]GQ=GQ(sQ,cQ)sQ=b(-791111-(-790674))zQ=b(180765+-181243)sQ=GQ[sQ]lQ=u[S]AQ=u[o]jQ=AQ(zQ,ZQ)zQ=b(-1002911+1002790)ZQ=-408378+23948007040713 cQ=lQ[jQ]sQ=sQ(GQ,cQ)lQ=u[S]AQ=u[o]jQ=AQ(zQ,ZQ)cQ=lQ[jQ]AQ=u[S]jQ=u[o]ZQ=b(510672+-511023)zQ=jQ(ZQ,qQ)ZQ=14000459165018-791523 qQ=16932128137594-(-294226)lQ=AQ[zQ]sQ[cQ]=lQ lQ=u[S]AQ=u[o]zQ=b(-134329+133999)jQ=AQ(zQ,ZQ)cQ=lQ[jQ]sQ=P[cQ]lQ=w(4671226-(-646811),{S,o;m,H})cQ=b(943084+-943441)cQ=sQ[cQ]cQ=cQ(sQ,lQ)sQ=p()u[sQ]=cQ nQ=b(-408648+408454)AQ=u[S]jQ=u[o]ZQ=b(753812+-754172)zQ=jQ(ZQ,qQ)lQ=AQ[zQ]cQ=P[lQ]AQ=h(-983354+13244821,{S,o,H})lQ=b(-883218-(-882861))jQ=b(-253689+253422)lQ=cQ[lQ]lQ=lQ(cQ,AQ)cQ=p()u[cQ]=lQ AQ=V[jQ]tQ=32012083146350-(-936908)ZQ=u[S]qQ=u[o]HQ=qQ(nQ,tQ)zQ=ZQ[HQ]jQ=b(692467+-692719)jQ=AQ[jQ]jQ=jQ(AQ,zQ)HQ=b(-461280+460965)zQ=u[S]ZQ=u[o]nQ=11624855955179-(-552506)qQ=ZQ(HQ,nQ)AQ=zQ[qQ]lQ=jQ[AQ]AQ=b(-292033+291676)jQ=Y(-615823+2877234,{y;S;o;x;O;m,E,G;H;t;c,z})AQ=lQ[AQ]AQ=AQ(lQ,jQ)lQ=p()u[lQ]=AQ jQ=b(569179-569143)AQ=V[jQ]C=AQ and 11322948-(-557434)or 3760862-558891 end end else if C<4933566-(-936539)then if C<5035672-(-811179)then if C<536432+5251469 then o=u[U[365620-365619]]e=705117-705115 S=-760444-(-760445)Q=o(S,e)o=86804-86803 D=Q==o C=D and 994944+9103455 or 617495+14147107 L=D else A=b(-711085+710565)R=u[U[871561-871560]]i=u[U[-879480+879482]]G=-939567+27734214019233 s=i(A,G)C=-567550+6900823 e=R[s]S=o[e]Q=not S L=Q end else D=nil S=nil o=nil L={}C=V[b(607190+-607804)]Q=nil end else if C<6807978-827619 then if C<48223+5863960 then C=L and 2573387-(-879882)or-1008726+9973228 else R=C s=nil i=o~=s e=i C=i and 344364+1096356 or 6486427-(-437281)end else C=13986082-35885 GQ=nil vQ=nil end end end end else if C<6446217-(-63442)then if C<-686105+6990848 then if C<6887970-661201 then if C<5802704-(-276000)then if C<577670+5496105 then L={}C=V[b(-439734+439366)]else c=u[U[-900888-(-900893)]]Z=u[U[-607797+607800]]H=u[U[645424-645420]]n=-874397+2760547048610 q=b(463122+-463607)j=H(q,n)z=Z[j]l=c[z]n=b(761176+-761154)z=u[U[-586729-(-586730)]]t=-299069+4323521386522 H=u[U[-594223-(-594226)]]j=u[U[815673+-815669]]q=j(n,t)Z=H[q]c=z[Z]G=l-c n=11813229896442-(-602754)c=u[U[-411784-(-411790)]]Z=u[U[-827050-(-827053)]]q=b(618814-618795)H=u[U[76136-76132]]j=H(q,n)C=1013715+204822 z=Z[j]l=c[z]A=G/l i=A end else if C<6165441-48162 then Z=b(-262704-(-262741))c=b(-512288+511974)e=b(346188-346669)S=V[e]s=b(566805+-566831)i=V[s]A=u[U[-349589-(-349591)]]G=u[U[-92824-(-92827)]]M=-961404+18951685967349 n=1013885+6367836640024 q=b(-362355+361750)z=-66393+6075886800486 l=G(c,z)s=A[l]R=i[s]A=u[U[643360-643359]]g=-75791+25356302390830 H=52709+12858263538046 l=u[U[-525637+525639]]c=u[U[-1005108+1005111]]F=b(1004800+-1004697)z=c(Z,H)G=l[z]s=A[G]e=b(93186-93459)t=b(-813566-(-813698))z=b(-1022296+1022375)c=V[z]Z=u[U[911541-911539]]H=u[U[786819-786816]]j=H(q,n)z=Z[j]l=c[z]T=22301483745125-(-518443)Z=u[U[202690-202689]]j=u[U[406097+-406095]]q=u[U[15720-15717]]n=q(t,g)H=j[n]z=Z[H]j=u[U[-868314-(-868315)]]n=u[U[-820588+820590]]t=u[U[-881908+881911]]g=t(F,T)q=n[g]n=b(825572-825859)H=j[q]q=V[n]T=b(-883184-(-883218))t=u[U[-743059-(-743061)]]g=u[U[627852-627849]]F=g(T,M)n=t[F]t=95046-95047 j=q[n]g=244689+-244689 n=-257619-(-257619)q=j(n,t,g)j=b(-504909+504971)e=S[e]Z=H+q C=-1028393+17423116 c=l(z,Z)z=u[U[-313642-(-313644)]]Z=u[U[-207863-(-207866)]]q=16615053275439-791287 H=Z(j,q)l=z[H]G=c[l]l=928545-928541 A=G*l i=R(s,A)R=u[U[545354+-545350]]e=e(S,i,R)o=e else R=b(254194+-254205)C=-15716+14903488 Z=b(-934846-(-934424))e=V[R]i=u[U[-795323+795327]]A=u[U[124625+-124616]]l=u[U[778800-778798]]H=10483715577825-(-539440)c=u[U[-167132-(-167135)]]z=c(Z,H)G=l[z]s=A[G]A=344511+-344510 R=e(i,s,A)end end else if C<178043+6085300 then if C<-352687+6597345 then L={o}C=V[b(164800-164710)]else L=u[U[788306+-788305]]i=b(-414894+414987)C=L[D]s=14898665931714-(-333655)S=u[U[-297197+297199]]e=u[U[-405136+405139]]R=e(i,s)Q=S[R]S=b(956967+-957242)L=o[Q]Q=u[U[-98438-(-98439)]]S=Q[S]S=S(Q,D,o)C[L]=S C=8520124-123884 end else C=V[b(-552210+552030)]L={S}end end else if C<693265+5730573 then if C<7006686-639088 then if C<-913521+7261253 then C=L and 11555917-34804 or 997025+12869962 else C=7288630-(-648105)end else i=b(-173382-(-173339))o=u[U[687008-687007]]C=10973961-672507 S=u[U[1012257-1012255]]s=-972871+24608062768394 e=u[U[401658+-401655]]R=e(i,s)Q=S[R]D=o[Q]L=D end else if C<-843823+7343082 then if C<-493815+6983867 then L=-290700+12785925 Q=128264-(-149018)o=b(-642427+642440)D=o^Q C=L-D D=C L=b(150921-151377)C=L/D L={C}C=V[b(-569350+568966)]else A=nil C=3896572-(-371364)end else D=b(63188+-63354)L=b(-559754+559226)C=V[L]L=V[D]D=b(878989+-879155)V[D]=C D=b(-718267+717739)C=1048479+6926235 V[D]=L D=u[U[265293+-265292]]o=D()end end end else if C<900810+5789660 then if C<-256293+6800219 then if C<786282+5752666 then if C<256676+6274734 then C=u[U[-899556-(-899557)]]L={}C[D]=L C=9054893-284346 else A=19594404624287-(-961541)c=877901+17629649287876 s=b(975474-975856)e=u[U[3233-3232]]R=u[U[-478703-(-478705)]]i=R(s,A)S=e[i]i=b(-12043-(-11742))C=664645+11386756 Q=D[S]R=V[i]s=u[U[876703-876702]]A=u[U[154222+-154220]]l=b(672651+-672804)G=A(l,c)i=s[G]e=R[i]G=b(100842-100986)i=u[U[71659-71658]]s=u[U[255621+-255619]]l=186753+23170228703396 A=s(G,l)R=i[A]S=e[R]o=Q==S L=o end else C=true s=295335+24503292848875 u[U[-561207+561212]]=C L=u[U[76827+-76821]]o=nil Q=b(-352861+352532)Q=L[Q]Q=Q(L)Q=b(561898-562227)L=u[U[675800+-675793]]Q=L[Q]i=b(-493884+493268)Q=Q(L)L=u[U[369-361]]Q=b(-445795-(-445420))Q=L[Q]Q=Q(L)L=u[U[-697931+697940]]S=u[U[-40498-(-40500)]]e=u[U[1017771-1017768]]R=e(i,s)Q=S[R]S=u[U[-355056+355066]]L[Q]=S L=u[U[358572+-358563]]s=339423097777-(-855277)i=b(179906+-180060)S=u[U[-202754+202756]]e=u[U[650391+-650388]]R=e(i,s)l=23949549045711-(-1008577)i=b(246650-246795)Q=S[R]S=u[U[-71260-(-71271)]]L[Q]=S s=-872946+24340166262328 L=u[U[-190951+190960]]G=b(241763-241827)S=u[U[933098+-933096]]e=u[U[391374+-391371]]R=e(i,s)Q=S[R]R=b(810181+-810102)e=V[R]i=u[U[-959748-(-959750)]]s=u[U[-42370+42373]]A=s(G,l)s=930185-930185 C=V[b(475626+-475997)]R=i[A]S=e[R]R=-435056+435056 i=1025558+-1025573 e=S(R,i,s)A=32212250563744-(-992760)L[Q]=e S=b(-53166+53114)Q=V[S]e=u[U[-1019994+1019996]]s=b(-368253+367780)R=u[U[-667825-(-667828)]]i=R(s,A)S=e[i]e=b(169061-169635)L=Q[S]S=V[e]Q=L(D,S)D=nil L={}end else if C<13373+6573993 then if C<6572484-11856 then C=A Q=C C=196367+6300467 G=s o=G else C=V[b(173350+-173652)]L={}end else e=5846237791697-80687 L=u[U[-315879+315880]]R=21205841250742-58148 S=b(-709177-(-709302))o=u[U[330978-330976]]Q=o(S,e)C=L[Q]L=false e=b(910731+-910730)D[C]=L o=u[U[568420-568419]]Q=u[U[-846039-(-846041)]]S=Q(e,R)L=o[S]C=D[L]C=C and 1042494+13764813 or-768480+14157586 end end else if C<361605+6436069 then if C<6534120-(-231781)then if C<6255438-(-459484)then i=b(467183+-467351)L=u[U[792524+-792521]]s=1741749436097-(-115818)S=u[U[1042193+-1042189]]e=u[U[583762+-583757]]o=b(-618550+618163)R=e(i,s)C=-855402+3341762 o=L[o]Q=S[R]o=o(L,Q)u[U[324576-324574]]=o else j=u[U[694193+-694192]]F=260228+19874839735202 g=9930013980183-(-515065)q=u[U[-864879+864881]]t=b(-834787+834385)n=q(t,g)H=j[n]Z=o[H]q=u[U[-53687+53688]]n=u[U[-117319+117321]]g=b(-827730+827484)H=b(-613016-(-612579))t=n(g,F)C=-966901+11170721 j=q[t]H=Z[H]H=H(Z,j)c=H end else j=10964913696997-924916 s=C l=b(-92678-(-92675))G=V[l]l=G(S)c=u[U[-314089+314090]]z=u[U[272410+-272408]]H=b(-96238-(-95730))Z=z(H,j)G=c[Z]A=l~=G i=A C=A and-519536-(-874452)or 793569+12145219 end else if C<6339034-(-513025)then if C<6086252-(-718699)then C=true C=23696+5049667 else s=r(s)i=nil A=r(A)C=-617635+823035 e=nil end else C=V[b(494401+-494985)]L={o}end end end end end else if C<-506065+8241340 then if C<-946708+8279750 then if C<-451488+7516994 then if C<485428+6466091 then if C<1009770+5904344 then if C<7720035-820679 then A=u[U[-253523+253526]]l=u[U[-745814+745815]]C=-804466+14079437 Z=b(-546326+546155)c=u[U[521187-521185]]H=-931992+16939916564328 z=c(Z,H)G=l[z]s=A[G]R=s else C=L and 866769+7609933 or 3529035-210894 end else if C<7290814-353205 then L=e C=R C=10391394-5824 else Q=b(933703+-933852)L=V[Q]S=u[U[1009270-1009269]]e=u[U[505363+-505361]]s=32950195414423-(-923224)i=b(472184-472790)R=e(i,s)Q=S[R]C=L[Q]L=C(o)C=369144+10141629 o=L end end else if C<-567842+7604789 then if C<6884448-(-133625)then A=b(551488-551826)R=u[U[168730-168729]]i=u[U[-211090-(-211092)]]z=29372376820839-128762 G=9277848339573-(-560235)s=i(A,G)e=R[s]s=b(442627+-442928)S=D[e]c=b(-315331-(-315431))i=V[s]A=u[U[-256182-(-256183)]]G=u[U[784661-784659]]l=G(c,z)s=A[l]R=i[s]c=-705050+5794082409636 s=u[U[-29071-(-29072)]]A=u[U[647607-647605]]l=b(-207937+208005)G=A(l,c)i=s[G]e=R[i]Q=S==e L=Q C=Q and-553211+14110667 or 10037408-216859 else o=C S=u[U[-203051-(-203052)]]R=u[U[321839-321837]]A=b(-345420-(-345496))i=u[U[-115843-(-115846)]]G=23509841732998-(-296253)s=i(A,G)e=R[s]Q=S[e]C=Q and 690528+14484357 or 346018+9466596 D=Q end else L=414347+850725 o=b(-584969+584444)Q=959616+15728659 D=o^Q C=L-D L=b(-798906-(-798875))D=C C=L/D L={C}C=V[b(389508-389401)]end end else if C<-13139+7254335 then if C<959069+6199910 then if C<7129394-15107 then C=6432719-(-851083)else C=u[U[-944605-(-944606)]]L={}C[D]=L C=12030319-354922 end else L=b(-555338+554750)C=V[L]L=C()C=-284477+5057478 end else if C<8057295-752153 then if C<709209+6575372 then C=true C=C and 6640505-(-969174)or-413787+1304889 else i=e G=u[U[-233580-(-233581)]]z=b(-1013880+1013750)l=u[U[527220-527218]]C=b(115752+-116297)Z=-667890+15873827622353 c=l(z,Z)A=G[c]C=s[C]C=C(s,A)C=C and 3552811-(-154404)or 4675022-407086 end else C=c A=l C=1804270-(-473682)end end end else if C<8268899-722873 then if C<-198469+7640141 then if C<7713091-349722 then if C<-694758+8039090 then L=b(326559+-326894)C=V[L]L=C()L=b(-195985-(-195610))C=u[U[-168654-(-168655)]]L=C[L]L=L(C)C=u[U[-1039310+1039312]]L=b(-286126-(-285751))L=C[L]L=L(C)C=u[U[-56440+56443]]L=b(-721895+721520)L=C[L]L=L(C)L=b(-688675+688346)C=u[U[-881567+881571]]L=C[L]L=L(C)L={}C=V[b(880950+-880989)]else e=b(-229809-(-229647))C=u[U[-31231-(-31232)]]D=B[-520942-(-520943)]o=u[U[-482968-(-482970)]]R=339651+32001462618994 Q=u[U[-909711+909714]]S=Q(e,R)L=o[S]o=D D=nil C[L]=o L={}C=V[b(59039+-59191)]end else C=HQ C=-799257+17524255 zQ=qQ end else if C<391797+7088740 then if C<6663260-(-794445)then C=V[b(-521193+520797)]L={}else C=V[b(-660789+660692)]L={}end else C=8156143-181429 end end else if C<8060431-454165 then if C<7975260-372420 then if C<6792549-(-769604)then C=V[b(573195+-573721)]L={}else i=b(-130102+130080)o=u[U[-782558+782565]]s=22261003621559-(-1037255)S=u[U[-768269+768271]]e=u[U[628085-628082]]R=e(i,s)Q=S[R]D=o[Q]C=-197261+4541222 L=D end else C=V[b(-50876+50594)]L={}end else if C<199379+7523723 then if C<822203+6890285 then C=u[i]n=-700702-(-700703)t=-700955-(-700961)q=C(n,t)C=b(-216329-(-215801))V[C]=q t=b(-819299-(-818771))n=V[t]t=-408247-(-408249)C=n>t C=C and 630265+8686208 or 203500+5053184 else C=u[i]H=21835652159352-389056 Z=b(832764+-833363)l=u[U[-802234+802235]]c=u[U[-805466+805468]]z=c(Z,H)G=l[z]l=true Z=b(940569+-941164)C[G]=l C=u[i]H=22803409129136-(-580298)j=b(282558-282715)l=u[U[804545+-804544]]c=u[U[813361+-813359]]z=c(Z,H)G=l[z]q=740466+21582739086032 t=b(176442+-176557)l=false C[G]=l C=u[i]l=u[U[-657055-(-657056)]]c=u[U[-506805-(-506807)]]Z=b(-500792+500251)H=22659390536787-250652 z=c(Z,H)G=l[z]l=423223+-423223 H=-195295+6526119855805 C[G]=l C=u[i]l=u[U[278538-278537]]c=u[U[781408-781406]]Z=b(-390295-(-390340))z=c(Z,H)G=l[z]z=u[U[521388-521387]]Z=u[U[-852352+852354]]H=Z(j,q)c=z[H]l=S[c]j=-478253+15090716551072 C[G]=l l=b(-901438-(-900966))G=V[l]c=u[U[-571927+571928]]z=u[U[825165-825163]]H=b(-762672-(-762274))Z=z(H,j)l=c[Z]C=G[l]H=b(-1040713-(-1040563))c=u[U[-102916-(-102917)]]z=u[U[-127360+127362]]j=31606198564611-(-787066)Z=z(H,j)q=30964053800674-736912 l=c[Z]G=C(l)l=p()c=b(-960676-(-960204))j=b(-99653-(-99433))u[l]=G G=V[c]z=u[U[-801648+801649]]Z=u[U[-273679+273681]]H=Z(j,q)c=z[H]C=G[c]z=u[U[-456264-(-456265)]]q=34028869335261-(-869640)Z=u[U[-327224+327226]]j=b(-818869-(-818292))H=Z(j,q)c=z[H]g=32800467459486-(-695819)G=C(c)c=p()u[c]=G C=u[i]z=u[U[-113952-(-113953)]]q=-877508+21144940235322 j=b(833687+-833863)Z=u[U[-260086+260088]]H=Z(j,q)G=z[H]Z=u[l]j=u[U[-338884-(-338885)]]q=u[U[172206-172204]]n=q(t,g)H=j[n]z=Z[H]C[G]=z C=u[i]t=b(882105+-882211)z=u[U[335048-335047]]q=-848904+25143883653572 Z=u[U[-903938-(-903940)]]j=b(242531-243020)H=Z(j,q)g=14167806025263-246890 G=z[H]Z=u[c]j=u[U[784323+-784322]]q=u[U[681887-681885]]n=q(t,g)H=j[n]z=Z[H]C[G]=z G=u[i]z=b(746526+-746788)C=w(113122+3583230,{U[-382454+382455],U[831874+-831872],i;e;s,A;R;U[1037754-1037751];U[-107720+107724],U[398783-398778];c,l})G[z]=C z=b(-109010+108675)C=X(-806416+9112628,{i,U[1031480+-1031479];U[-539901+539903]})G=u[i]G[z]=C z=b(-339143+338987)G=u[i]C=N(-263796+15399686,{U[735914-735913];U[844554+-844552];i})G[z]=C C=u[i]L={C}C=V[b(-393678+393149)]end else C=u[U[-881189-(-881190)]]C=C and 6986854-(-457588)or 733591+14308062 end end end end else if C<-797907+8965333 then if C<564026+7407938 then if C<6890847-(-1006384)then if C<-682725+8551442 then if C<7678430-(-76039)then C=7850835-567033 else R=349013989423-104333 o=u[U[-972496+972498]]i=-5291+26269817406579 e=b(154386+-154765)Q=u[U[-188848-(-188851)]]S=Q(e,R)L=o[S]C=D[L]R=b(217320-217911)Q=u[U[1042942+-1042940]]S=u[U[-181522+181525]]L=b(31207-31523)L=C[L]e=S(R,i)o=Q[e]L=L(C,o)o=L C=not o C=C and 854019-(-679544)or 561878+10406382 end else Z=H T=Z z[Z]=T C=548031-(-733038)Z=nil end else if C<8525469-561567 then if C<1015512+6931051 then o=r(o)z=nil S=r(S)s=nil S=p()s=b(-138755-(-138645))G=r(G)i=r(i)R=nil G=p()Z=nil c=nil Q=r(Q)z={}A=r(A)Z=-389594-(-389595)Q=nil e=r(e)o=nil C=356575+924494 R=b(423117+-423266)l=nil H=r(H)u[S]=o o=p()u[o]=Q e=V[R]i=b(99826+-99975)R=b(-503723+503163)Q=e[R]e=p()u[e]=Q R=V[i]c=p()i=b(22166+-22385)A=b(-301562+301131)Q=R[i]l={}i=V[s]s=b(-232976+232378)R=i[s]s=V[A]A=b(-622584+622497)i=s[A]A=p()s=-401712+401712 u[A]=s s=746809-746807 u[G]=s s={}u[c]=l l=275248-275248 H=623200-622944 t=H H=-724486-(-724487)g=H H=-574304+574304 F=gc A=l C=l and-577188-(-831096)or-311202+2589154 end end else if C<983175+7007319 then if C<7862527-(-118688)then if C<511391+7464636 then C=true C=C and 291766+6215107 or 9649514-(-542835)else A=429502+-429501 s=Q>A i=C C=s and 2136322-(-379965)or 83482+15945198 R=s end else y=692245-692244 u[o]=CQ bQ=u[M]x=bQ+y E=O[x]K=l+E E=-194191+194447 C=K%E x=u[T]E=c+x x=69144+-68888 l=C K=E%x c=K C=1002677+1818851 end else if C<388914+7726438 then if C<8241472-149068 then o=u[U[-18887-(-18889)]]Q=317479-317374 D=o*Q o=-677486+17192901129651 L=D+o D=35184371552708-(-536124)o=-636691-(-636692)C=L%D u[U[-942626-(-942628)]]=C D=u[U[154692+-154689]]L=D~=o C=11150189-22430 else t=#z H=-212647-(-212648)Z=Q(H,t)T=-783203+783204 H=R(z,Z)t=u[c]Z=nil C=-874400+16025546 F=H-T g=i(F)t[H]=g H=nil end else S=b(-624609+624234)o=u[U[-649895+649900]]S=o[S]S=S(o)C=653001+11984565 end end end else if C<598928+7811527 then if C<486608+7814598 then if C<8043131-(-256330)then if C<-274489+8538456 then bQ=719970-719969 x=O[bQ]bQ=false K=C E=x==bQ CQ=E C=E and-1045948+16509514 or 25677+407455 else l=C z=u[U[-766823-(-766829)]]Z=false c=z==Z C=c and 10108354-(-489245)or 852480+7726270 G=c end else cQ=AQ C=jQ C=9795214-154837 end else if C<9159575-823960 then if C<183103+8122250 then C=L and-962542+12832033 or 8890518-(-854819)else C=u[U[699101+-699100]]D=B[610741+-610740]o=u[U[-351503+351505]]Q=u[U[-293345-(-293348)]]e=b(1035714+-1036200)D=nil R=13313525957640-(-660527)S=Q(e,R)L=o[S]o=true C[L]=o L={}C=V[b(-849539-(-848937))]end else Q=u[U[-967188-(-967189)]]L=Q[D]e=u[U[618130+-618128]]A=14468465701701-(-993036)R=u[U[-973256-(-973259)]]s=b(895504-895511)i=R(s,A)D=nil S=e[i]Q=o[S]C=L[Q]L=b(85611+-85946)L=C[L]o=nil L=L(C)L={}C=V[b(-356737-(-356420))]end end else if C<103212+8380279 then if C<-611963+9083336 then if C<817839+7643987 then R=b(-245371+244990)D=B[399966+-399965]Q=u[U[-272355+272356]]S=u[U[-787560-(-787562)]]i=-386008+9152173732989 e=S(R,i)o=Q[e]L=D[o]C=not L C=C and 8150343-547084 or 6637572-(-43310)else C=351462+6504465 R=nil i=nil S=nil end else S=b(-447812+447793)C=u[U[-719314-(-719315)]]D=u[U[-718869+718871]]o=u[U[77703+-77700]]e=-571279+34097092179348 Q=o(S,e)L=D[Q]D=false C[L]=D L={}C=V[b(983381-983453)]end else if C<-585643+9137649 then if C<7893687-(-613583)then L=o C=Q C=-302036+13921947 else C=u[U[934428+-934427]]C=C and 11619332-611781 or 8883423-257977 end else C=u[U[34979-34978]]D=B[-822930-(-822931)]o=B[-405805+405807]Q=C C=Q[o]C=C and 302052-(-280286)or 227874+15382369 end end end end end end end else if C<-840281+13572184 then if C<441459+10174745 then if C<-718300+10493398 then if C<8545228-(-484367)then if C<8176030-(-552457)then if C<8228074-(-403074)then if C<-120843+8740191 then if C<7716763-(-868964)then C=l s=G C=5972580-540940 else HQ=b(329967+-329885)nQ=20646553189419-464541 lQ=C zQ=u[S]ZQ=u[o]vQ=sQ qQ=ZQ(HQ,nQ)jQ=zQ[qQ]AQ=b(409944-410489)AQ=GQ[AQ]AQ=AQ(GQ,jQ)C=AQ and-287683+9928060 or-157886+13442910 cQ=AQ end else if C<517184+8108284 then C=true u[U[493871-493870]]=C L=u[U[454688+-454686]]D=b(531050-531012)o=-818648+818651 D=L[D]D=D(L)A=b(-259704-(-259357))D=b(-594985+595028)L=V[D]D=L(o)o=1.3339556968861e+14 D=b(-405210+404913)L=V[D]D=L(o)D=b(10044-10055)L=V[D]C=V[b(-848551+848597)]o=u[U[-716443+716446]]S=u[U[-1013365-(-1013369)]]R=u[U[477061+-477056]]G=419976+28520354974552 i=u[U[815058-815052]]s=i(A,G)e=R[s]Q=S[e]S=472714+-472713 R=b(372841+-373441)i=530860+13879555997587 D=L(o,Q,S)Q=u[U[870258-870253]]S=u[U[-600780+600786]]e=S(R,i)o=Q[e]L=D[o]o=b(-920545+920676)o=L[o]o=o(L)Q=b(-250942+250607)L=false u[U[-812813-(-812814)]]=L o=u[U[785926+-785924]]Q=o[Q]Q=Q(o)L={}Q=b(-1010203+1010030)D=nil o=V[Q]Q=o()else S=b(-594786+594658)e=25636095054488-(-875529)C=u[U[691081+-691076]]D=u[U[620791-620789]]o=u[U[-730529-(-730532)]]s=14760053935141-(-904884)Q=o(S,e)S=b(955790-956136)L=D[Q]D=u[U[919124+-919118]]e=113017+13966090330094 C[L]=D C=u[U[-666848-(-666853)]]D=u[U[-1032222+1032224]]o=u[U[672043-672040]]Q=o(S,e)S=b(-801828-(-801883))L=D[Q]D=u[U[501412-501405]]C[L]=D C=u[U[36554+-36549]]D=u[U[-939439-(-939441)]]e=10404060563218-308262 o=u[U[-623699-(-623702)]]Q=o(S,e)L=D[Q]i=b(-711228-(-710722))Q=b(-567992-(-568071))o=V[Q]S=u[U[-271016-(-271018)]]e=u[U[-311627+311630]]R=e(i,s)Q=S[R]D=o[Q]e=-200994-(-200994)S=-161302-(-161287)Q=217252+-217252 o=D(Q,S,e)C[L]=o C=true L={}u[U[-589663+589671]]=C C=V[b(1017311+-1017842)]end end else if C<9165912-454456 then if C<-114737+8780806 then C=u[D]o=u[U[737835+-737834]]R=1882085891378-563654 Q=u[U[173313+-173311]]e=b(-843251-(-843209))A=b(97061+-97490)S=Q(e,R)L=o[S]o=true e=b(-920363+920108)C[L]=o C=u[D]G=742148+21472299422730 o=u[U[957786+-957785]]R=-431673+8083992437997 Q=u[U[482653+-482651]]S=Q(e,R)L=o[S]S=b(-316116+315849)Q=V[S]S=b(103189-103441)R=u[U[410627-410626]]i=u[U[491860+-491858]]s=i(A,G)A=5059597648091-587687 e=R[s]S=Q[S]S=S(Q,e)e=u[U[-772511-(-772512)]]R=u[U[-603112-(-603114)]]s=b(-598912+598288)i=R(s,A)Q=e[i]o=S[Q]Q=b(693035-693392)Q=o[Q]S=J(1080681-(-144604),{D})D=r(D)Q=Q(o,S)C[L]=Q C=V[b(289545+-290084)]L={}else L=b(-622319+622087)C=V[L]L=C()C=8589242-(-306802)end else MQ=b(-222338+221890)gQ=u[S]FQ=u[o]mQ=582231380416-(-175951)nQ=b(-361484-(-360939))C=8057238-678295 TQ=FQ(MQ,mQ)tQ=gQ[TQ]nQ=GQ[nQ]nQ=nQ(GQ,tQ)qQ=nQ end end else if C<401226+8491935 then if C<8096219-(-709888)then if C<9036294-248469 then A=b(1000802+-1000987)S=u[U[-762507-(-762508)]]Q=S[D]G=33961971084619-257925 R=u[U[-231433-(-231435)]]i=u[U[-277259+277262]]s=i(A,G)e=R[s]S=o[e]L=Q[S]C=not L C=C and 6023317-(-221470)or-570044+8966284 else S=u[U[-221100-(-221101)]]s=6376729254181-789900 e=u[U[-374204+374206]]i=b(411008-411580)G=b(1010203-1010051)R=e(i,s)Q=S[R]L=D[Q]R=b(633557-633858)l=21729528195220-(-524018)e=V[R]i=u[U[82032+-82031]]s=u[U[357092-357090]]A=s(G,l)R=i[A]S=e[R]R=u[U[447220-447219]]A=b(-632672+632161)G=-339851+9119322914849 i=u[U[194916+-194914]]s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and 237933+13872500 or 7205438-230526 end else o=u[U[-839689+839691]]e=b(628776-628752)Q=u[U[-45495+45498]]i=38866+12389734465207 R=34693582187729-(-905802)S=Q(e,R)L=o[S]C=D[L]Q=u[U[968965+-968963]]S=u[U[269478+-269475]]L=b(724144-724460)L=C[L]R=b(-901815-(-901489))e=S(R,i)o=Q[e]L=L(C,o)o=L C=not o C=C and-430945+4463082 or-339518+5951023 end else if C<8620145-(-308146)then if C<8008924-(-893029)then S=u[U[-1018972-(-1018973)]]i=b(815525-815802)s=6909898917497-883176 e=u[U[-310304+310306]]R=e(i,s)Q=S[R]R=b(164851+-165152)l=510477+34347449447533 L=D[Q]G=b(955986-956513)e=V[R]i=u[U[-716515-(-716516)]]s=u[U[979214+-979212]]A=s(G,l)R=i[A]S=e[R]R=u[U[-788948-(-788949)]]G=16011492255994-1035227 i=u[U[-707368+707370]]A=b(-836828-(-836889))s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and 4090978-1005804 or 474321+11738382 else Q=-857251-(-857252)o=u[U[-654594+654597]]D=o~=Q C=D and 1560747-730085 or 788698+10339061 end else H=b(171309+-171400)C=u[U[257610-257599]]G=u[s]c=u[U[-781684-(-781686)]]j=6202032575766-838094 L=b(-1029372-(-1029289))z=u[U[18022-18019]]L=C[L]Z=z(H,j)l=c[Z]R=G[l]L=L(C,R)C=4210893-(-20043)end end end else if C<-298303+9806148 then if C<-330506+9642541 then if C<-212095+9416701 then if C<8593998-(-447814)then Q=u[U[-722676+722679]]o=not Q C=711704+14286561 L=o else s=C A=u[U[266052+-266047]]i=A C=A and 299707+5776342 or 1462874-244337 end else G=b(-177511-(-176885))C=5715963-(-153858)s=false t=29460430405113-100451 i=false u[U[635889+-635879]]=i n=b(-253367+253420)u[U[37822-37811]]=s A=V[G]l=u[U[-1036557+1036564]]z=u[U[-929544+929552]]H=u[U[-54001+54003]]j=u[U[-387248-(-387251)]]q=j(n,t)Z=H[q]c=z[Z]G=A(l,c)G=b(328716+-329342)t=620996+14073422962645 A=V[G]l=u[U[-38412-(-38419)]]z=u[U[-685147+685155]]H=u[U[700505-700503]]n=b(-867111-(-866845))j=u[U[-663833-(-663836)]]q=j(n,t)Z=H[q]c=z[Z]G=A(l,c)end else if C<-138542+9643946 then if C<755306+8661076 then n=b(-625200+624699)C=V[n]g=b(282543+-282709)t=V[g]n=C(t)C=b(184725-185253)V[C]=n C=-405815+8150287 else C=true u[U[407121+-407120]]=C C=V[b(807532+-807572)]L={}end else q=l==c C=-689860+1741757 j=q end end else if C<8627755-(-1013336)then if C<847176+8781701 then if C<-199590+9727231 then z=17685683435837-39186 c=b(-582094-(-581697))s=b(192780+-193081)i=V[s]A=u[U[-251590-(-251591)]]G=u[U[627900-627898]]l=G(c,z)s=A[l]L=i[s]s=u[U[-166013+166014]]A=u[U[653270+-653268]]l=b(654548-654787)c=5205239581023-(-114712)G=A(l,c)i=s[G]C=L[i]S=C C=3628000-705975 else C=L and-356263+13362866 or-669764+16909285 end else C=lQ C=cQ and 30500+1444779 or 679174+10458483 end else if C<698256+9046862 then if C<10095111-437456 then Z=b(596900-596743)C=true o=b(-839260+839303)l=307971+30450570445920 L=false u[U[-672846+672848]]=C u[U[196747+-196746]]=L D=V[o]G=b(-640940-(-640648))Q=-709180-(-709183)o=D(Q)o=b(-260621-(-260610))D=V[o]Q=u[U[-362990-(-362993)]]e=u[U[897022-897018]]i=u[U[239764+-239759]]s=u[U[122781-122775]]A=s(G,l)R=i[A]S=e[R]e=-91031+91032 z=-181164+19575588267847 o=D(Q,S,e)H=-478998+1676779278882 S=nil D=nil e=p()Q=p()i=p()R=false u[Q]=D D=nil u[e]=D D=p()u[D]=S S=false u[i]=S c=b(-863613+863206)S=p()u[S]=R A=u[U[-699167-(-699172)]]G=u[U[-60267-(-60273)]]l=G(c,z)s=A[l]A=Y(11581805-26105,{U[142410+-142405],U[-935912+935918],S;U[-992834+992841];e,U[-258423-(-258431)],D,U[-1024130-(-1024139)],U[-23117+23127],i,U[-322638+322641],U[676531+-676530];Q})R=o[s]s=b(-626978+626621)s=R[s]i=r(i)G=b(796098+-796491)s=s(R,A)R=p()u[R]=s A=V[G]L={}l=u[U[254798-254793]]C=V[b(-734792-(-734469))]c=u[U[-451599+451605]]z=c(Z,H)G=l[z]l=w(-1036577+16682588,{Q,U[620788+-620783];U[439778-439772];R,U[-23986-(-23995)],U[-111490+111498],U[-159608+159618];U[-327254-(-327255)]})e=r(e)R=r(R)s=A[G]z=b(-398956-(-398401))G=-240332+240337 A=s(G,l)D=r(D)G=u[U[-343091-(-343096)]]Z=51469+29593936456903 S=r(S)l=u[U[-977952+977958]]c=l(z,Z)A=G[c]s=o[A]Q=r(Q)A=b(-193977+194108)A=s[A]A=A(s)o=nil s=false G=b(931581+-931754)u[U[674677-674675]]=s A=V[G]G=A()else L=u[U[362282+-362281]]C=not L C=C and 598249+14155567 or-523573+2554586 end else i=u[U[1012576+-1012575]]c=b(476263-476334)Q=C A=u[U[764589+-764587]]z=-1032491+32225878096841 G=u[U[61514+-61511]]l=G(c,z)s=A[l]R=i[s]s=u[U[-335505+335507]]c=-107917+4656463588869 l=b(296128-296027)A=u[U[-678883+678886]]G=A(l,c)i=s[G]e=R[i]R=-896806-(-896807)S=e>R C=S and 7059513-942288 or 15955890-(-438833)o=S end end end end else if C<-512973+10724390 then if C<145340+9909152 then if C<10976217-975463 then if C<-13008+9900755 then if C<10822203-1001666 then e=u[U[-166766+166770]]C=-284428+15459313 i=u[U[-1010764+1010766]]G=b(-601321+601381)l=31863086695259-(-46746)s=u[U[87995+-87992]]A=s(G,l)R=i[A]S=e[R]e=950818-950818 Q=S==e D=Q else R=u[U[740893-740892]]A=b(-358944+359099)i=u[U[138381-138379]]C=190487+13366969 G=2931670135748-77423 s=i(A,G)e=R[s]z=268347+18136010950850 c=b(321381-321639)S=D[e]s=b(-820937+820636)i=V[s]A=u[U[443899+-443898]]G=u[U[-569364-(-569366)]]l=G(c,z)s=A[l]R=i[s]s=u[U[-346686-(-346687)]]A=u[U[849248+-849246]]l=b(-1007113-(-1006550))c=492170399945-(-651292)G=A(l,c)i=s[G]e=R[i]Q=S==e L=Q end else if C<-89826+10082014 then C=H and 15939529-144657 or 3837052-575256 else Q=b(-558677+558567)o=V[Q]Q=b(362101-362699)D=o[Q]Q=u[U[673838-673837]]o={D(Q)}C=V[b(-113746-(-113586))]L={I(o)}end end else if C<-747377+10777690 then if C<10523461-510602 then o=B[926507+-926505]Q=u[U[965498-965497]]D=B[-259926-(-259927)]L=Q[D]C=not L C=C and-478645+6995961 or 8909051-138504 else g=u[U[897261-897260]]m=12729375571827-(-202676)M=b(-199773-(-199630))F=u[U[744149-744147]]q=b(294580-295017)T=F(M,m)q=o[q]t=g[T]C=9095683-(-880240)n=Z[t]t=true q=q(o,n,t)j=not q H=j end else G=b(47527-47407)S=u[U[472240+-472239]]e=u[U[-930248+930250]]l=1037425+14777479480944 i=b(499384-499248)s=-207413+8076731119846 R=e(i,s)Q=S[R]L=D[Q]R=b(-510365-(-510064))e=V[R]i=u[U[-810918+810919]]s=u[U[914069-914067]]A=s(G,l)R=i[A]A=b(894817-895014)S=e[R]R=u[U[753018-753017]]i=u[U[146416+-146414]]G=24893217700159-183288 s=i(A,G)e=R[s]Q=S[e]C=L==Q C=C and 2880224-(-520334)or 447197+3175732 end end else if C<-819807+10944187 then if C<10580984-473775 then if C<-35113+10130760 then j=14190778830931-112259 L=false e=false H=b(214779-214712)u[U[898975+-898964]]=L u[U[-99310+99322]]=e i=b(-674197+673571)R=V[i]s=u[U[-962190-(-962197)]]G=u[U[-5575-(-5583)]]c=u[U[-84637-(-84639)]]z=u[U[-59521+59524]]Z=z(H,j)C=5828422-(-41399)l=c[Z]A=G[l]j=7432449730550-6769 H=b(-1038496-(-1037911))i=R(s,A)i=b(774064-774690)R=V[i]s=u[U[1047375-1047368]]G=u[U[-568596-(-568604)]]c=u[U[770393+-770391]]z=u[U[242061+-242058]]Z=z(H,j)l=c[Z]A=G[l]i=R(s,A)else C=L and 14789237-(-501607)or 1028724+-984460 end else C=V[b(-242599-(-242590))]L={}end else if C<9186240-(-1007996)then if C<9699414-(-458011)then C=true u[U[748143-748140]]=C L=u[U[485105+-485101]]S=u[U[952038-952037]]i=b(-848885+848381)e=u[U[908042-908040]]s=488995+33500400404172 R=e(i,s)Q=S[R]s=24095054664915-289023 o=b(-746516+746079)Z=b(637970+-638297)o=L[o]o=o(L,Q)L=b(630391+-630292)L=o[L]L=L(o)u[U[-130297+130302]]=L o=u[U[-407424+407429]]S=u[U[-364505+364506]]i=b(138300+-138388)e=u[U[-644707-(-644709)]]R=e(i,s)Q=S[R]S=false i=b(-391059+390695)o[Q]=S o=u[U[47665+-47660]]s=-352109+2385928725444 S=u[U[312457-312456]]e=u[U[511007+-511005]]l=b(394860-394910)R=e(i,s)Q=S[R]n=-274384+22420494194840 s=12784495920901-438212 q=b(365253+-365562)S=false o[Q]=S o=u[U[-254206-(-254211)]]S=u[U[242930+-242929]]i=b(-1028302+1028456)e=u[U[-942571-(-942573)]]R=e(i,s)c=-1028984+17823034348515 i=b(-24087-(-24166))H=78508+24607638190614 Q=S[R]R=V[i]s=u[U[-38027+38028]]A=u[U[696342-696340]]G=A(l,c)i=s[G]e=R[i]A=u[U[-1023138+1023144]]l=u[U[-60309-(-60310)]]c=u[U[131151+-131149]]z=c(Z,H)G=l[z]s=A[G]c=u[U[-707059-(-707065)]]Z=u[U[-114595+114596]]H=u[U[-56751+56753]]j=H(q,n)z=Z[j]j=b(-158245-(-157860))q=25532129264648-333207 l=c[z]z=u[U[-1010465-(-1010466)]]Z=u[U[60916-60914]]H=Z(j,q)c=z[H]G=l[c]j=-31583+13551887471621 l=645263-645255 A=G*l H=b(-820799+820265)i=s+A G=u[U[-579202+579208]]t=28822211224069-650648 c=u[U[100302+-100301]]z=u[U[582786+-582784]]Z=z(H,j)l=c[Z]A=G[l]n=b(-155792-(-155325))z=u[U[-995028-(-995034)]]H=u[U[-400352+400353]]j=u[U[990653+-990651]]q=j(n,t)n=12213949477362-859067 Z=H[q]c=z[Z]Z=u[U[-242479+242480]]H=u[U[528600+-528598]]q=b(727595-728088)j=H(q,n)z=Z[j]l=c[z]c=-822783-(-822792)G=l*c s=A+G R=e(i,s)H=19830478218922-(-1031528)z=27096101373846-906829 c=b(-532376-(-532396))s=b(896828+-896749)i=V[s]A=u[U[662724+-662723]]q=-741971+15106396057037 G=u[U[-670528-(-670530)]]l=G(c,z)j=584600+6115147046791 s=A[l]Z=b(834450-834386)e=i[s]G=b(-609252-(-609103))A=V[G]l=u[U[-539704-(-539705)]]c=u[U[-636081+636083]]z=c(Z,H)G=l[z]s=A[G]H=b(-27660+27049)l=b(-980626-(-980477))G=-442247+442247 A=s(G)G=V[l]c=u[U[-846797+846798]]z=u[U[980814+-980812]]Z=z(H,j)l=c[Z]s=G[l]c=b(53487-53636)l=-494343-(-494343)G=s(l)l=V[c]z=u[U[341290-341289]]Z=u[U[-207087-(-207089)]]j=b(406563+-406913)H=Z(j,q)c=z[H]s=l[c]c=172183-172093 l={s(c)}i=e(A,G,I(l))S=R*i s=-794599+16871985020567 o[Q]=S o=u[U[681302-681297]]S=u[U[244052-244051]]e=u[U[30400+-30398]]i=b(981979-982600)R=e(i,s)e=b(746103+-746584)s=b(355327-355335)Q=S[R]S=V[e]o[Q]=S A=239876+10771610888851 Q=u[U[609899+-609892]]e=u[U[-964942-(-964943)]]R=u[U[940867+-940865]]i=R(s,A)S=e[i]c=545810+11354211713173 s=b(228369-228365)A=1004994+21182281044165 o=Q[S]S=u[U[-184443+184448]]Q=o(S)o=b(86909-86871)o=Q[o]o=o(Q)o=u[U[-202002-(-202010)]]e=u[U[343317+-343316]]R=u[U[641979+-641977]]i=R(s,A)S=e[i]s=b(521948-521904)e=u[U[-488867+488876]]o[S]=e o=u[U[395931+-395923]]e=u[U[-424392+424393]]R=u[U[657295-657293]]A=29730247766741-(-49983)i=R(s,A)S=e[i]e=u[U[-658072-(-658077)]]l=b(-1039373+1039198)H=930032+22517069461509 o[S]=e A=17139449053221-270584 o=u[U[-711774-(-711782)]]e=u[U[-351825+351826]]R=u[U[729466+-729464]]Z=b(-817044-(-816609))s=b(-599608+599578)i=R(s,A)S=e[i]i=b(688385+-688306)C=2655406-(-451535)R=V[i]s=u[U[-456999+457000]]A=u[U[380625+-380623]]G=A(l,c)i=s[G]A=-18283-(-18283)e=R[i]i=-348059-(-348059)G=16847361006453-1031376 s=326041-326041 R=e(i,s,A)e=b(-967810+967338)o[S]=R S=V[e]R=u[U[388670+-388669]]i=u[U[-452357-(-452359)]]A=b(-186945-(-186442))s=i(A,G)A=b(531815+-531878)e=R[s]o=S[e]R=u[U[-1319+1320]]i=u[U[-89651-(-89653)]]G=-529568+906762212934 s=i(A,G)e=R[s]S=o(e)G=730389+27969264029131 A=b(224910-224837)u[U[-989991-(-990001)]]=S o=u[U[-712219+712229]]R=u[U[-71470+71471]]i=u[U[-642750+642752]]s=i(A,G)e=R[s]A=u[U[-923790+923796]]l=u[U[-777596+777597]]c=u[U[-138713+138715]]z=c(Z,H)G=l[z]s=A[G]G=u[U[-15673+15674]]Z=11390478711072-894056 z=b(742986+-742908)l=u[U[854334-854332]]c=l(z,Z)A=G[c]i=s[A]G=21305247515900-(-532933)s=-205556-(-205656)R=i*s A=b(44774-44767)o[e]=R o=u[U[3757+-3747]]R=u[U[-49794-(-49795)]]i=u[U[633347-633345]]c=b(130032+-129955)s=i(A,G)e=R[s]s=b(1034116-1034403)i=V[s]A=u[U[-644931+644932]]z=1212255212774-398002 G=u[U[-482173-(-482175)]]l=G(c,z)s=A[l]A=331726+668274 l=11438332420631-822601 G=1882022-882022 R=i[s]s=436842-(-563158)i=R(s,A,G)o[e]=i o=u[U[974249+-974239]]R=u[U[732230+-732229]]A=b(-400701-(-400265))i=u[U[-685238+685240]]G=120126+7227746875367 s=i(A,G)G=b(554719+-555041)e=R[s]R=u[U[836575+-836570]]o[e]=R e=b(271455+-271722)o=V[e]i=u[U[-773390+773391]]s=u[U[-10316+10318]]A=s(G,l)l=23883889584918-556965 e=b(-976761+976509)e=o[e]R=i[A]e=e(o,R)R=u[U[904585-904580]]i=-341327+341330 o=b(270215+-270451)o=e[o]o=o(e,R,i)e=b(66020-66287)o=V[e]i=u[U[-827363-(-827364)]]G=b(-435480-(-434970))s=u[U[426595-426593]]A=s(G,l)e=b(-476212-(-475960))R=i[A]i=152529-152526 Q=nil e=o[e]e=e(o,R)G=b(728701-729239)l=5543775688433-(-95012)R=u[U[-939685-(-939695)]]o=b(500871+-501107)o=e[o]o=o(e,R,i)e=u[U[-494691+494696]]i=u[U[53038+-53037]]s=u[U[852447+-852445]]A=s(G,l)R=i[A]o=e[R]e=b(373039-373396)e=o[e]R=J(-604144+3786374,{U[785106+-785095],U[-169289+169290];U[-795932-(-795934)];U[-277397-(-277409)],U[-88872+88882];U[-34364+34369],U[591557-591544],U[-817223-(-817237)],U[640587+-640579],U[285487-285478],U[503588+-503582]})e=e(o,R)u[U[628909+-628896]]=e else L={}C=V[b(-1010634+1010617)]end else C=z Z=u[U[-81002-(-81003)]]q=b(-747358-(-746871))H=u[U[630916-630914]]F=752597+27615697139302 n=33963702679651-457372 g=b(-603665+603531)j=H(q,n)z=Z[j]q=u[U[-58583+58584]]n=u[U[279248+-279246]]t=n(g,F)j=q[t]H=o[j]m=b(-798932-(-798949))q=u[U[-587733+587734]]F=25080080305030-613864 g=b(-74352-(-73997))n=u[U[292558+-292556]]t=n(g,F)g=-158440+9381313395704 j=q[t]Z=H[j]T=b(-902888-(-902500))t=b(452935+-453062)j=u[U[1031774+-1031773]]M=18938155119363-987281 q=u[U[240461-240459]]n=q(t,g)H=j[n]t=u[U[-848988+848989]]g=u[U[-95352+95354]]F=g(T,M)n=t[F]T=b(418725-418990)q=o[n]M=24723113159520-1048168 t=u[U[-38605-(-38606)]]g=u[U[556541-556539]]F=g(T,M)n=t[F]j=q[n]T=1836414365251-(-709908)n=u[U[-36498+36499]]t=u[U[-575381-(-575383)]]F=b(533017+-533187)P=26299385211178-506196 g=t(F,T)q=n[g]F=u[U[-845961+845962]]T=u[U[412706-412704]]M=T(m,P)P=28207237855050-(-654341)g=F[M]t=o[g]F=u[U[1001536-1001535]]m=b(-67967+68093)T=u[U[-978774-(-978776)]]M=T(m,P)g=F[M]n=t[g]m=10658390941190-(-275805)M=b(-55757+55622)g=u[U[958315-958314]]F=u[U[-242299+242301]]T=F(M,m)CQ=547924+34763254014695 O=b(-192308-(-192252))t=g[T]M=u[U[826272+-826271]]m=u[U[-943166-(-943168)]]P=m(O,CQ)T=M[P]F=o[T]M=u[U[-714771-(-714772)]]CQ=-480991+25513108571463 O=b(-128177+128283)m=u[U[-185751+185753]]P=m(O,CQ)T=M[P]g=F[T]C={[L]=i;[R]=A,[s]=G;[l]=c;[z]=Z;[H]=j;[q]=n;[t]=g}z=b(-599726-(-599392))H=b(917385-917729)c=22897811826894-(-327896)i=p()R=p()u[R]=C C={}u[i]=C l=b(429465-429561)C=u[i]Z=11627838977518-(-302904)s=u[U[6362-6361]]A=u[U[-162612-(-162614)]]G=A(l,c)L=s[G]s=310512-310511 l=b(1020842+-1021241)C[L]=s C=u[i]s=u[U[-232904+232905]]j=933577+10610425762947 A=u[U[-84949+84951]]c=17313537409794-975748 G=A(l,c)L=s[G]s=268192-268192 C[L]=s C=b(957599+-957715)A=b(-814204-(-814094))C=S[C]C=C(S)s=p()u[s]=C L=V[A]G=u[U[-915443+915444]]l=u[U[-740829-(-740831)]]c=l(z,Z)A=G[c]C=L[A]A=u[s]G=N(11866791-(-238907),{U[716667-716666];U[391826+-391824]})L=C(A,G)C=u[i]z=-175456+8863675825535 c=b(952113+-952312)A=u[U[488589-488588]]G=u[U[-126783-(-126785)]]l=G(c,z)L=A[l]l=u[s]z=u[s]c=#z G=l[c]c=u[U[-192754-(-192755)]]z=u[U[740423+-740421]]Z=z(H,j)l=c[Z]A=G[l]C[L]=A C=w(1318924-189732,{U[360641+-360640];U[400637+-400635];i})A=p()u[A]=C z=b(11816+-12220)L=b(-38911-(-38921))C=V[L]z=S[z]c={z(S)}z={C(I(c))}L=z[-975111+975112]C=12192891-(-369304)c=L G=z[69748-69746]l=z[-811674+811677]end end end else if C<11212204-737476 then if C<227815+10102787 then if C<-357281+10653453 then if C<22945+10261573 then C=b(-786257+785928)C=Z[C]C=C(Z)C=2746200-(-515596)else L={}C=V[b(-855818+855380)]end else C=L and 3989715-(-664066)or 99640+1085944 end else if C<9912028-(-488974)then if C<131795+10244730 then C=true C=C and 696232+6415074 or 5291095-217732 else C=L and 2151600-(-46292)or 7298382-(-678542)end else s=19558310397051-745704 C=Q S=u[U[-657398-(-657399)]]i=b(-860320-(-859700))e=u[U[363863-363861]]R=e(i,s)Q=S[R]L=C(o,Q)R=-533540+16146244665730 o={}e=b(-138394+138165)L=b(322446+-322425)C=V[L]Q=u[U[-938507+938510]]L=C(o,Q)o=L L=u[U[-633141-(-633142)]]Q=u[U[-131333+131335]]S=Q(e,R)C=L[S]L=D o[C]=L L=u[U[-990801-(-990802)]]e=b(-132696-(-132794))Q=u[U[173182+-173180]]R=627869+3828726903385 S=Q(e,R)C=L[S]R=23881830049561-(-689239)L=false o[C]=L e=b(-192338+192108)L=u[U[-1029634-(-1029635)]]Q=u[U[-640059+640061]]S=Q(e,R)C=L[S]L=nil o[C]=L L={o}C=V[b(-952715+952497)]end end else if C<11521479-990146 then if C<-10057+10527061 then if C<10061886-(-446102)then C=L and 9301625-(-822803)or 750212+2356729 else C=u[U[-915723-(-915726)]]i=b(-500433+500398)l=32407247333281-306351 s=13942765516046-236466 S=u[U[-246102+246103]]e=u[U[221409+-221407]]R=e(i,s)Q=S[R]R=b(-416350+416201)e=V[R]i=u[U[535666-535665]]G=b(984297-984686)s=u[U[-682771+682773]]A=s(G,l)R=i[A]i=C C=o and 12427166-(-847805)or 7554652-665191 S=e[R]R=o end else C=L and 2776779-650809 or 13173267-(-851215)end else if C<10960121-385652 then if C<9558099-(-1015139)then K=u[o]C=K and-119671+14493266 or 7978871-(-6633)CQ=K else L=u[U[962977-962971]]S={}Q=u[U[249144-249137]]L[Q]=S C=-786432+13427699 end else z=u[U[-107489+107498]]Z=true c=z==Z G=c C=-380220+8958970 end end end end end else if C<12162453-403557 then if C<12159019-931473 then if C<11937536-839368 then if C<903906+10063767 then if C<11866162-949631 then if C<11476478-822600 then C=-6122+7563668 D=nil else C=L and 10324437-814156 or 2321506-(-600519)end else if C<11119291-153614 then L={}C=V[b(336610+-337129)]else e,s=R(S,e)C=e and 13496341-472299 or-391161+12303059 end end else if C<-651229+11728831 then if C<10433901-(-560178)then C=b(-1025065+1025156)L=u[U[801817-801813]]C=D[C]C=C(D,L)C=C and-969606+8447872 or 777449+10886041 else L={}C=V[b(651747-652160)]end else L=u[U[747600+-747594]]C=not L C=C and 5917195-1007527 or 53566+11243654 end end else if C<10565461-(-564088)then if C<11028168-(-81620)then if C<583134+10520029 then L={}C=V[b(-19041-(-18594))]else C=-421151+10941048 S=-542048+542048 Q=o=S i=R and i o=i or o i=-678690-(-987651)C=o and i o=426157+3574462 C=C or o end else L=b(-500703+500458)C=V[L]L=C()C=1040492+-897662 end end end end else if C<13615664-(-683202)then if C<58974+14038380 then if C<1013643+13016074 then if C<709507+13287353 then if C<14775803-784915 then sQ,GQ=iQ(RQ,sQ)C=sQ and 1044936+7574003 or 4762299-(-948206)else C=-143347+6170203 zQ=b(68198-68748)lQ=u[S]ZQ=11989707651900-566637 AQ=u[o]jQ=AQ(zQ,ZQ)cQ=lQ[jQ]zQ=b(563324-563436)lQ=748377-748376 GQ[cQ]=lQ ZQ=-257397+30134752568389 lQ=u[S]AQ=u[o]jQ=AQ(zQ,ZQ)cQ=lQ[jQ]jQ=b(767614-767984)AQ=V[jQ]zQ=u[S]ZQ=u[o]HQ=b(1013819-1014195)nQ=7323044252569-622151 qQ=ZQ(HQ,nQ)jQ=zQ[qQ]lQ=AQ[jQ]jQ=309063+-308893 ZQ=-716930-(-717100)zQ=953852-953682 AQ=lQ(jQ,zQ,ZQ)GQ[cQ]=AQ end else if C<14960173-945756 then G=b(-917046+916932)l=29580014114066-(-336060)A=29580983764932-528886 C=u[U[-327895-(-327896)]]o=u[U[-638830+638832]]R=216779+33312353136077 z=740525+32097556000181 e=b(833241+-833816)Q=u[U[217044-217041]]S=Q(e,R)s=b(-944360-(-943742))L=o[S]c=b(-115910+116044)S=b(-482882-(-482961))Q=V[S]e=u[U[-398711+398713]]R=u[U[542131-542128]]i=R(s,A)S=e[i]o=Q[S]i=u[U[-896858+896860]]s=u[U[-143190-(-143193)]]A=s(G,l)R=i[A]s=b(-15789+15502)e=D[R]i=V[s]A=u[U[-320733-(-320735)]]G=u[U[-830770-(-830773)]]l=G(c,z)s=A[l]A=292208-292203 R=i[s]G=-727175+727175 s=382777-382777 i=R(s,A,G)S=e+i Q=o(S)C[L]=Q C=9822079-(-822386)else G=b(865645+-865857)C=u[U[-294412-(-294415)]]i=b(-259688+259364)S=u[U[-1004009+1004010]]s=24722765415558-137102 l=4496541677888-(-85741)e=u[U[736037-736035]]R=e(i,s)Q=S[R]R=b(609989-610138)e=V[R]D=nil i=u[U[220149+-220148]]s=u[U[-659662-(-659664)]]A=s(G,l)R=i[A]s=-649380-(-649560)i=C S=e[R]R=o or s s=-68179+68359 i=517970-517969 e=S(R,i,s)C[Q]=e Q=u[U[321013-321010]]e=u[U[-265284-(-265285)]]L={}s=b(-42402-(-42273))R=u[U[-235520-(-235522)]]A=31172298762152-(-676107)i=R(s,A)S=e[i]e=false C=V[b(-688958+688921)]Q[S]=e Q=u[U[-524931+524934]]e=u[U[-677169+677170]]R=u[U[-586766+586768]]A=6851928803635-(-803651)G=16124382007408-963356 s=b(1024673+-1025147)i=R(s,A)S=e[i]e=true Q[S]=e o=nil e=b(-866499+866106)S=V[e]R=u[U[-658580+658581]]i=u[U[511523+-511521]]A=b(51999+-52377)s=i(A,G)e=R[s]G=10402998985028-855640 Q=S[e]e=Y(13728398-(-369616),{U[-856092-(-856095)];U[-85798+85799];U[-1007612+1007614];U[-746799+746803]})S=Q(e)e=b(-361152-(-360759))S=V[e]R=u[U[837694+-837693]]i=u[U[-46391+46393]]A=b(-688275-(-688317))s=i(A,G)e=R[s]Q=S[e]e=w(824505+-394491,{U[373999-373996],U[-873059-(-873060)],U[251954-251952];U[385817+-385813];U[404526-404521],U[374299+-374293];U[-796067+796074],U[-491043-(-491051)];U[812953+-812944],U[-613268-(-613278)];U[-1036744-(-1036755)];U[-328131-(-328143)]})S=Q(e)end end else if C<13775012-(-297796)then if C<14905396-852492 then C=-370381+3688522 else C={}D=C o=579958-579957 Q=u[U[736960+-736951]]S=Q Q=-1024166-(-1024167)C=14838778-924933 e=Q Q=410796-410796 R=el C=-751985+12983235 L=R else C=i and 931744+3038484 or-332527+14701057 end else L={}C=V[b(-263743+263457)]end else if C<400751+14412298 then if C<13858183-(-927250)then o=u[U[127841+-127839]]Q=u[U[-1022002+1022005]]D=o==Q C=11058970-960571 L=D else o=u[U[806511+-806510]]e=b(1014730-1014719)Q=u[U[230374-230372]]R=12980901326905-448669 S=Q(e,R)L=o[S]C=D[L]L=b(-5923+5548)S=b(506773+-507073)L=C[L]L=L(C)L=u[U[-84706-(-84707)]]e=-601585+29728069067780 o=u[U[478424-478422]]Q=o(S,e)C=L[Q]L=nil D[C]=L C=1047746+12341360 end else q=u[o]j=q C=q and 680431+8826415 or-790480+1842377 end end end end end else if C<15265776-(-460049)then if C<620905+14625966 then if C<15008502-(-110696)then if C<-863326+15863165 then if C<695593+14224470 then if C<14793037-(-96007)then C=5086646-(-959030)else A=p()G=-884050-(-884053)u[A]=L C=u[i]l=789595+-789530 L=C(G,l)z=b(238446+-238750)G=p()u[G]=L C=-96514-(-96514)l=C Z=Y(6815959-(-241710),{})C=480057-480057 c=C L=V[z]z={L(Z)}C={I(z)}z=C L=5198-5196 C=z[L]L=b(-483004+482736)Z=C n=b(-178556-(-178055))C=V[L]H=u[Q]q=V[n]n=q(Z)q=b(812962+-812823)j=H(n,q)H={j()}L=C(I(H))H=p()u[H]=L C=19457+15844365 L=868490+-868489 j=u[G]q=j j=858658+-858657 n=j j=62770+-62770 t=n=o e=S and e L=e or L e=-964042+16804563 C=L and e L=-62021-(-267421)C=C or L else C=L and 11282781-47238 or 2345535-400245 end end else if C<15400187-353694 then if C<14266162-(-741802)then T=11905708188212-(-177012)z=b(-994896-(-994270))F=b(-1012633-(-1012322))G=false u[U[-777436-(-777446)]]=G l=false u[U[1010395-1010383]]=l c=V[z]Z=u[U[143486-143479]]j=u[U[325961-325953]]n=u[U[516792+-516790]]t=u[U[971040-971037]]g=t(F,T)T=-125353+2059280493927 q=n[g]H=j[q]F=b(-281853-(-281916))z=c(Z,H)z=b(690450+-691076)c=V[z]Z=u[U[407422+-407415]]j=u[U[502484+-502476]]n=u[U[252887+-252885]]t=u[U[-541591+541594]]g=t(F,T)q=n[g]H=j[q]C=427058+5442763 z=c(Z,H)else C=true D=b(-1047803-(-1047846))o=-363254-(-363257)u[U[-1018000+1018001]]=C L=V[D]D=L(o)D=b(446952+-447249)o=532802+78708113686697 L=V[D]A=b(-570224-(-570247))D=L(o)C=V[b(-462619-(-462087))]D=b(707395+-707406)L=V[D]o=u[U[506473+-506471]]S=u[U[1015204+-1015201]]R=u[U[74797+-74793]]G=25730493418559-(-615054)i=u[U[925316+-925311]]s=i(A,G)e=R[s]Q=S[e]R=b(679193-679717)S=324098-324097 i=1176207688266-(-573401)D=L(o,Q,S)Q=u[U[-808355-(-808359)]]S=u[U[-53348-(-53353)]]e=S(R,i)o=Q[e]Q=b(-991693+991520)L=D[o]o=b(-807573-(-807704))o=L[o]o=o(L)D=nil L=false u[U[-1001030+1001031]]=L o=V[Q]Q=o()L={}end else s=25491936259854-213168 Q=b(-480196+480047)C=nil o=C D=B[-473674+473675]L=V[Q]S=u[U[154221+-154220]]e=u[U[-672811+672813]]i=b(-577764-(-577555))R=e(i,s)Q=S[R]i=b(-713234-(-712753))C=L[Q]Q=C L=b(-952034-(-952044))s=b(-949375+948971)C=V[L]R=V[i]s=R[s]i={s(R)}R={C(I(i))}C=11973013-192291 L=R[110465-110464]S=R[662838-662836]e=R[242271+-242268]R=L end end else if C<14943694-(-215944)then if C<15629764-473775 then if C<15021179-(-116528)then L=589082-589082 o=B[-172858+172860]D=B[-896934+896935]C=o=q g=t and g L=g or L g=13261080-642066 C=L and g L=15627282-781318 C=C or L end else l=u[U[-878567-(-878568)]]j=b(623652-623964)q=26495505838698-(-654791)z=u[U[-934737-(-934739)]]C=520633+5354309 Z=u[U[614985-614982]]H=Z(j,q)c=z[H]G=l[c]l=969407+-969407 R=G>l L=R end end else if C<689080+15549918 then if C<15679761-(-534826)then if C<-384841+16571360 then C=i C=R and 28190+12156350 or-112733+8079133 else NQ=b(-980527+980447)C=-814087+13588226 aQ=25822838764288-525320 dQ=u[S]YQ=u[o]oQ=rQ hQ=YQ(NQ,aQ)wQ=dQ[hQ]dQ=u[O]oQ=nil eQ[wQ]=dQ eQ=nil end else s=19032710354610-(-461804)i=b(-84218+84004)o=u[U[-856318-(-856319)]]S=u[U[-1003113-(-1003115)]]e=u[U[-231877-(-231880)]]R=e(i,s)Q=S[R]C=523431+9007126 D=o[Q]L=D end else if C<16091621-(-151903)then if C<16719442-478712 then C=u[U[-686641-(-686645)]]e=26848899866938-(-413596)S=b(1023364-1023599)D=u[U[-450031+450033]]i=b(233695-234266)o=u[U[-297297+297300]]Q=o(S,e)L=D[Q]S=b(59512-60008)s=176124+2436139127922 D=u[U[-187476+187481]]C[L]=D e=602323+1078721990947 C=u[U[-83551+83555]]D=u[U[-986157+986159]]o=u[U[-555038+555041]]Q=o(S,e)L=D[Q]D=u[U[854606+-854600]]C[L]=D C=u[U[-736114+736118]]S=b(889779+-889887)D=u[U[277976-277974]]e=-83742+720323020909 o=u[U[62313-62310]]Q=o(S,e)L=D[Q]Q=b(777457-777378)o=V[Q]S=u[U[186893+-186891]]e=u[U[-561854-(-561857)]]R=e(i,s)e=-414832+414832 Q=S[R]D=o[Q]Q=610500+-610500 S=-1041242-(-1041257)o=D(Q,S,e)C[L]=o D=u[U[777833+-777826]]C=D and 1046235+6553947 or 4325725-(-18236)L=D else L={}C=V[b(-655387-(-655412))]end else nQ=b(523053-523495)ZQ=u[S]tQ=1980497461392-(-983818)qQ=u[o]HQ=qQ(nQ,tQ)zQ=ZQ[HQ]jQ=GQ[zQ]ZQ=u[S]nQ=b(973414+-973256)qQ=u[o]C=-160917+3274115 tQ=-379471+6106588960106 HQ=qQ(nQ,tQ)zQ=ZQ[HQ]AQ=jQ~=zQ cQ=AQ end end end else if C<-200455+16642792 then if C<15321809-(-1043418)then if C<147248+16191550 then if C<416474+15879514 then z=b(-849062-(-848646))A=b(620528-620829)s=V[A]G=u[U[-925548+925549]]l=u[U[-863731+863733]]Z=201299+27639473741811 c=l(z,Z)A=G[c]i=s[A]c=b(-82426+82271)A=u[U[351303+-351302]]z=7361230267289-(-305610)G=u[U[-90350+90352]]l=G(c,z)s=A[l]L=i[s]e=L C=-414581+12476788 else D=B[-796995+796996]e=u[U[-464725+464726]]C=b(305613-305929)Q=B[-22576-(-22579)]o=B[688349+-688347]A=12239419915981-(-1021814)C=o[C]s=b(-1036750+1036167)Z=21299102924420-(-370746)l=b(601793+-601926)R=u[U[490952-490950]]S=Q i=R(s,A)c=661187+17734653299071 L=e[i]z=b(430317+-430515)e=p()C=C(o,L)u[e]=C R=u[e]s=u[U[-762447+762448]]A=u[U[20509+-20507]]G=A(l,c)i=s[G]L=R[i]A=b(-861063-(-860762))s=V[A]G=u[U[-198874+198875]]l=u[U[-608618+608620]]c=l(z,Z)A=G[c]i=s[A]A=u[U[-407605+407606]]c=b(100300+-100267)z=-347804+6775315847919 G=u[U[-414211-(-414213)]]l=G(c,z)s=A[l]R=i[s]C=L~=R C=C and 2924553-(-782562)or 11293992-(-527456)end else Q=b(-76775+76931)L=V[Q]i=u[U[607935+-607929]]C=-933535+15516472 s=u[U[-603732+603739]]R=i[s]i={L(R)}S=i[159290+-159288]e=i[938304-938301]Q=i[-309945+309946]end else if C<312287+16090104 then if C<-789644+17176932 then z=u[U[-522592-(-522593)]]Z=u[U[-877644+877646]]j=b(-403999-(-403659))q=26506827702517-(-626498)H=Z(j,q)Z=b(-737553+737252)c=z[H]n=b(-999036+998708)t=-957756+34827405483157 l=e[c]z=V[Z]H=u[U[237395+-237394]]j=u[U[821131-821129]]q=j(n,t)Z=H[q]c=z[Z]G=l~=c C=14217588-(-1041858)s=G else C=Q C=o and 245421+13641193 or 5581878-(-463798)end else A=C q=779852+10601982340348 c=b(-883452+883449)l=V[c]j=b(-402645-(-402482))c=l(e)z=u[U[388490+-388489]]Z=u[U[730676+-730674]]H=Z(j,q)l=z[H]G=c~=l s=G C=G and 237947+15021499 or-581660+16947869 end end else if C<17221020-548729 then if C<-701266+17372572 then if C<16180978-(-372152)then C=q C=590289+5008895 H=j else L=b(-69503+69384)C=V[L]L=C()C=7772523-(-1019873)end else G=G+l z=not c s=G<=A s=z and s z=G>=A z=c and z s=z or s z=-53235-(-167331)C=s and z s=104265+8361191 C=C or s end else if C<16327752-(-398912)then if C<-992577+17712721 then L=D C=o C=5975233-(-936559)else C=ZQ AQ=zQ C=8106963-(-193105)end else u[U[471904-471899]]=L D=nil C=-979930-(-1024194)end end end end end end end end end C=#W return I(L)end,function(V)D[V]=D[V]-(303137-303136)if-445458+445458==D[V]then D[V],u[V]=nil,nil end end,function(V,b)local I=Q(b)local B=function(B,U)return C(V,{B;U},b,I)end return B end,function(V,b)local I=Q(b)local B=function(...)return C(V,{...},b,I)end return B end,function(V,b)local I=Q(b)local B=function(B)return C(V,{B},b,I)end return B end,{},function(V,b)local I=Q(b)local B=function(B,U,W,f,L,u)return C(V,{B;U,W,f;L,u},b,I)end return B end,{},function(V)for b=243715+-243714,#V,-763419+763420 do D[V[b]]=(348967-348966)+D[V[b]]end if B then local C=B(true)local I=W(C)I[b(-272495-(-272494))],I[b(-207197+206566)],I[b(-468387+468126)]=V,S,function()return-328551+-1696579 end return C else return U({},{[b(-241042+240411)]=S,[b(-484063-(-484062))]=V;[b(475868-476129)]=function()return-873935+-1151195 end})end end,function(V,b)local I=Q(b)local B=function(B,U,W,f,L,u,D)return C(V,{B,U;W;f,L;u,D},b,I)end return B end,function(V,b)local I=Q(b)local B=function()return C(V,{},b,I)end return B end,function(V,b)local I=Q(b)local B=function(B,U,W,f,L,u,D,p,o)return C(V,{B;U;W,f,L;u,D,p;o},b,I)end return B end,function(V,b)local I=Q(b)local B=function(B,U,W)return C(V,{B;U,W},b,I)end return B end return(e(14166933-(-990938),{}))(I(L))end)(getfenv and getfenv()or _ENV,unpack or table[b(-1007970-(-1007892))],newproxy,setmetatable,getmetatable,select,{...})end)(...)