Categories > Coding > Lua >

How to Crypt script

Posts: 20

Threads: 13

Joined: Jun, 2023

Reputation: 0

Posted

  • 0

Posts: 1227

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

use an obfuscator, best choices are:

moonsec free and easy to use but it can be deobfuscated for like 5 bucks

77fuscator free and cant be deobfuscated as of now

luraph 1$ per script or check their subscriptions

  • 0

Did I mention I use arch btw?

Posts: 17

Threads: 1

Joined: Sep, 2022

Reputation: 5

Replied

Obfuscating your script tends to make it slower in most cases. If you're running complex code on a custom obfuscator interpreter every frame, it can stress the CPU and, in turn, hurt your game performance. If you want to make your script harder to read without hurting performance, you should use a Luau minifier instead. It's important to note this won't hide the source, as someone could still beautify it. However, it can be a good alternative if you don't have any patchable methods or authentication inside your script.

  • 0

Users viewing this thread:

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