Skip to content

Releases: kosuke14/ByteLuaObfuscator

v1.3.1

04 May 12:46
c694916
Compare
Choose a tag to compare

Full Changelog: v1.3...v1.3.1

  • Added silent mode option (CLI)
  • Added opening file after obfuscation option (CLI)
  • Added file overwrite warning (CLI)

v1.3

23 Mar 08:02
f82286e
Compare
Choose a tag to compare
  • Removed Yueliang and replaced to string.dump method for a lua memory issue. (2MB+ scripts can be obfuscated for now but obfuscator cannot be ran in Roblox)
  • Options can be shortened now on CLI Mode.

Full Changelog: v1.2...v1.3

v1.2

22 Mar 06:46
92e19dc
Compare
Choose a tag to compare

Removed --cli (no needed to do --cli on CLI Mode)
Attached binary version (Lua has to be installed for linux version)
Binary version is built with srlua

v1.1.1

20 Aug 03:40
691820a
Compare
Choose a tag to compare

Add supports for Lua 5.2+

v1.1.0

16 Aug 08:17
691820a
Compare
Choose a tag to compare

Added CLI mode (changes to module.lua)