This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ))
You can’t perform that action at this time.
0 commit comments