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

local r131;
local fenv = getfenv();
if not pcall(function(p1, a, b, c)

end) then
else 

end;
game:GetService("Workspace");
local LocalPlayer = game:GetService("Players").LocalPlayer;
local _ = workspace.CurrentCamera;
local WallHopMenu = LocalPlayer.PlayerGui:FindFirstChild("WallHopMenu");
if WallHopMenu then 
    WallHopMenu:Destroy();
end;
local WallHopMenu_2 = Instance.new"ScreenGui";
WallHopMenu_2.Name = "WallHopMenu";
WallHopMenu_2.ResetOnSpawn = false;
WallHopMenu_2.Parent = LocalPlayer:WaitForChild("PlayerGui");
local UDim2_New = UDim2.new;
local Frame = Instance.new"Frame";
Frame.Size = UDim2_New(0, 240, 0, 160);
Frame.Position = UDim2_New(0.05, 0, 0.4, 0);
local FromRGB = Color3.fromRGB;
Frame.BackgroundColor3 = FromRGB(20, 20, 20);
Frame.Active = true;
Frame.Draggable = true;
Frame.Parent = WallHopMenu_2;
Frame:GetPropertyChangedSignal("Position"):Connect(function(p1_2, p2_2, p3_2, p4_2, p5_2, a_2, b_2, c_2)

end);
local UDim_New = UDim.new;
Instance.new("UICorner", Frame).CornerRadius = UDim_New(0, 18);
local UIStroke = Instance.new("UIStroke", Frame);
UIStroke.Color = FromRGB(0, 0, 0);
UIStroke.Thickness = 4;
local Wall_Hop_You_Vs_Homer = Instance.new("TextLabel", Frame);
Wall_Hop_You_Vs_Homer.Size = UDim2_New(1, -52, 0, 40);
Wall_Hop_You_Vs_Homer.Position = UDim2_New(0, 10, 0, 0);
Wall_Hop_You_Vs_Homer.TextXAlignment = Enum.TextXAlignment.Left;
Wall_Hop_You_Vs_Homer.BackgroundTransparency = 1;
Wall_Hop_You_Vs_Homer.Text = "Wall Hop You Vs Homer";
Wall_Hop_You_Vs_Homer.TextColor3 = FromRGB(255, 255, 255);
Wall_Hop_You_Vs_Homer.Font = Enum.Font.GothamBold;
Wall_Hop_You_Vs_Homer.TextSize = 14;
local TextButton = Instance.new("TextButton", Frame);
TextButton.Size = UDim2_New(0, 26, 0, 26);
TextButton.Position = UDim2_New(1, -58, 0, 7);
TextButton.Text = "-";
TextButton.Font = Enum.Font.GothamBold;
TextButton.TextSize = 18;
TextButton.TextColor3 = Color3.new(1, 1, 1);
TextButton.BackgroundColor3 = FromRGB(30, 30, 30);
Instance.new("UICorner", TextButton).CornerRadius = UDim_New(1, 0);
local X = Instance.new("TextButton", Frame);
X.Size = UDim2_New(0, 26, 0, 26);
X.Position = UDim2_New(1, -30, 0, 7);
X.Text = "X";
X.Font = Enum.Font.GothamBold;
X.TextSize = 14;
X.TextColor3 = FromRGB(255, 80, 80);
X.BackgroundColor3 = FromRGB(30, 30, 30);
Instance.new("UICorner", X).CornerRadius = UDim_New(1, 0);
local Desligado = Instance.new("TextButton", Frame);
Desligado.Size = UDim2_New(0.8, 0, 0, 40);
Desligado.Position = UDim2_New(0.1, 0, 0.45, 0);
Desligado.BackgroundColor3 = FromRGB(170, 40, 40);
Desligado.Text = "Desligado";
Desligado.TextColor3 = FromRGB(255, 255, 255);
Desligado.Font = Enum.Font.GothamBold;
Desligado.TextSize = 16;
Desligado.Parent = Frame;
Instance.new("UICorner", Desligado).CornerRadius = UDim_New(0, 14);
local By_Olhadinhaso = Instance.new("TextLabel", Frame);
By_Olhadinhaso.Size = UDim2_New(1, 0, 0, 25);
By_Olhadinhaso.Position = UDim2_New(0, 0, 0.8, 0);
By_Olhadinhaso.BackgroundTransparency = 1;
By_Olhadinhaso.Text = "By Olhadinhaso";
By_Olhadinhaso.TextColor3 = FromRGB(180, 180, 180);
By_Olhadinhaso.Font = Enum.Font.Gotham;
By_Olhadinhaso.TextSize = 16;
By_Olhadinhaso.Parent = Frame;
Desligado.MouseButton1Click:Connect(function(p1_3, a_3, b_3, c_3)
    Desligado.Text = "Ligado";
    game:GetService("TweenService"):Create(Desligado, TweenInfo.new(0.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {
        ["BackgroundColor3"] = FromRGB(60, 180, 90)
    }):Play();
end);
TextButton.MouseButton1Click:Connect(function(a_4, b_4, c_4)
    Frame.Size = UDim2_New(0, 240, 0, 36);
    Desligado.Visible = false;
    By_Olhadinhaso.Visible = false;
    TextButton.Text = "+";
end);
X.MouseButton1Click:Connect(function(p1_5, a_5, b_5, c_5)
    WallHopMenu_2:Destroy();
end);
game:GetService("UserInputService").InputBegan:Connect(function(input, gameProcessedEvent, p3_6, p4_6, a_6, b_6, c_6)
    local _ = not gameProcessedEvent;
    if not gameProcessedEvent then
    else 

    end;
end);
LocalPlayer.CharacterAdded:Connect(function(character, p2_7, p3_7, p4_7, p5_7, a_7, b_7, c_7)
    task.wait(0.1);
    Frame.Visible = true;
end);