
Community
New feature: Script CDN
Over the last week or so we have implemented the new Scripts CDN feature. A basic content delivery network for hosting your Lua scripts. You can find the new feature here.
Showcase
<...0 Views
8 Replies
3 Months
Discord Server Got Banned!
For the past five years, I have relied on Discord as a platform to talk, interact, share knowledge and learn a ton of new things. However, my recent ban from this platform has unveiled a disheartening reality ? the deteriorating state of moderation and the suppression of free speech.
Di...
75 Views
16 Replies
4 Months
Automated Integrations for LuaObfuscator
As developers, protecting our code is crucial, especially when working on a commercial project. Lua, being an open-source language, can be easily reverse-engineered, which can lead to theft or unauthorized access. An obfuscator is a tool that helps to make our code unreadable to others. And with ...
465 Views
3 Replies
6 Months
Why should I obfuscate my Lua code?
Lua is a popular scripting language that is widely used in game development and web applications. Despite its simplicity and ease of use, it is designed to not be obscure (compiles with local variable names, line info, etc), making it an attractive target for code theft and reverse engineering. T...
100 Views
0 Replies
7 Months
Adding LuaObfuscator to your GitHub repo
Tired of clicking buttons in the GUI? Time to explore the REST API!
The platform comes with a couple of REST API endpoints one can use to automate their Lua obfuscation needs. One of our community members has reached out and wanted to share the GitHub repository he designed to automate th...
295 Views
6 Replies
9 Months
Deobfuscating with Calc.exe
For those who are familiar with the feature [literals], you might be surprised at how easily this is undone. As the title says, calc.exe - that is, the default Windows calculator - is capable to deobfuscate the literals by simply copy-pasting the whole line of mathematical operations. That is if ...
215 Views
7 Replies
10 Months
Issues? Bugs? or just want to say hello?
Welcome! We have recently implemented the comment section to our micro-forums and selectively enable it for some of our posts!
For now, everyone is able to write comments as a 'Guest' user. But to prevent spam, hate comments, or other inappropriate content, we have enabled 'active moderat...
1955 Views
69 Replies
11 Months
How to use correctly?
Code obfuscation is used to make code very difficult to understand. This backfires when you apply ALL code obfuscation features at once after you find out the behavior of the code does not match the expected behaviour.
To properly apply obfuscation we recommand to take 1 obfuscation featu...
90 Views
10 Replies
0 Year
Alpha Release Notes v0.1.5b
Alpha 0.1.5b
New features have been added to the latest version!
Changelog
- Community read-only
- Add bandwith locking on playground
- Improved server-side front-end generation
- Add Undo button under 'Miscellaneous' to undo the last obfus...
40 Views
0 Replies
1 Year
Say hello to the community!
Welcome!
Today is the launch of the LuaObfuscator.com community! The aim of our micro forum (or whatever we call this) is to provide you, the community, with interesting content related to a broad range of Lua-related obfuscation.
Our interest started with obfuscating s...