Skip to content

sucks #32

Description

@0x-Offset

for some reason this obfuscator compiles the code using luac, which makes it impossible to obfuscate code using luau syntax (` ` strings, type indicators for variables (like this: local Rating: string = "2/10"), += -= etc)

in fact, even if you dont use any luau syntax you cant obfuscate using this because you cant use any roblox globals in your code at all (i tested print(game.Workspace.Name) and it errored with an attempt to index nil error)

literally just not compiling & running code with luac would solve this problem and make this obfuscator usable AT ALL for any code, but u literally cant do anything except print hello world basically.

until it at the VERY least stops running the code (which it doesnt have to in the first place) everyone is better off removing luau syntax from their scripts and using wfuscator

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions