Forum > Coding >

Custom lua bytecode

Posts: 2

Threads: 2

Joined: Jan, 2019

Reputation: 0

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?

  • 0

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

did you mean lua obfuscation?

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )