Posted
So I am wondering if there is any way to make custom lua byte code, the normal bytecode looks like this(It says print(hi)):
\112\114\105\110\116\40\34\72\105\34\41\10
But that can be easily cracked by just doing:
print("\112\114\105\110\116\40\34\72\105\34\41\10")
so i heard about this thing called custom byte code but i can not find any documentation or write ups on how to make it.
Can somebody tell me how to do this?
Replied
did you mean lua obfuscation?
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post