Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 674d95a

Browse files
authored
Update README.md
1 parent c506f8d commit 674d95a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ByteLuaObfuscator
22
Simple Lua Bytecode-Method Obfuscator for Lua 5.1+ / RBXLua. <br>
3-
Obfuscator for Lua 5.1+ (Supported RBXLua but no Luau syntax) in Lua. <br>
3+
Obfuscator for Lua 5.1 in Lua. <br>
44
Reboy is me. <br>
55
Sorry for dirty code but it's obfuscator.
66
### Credits
77
- FiOne LBI (created by same author as Rerubi) - https://github.com/Rerumu/FiOne
8-
- Yueliang 5 (Lua compiler in Lua) - http://yueliang.luaforge.net/
8+
- ~~Yueliang 5 (Lua compiler in Lua) - http://yueliang.luaforge.net/~~
99
- Moonshine (improved version of Yueliang) - https://github.com/gamesys/moonshine
1010
- ARCFOUR implementation in pure Lua (RC4) - https://www.rjek.com/
1111
## Features
@@ -33,19 +33,19 @@ lua path/to/module.lua
3333
Help:
3434
```sh
3535
ByteLuaObfuscator
36-
Copyright (c) 2022 Reboy / M0dder
36+
Copyright (c) 2023 Reboy / M0dder
3737

3838
Usage:
39-
lua module.lua --source "<FILE_PATH>" --output "<FILE_PATH>" [..]
39+
lua module.lua -s "<FILE_PATH>" -o "<FILE_PATH>" [..]
4040

4141
Available Arguments:
4242
--help -h Shows help.
43-
--source "<FILE_PATH>" Path to Lua script to obfuscate.
44-
--output "<FILE_PATH>" Path to Lua script to output (document will be created if there isn't).
45-
--comment "<COMMENT>" Comment Option.
46-
--varcomm "<COMMENT>" Comment Option for lua variable value.
47-
--varname "<STRING>" Lua variable name (Special characters, spaces will be replaced with underline).
48-
--cryptvarcomm Encode (Decodable) comment for vartiable value.
43+
-s --source "<FILE_PATH>" Path to Lua script to obfuscate.
44+
-o --output "<FILE_PATH>" Path to Lua script to output (document will be created if there isn't).
45+
-c --comment "<COMMENT>" Comment Option.
46+
-vc --varcomm "<COMMENT>" Comment Option for lua variable value.
47+
-vn --varname "<STRING>" Lua variable name (Special characters, spaces will be replaced with underline).
48+
-C --cryptvarcomm Encode (Decodable) comment for vartiable value.
4949
5050
```
5151
## Usage (Module ver)

0 commit comments

Comments
 (0)