Release Notes - Lua Deobfuscator v1.2
New Features & Improvements:
Enhanced Mock Environment: The internal mock environment (dumper.lua) has been significantly expanded to simulate a full Roblox Executor environment.
Added mocks for Synapse X (syn, syn.request, syn.crypt), KRNL, and Fluxus globals.
Added filesystem simulation (readfile, writefile, listfiles, etc.) to prevent crashes on script initialization.
Added console and input service mocks (rconsoleprint, mouse1click, etc.).
Added robust stubs for Roblox data types: Vector3, Vector2, CFrame, UDim2, Ray, Region3, TweenInfo.
Bug Fixes:
Fixed a stack overflow crash in Vector3.new and Vector2.new caused by recursive unit property initialization.
Fixed issues where scripts checking for getgenv or getrenv would fail.
Support:
Updated documentation to reflect that active support and development have moved to GitHub.