Phantom Forces NETWORK SPY SCRIPT

Created by goo#0101

Features:

  • NETWORK SPY SCRIPT

SCRIPT:

rconsoleprint("gps \n\n")
rconsolename("gps")

local network;
for _, v in next, getgc(true) do
    if type(v) == "table" and rawget(v, "send") then
        network = v
        break
    end
end

function createNewPrint(name, args)
    rconsoleprint("@@LIGHT_BLUE@@")
    rconsoleprint("[!] "..name.."\n")
    rconsoleprint("@@LIGHT_GRAY@@")
    for i,v in pairs(args) do
        if type(v) == "table" then
            rconsoleprint("    |> "..tostring(v).." |v| \n")    
            for i,v in pairs(v) do
                rconsoleprint("        > "..tostring(v).."\n") 
            end
            else
            rconsoleprint("    > "..tostring(v).."\n")
        end
    end
    rconsoleprint("\n")
end

local old = network.send
function network:send(name, ...)
    local prms = table.pack(...)
    spawn(function()
        if name ~= "repupdate" and name ~= "ping" then
            createNewPrint(name, prms)
        end
    end)
    return old(self, name, table.unpack(prms))
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!