From 691820a3665ebd1d402b61ccc08e24c3baa5d592 Mon Sep 17 00:00:00 2001
From: kosukeReboyX <57896923+kosuke14@users.noreply.github.com>
Date: Sat, 20 Aug 2022 12:35:38 +0900
Subject: [PATCH] supporting lua 5.1+
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 17e198b..3b94ab9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ByteLuaObfuscator
-Simple Lua Bytecode-Method Obfuscator for Lua 5.1 / Luau / RBXLua.
-Obfuscator for Lua 5.1 (Supported Luau / RBXLua but no Luau syntax) in Lua.
+Simple Lua Bytecode-Method Obfuscator for Lua 5.1+ / RBXLua.
+Obfuscator for Lua 5.1+ (Supported RBXLua but no Luau syntax) in Lua.
Reboy is me.
Sorry for dirty code but it's obfuscator.
### Credits
@@ -15,7 +15,7 @@ Sorry for dirty code but it's obfuscator.
* Minified code
* Customizable variable name, variable comment, comment
* Obfuscated code is executed internally without source code revert it's bytecode
-* Executable in Lua 5.1 / Luau / RBXLua (needed getfenv & setfenv, no loadstring)
+* Executable in Lua 5.1+ / RBXLua (no loadstring)
## Usage of Non-module ver (but you need module)
You will need Lua 5.1: [Lua for windows](https://github.com/rjpcomputing/luaforwindows/releases/tag/v5.1.5-52)
1. Download module.lua and MLoader.lua