Lua ByteCode Obfuscation/Deobfuscation
[CODE title="Lua ByteCode Obfuscation:" highlight="2"]s='game'
b=""
for v=1,string.len(s) do
b=b.."\\"..string.byte(s,v)
end
print(b)[/CODE]
[CODE title="Lua ByteCode Deobfuscation:" highlight="2"]Just Write
a = 'here obfuscated bytecode'
print(a)
[/CODE]
Wanna Find me ? Discord : ProB1#1337
[CODE title="Lua ByteCode Obfuscation:" highlight="2"]s='game'
b=""
for v=1,string.len(s) do
b=b.."\\"..string.byte(s,v)
end
print(b)[/CODE]
[CODE title="Lua ByteCode Deobfuscation:" highlight="2"]Just Write
a = 'here obfuscated bytecode'
print(a)
[/CODE]
Wanna Find me ? Discord : ProB1#1337