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

Commit f82286e

Browse files
authored
Update module.lua
1 parent 8ece4fa commit f82286e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

module.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
6969
Credits:
7070
- FiOne LBI (created by same author as Rerubi) - https://github.com/Rerumu/FiOne
71-
- Yueliang 5 (Lua compiler in Lua) - http://yueliang.luaforge.net/
72-
- Moonshine (improved version of Yueliang) - https://github.com/gamesys/moonshine
7371
- ARCFOUR implementation in pure Lua - Rob Kendrick (rjek)
7472
7573
--]==]
@@ -172,7 +170,7 @@ local resources = { -- FAKE Yueliang
172170
};
173171

174172
--Resources:
175-
-- Compiler: Yueliang(source, scriptname): luac string | Executor: FiOne(luac, env): function
173+
-- ~~Compiler: Yueliang(source, scriptname): luac string | Executor: FiOne(luac, env): function~~
176174
-- Base64: Base64.Encode(data): string | Base64.Decode(data): string
177175
-- "FiOneCode" loadstringable string
178176
-- AES: AES(key) - and something
@@ -269,7 +267,7 @@ M.crypt = function(source, options)
269267
end
270268
collectgarbage()
271269
print("Obfuscating | Encrypting...")
272-
local r_key = "return (function()"
270+
local r_key = "return(function()"
273271
local fv_z = ("local %s%s = \"%s\";"):format(varname, genIl("z"), varcomment)
274272
local f1_a = ("local %s%s"):format(varname, genIl("a"))
275273
local f2_b = ("local %s%s"):format(varname, genIl("b"))

0 commit comments

Comments
 (0)