Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
/ GLuaDecode Public archive

LZMA Compressed gmod .lua files decoder

Notifications You must be signed in to change notification settings

r3t4rd/GLuaDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

gluadecode

GLuaDecode

build netver platform

GLuaDecode is a simple C # app to decode, encode, obfuscate Garry's mod .lua files.

Features:

  • Decode LZMA compressed .lua files
  • Encode (read as: compress) .lua files with LZMA
  • Simple obfuscator

FAQ:

What decode and encode does?

GLuaDecode able to decode LZMA compressed Garry's mod .lua cache. Btw, it able to encode it too.

What obfuscator does?

Tranform your original .lua code to something hard to understand and usually unreadable. But the obfuscated code will be exact functionality of the original code.

How does it works?

Obfuscation is a ton of original code transformation: functions, arguments, vars renaming, string hexadecimal, etc. It will become somthing unreadable.

What it can exact?

  1. Remove line breaks from code
  2. Generate random identifier names using hexadecimal pattern
  3. Dead Code injection
  4. Escape Unicode Sequence
  5. Transform Object Keys
  6. Reversed Names, vars

About

LZMA Compressed gmod .lua files decoder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages