如何解码lua脚本使用此Encryption函数encodings(key,code)?

时间:2018-10-27 15:13:09

标签: php encryption lua

我需要您的解码帮助!我如何解码以及如何将其解码为

function encodes(key,code)
return (code:gsub('..', function (h) return 
string.char((tonumber(h,16)+256-13 - key + 999999*256)%256) end))
end
local v_value=gg.prompt({'Enter password'},{[1]=0},{[1]='number'})
gg.toast('Loading……')
pcall(encodes(v_value[1],('Code here')
local enc = load(data)
pcall(enc)

请大家帮助我,回答我很累。

0 个答案:

没有答案