Categories > Coding > Lua >
[REQUEST] Any Free Lua Obfuscator?
Posted
Don't say moonsec/Ironbrew (NORMAL/DEOBFUSCATABLE BY LD), It's easily de-obfuscatable using LD.
Any other free lua obfuscators?
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
Replied
Hm no.. you want too much use luraph or make a custom one
https://cdn.discordapp.com/attachments/986989869068865567/993283556619063356/holy.png
Cancel
Post
Did I mention I use arch btw?
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
Did I mention I use arch btw?
fka as delta
Did I mention I use arch btw?
Replied
@Whoman yes but for example if we take a paid and good obfuscator which is Hard to crack, then the guy who reverses ur script will defo be competent enought to not leak it(unless it's skidded)
But for moonsec it has a publically available deobfuscater what more do u want better just release it unobfuscated
Cancel
Post
fka as delta
Replied
function obfuscate(s)--obfuscator
local leng = string.len(s)
local curlen = 1
local res = ''
repeat res = res .. "\92" .. string.byte(s, curlen) curlen=curlen+1 until curlen==leng+1
return res
end
how to execute obfuscated script:
loadstring('obfuscatedScriptGoesHere', true)()
Cancel
Post
Did I mention I use arch btw?
Replied
@68729 Of-course you, Sweetie Pie 😉
Cancel
Post
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post