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

Commit 691820a

Browse files
authored
supporting lua 5.1+
1 parent 8806090 commit 691820a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ByteLuaObfuscator
2-
Simple Lua Bytecode-Method Obfuscator for Lua 5.1 / Luau / RBXLua. <br>
3-
Obfuscator for Lua 5.1 (Supported Luau / RBXLua but no Luau syntax) in Lua. <br>
2+
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>
44
Reboy is me. <br>
55
Sorry for dirty code but it's obfuscator.
66
### Credits
@@ -15,7 +15,7 @@ Sorry for dirty code but it's obfuscator.
1515
* Minified code
1616
* Customizable variable name, variable comment, comment
1717
* Obfuscated code is executed internally without source code revert it's bytecode
18-
* Executable in Lua 5.1 / Luau / RBXLua (needed getfenv & setfenv, no loadstring)
18+
* Executable in Lua 5.1+ / RBXLua (no loadstring)
1919
## Usage of Non-module ver (but you need module)
2020
You will need Lua 5.1: [Lua for windows](https://github.com/rjpcomputing/luaforwindows/releases/tag/v5.1.5-52)
2121
1. Download module.lua and MLoader.lua

0 commit comments

Comments
 (0)