prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua
https://levno-710.gitbook.io/prometheus/
GNU Affero General Public License v3.0
202 stars 60 forks source link

[BUG] obfuscation output error #138

Closed 023948799e213e21b53eb83785356208 closed 1 year ago

023948799e213e21b53eb83785356208 commented 1 year ago

Describe the bug When i obfuscated it on luajit and lua it outputs a loadstringed bytecode or whatevers in the top of the obfuscated which will trigger the anti tamper

Expected behavior It should produce a base64 like output for the bytecode To Reproduce Steps to reproduce the behavior:

I haven't edited anything

Screenshots

Here's the problem I do not know what problem it is since i only learned luau and not lua 5.1 Screenshot_20230628-145556_Chrome

Additional context Add any other context about the problem here.

levno-710 commented 1 year ago

If you are trying to obfuscate a script for luau, try adding the --LuaU command line argument, as otherwise anti tamper might be triggered on LuaU. Lmk if this helps

023948799e213e21b53eb83785356208 commented 1 year ago

If you are trying to obfuscate a script for luau, try adding the --LuaU command line argument, as otherwise anti tamper might be triggered on LuaU. Lmk if this helps

Nope, Doesn't seem to help at all. I tried older versions and they work just fine probably from the main prometheus src.

023948799e213e21b53eb83785356208 commented 1 year ago

It was a new update and it works fine