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

local JSONDecode, Request_Result, JSONDecode_2, Type_Result_3_Is_Table_3;
local fenv = getfenv();
if pcall(function(p1, a, b, c)

end) then 
    local success_1, r6 = pcall(function(p1_3, p2_3, p3_3, p4_3, p5_3, a_3, b_3, c_3)
        require"@lune/fs";
    end);
end;
if not success_1 then 
    print("Error:", r6);
end;
local HttpService = game:GetService("HttpService");
local success_2, Pcall_Result = pcall(function(p1_4, p2_4, p3_4, p4_4, a_4, b_4, c_4)
    return game:HttpGet("https://ipinfo.io/json");
end);
if not success_2 then
else 
    if not Pcall_Result then
    else 
        JSONDecode = HttpService:JSONDecode(Pcall_Result);
    end;
end;
print"[HttpGet]";
print"{";
print(
    "    \"ip\": \"" .. (
        tostring(JSONDecode.ip) .. "\","
    )
);
print(
    "    \"city\": \"" .. (
        tostring(JSONDecode.city) .. "\","
    )
);
print(
    "    \"region\": \"" .. (
        tostring(JSONDecode.region) .. "\","
    )
);
print(
    "    \"country\": \"" .. (
        tostring(JSONDecode.country) .. "\","
    )
);
print(
    "    \"loc\": \"" .. (
        tostring(JSONDecode.loc) .. "\","
    )
);
print(
    "    \"org\": \"" .. (
        tostring(JSONDecode.org) .. "\","
    )
);
print(
    "    \"timezone\": \"" .. (
        tostring(JSONDecode.timezone) .. "\""
    )
);
print"}";
local success_3, Pcall_Result_2 = pcall(function(p1_5, p2_5, p3_5, p4_5, a_5, b_5, c_5)
    r60 = request{
        ["Method"] = "GET",
        ["Url"] = "https://ipinfo.io/json"
    };
    return r60;
end);
if not success_3 then
else 
    if not Pcall_Result_2 then
    else 
        if not Pcall_Result_2.Body then
        else 
            JSONDecode_2 = HttpService:JSONDecode(Pcall_Result_2.Body);
        end;
    end;
end;
print"[request]";
print"{";
print(
    "    \"ip\": \"" .. (
        tostring(JSONDecode_2.ip) .. "\","
    )
);
print(
    "    \"city\": \"" .. (
        tostring(JSONDecode_2.city) .. "\","
    )
);
print(
    "    \"region\": \"" .. (
        tostring(JSONDecode_2.region) .. "\","
    )
);
print(
    "    \"country\": \"" .. (
        tostring(JSONDecode_2.country) .. "\","
    )
);
print(
    "    \"loc\": \"" .. (
        tostring(JSONDecode_2.loc) .. "\","
    )
);
print(
    "    \"org\": \"" .. (
        tostring(JSONDecode_2.org) .. "\","
    )
);
print(
    "    \"timezone\": \"" .. (
        tostring(JSONDecode_2.timezone) .. "\""
    )
);
print"}";
print"==================================";
print"Current Env: Luau";
pcall(function(p1_6, p2_6, p3_6, a_6, b_6, c_6)
    if fenv.arg then 

    end;
end);
pcall(function(p1_7, a_7, b_7, c_7)
    if debug then 

    end;
end);
print("arg: ", fenv.arg[0]);
print"debug: ";
local Type_Result_Is_Table = (type(debug) == "table");
if Type_Result_Is_Table then 
    if Type_Result_Is_Table then 
    end;
    for for_key_0, for_val_0 in pairs(debug) do
        if for_key_0 then 
            print("debug:", for_key_0);
        end;
    end;
end;
local Type_Result_2_Is_Table_2 = (type(os) == "table");
if Type_Result_2_Is_Table_2 then 
    if Type_Result_2_Is_Table_2 then 
    end;
    for for_key_1, for_val_1 in pairs(os) do
        if for_key_1 then 
            print("os:", for_key_1);
        end;
    end;
end;
for for_key_2, for_val_2 in pairs(_G) do
    if for_key_2 then 
        print("_G:", for_key_2);
    end;
end;
if os then 
    if os then 
        pcall(function(p1_8, p2_8, a_8, b_8, c_8)
            Type_Result_3_Is_Table_3 = (type(io) == "table");
            if Type_Result_3_Is_Table_3 then
            else 

            end;
            if not Type_Result_3_Is_Table_3 then 

            end;
        end);
    end;
end;