diff --git a/README.md b/README.md index b9f6a27..e2cf6c0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - Typing SVG + Typing SVG
@@ -17,9 +17,6 @@ GitHub stars - - Last commit - Discord server diff --git a/cli.lua b/cli.lua index 3f0477c..6a9e6db 100644 --- a/cli.lua +++ b/cli.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- cli.lua -- diff --git a/src/cli.lua b/src/cli.lua index 7abed2f..0502491 100644 --- a/src/cli.lua +++ b/src/cli.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- cli.lua -- diff --git a/src/colors.lua b/src/colors.lua index c71484f..7c75e0c 100644 --- a/src/colors.lua +++ b/src/colors.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- colors.lua -- diff --git a/src/highlightlua.lua b/src/highlightlua.lua index 5e5b6be..543c9fb 100644 --- a/src/highlightlua.lua +++ b/src/highlightlua.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- highlightlua.lua -- diff --git a/src/logger.lua b/src/logger.lua index 71c6974..107c810 100644 --- a/src/logger.lua +++ b/src/logger.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- logger.lua -- diff --git a/src/presets.lua b/src/presets.lua index 0e45d26..5c700b7 100644 --- a/src/presets.lua +++ b/src/presets.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- presets.lua -- diff --git a/src/prometheus.lua b/src/prometheus.lua index 3f4d42c..d5b2736 100644 --- a/src/prometheus.lua +++ b/src/prometheus.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- prometheus.lua -- diff --git a/src/prometheus/ast.lua b/src/prometheus/ast.lua index 6cd6914..2ca0523 100644 --- a/src/prometheus/ast.lua +++ b/src/prometheus/ast.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- ast.lua -- diff --git a/src/prometheus/compiler/block.lua b/src/prometheus/compiler/block.lua index 572f856..c5544ee 100644 --- a/src/prometheus/compiler/block.lua +++ b/src/prometheus/compiler/block.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- block.lua -- diff --git a/src/prometheus/compiler/compile_core.lua b/src/prometheus/compiler/compile_core.lua index 28647df..e53f84e 100644 --- a/src/prometheus/compiler/compile_core.lua +++ b/src/prometheus/compiler/compile_core.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- compile_core.lua -- This Script contains the core compilation functions: compileTopNode, compileFunction, compileBlock, diff --git a/src/prometheus/compiler/compile_top.lua b/src/prometheus/compiler/compile_top.lua index 63ebc1d..f42c15d 100644 --- a/src/prometheus/compiler/compile_top.lua +++ b/src/prometheus/compiler/compile_top.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- compile_top.lua -- diff --git a/src/prometheus/compiler/compiler.lua b/src/prometheus/compiler/compiler.lua index 31af583..107333f 100644 --- a/src/prometheus/compiler/compiler.lua +++ b/src/prometheus/compiler/compiler.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- compiler.lua -- diff --git a/src/prometheus/compiler/constants.lua b/src/prometheus/compiler/constants.lua index 5ddbdd1..ad2b0dd 100644 --- a/src/prometheus/compiler/constants.lua +++ b/src/prometheus/compiler/constants.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- constants.lua -- diff --git a/src/prometheus/compiler/emit.lua b/src/prometheus/compiler/emit.lua index 5f46a4c..0cc55f4 100644 --- a/src/prometheus/compiler/emit.lua +++ b/src/prometheus/compiler/emit.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- emit.lua -- diff --git a/src/prometheus/compiler/expressions.lua b/src/prometheus/compiler/expressions.lua index 9192e47..877f75d 100644 --- a/src/prometheus/compiler/expressions.lua +++ b/src/prometheus/compiler/expressions.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- expressions.lua -- diff --git a/src/prometheus/compiler/expressions/and.lua b/src/prometheus/compiler/expressions/and.lua index af12d7b..89b3026 100644 --- a/src/prometheus/compiler/expressions/and.lua +++ b/src/prometheus/compiler/expressions/and.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- and.lua -- diff --git a/src/prometheus/compiler/expressions/binary.lua b/src/prometheus/compiler/expressions/binary.lua index 2810a5b..380d689 100644 --- a/src/prometheus/compiler/expressions/binary.lua +++ b/src/prometheus/compiler/expressions/binary.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- binary.lua -- diff --git a/src/prometheus/compiler/expressions/boolean.lua b/src/prometheus/compiler/expressions/boolean.lua index 006a745..1b1ddac 100644 --- a/src/prometheus/compiler/expressions/boolean.lua +++ b/src/prometheus/compiler/expressions/boolean.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- boolean.lua -- diff --git a/src/prometheus/compiler/expressions/function_call.lua b/src/prometheus/compiler/expressions/function_call.lua index 343fd89..a9de1f6 100644 --- a/src/prometheus/compiler/expressions/function_call.lua +++ b/src/prometheus/compiler/expressions/function_call.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- function_call.lua -- diff --git a/src/prometheus/compiler/expressions/function_literal.lua b/src/prometheus/compiler/expressions/function_literal.lua index c0950ee..0a4e06e 100644 --- a/src/prometheus/compiler/expressions/function_literal.lua +++ b/src/prometheus/compiler/expressions/function_literal.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- function_literal.lua -- diff --git a/src/prometheus/compiler/expressions/index.lua b/src/prometheus/compiler/expressions/index.lua index fb1f653..c3574c7 100644 --- a/src/prometheus/compiler/expressions/index.lua +++ b/src/prometheus/compiler/expressions/index.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- index.lua -- diff --git a/src/prometheus/compiler/expressions/len.lua b/src/prometheus/compiler/expressions/len.lua index 0657cf4..b0cb1c7 100644 --- a/src/prometheus/compiler/expressions/len.lua +++ b/src/prometheus/compiler/expressions/len.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- len.lua -- diff --git a/src/prometheus/compiler/expressions/negate.lua b/src/prometheus/compiler/expressions/negate.lua index ea56d59..b5fdc98 100644 --- a/src/prometheus/compiler/expressions/negate.lua +++ b/src/prometheus/compiler/expressions/negate.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- negate.lua -- diff --git a/src/prometheus/compiler/expressions/nil.lua b/src/prometheus/compiler/expressions/nil.lua index a629583..4e716ea 100644 --- a/src/prometheus/compiler/expressions/nil.lua +++ b/src/prometheus/compiler/expressions/nil.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- nil.lua -- diff --git a/src/prometheus/compiler/expressions/not.lua b/src/prometheus/compiler/expressions/not.lua index f0def99..3176c80 100644 --- a/src/prometheus/compiler/expressions/not.lua +++ b/src/prometheus/compiler/expressions/not.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- not.lua -- diff --git a/src/prometheus/compiler/expressions/number.lua b/src/prometheus/compiler/expressions/number.lua index 22246dc..0b09044 100644 --- a/src/prometheus/compiler/expressions/number.lua +++ b/src/prometheus/compiler/expressions/number.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- number.lua -- diff --git a/src/prometheus/compiler/expressions/or.lua b/src/prometheus/compiler/expressions/or.lua index aff6b84..92e6ca7 100644 --- a/src/prometheus/compiler/expressions/or.lua +++ b/src/prometheus/compiler/expressions/or.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- or.lua -- diff --git a/src/prometheus/compiler/expressions/pass_self_function_call.lua b/src/prometheus/compiler/expressions/pass_self_function_call.lua index 78ea10b..c0a7c4d 100644 --- a/src/prometheus/compiler/expressions/pass_self_function_call.lua +++ b/src/prometheus/compiler/expressions/pass_self_function_call.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- pass_self_function_call.lua -- diff --git a/src/prometheus/compiler/expressions/string.lua b/src/prometheus/compiler/expressions/string.lua index dd08e15..c3b8dbd 100644 --- a/src/prometheus/compiler/expressions/string.lua +++ b/src/prometheus/compiler/expressions/string.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- string.lua -- diff --git a/src/prometheus/compiler/expressions/table_constructor.lua b/src/prometheus/compiler/expressions/table_constructor.lua index 087c3f0..f9ce495 100644 --- a/src/prometheus/compiler/expressions/table_constructor.lua +++ b/src/prometheus/compiler/expressions/table_constructor.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- table_constructor.lua -- diff --git a/src/prometheus/compiler/expressions/vararg.lua b/src/prometheus/compiler/expressions/vararg.lua index 86d7234..82e84c8 100644 --- a/src/prometheus/compiler/expressions/vararg.lua +++ b/src/prometheus/compiler/expressions/vararg.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- vararg.lua -- diff --git a/src/prometheus/compiler/expressions/variable.lua b/src/prometheus/compiler/expressions/variable.lua index 9f95fdf..502dc86 100644 --- a/src/prometheus/compiler/expressions/variable.lua +++ b/src/prometheus/compiler/expressions/variable.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- variable.lua -- diff --git a/src/prometheus/compiler/register.lua b/src/prometheus/compiler/register.lua index 2fae1fa..e4b4b2f 100644 --- a/src/prometheus/compiler/register.lua +++ b/src/prometheus/compiler/register.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- register.lua -- diff --git a/src/prometheus/compiler/statements.lua b/src/prometheus/compiler/statements.lua index 27ac6bd..5b5cdd9 100644 --- a/src/prometheus/compiler/statements.lua +++ b/src/prometheus/compiler/statements.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- statements.lua -- diff --git a/src/prometheus/compiler/statements/assignment.lua b/src/prometheus/compiler/statements/assignment.lua index fc4f462..3831ddb 100644 --- a/src/prometheus/compiler/statements/assignment.lua +++ b/src/prometheus/compiler/statements/assignment.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- assignment.lua -- diff --git a/src/prometheus/compiler/statements/break_statement.lua b/src/prometheus/compiler/statements/break_statement.lua index 28e15c8..87416ec 100644 --- a/src/prometheus/compiler/statements/break_statement.lua +++ b/src/prometheus/compiler/statements/break_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- break_statement.lua -- diff --git a/src/prometheus/compiler/statements/compound.lua b/src/prometheus/compiler/statements/compound.lua index b0ca403..059a130 100644 --- a/src/prometheus/compiler/statements/compound.lua +++ b/src/prometheus/compiler/statements/compound.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- compound.lua -- diff --git a/src/prometheus/compiler/statements/continue_statement.lua b/src/prometheus/compiler/statements/continue_statement.lua index a765699..b2c7173 100644 --- a/src/prometheus/compiler/statements/continue_statement.lua +++ b/src/prometheus/compiler/statements/continue_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- continue_statement.lua -- diff --git a/src/prometheus/compiler/statements/do_statement.lua b/src/prometheus/compiler/statements/do_statement.lua index 65d71da..6047ea9 100644 --- a/src/prometheus/compiler/statements/do_statement.lua +++ b/src/prometheus/compiler/statements/do_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- do_statement.lua -- diff --git a/src/prometheus/compiler/statements/for_in_statement.lua b/src/prometheus/compiler/statements/for_in_statement.lua index af82ce6..0d16872 100644 --- a/src/prometheus/compiler/statements/for_in_statement.lua +++ b/src/prometheus/compiler/statements/for_in_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- for_in_statement.lua -- diff --git a/src/prometheus/compiler/statements/for_statement.lua b/src/prometheus/compiler/statements/for_statement.lua index 85296f8..afe4308 100644 --- a/src/prometheus/compiler/statements/for_statement.lua +++ b/src/prometheus/compiler/statements/for_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- for_statement.lua -- diff --git a/src/prometheus/compiler/statements/function_call.lua b/src/prometheus/compiler/statements/function_call.lua index c1f32a5..cd53fc2 100644 --- a/src/prometheus/compiler/statements/function_call.lua +++ b/src/prometheus/compiler/statements/function_call.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- function_call.lua -- diff --git a/src/prometheus/compiler/statements/function_declaration.lua b/src/prometheus/compiler/statements/function_declaration.lua index 3dde2c1..6f825e9 100644 --- a/src/prometheus/compiler/statements/function_declaration.lua +++ b/src/prometheus/compiler/statements/function_declaration.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- function_declaration.lua -- diff --git a/src/prometheus/compiler/statements/if_statement.lua b/src/prometheus/compiler/statements/if_statement.lua index 0a09396..449aa43 100644 --- a/src/prometheus/compiler/statements/if_statement.lua +++ b/src/prometheus/compiler/statements/if_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- if_statement.lua -- diff --git a/src/prometheus/compiler/statements/local_function_declaration.lua b/src/prometheus/compiler/statements/local_function_declaration.lua index 195bb5a..d377afa 100644 --- a/src/prometheus/compiler/statements/local_function_declaration.lua +++ b/src/prometheus/compiler/statements/local_function_declaration.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- local_function_declaration.lua -- diff --git a/src/prometheus/compiler/statements/local_variable_declaration.lua b/src/prometheus/compiler/statements/local_variable_declaration.lua index 33f2e7a..8294ad2 100644 --- a/src/prometheus/compiler/statements/local_variable_declaration.lua +++ b/src/prometheus/compiler/statements/local_variable_declaration.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- local_variable_declaration.lua -- diff --git a/src/prometheus/compiler/statements/pass_self_function_call.lua b/src/prometheus/compiler/statements/pass_self_function_call.lua index 5c94660..8b31bbe 100644 --- a/src/prometheus/compiler/statements/pass_self_function_call.lua +++ b/src/prometheus/compiler/statements/pass_self_function_call.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- pass_self_function_call.lua -- diff --git a/src/prometheus/compiler/statements/repeat_statement.lua b/src/prometheus/compiler/statements/repeat_statement.lua index 84944a0..4da955e 100644 --- a/src/prometheus/compiler/statements/repeat_statement.lua +++ b/src/prometheus/compiler/statements/repeat_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- repeat_statement.lua -- diff --git a/src/prometheus/compiler/statements/return.lua b/src/prometheus/compiler/statements/return.lua index 8c7fa87..c60ca7d 100644 --- a/src/prometheus/compiler/statements/return.lua +++ b/src/prometheus/compiler/statements/return.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- return.lua -- diff --git a/src/prometheus/compiler/statements/while_statement.lua b/src/prometheus/compiler/statements/while_statement.lua index cbbb6f5..661645e 100644 --- a/src/prometheus/compiler/statements/while_statement.lua +++ b/src/prometheus/compiler/statements/while_statement.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- while_statement.lua -- diff --git a/src/prometheus/compiler/upvalue.lua b/src/prometheus/compiler/upvalue.lua index 494dce4..14bf126 100644 --- a/src/prometheus/compiler/upvalue.lua +++ b/src/prometheus/compiler/upvalue.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- upvalue.lua -- diff --git a/src/prometheus/enums.lua b/src/prometheus/enums.lua index 0516787..e8880be 100644 --- a/src/prometheus/enums.lua +++ b/src/prometheus/enums.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- enums.lua -- diff --git a/src/prometheus/namegenerators.lua b/src/prometheus/namegenerators.lua index e69a95a..49947b9 100644 --- a/src/prometheus/namegenerators.lua +++ b/src/prometheus/namegenerators.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators.lua -- diff --git a/src/prometheus/namegenerators/Il.lua b/src/prometheus/namegenerators/Il.lua index 618cfd6..d106da6 100644 --- a/src/prometheus/namegenerators/Il.lua +++ b/src/prometheus/namegenerators/Il.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators/il.lua -- diff --git a/src/prometheus/namegenerators/confuse.lua b/src/prometheus/namegenerators/confuse.lua index d36cfee..08f9436 100644 --- a/src/prometheus/namegenerators/confuse.lua +++ b/src/prometheus/namegenerators/confuse.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators/confuse.lua -- diff --git a/src/prometheus/namegenerators/mangled.lua b/src/prometheus/namegenerators/mangled.lua index c5a0010..f9fa24a 100644 --- a/src/prometheus/namegenerators/mangled.lua +++ b/src/prometheus/namegenerators/mangled.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators/mangled.lua -- diff --git a/src/prometheus/namegenerators/mangled_shuffled.lua b/src/prometheus/namegenerators/mangled_shuffled.lua index 28a404f..b169715 100644 --- a/src/prometheus/namegenerators/mangled_shuffled.lua +++ b/src/prometheus/namegenerators/mangled_shuffled.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators/mangled_shuffled.lua -- diff --git a/src/prometheus/namegenerators/number.lua b/src/prometheus/namegenerators/number.lua index e0b044f..6d89dd9 100644 --- a/src/prometheus/namegenerators/number.lua +++ b/src/prometheus/namegenerators/number.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- namegenerators/number.lua -- diff --git a/src/prometheus/parser.lua b/src/prometheus/parser.lua index 9dc623b..7274bf5 100644 --- a/src/prometheus/parser.lua +++ b/src/prometheus/parser.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- parser.lua -- Overview: diff --git a/src/prometheus/pipeline.lua b/src/prometheus/pipeline.lua index b2fd7ef..b045aa9 100644 --- a/src/prometheus/pipeline.lua +++ b/src/prometheus/pipeline.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- pipeline.lua -- diff --git a/src/prometheus/randomLiterals.lua b/src/prometheus/randomLiterals.lua index 97011e9..7824b66 100644 --- a/src/prometheus/randomLiterals.lua +++ b/src/prometheus/randomLiterals.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- randomLiterals.lua -- diff --git a/src/prometheus/randomStrings.lua b/src/prometheus/randomStrings.lua index 15e11e3..84fa27e 100644 --- a/src/prometheus/randomStrings.lua +++ b/src/prometheus/randomStrings.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- randomStrings.lua -- diff --git a/src/prometheus/scope.lua b/src/prometheus/scope.lua index a0a7bca..3f01b95 100644 --- a/src/prometheus/scope.lua +++ b/src/prometheus/scope.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- scope.lua -- diff --git a/src/prometheus/step.lua b/src/prometheus/step.lua index 8d83fcb..e6f5281 100644 --- a/src/prometheus/step.lua +++ b/src/prometheus/step.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- step.lua -- diff --git a/src/prometheus/steps.lua b/src/prometheus/steps.lua index ae9ac1a..0544c8e 100644 --- a/src/prometheus/steps.lua +++ b/src/prometheus/steps.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- steps.lua -- diff --git a/src/prometheus/steps/AddVararg.lua b/src/prometheus/steps/AddVararg.lua index b16b72d..361e4b6 100644 --- a/src/prometheus/steps/AddVararg.lua +++ b/src/prometheus/steps/AddVararg.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- AddVararg.lua -- diff --git a/src/prometheus/steps/AntiTamper.lua b/src/prometheus/steps/AntiTamper.lua index e83fcb0..428fba4 100644 --- a/src/prometheus/steps/AntiTamper.lua +++ b/src/prometheus/steps/AntiTamper.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- AntiTamper.lua -- diff --git a/src/prometheus/steps/ConstantArray.lua b/src/prometheus/steps/ConstantArray.lua index b0e0f59..f504eb1 100644 --- a/src/prometheus/steps/ConstantArray.lua +++ b/src/prometheus/steps/ConstantArray.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- ConstantArray.lua -- diff --git a/src/prometheus/steps/EncryptStrings.lua b/src/prometheus/steps/EncryptStrings.lua index db2a7bc..a7e031f 100644 --- a/src/prometheus/steps/EncryptStrings.lua +++ b/src/prometheus/steps/EncryptStrings.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- EncryptStrings.lua -- diff --git a/src/prometheus/steps/NumbersToExpressions.lua b/src/prometheus/steps/NumbersToExpressions.lua index 449a12f..9285089 100644 --- a/src/prometheus/steps/NumbersToExpressions.lua +++ b/src/prometheus/steps/NumbersToExpressions.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- NumbersToExpressions.lua -- diff --git a/src/prometheus/steps/ProxifyLocals.lua b/src/prometheus/steps/ProxifyLocals.lua index 3b48442..138908b 100644 --- a/src/prometheus/steps/ProxifyLocals.lua +++ b/src/prometheus/steps/ProxifyLocals.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- ProxifyLocals.lua -- diff --git a/src/prometheus/steps/SplitStrings.lua b/src/prometheus/steps/SplitStrings.lua index 6dfffd1..c549cd8 100644 --- a/src/prometheus/steps/SplitStrings.lua +++ b/src/prometheus/steps/SplitStrings.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- SplitStrings.lua -- diff --git a/src/prometheus/steps/Vmify.lua b/src/prometheus/steps/Vmify.lua index bd1f0d5..f503de6 100644 --- a/src/prometheus/steps/Vmify.lua +++ b/src/prometheus/steps/Vmify.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- Vmify.lua -- diff --git a/src/prometheus/steps/Watermark.lua b/src/prometheus/steps/Watermark.lua index 9938bd4..ce92f0a 100644 --- a/src/prometheus/steps/Watermark.lua +++ b/src/prometheus/steps/Watermark.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- Watermark.lua -- @@ -17,7 +17,7 @@ Watermark.SettingsDescriptor = { name = "Content", description = "The Content of the Watermark", type = "string", - default = "This Script is Part of the Prometheus Obfuscator by Levno_710", + default = "This Script is Part of the Prometheus Obfuscator by levno-710", }, CustomVariable = { name = "Custom Variable", diff --git a/src/prometheus/steps/WatermarkCheck.lua b/src/prometheus/steps/WatermarkCheck.lua index d12a83b..5ae45e3 100644 --- a/src/prometheus/steps/WatermarkCheck.lua +++ b/src/prometheus/steps/WatermarkCheck.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- WatermarkCheck.lua -- @@ -18,7 +18,7 @@ WatermarkCheck.SettingsDescriptor = { name = "Content", description = "The Content of the WatermarkCheck", type = "string", - default = "This Script is Part of the Prometheus Obfuscator by Levno_710", + default = "This Script is Part of the Prometheus Obfuscator by levno-710", }, } diff --git a/src/prometheus/steps/WrapInFunction.lua b/src/prometheus/steps/WrapInFunction.lua index 26c2b7b..07a8a06 100644 --- a/src/prometheus/steps/WrapInFunction.lua +++ b/src/prometheus/steps/WrapInFunction.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- WrapInFunction.lua -- diff --git a/src/prometheus/tokenizer.lua b/src/prometheus/tokenizer.lua index c6b2a32..1929560 100644 --- a/src/prometheus/tokenizer.lua +++ b/src/prometheus/tokenizer.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- tokenizer.lua -- Overview: diff --git a/src/prometheus/unparser.lua b/src/prometheus/unparser.lua index 8c01db8..661baf2 100644 --- a/src/prometheus/unparser.lua +++ b/src/prometheus/unparser.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- unparser.lua -- Overview: diff --git a/src/prometheus/util.lua b/src/prometheus/util.lua index c69e417..5d8b6bd 100644 --- a/src/prometheus/util.lua +++ b/src/prometheus/util.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- util.lua -- diff --git a/src/prometheus/visitast.lua b/src/prometheus/visitast.lua index 0cb6300..16dc4fb 100644 --- a/src/prometheus/visitast.lua +++ b/src/prometheus/visitast.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- visitast.lua -- diff --git a/tests.lua b/tests.lua index b779d82..00f229f 100644 --- a/tests.lua +++ b/tests.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- tests.lua -- diff --git a/tests/ambiguous-call.lua b/tests/ambiguous-call.lua index d79595e..60ba225 100644 --- a/tests/ambiguous-call.lua +++ b/tests/ambiguous-call.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- ambiguous-call.lua -- diff --git a/tests/closures.lua b/tests/closures.lua index 8ad93e1..1f81fec 100644 --- a/tests/closures.lua +++ b/tests/closures.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- closures.lua -- diff --git a/tests/coroutines.lua b/tests/coroutines.lua index 4138af9..b823ee2 100644 --- a/tests/coroutines.lua +++ b/tests/coroutines.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- coroutines.lua -- diff --git a/tests/fibonacci.lua b/tests/fibonacci.lua index 06733ba..7452416 100644 --- a/tests/fibonacci.lua +++ b/tests/fibonacci.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- fibonacci.lua -- diff --git a/tests/iterator.lua b/tests/iterator.lua index 85df45d..c730fdd 100644 --- a/tests/iterator.lua +++ b/tests/iterator.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- iterator.lua -- diff --git a/tests/matrix.lua b/tests/matrix.lua index 18e8f08..2496429 100644 --- a/tests/matrix.lua +++ b/tests/matrix.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- matrix.lua -- diff --git a/tests/metatables.lua b/tests/metatables.lua index d9e7d94..a3e342a 100644 --- a/tests/metatables.lua +++ b/tests/metatables.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- metatables.lua -- diff --git a/tests/primes.lua b/tests/primes.lua index d07d654..363bceb 100644 --- a/tests/primes.lua +++ b/tests/primes.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- primes.lua -- diff --git a/tests/state-machine.lua b/tests/state-machine.lua index 1c925a0..b67a81d 100644 --- a/tests/state-machine.lua +++ b/tests/state-machine.lua @@ -1,4 +1,4 @@ --- This Script is Part of the Prometheus Obfuscator by Levno_710 +-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- state-machine.lua -- diff --git a/tests/strings.lua b/tests/strings.lua index 9dfd8af..7bb61c4 100644 --- a/tests/strings.lua +++ b/tests/strings.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- strings.lua -- diff --git a/tests/table-merge.lua b/tests/table-merge.lua index f50ffb2..d1c422c 100644 --- a/tests/table-merge.lua +++ b/tests/table-merge.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- table-merge.lua -- diff --git a/tests/upvalues.lua b/tests/upvalues.lua index 7d1ea23..41cc20d 100644 --- a/tests/upvalues.lua +++ b/tests/upvalues.lua @@ -1,4 +1,4 @@ --- This Test is Part of the Prometheus Obfuscator by Levno_710 +-- This Test is Part of the Prometheus Obfuscator by levno-710 -- -- upvalues.lua -- diff --git a/web/src/App.tsx b/web/src/App.tsx index a34ae3f..90bcc4c 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,5 +1,5 @@ -import { Check, Copy, Download, FileCode2, Loader2, Play, RotateCcw } from "lucide-react" -import { useEffect, useMemo, useRef, useState } from "react" +import { Check, Copy, Download, FileCode2, Github, Loader2, Play, RotateCcw } from "lucide-react" +import { useEffect, useRef, useState } from "react" import { toast } from "sonner" import { CodeEditor } from "@/components/CodeEditor" @@ -57,7 +57,7 @@ function formatWorkerError(event: ErrorEvent): string { export default function App() { const [source, setSource] = useState(initialSource) const [output, setOutput] = useState("") - const [preset, setPreset] = useState("Minify") + const [preset, setPreset] = useState("Medium") const [luaVersion, setLuaVersion] = useState("Lua51") const [prettyPrint, setPrettyPrint] = useState(false) const [seed, setSeed] = useState(createSeed) @@ -134,16 +134,6 @@ export default function App() { const canExport = output.trim().length > 0 - const status = useMemo(() => { - if (isRunning) { - return "Obfuscating" - } - if (logs.some((log) => log.level === "error")) { - return "Error" - } - return output ? "Ready" : "Idle" - }, [isRunning, logs, output]) - async function obfuscate() { let worker = workerRef.current const workerUrl = @@ -211,6 +201,7 @@ export default function App() { setLogs(result.logs) if (result.ok) { setOutput(result.output) + setSeed(createSeed()) toast.success("Obfuscation complete") } else { setOutput("") @@ -240,12 +231,21 @@ export default function App() {

Prometheus Web

- In-browser Lua obfuscation powered by Prometheus by Levno_710. + In-browser Lua obfuscation powered by Prometheus by levno-710.

- {status} + If you like this tool, leave a star on + + GitHub + +